Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false sslQuorum=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-12-09 22:30:06,107 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-09 22:30:06,114 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-09 22:30:06,114 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-09 22:30:06,119 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-12-09 22:30:06,119 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-09 22:30:06,119 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-09 22:30:06,157 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-12-09 22:30:06,157 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-12-09 22:30:06,158 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-09 22:30:06,159 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-12-09 22:30:06,160 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-12-09 22:30:06,166 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-12-09 22:30:06,176 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-09 22:30:06,179 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2022-12-09 22:30:06,282 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,282 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,282 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,347 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-09 22:30:06,349 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-09 22:30:06,349 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,349 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,349 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,387 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-09 22:30:06,387 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-09 22:30:06,395 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,400 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-12-09 22:30:06,401 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,401 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,402 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,402 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,402 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,402 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,403 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,403 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,419 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,419 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,419 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,419 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,419 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,419 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,419 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,420 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,420 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,420 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,422 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,422 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,422 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,422 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,422 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.17.0.8-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,423 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.2.3.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.2.3.jar:/opt/kafka/bin/../libs/connect-json-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.2.3.jar:/opt/kafka/bin/../libs/connect-runtime-3.2.3.jar:/opt/kafka/bin/../libs/connect-transforms-3.2.3.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.103.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/gson-2.9.0.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-core-2.13.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jr-objects-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.13.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-http-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-io-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-security-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-server-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jline-3.21.0.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.2.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.9.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.32.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.2.3.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.1.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.2.3.jar:/opt/kafka/bin/../libs/kafka-metadata-3.2.3.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.11.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.2.3.jar:/opt/kafka/bin/../libs/kafka-server-common-3.2.3.jar:/opt/kafka/bin/../libs/kafka-shell-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.2.3.jar:/opt/kafka/bin/../libs/kafka-tools-3.2.3.jar:/opt/kafka/bin/../libs/kafka_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.6.20.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk7-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk8-1.5.31.jar:/opt/kafka/bin/../libs/kubernetes-client-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-okhttp-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.0.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.4.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.32.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.10.0.jar:/opt/kafka/bin/../libs/okio-jvm-3.0.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.5.0.jar:/opt/kafka/bin/../libs/opentelemetry-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-context-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-jaeger-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-2.6-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-common-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-spi-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-logs-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-metrics-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-trace-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.3.0.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/reload4j-1.2.19.jar:/opt/kafka/bin/../libs/rocksdbjni-6.29.4.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.6.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.8.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.8.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snakeyaml-1.32.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.32.0.jar:/opt/kafka/bin/../libs/trogdor-3.2.3.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.2-1.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,423 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,423 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,426 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,426 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,426 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,426 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,426 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,426 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO Server environment:os.memory.free=158MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO Server environment:os.memory.total=175MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,427 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-09 22:30:06,435 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-12-09 22:30:06,435 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-12-09 22:30:06,437 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-12-09 22:30:06,437 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-12-09 22:30:06,451 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,452 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,452 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,452 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,452 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,452 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,452 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,463 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-12-09 22:30:06,463 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-12-09 22:30:06,471 INFO Snapshot loaded in 18 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-12-09 22:30:06,472 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,477 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,481 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,582 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,582 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,588 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-09 22:30:06,589 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-09 22:30:06,596 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-12-09 22:30:06,598 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-12-09 22:30:06,598 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-12-09 22:30:06,605 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-12-09 22:30:06,609 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.240:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.240:3888] 2022-12-09 22:30:06,615 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,617 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,629 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-12-09 22:30:06,633 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2022-12-09 22:30:06,670 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-12-09 22:30:06,675 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-12-09 22:30:06,876 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,876 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,882 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,882 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,882 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,882 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,882 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,887 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,888 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,889 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,890 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,890 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,892 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,892 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,892 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,892 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,892 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,892 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,895 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,895 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,895 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,900 INFO LEADING - LEADER ELECTION TOOK - 283 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,904 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,904 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,910 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:06,928 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40797] 2022-12-09 22:30:06,941 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:40797] 2022-12-09 22:30:06,941 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40797] 2022-12-09 22:30:06,942 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40797] 2022-12-09 22:30:06,945 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:07,002 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:07,026 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:07,026 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:07,034 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2022-12-09 22:30:07,036 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:07,036 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:07,053 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-09 22:30:07,794 INFO Received connection request from /127.0.0.6:60229 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.240:3888] 2022-12-09 22:30:07,807 INFO Notification: my state:LEADING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-12-09 22:30:07,863 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:49397] 2022-12-09 22:30:07,869 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:49397] 2022-12-09 22:30:07,869 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:49397] 2022-12-09 22:30:07,875 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:49397] 2022-12-09 22:30:20,233 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-12-09 22:30:20,233 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-12-09 22:30:20,234 INFO Processing ruok command from /127.0.0.1:53850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:30:20,234 INFO Processing ruok command from /127.0.0.1:53852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:30:23,166 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2022-12-09 22:30:23,179 INFO Committing global session 0x300003826c60000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:30:30,178 INFO Processing ruok command from /127.0.0.1:53952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:30:30,209 INFO Processing ruok command from /127.0.0.1:53954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:30:40,176 INFO Processing ruok command from /127.0.0.1:54056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:30:40,226 INFO Processing ruok command from /127.0.0.1:54058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:30:44,370 INFO Committing global session 0x300003826c60001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:30:46,350 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-12-09 22:30:46,368 INFO Committing global session 0x200003905e90000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:30:48,531 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-12-09 22:30:48,558 INFO Committing global session 0x200003905e90001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:30:48,667 INFO Committing global session 0x100003788810000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:30:50,181 INFO Processing ruok command from /127.0.0.1:54150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:30:50,216 INFO Processing ruok command from /127.0.0.1:54154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:30:50,414 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2022-12-09 22:30:50,422 INFO Committing global session 0x200003905e90002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:30:53,967 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2022-12-09 22:30:53,977 INFO Committing global session 0x200003905e90003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:31:00,183 INFO Processing ruok command from /127.0.0.1:54242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:31:00,215 INFO Processing ruok command from /127.0.0.1:54246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:31:10,169 INFO Processing ruok command from /127.0.0.1:54324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:31:10,199 INFO Processing ruok command from /127.0.0.1:54328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:31:20,186 INFO Processing ruok command from /127.0.0.1:54404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:31:20,223 INFO Processing ruok command from /127.0.0.1:54406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:31:30,187 INFO Processing ruok command from /127.0.0.1:54494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:31:30,218 INFO Processing ruok command from /127.0.0.1:54496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:31:34,027 INFO Committing global session 0x100003788810001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:31:40,198 INFO Processing ruok command from /127.0.0.1:54584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:31:40,261 INFO Processing ruok command from /127.0.0.1:54586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:31:50,171 INFO Processing ruok command from /127.0.0.1:54658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:31:50,210 INFO Processing ruok command from /127.0.0.1:54662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:31:55,312 INFO Committing global session 0x100003788810002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:32:00,176 INFO Processing ruok command from /127.0.0.1:54748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:32:00,208 INFO Processing ruok command from /127.0.0.1:54752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:32:10,174 INFO Processing ruok command from /127.0.0.1:54834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:32:10,201 INFO Processing ruok command from /127.0.0.1:54838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:32:20,164 INFO Processing ruok command from /127.0.0.1:54946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:32:20,198 INFO Processing ruok command from /127.0.0.1:54950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:32:30,200 INFO Processing ruok command from /127.0.0.1:55064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:32:30,234 INFO Processing ruok command from /127.0.0.1:55066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:32:40,176 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:32:40,218 INFO Processing ruok command from /127.0.0.1:55200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:32:50,176 INFO Processing ruok command from /127.0.0.1:55322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:32:50,208 INFO Processing ruok command from /127.0.0.1:55326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:33:00,171 INFO Processing ruok command from /127.0.0.1:55432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:33:00,203 INFO Processing ruok command from /127.0.0.1:55436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:33:10,194 INFO Processing ruok command from /127.0.0.1:55538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:33:10,227 INFO Processing ruok command from /127.0.0.1:55540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:33:15,237 INFO Committing global session 0x300003826c60002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:33:20,168 INFO Processing ruok command from /127.0.0.1:55638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:33:20,206 INFO Processing ruok command from /127.0.0.1:55642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:33:30,175 INFO Processing ruok command from /127.0.0.1:55748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:33:30,216 INFO Processing ruok command from /127.0.0.1:55752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:33:40,165 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:33:40,204 INFO Processing ruok command from /127.0.0.1:55860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:33:50,185 INFO Processing ruok command from /127.0.0.1:55956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:33:50,225 INFO Processing ruok command from /127.0.0.1:55958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:34:00,172 INFO Processing ruok command from /127.0.0.1:56066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:34:00,198 INFO Processing ruok command from /127.0.0.1:56070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:34:10,168 INFO Processing ruok command from /127.0.0.1:56172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:34:10,194 INFO Processing ruok command from /127.0.0.1:56176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:34:20,174 INFO Processing ruok command from /127.0.0.1:56276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:34:20,204 INFO Processing ruok command from /127.0.0.1:56280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:34:30,184 INFO Processing ruok command from /127.0.0.1:56386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:34:30,220 INFO Processing ruok command from /127.0.0.1:56388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:34:40,178 INFO Processing ruok command from /127.0.0.1:56486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:34:40,204 INFO Processing ruok command from /127.0.0.1:56490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:34:50,180 INFO Processing ruok command from /127.0.0.1:56582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:34:50,250 INFO Processing ruok command from /127.0.0.1:56586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:35:00,171 INFO Processing ruok command from /127.0.0.1:56694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:35:00,206 INFO Processing ruok command from /127.0.0.1:56698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:35:10,173 INFO Processing ruok command from /127.0.0.1:56800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:35:10,206 INFO Processing ruok command from /127.0.0.1:56804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:35:15,515 INFO Committing global session 0x300003826c60003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:35:20,168 INFO Processing ruok command from /127.0.0.1:56894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:35:20,207 INFO Processing ruok command from /127.0.0.1:56898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:35:30,178 INFO Processing ruok command from /127.0.0.1:57006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:35:30,229 INFO Processing ruok command from /127.0.0.1:57010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:35:40,185 INFO Processing ruok command from /127.0.0.1:57168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:35:40,255 INFO Processing ruok command from /127.0.0.1:57172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:35:50,164 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:35:50,203 INFO Processing ruok command from /127.0.0.1:57278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:36:00,186 INFO Processing ruok command from /127.0.0.1:57398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:36:00,219 INFO Processing ruok command from /127.0.0.1:57400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:36:10,201 INFO Processing ruok command from /127.0.0.1:57518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:36:10,240 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:36:20,166 INFO Processing ruok command from /127.0.0.1:57636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:36:20,212 INFO Processing ruok command from /127.0.0.1:57640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:36:30,170 INFO Processing ruok command from /127.0.0.1:57754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:36:30,202 INFO Processing ruok command from /127.0.0.1:57758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:36:40,172 INFO Processing ruok command from /127.0.0.1:57864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:36:40,237 INFO Processing ruok command from /127.0.0.1:57868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:36:50,183 INFO Processing ruok command from /127.0.0.1:57970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:36:50,221 INFO Processing ruok command from /127.0.0.1:57972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:37:00,177 INFO Processing ruok command from /127.0.0.1:58088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:37:00,218 INFO Processing ruok command from /127.0.0.1:58092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:37:10,173 INFO Processing ruok command from /127.0.0.1:58198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:37:10,205 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:37:15,052 INFO Committing global session 0x100003788810003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:37:20,166 INFO Processing ruok command from /127.0.0.1:58304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:37:20,197 INFO Processing ruok command from /127.0.0.1:58308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:37:30,176 INFO Processing ruok command from /127.0.0.1:58424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:37:30,211 INFO Processing ruok command from /127.0.0.1:58428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:37:40,179 INFO Processing ruok command from /127.0.0.1:58538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:37:40,211 INFO Processing ruok command from /127.0.0.1:58542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:37:50,175 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:37:50,203 INFO Processing ruok command from /127.0.0.1:58648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:38:00,175 INFO Processing ruok command from /127.0.0.1:58764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:38:00,202 INFO Processing ruok command from /127.0.0.1:58768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:38:10,179 INFO Processing ruok command from /127.0.0.1:58874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:38:10,202 INFO Processing ruok command from /127.0.0.1:58878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:38:20,179 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:38:20,210 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:38:30,178 INFO Processing ruok command from /127.0.0.1:59100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:38:30,209 INFO Processing ruok command from /127.0.0.1:59104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:38:40,167 INFO Processing ruok command from /127.0.0.1:59210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:38:40,198 INFO Processing ruok command from /127.0.0.1:59214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:38:50,180 INFO Processing ruok command from /127.0.0.1:59314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:38:50,214 INFO Processing ruok command from /127.0.0.1:59318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:39:00,193 INFO Processing ruok command from /127.0.0.1:59438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:39:00,222 INFO Processing ruok command from /127.0.0.1:59440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:39:10,172 INFO Processing ruok command from /127.0.0.1:59548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:39:10,199 INFO Processing ruok command from /127.0.0.1:59552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:39:15,683 INFO Committing global session 0x300003826c60004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:39:20,175 INFO Processing ruok command from /127.0.0.1:59654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:39:20,213 INFO Processing ruok command from /127.0.0.1:59658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:39:30,175 INFO Processing ruok command from /127.0.0.1:59774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:39:30,211 INFO Processing ruok command from /127.0.0.1:59778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:39:40,163 INFO Processing ruok command from /127.0.0.1:59890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:39:40,197 INFO Processing ruok command from /127.0.0.1:59894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:39:50,167 INFO Processing ruok command from /127.0.0.1:59998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:39:50,197 INFO Processing ruok command from /127.0.0.1:60002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:40:00,179 INFO Processing ruok command from /127.0.0.1:60118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:40:00,232 INFO Processing ruok command from /127.0.0.1:60122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:40:10,172 INFO Processing ruok command from /127.0.0.1:60228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:40:10,201 INFO Processing ruok command from /127.0.0.1:60232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:40:20,161 INFO Processing ruok command from /127.0.0.1:60334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:40:20,196 INFO Processing ruok command from /127.0.0.1:60338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:40:30,173 INFO Processing ruok command from /127.0.0.1:60452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:40:30,208 INFO Processing ruok command from /127.0.0.1:60456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:40:40,173 INFO Processing ruok command from /127.0.0.1:60600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:40:40,213 INFO Processing ruok command from /127.0.0.1:60604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:40:50,163 INFO Processing ruok command from /127.0.0.1:60712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:40:50,197 INFO Processing ruok command from /127.0.0.1:60716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:41:00,173 INFO Processing ruok command from /127.0.0.1:60832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:41:00,205 INFO Processing ruok command from /127.0.0.1:60836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:41:10,191 INFO Processing ruok command from /127.0.0.1:60948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:41:10,223 INFO Processing ruok command from /127.0.0.1:60950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:41:15,236 INFO Committing global session 0x100003788810004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:41:20,189 INFO Processing ruok command from /127.0.0.1:32838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:41:20,242 INFO Processing ruok command from /127.0.0.1:32840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:41:30,170 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:41:30,201 INFO Processing ruok command from /127.0.0.1:32974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:41:40,167 INFO Processing ruok command from /127.0.0.1:33080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:41:40,197 INFO Processing ruok command from /127.0.0.1:33084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:41:50,169 INFO Processing ruok command from /127.0.0.1:33186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:41:50,204 INFO Processing ruok command from /127.0.0.1:33190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:42:00,167 INFO Processing ruok command from /127.0.0.1:33308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:42:00,198 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:42:10,175 INFO Processing ruok command from /127.0.0.1:33420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:42:10,211 INFO Processing ruok command from /127.0.0.1:33424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:42:20,167 INFO Processing ruok command from /127.0.0.1:33524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:42:20,199 INFO Processing ruok command from /127.0.0.1:33528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:42:30,176 INFO Processing ruok command from /127.0.0.1:33642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:42:30,206 INFO Processing ruok command from /127.0.0.1:33646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:42:40,167 INFO Processing ruok command from /127.0.0.1:33754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:42:40,196 INFO Processing ruok command from /127.0.0.1:33758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:42:50,171 INFO Processing ruok command from /127.0.0.1:33860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:42:50,203 INFO Processing ruok command from /127.0.0.1:33864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:43:00,164 INFO Processing ruok command from /127.0.0.1:33980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:43:00,192 INFO Processing ruok command from /127.0.0.1:33984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:43:10,165 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:43:10,192 INFO Processing ruok command from /127.0.0.1:34096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:43:15,131 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2022-12-09 22:43:15,139 INFO Committing global session 0x200003905e90004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:43:16,014 INFO Submitting global closeSession request for session 0x200003905e90004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 22:43:20,177 INFO Processing ruok command from /127.0.0.1:34196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:43:20,204 INFO Processing ruok command from /127.0.0.1:34200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:43:30,189 INFO Processing ruok command from /127.0.0.1:34334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:43:30,222 INFO Processing ruok command from /127.0.0.1:34336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:43:40,169 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:43:40,204 INFO Processing ruok command from /127.0.0.1:34454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:43:50,167 INFO Processing ruok command from /127.0.0.1:34590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:43:50,229 INFO Processing ruok command from /127.0.0.1:34594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:44:00,185 INFO Processing ruok command from /127.0.0.1:34794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:44:00,214 INFO Processing ruok command from /127.0.0.1:34796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:44:10,175 INFO Processing ruok command from /127.0.0.1:34910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:44:10,218 INFO Processing ruok command from /127.0.0.1:34914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:44:20,175 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:44:20,205 INFO Processing ruok command from /127.0.0.1:35066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:44:30,182 INFO Processing ruok command from /127.0.0.1:35210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:44:30,212 INFO Processing ruok command from /127.0.0.1:35214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:44:40,181 INFO Processing ruok command from /127.0.0.1:35344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:44:40,208 INFO Processing ruok command from /127.0.0.1:35348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:44:50,181 INFO Processing ruok command from /127.0.0.1:35466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:44:50,216 INFO Processing ruok command from /127.0.0.1:35472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:45:00,181 INFO Processing ruok command from /127.0.0.1:35614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:45:00,239 INFO Processing ruok command from /127.0.0.1:35616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:45:10,180 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:45:10,215 INFO Processing ruok command from /127.0.0.1:35794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:45:15,117 INFO Committing global session 0x300003826c60005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:45:20,200 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:45:20,245 INFO Processing ruok command from /127.0.0.1:35944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:45:30,193 INFO Processing ruok command from /127.0.0.1:36134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:45:30,243 INFO Processing ruok command from /127.0.0.1:36136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:45:40,172 INFO Processing ruok command from /127.0.0.1:36328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:45:40,214 INFO Processing ruok command from /127.0.0.1:36332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:45:50,225 INFO Processing ruok command from /127.0.0.1:36486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:45:50,330 INFO Processing ruok command from /127.0.0.1:36490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:46:00,197 INFO Processing ruok command from /127.0.0.1:36678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:46:00,236 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:46:10,171 INFO Processing ruok command from /127.0.0.1:36846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:46:10,202 INFO Processing ruok command from /127.0.0.1:36850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:46:20,163 INFO Processing ruok command from /127.0.0.1:37022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:46:20,198 INFO Processing ruok command from /127.0.0.1:37026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:46:30,185 INFO Processing ruok command from /127.0.0.1:37202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:46:30,223 INFO Processing ruok command from /127.0.0.1:37204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:46:40,167 INFO Processing ruok command from /127.0.0.1:37372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:46:40,200 INFO Processing ruok command from /127.0.0.1:37376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:46:50,181 INFO Processing ruok command from /127.0.0.1:37528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:46:50,226 INFO Processing ruok command from /127.0.0.1:37532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:47:00,180 INFO Processing ruok command from /127.0.0.1:37698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:47:00,217 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:47:10,172 INFO Processing ruok command from /127.0.0.1:37868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:47:10,209 INFO Processing ruok command from /127.0.0.1:37872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:47:15,190 INFO Committing global session 0x100003788810005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:47:20,193 INFO Processing ruok command from /127.0.0.1:38024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:47:20,229 INFO Processing ruok command from /127.0.0.1:38026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:47:30,174 INFO Processing ruok command from /127.0.0.1:38194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:47:30,207 INFO Processing ruok command from /127.0.0.1:38198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:47:40,168 INFO Processing ruok command from /127.0.0.1:38362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:47:40,198 INFO Processing ruok command from /127.0.0.1:38366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:47:50,180 INFO Processing ruok command from /127.0.0.1:38516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:47:50,264 INFO Processing ruok command from /127.0.0.1:38520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:48:00,167 INFO Processing ruok command from /127.0.0.1:38686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:48:00,202 INFO Processing ruok command from /127.0.0.1:38690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:48:10,180 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:48:10,214 INFO Processing ruok command from /127.0.0.1:38852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:48:20,200 INFO Processing ruok command from /127.0.0.1:39006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:48:20,233 INFO Processing ruok command from /127.0.0.1:39008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:48:30,169 INFO Processing ruok command from /127.0.0.1:39172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:48:30,197 INFO Processing ruok command from /127.0.0.1:39176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:48:40,164 INFO Processing ruok command from /127.0.0.1:39334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:48:40,213 INFO Processing ruok command from /127.0.0.1:39338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:48:50,189 INFO Processing ruok command from /127.0.0.1:39490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:48:50,262 INFO Processing ruok command from /127.0.0.1:39494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:49:00,180 INFO Processing ruok command from /127.0.0.1:39658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:49:00,210 INFO Processing ruok command from /127.0.0.1:39662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:49:10,174 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:49:10,207 INFO Processing ruok command from /127.0.0.1:39824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:49:14,947 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2022-12-09 22:49:14,958 INFO Committing global session 0x200003905e90005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:49:15,844 INFO Submitting global closeSession request for session 0x200003905e90005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 22:49:20,185 INFO Processing ruok command from /127.0.0.1:39978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:49:20,222 INFO Processing ruok command from /127.0.0.1:39982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:49:30,180 INFO Processing ruok command from /127.0.0.1:40146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:49:30,221 INFO Processing ruok command from /127.0.0.1:40150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:49:40,185 INFO Processing ruok command from /127.0.0.1:40312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:49:40,215 INFO Processing ruok command from /127.0.0.1:40314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:49:50,177 INFO Processing ruok command from /127.0.0.1:40466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:49:50,212 INFO Processing ruok command from /127.0.0.1:40470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:50:00,173 INFO Processing ruok command from /127.0.0.1:40640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:50:00,206 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:50:10,180 INFO Processing ruok command from /127.0.0.1:40808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:50:10,209 INFO Processing ruok command from /127.0.0.1:40812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:50:20,185 INFO Processing ruok command from /127.0.0.1:40968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:50:20,217 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:50:30,178 INFO Processing ruok command from /127.0.0.1:41136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:50:30,208 INFO Processing ruok command from /127.0.0.1:41140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:50:40,180 INFO Processing ruok command from /127.0.0.1:41302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:50:40,236 INFO Processing ruok command from /127.0.0.1:41306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:50:50,173 INFO Processing ruok command from /127.0.0.1:41460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:50:50,251 INFO Processing ruok command from /127.0.0.1:41464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:51:00,169 INFO Processing ruok command from /127.0.0.1:41628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:51:00,203 INFO Processing ruok command from /127.0.0.1:41632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:51:10,171 INFO Processing ruok command from /127.0.0.1:41796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:51:10,203 INFO Processing ruok command from /127.0.0.1:41800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:51:15,008 INFO Committing global session 0x100003788810006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:51:20,240 INFO Processing ruok command from /127.0.0.1:41960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:51:20,276 INFO Processing ruok command from /127.0.0.1:41962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:51:30,176 INFO Processing ruok command from /127.0.0.1:42130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:51:30,212 INFO Processing ruok command from /127.0.0.1:42134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:51:40,179 INFO Processing ruok command from /127.0.0.1:42296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:51:40,217 INFO Processing ruok command from /127.0.0.1:42300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:51:50,176 INFO Processing ruok command from /127.0.0.1:42454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:51:50,240 INFO Processing ruok command from /127.0.0.1:42458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:52:00,169 INFO Processing ruok command from /127.0.0.1:42630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:52:00,200 INFO Processing ruok command from /127.0.0.1:42634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:52:10,175 INFO Processing ruok command from /127.0.0.1:42798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:52:10,210 INFO Processing ruok command from /127.0.0.1:42802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:52:20,192 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:52:20,233 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:52:30,175 INFO Processing ruok command from /127.0.0.1:43136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:52:30,206 INFO Processing ruok command from /127.0.0.1:43140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:52:40,174 INFO Processing ruok command from /127.0.0.1:43300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:52:40,204 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:52:50,183 INFO Processing ruok command from /127.0.0.1:43452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:52:50,222 INFO Processing ruok command from /127.0.0.1:43454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:53:00,168 INFO Processing ruok command from /127.0.0.1:43614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:53:00,203 INFO Processing ruok command from /127.0.0.1:43618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:53:10,168 INFO Processing ruok command from /127.0.0.1:43774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:53:10,198 INFO Processing ruok command from /127.0.0.1:43778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:53:14,881 INFO Committing global session 0x100003788810007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:53:20,170 INFO Processing ruok command from /127.0.0.1:43924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:53:20,225 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:53:30,174 INFO Processing ruok command from /127.0.0.1:44092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:53:30,218 INFO Processing ruok command from /127.0.0.1:44096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:53:40,171 INFO Processing ruok command from /127.0.0.1:44258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:53:40,214 INFO Processing ruok command from /127.0.0.1:44262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:53:50,177 INFO Processing ruok command from /127.0.0.1:44416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:53:50,271 INFO Processing ruok command from /127.0.0.1:44420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:54:00,168 INFO Processing ruok command from /127.0.0.1:44584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:54:00,199 INFO Processing ruok command from /127.0.0.1:44588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:54:10,177 INFO Processing ruok command from /127.0.0.1:44744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:54:10,211 INFO Processing ruok command from /127.0.0.1:44748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:54:20,220 INFO Processing ruok command from /127.0.0.1:44926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:54:20,298 INFO Processing ruok command from /127.0.0.1:44928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:54:30,177 INFO Processing ruok command from /127.0.0.1:45170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:54:30,222 INFO Processing ruok command from /127.0.0.1:45174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:54:40,210 INFO Processing ruok command from /127.0.0.1:45378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:54:40,245 INFO Processing ruok command from /127.0.0.1:45380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:54:50,205 INFO Processing ruok command from /127.0.0.1:45582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:54:50,235 INFO Processing ruok command from /127.0.0.1:45584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:55:00,200 INFO Processing ruok command from /127.0.0.1:45832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:55:00,280 INFO Processing ruok command from /127.0.0.1:45836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:55:10,227 INFO Processing ruok command from /127.0.0.1:46066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:55:10,274 INFO Processing ruok command from /127.0.0.1:46070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:55:15,329 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2022-12-09 22:55:15,366 INFO Committing global session 0x200003905e90006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:55:16,010 INFO Submitting global closeSession request for session 0x200003905e90006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 22:55:20,240 INFO Processing ruok command from /127.0.0.1:46346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:55:20,330 INFO Processing ruok command from /127.0.0.1:46352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:55:30,243 INFO Processing ruok command from /127.0.0.1:46596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:55:30,453 INFO Processing ruok command from /127.0.0.1:46606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:55:40,195 INFO Processing ruok command from /127.0.0.1:46864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:55:40,266 INFO Processing ruok command from /127.0.0.1:46870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:55:50,267 INFO Processing ruok command from /127.0.0.1:47178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:55:50,344 INFO Processing ruok command from /127.0.0.1:47182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:56:00,176 INFO Processing ruok command from /127.0.0.1:47432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:56:00,219 INFO Processing ruok command from /127.0.0.1:47436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:56:10,194 INFO Processing ruok command from /127.0.0.1:47672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:56:10,248 INFO Processing ruok command from /127.0.0.1:47674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:56:20,165 INFO Processing ruok command from /127.0.0.1:47890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:56:20,218 INFO Processing ruok command from /127.0.0.1:47894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:56:30,169 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:56:30,243 INFO Processing ruok command from /127.0.0.1:48132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:56:40,168 INFO Processing ruok command from /127.0.0.1:48352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:56:40,247 INFO Processing ruok command from /127.0.0.1:48356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:56:50,200 INFO Processing ruok command from /127.0.0.1:48570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:56:50,232 INFO Processing ruok command from /127.0.0.1:48572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:57:00,180 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:57:00,254 INFO Processing ruok command from /127.0.0.1:48806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:57:10,171 INFO Processing ruok command from /127.0.0.1:49028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:57:10,205 INFO Processing ruok command from /127.0.0.1:49032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:57:15,171 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2022-12-09 22:57:15,186 INFO Committing global session 0x200003905e90007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:57:16,049 INFO Submitting global closeSession request for session 0x200003905e90007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 22:57:20,186 INFO Processing ruok command from /127.0.0.1:49246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:57:20,225 INFO Processing ruok command from /127.0.0.1:49248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:57:30,163 INFO Processing ruok command from /127.0.0.1:49472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:57:30,201 INFO Processing ruok command from /127.0.0.1:49476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:57:32,117 INFO Committing global session 0x300003826c60006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:57:32,302 INFO Committing global session 0x100003788810008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:57:34,054 INFO Committing global session 0x100003788810009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:57:40,176 INFO Processing ruok command from /127.0.0.1:49706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:57:40,244 INFO Processing ruok command from /127.0.0.1:49710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:57:50,192 INFO Processing ruok command from /127.0.0.1:49922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:57:50,222 INFO Processing ruok command from /127.0.0.1:49924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:58:00,216 INFO Processing ruok command from /127.0.0.1:50158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:58:00,254 INFO Processing ruok command from /127.0.0.1:50162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:58:07,053 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b260c1ac-7bf6-4921-b04f-7340b6b14b76/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:58:07,059 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/441bfcf9-e435-4b73-badd-c964eafb5069/onap-policy-clamp-ac-pf-ppnt-8466469884-sz7cf (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:58:07,065 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2b2cd188-507a-47db-8a59-fcadfb313bee/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-fw8g8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:58:07,072 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f29f1254-082d-4fb0-b501-8c63fa48cb14/onap-policy-xacml-pdp-7dcdcdcf66-tlscf (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:58:07,078 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d7a47eee-b1e2-46d3-a273-9970bed54548/onap-policy-clamp-ac-http-ppnt-59f8d585b5-z4jbh (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:58:10,169 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:58:10,204 INFO Processing ruok command from /127.0.0.1:50412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:58:20,183 INFO Processing ruok command from /127.0.0.1:50652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:58:20,257 INFO Processing ruok command from /127.0.0.1:50656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:58:30,196 INFO Processing ruok command from /127.0.0.1:50910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:58:30,241 INFO Processing ruok command from /127.0.0.1:50912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 22:58:40,183 INFO Processing ruok command from /127.0.0.1:51206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 22:58:40,215 INFO Processing ruok command from /127.0.0.1:51208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 22:58:50,260 INFO Processing ruok command from /127.0.0.1:51450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 22:58:50,363 INFO Processing ruok command from /127.0.0.1:51454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 22:59:00,204 INFO Processing ruok command from /127.0.0.1:51758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 22:59:00,293 INFO Processing ruok command from /127.0.0.1:51766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 22:59:07,054 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/441bfcf9-e435-4b73-badd-c964eafb5069 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,059 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2b2cd188-507a-47db-8a59-fcadfb313bee (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,065 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/5360ba1e-361f-4102-8046-dd7b6c7e3296 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,071 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,078 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,083 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/cb5aeadc-28cf-4c4b-a3a5-0653856f9786/onap-policy-pap-bffbdc774-mmr2g (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,089 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d7a47eee-b1e2-46d3-a273-9970bed54548 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,096 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b260c1ac-7bf6-4921-b04f-7340b6b14b76 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:07,102 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f29f1254-082d-4fb0-b501-8c63fa48cb14 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 22:59:10,182 INFO Processing ruok command from /127.0.0.1:52120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 22:59:10,207 INFO Processing ruok command from /127.0.0.1:52124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 22:59:14,964 INFO Committing global session 0x300003826c60007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 22:59:20,197 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 22:59:20,234 INFO Processing ruok command from /127.0.0.1:52518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 22:59:30,216 INFO Processing ruok command from /127.0.0.1:52906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 22:59:30,293 INFO Processing ruok command from /127.0.0.1:52910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 22:59:40,203 INFO Processing ruok command from /127.0.0.1:53190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 22:59:40,282 INFO Processing ruok command from /127.0.0.1:53194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 22:59:50,169 INFO Processing ruok command from /127.0.0.1:53416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 22:59:50,276 INFO Processing ruok command from /127.0.0.1:53422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:00:00,185 INFO Processing ruok command from /127.0.0.1:53674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:00:00,281 INFO Processing ruok command from /127.0.0.1:53678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:00:07,053 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:00:07,060 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1909d432-d14b-4bc5-8c6c-1b68f65601c7/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:00:07,066 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:00:07,072 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/cb5aeadc-28cf-4c4b-a3a5-0653856f9786 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:00:07,078 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:00:07,084 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5d577468-0cd8-4a1d-9a30-aa0d5ab40ede/onap-policy-clamp-runtime-acm-68d9c7bfb9-76cln (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:00:10,185 INFO Processing ruok command from /127.0.0.1:53918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:00:10,213 INFO Processing ruok command from /127.0.0.1:53920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:00:20,194 INFO Processing ruok command from /127.0.0.1:54156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:00:20,230 INFO Processing ruok command from /127.0.0.1:54158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:00:30,176 INFO Processing ruok command from /127.0.0.1:54408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:00:30,231 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:00:40,179 INFO Processing ruok command from /127.0.0.1:54696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:00:40,222 INFO Processing ruok command from /127.0.0.1:54700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:00:50,191 INFO Processing ruok command from /127.0.0.1:54934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:00:50,285 INFO Processing ruok command from /127.0.0.1:54938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:01:00,177 INFO Processing ruok command from /127.0.0.1:55190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:01:00,212 INFO Processing ruok command from /127.0.0.1:55194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:01:07,053 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1909d432-d14b-4bc5-8c6c-1b68f65601c7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:01:07,059 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:01:07,066 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5d577468-0cd8-4a1d-9a30-aa0d5ab40ede (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:01:10,172 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:01:10,237 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:01:15,280 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2022-12-09 23:01:15,288 INFO Committing global session 0x200003905e90008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:01:16,177 INFO Submitting global closeSession request for session 0x200003905e90008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:01:20,174 INFO Processing ruok command from /127.0.0.1:55698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:01:20,215 INFO Processing ruok command from /127.0.0.1:55702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:01:30,174 INFO Processing ruok command from /127.0.0.1:55960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:01:30,222 INFO Processing ruok command from /127.0.0.1:55964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:01:40,173 INFO Processing ruok command from /127.0.0.1:56214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:01:40,208 INFO Processing ruok command from /127.0.0.1:56218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:01:50,168 INFO Processing ruok command from /127.0.0.1:56450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:01:50,240 INFO Processing ruok command from /127.0.0.1:56454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:02:00,193 INFO Processing ruok command from /127.0.0.1:56742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:02:00,242 INFO Processing ruok command from /127.0.0.1:56744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:02:07,053 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:02:07,059 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:02:07,066 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:02:10,236 INFO Processing ruok command from /127.0.0.1:57046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:02:10,314 INFO Processing ruok command from /127.0.0.1:57050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:02:20,168 INFO Processing ruok command from /127.0.0.1:57304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:02:20,247 INFO Processing ruok command from /127.0.0.1:57308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:02:30,186 INFO Processing ruok command from /127.0.0.1:57754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:02:30,278 INFO Processing ruok command from /127.0.0.1:57766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:02:40,170 INFO Processing ruok command from /127.0.0.1:58556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:02:40,207 INFO Processing ruok command from /127.0.0.1:58560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:02:50,197 INFO Processing ruok command from /127.0.0.1:58814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:02:50,237 INFO Processing ruok command from /127.0.0.1:58816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:03:00,174 INFO Processing ruok command from /127.0.0.1:59082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:03:00,205 INFO Processing ruok command from /127.0.0.1:59086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:03:07,053 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:03:10,178 INFO Processing ruok command from /127.0.0.1:59344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:03:10,221 INFO Processing ruok command from /127.0.0.1:59348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:03:14,962 INFO Committing global session 0x10000378881000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:03:20,188 INFO Processing ruok command from /127.0.0.1:59600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:03:20,225 INFO Processing ruok command from /127.0.0.1:59602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:03:30,175 INFO Processing ruok command from /127.0.0.1:59872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:03:30,213 INFO Processing ruok command from /127.0.0.1:59876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:03:40,176 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:03:40,207 INFO Processing ruok command from /127.0.0.1:60138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:03:50,170 INFO Processing ruok command from /127.0.0.1:60390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:03:50,209 INFO Processing ruok command from /127.0.0.1:60394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:04:00,164 INFO Processing ruok command from /127.0.0.1:60662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:04:00,195 INFO Processing ruok command from /127.0.0.1:60666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:04:07,054 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:04:10,174 INFO Processing ruok command from /127.0.0.1:60928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:04:10,207 INFO Processing ruok command from /127.0.0.1:60932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:04:20,179 INFO Processing ruok command from /127.0.0.1:32946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:04:20,219 INFO Processing ruok command from /127.0.0.1:32950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:04:30,188 INFO Processing ruok command from /127.0.0.1:33220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:04:30,229 INFO Processing ruok command from /127.0.0.1:33222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:04:40,183 INFO Processing ruok command from /127.0.0.1:33482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:04:40,223 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:04:50,173 INFO Processing ruok command from /127.0.0.1:33730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:04:50,209 INFO Processing ruok command from /127.0.0.1:33734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:05:00,187 INFO Processing ruok command from /127.0.0.1:34010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:05:00,259 INFO Processing ruok command from /127.0.0.1:34014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:05:07,054 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:05:10,169 INFO Processing ruok command from /127.0.0.1:34302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:05:10,208 INFO Processing ruok command from /127.0.0.1:34306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:05:15,311 INFO Committing global session 0x300003826c60008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:05:20,172 INFO Processing ruok command from /127.0.0.1:34552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:05:20,217 INFO Processing ruok command from /127.0.0.1:34556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:05:30,168 INFO Processing ruok command from /127.0.0.1:34824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:05:30,215 INFO Processing ruok command from /127.0.0.1:34828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:05:40,178 INFO Processing ruok command from /127.0.0.1:35088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:05:40,260 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:05:50,199 INFO Processing ruok command from /127.0.0.1:35354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:05:50,264 INFO Processing ruok command from /127.0.0.1:35358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:06:00,211 INFO Processing ruok command from /127.0.0.1:35636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:06:00,275 INFO Processing ruok command from /127.0.0.1:35640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:06:07,053 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:06:10,187 INFO Processing ruok command from /127.0.0.1:35916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:06:10,226 INFO Processing ruok command from /127.0.0.1:35918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:06:20,196 INFO Processing ruok command from /127.0.0.1:36180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:06:20,274 INFO Processing ruok command from /127.0.0.1:36184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:06:30,180 INFO Processing ruok command from /127.0.0.1:36464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:06:30,252 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:06:40,222 INFO Processing ruok command from /127.0.0.1:36740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:06:40,286 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:06:50,181 INFO Processing ruok command from /127.0.0.1:37004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:06:50,240 INFO Processing ruok command from /127.0.0.1:37008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:07:00,178 INFO Processing ruok command from /127.0.0.1:37286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:07:00,242 INFO Processing ruok command from /127.0.0.1:37290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:07:10,198 INFO Processing ruok command from /127.0.0.1:37564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:07:10,262 INFO Processing ruok command from /127.0.0.1:37568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:07:15,052 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2022-12-09 23:07:15,060 INFO Committing global session 0x200003905e90009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:07:15,942 INFO Submitting global closeSession request for session 0x200003905e90009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:07:20,205 INFO Processing ruok command from /127.0.0.1:37852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:07:20,274 INFO Processing ruok command from /127.0.0.1:37856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:07:30,186 INFO Processing ruok command from /127.0.0.1:38142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:07:30,249 INFO Processing ruok command from /127.0.0.1:38144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:07:40,186 INFO Processing ruok command from /127.0.0.1:38474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:07:40,225 INFO Processing ruok command from /127.0.0.1:38476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:07:50,184 INFO Processing ruok command from /127.0.0.1:38746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:07:50,244 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:08:00,184 INFO Processing ruok command from /127.0.0.1:39028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:08:00,211 INFO Processing ruok command from /127.0.0.1:39030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:08:10,177 INFO Processing ruok command from /127.0.0.1:39302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:08:10,213 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:08:20,189 INFO Processing ruok command from /127.0.0.1:39570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:08:20,227 INFO Processing ruok command from /127.0.0.1:39572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:08:30,193 INFO Processing ruok command from /127.0.0.1:39856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:08:30,230 INFO Processing ruok command from /127.0.0.1:39858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:08:40,173 INFO Processing ruok command from /127.0.0.1:40146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:08:40,239 INFO Processing ruok command from /127.0.0.1:40150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:08:50,181 INFO Processing ruok command from /127.0.0.1:40424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:08:50,242 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:09:00,174 INFO Processing ruok command from /127.0.0.1:40710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:09:00,206 INFO Processing ruok command from /127.0.0.1:40714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:09:07,054 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:09:07,059 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:09:07,065 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:09:10,179 INFO Processing ruok command from /127.0.0.1:40982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:09:10,214 INFO Processing ruok command from /127.0.0.1:40986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:09:15,211 INFO Committing global session 0x10000378881000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:09:20,186 INFO Processing ruok command from /127.0.0.1:41250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:09:20,234 INFO Processing ruok command from /127.0.0.1:41252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:09:30,183 INFO Processing ruok command from /127.0.0.1:41538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:09:30,251 INFO Processing ruok command from /127.0.0.1:41540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:09:40,184 INFO Processing ruok command from /127.0.0.1:41808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:09:40,220 INFO Processing ruok command from /127.0.0.1:41810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:09:50,196 INFO Processing ruok command from /127.0.0.1:42072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:09:50,236 INFO Processing ruok command from /127.0.0.1:42074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:10:00,174 INFO Processing ruok command from /127.0.0.1:42354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:10:00,205 INFO Processing ruok command from /127.0.0.1:42358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:10:07,053 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:10:07,059 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:10:07,066 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:10:10,177 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:10:10,218 INFO Processing ruok command from /127.0.0.1:42636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:10:20,175 INFO Processing ruok command from /127.0.0.1:42894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:10:20,230 INFO Processing ruok command from /127.0.0.1:42898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:10:30,180 INFO Processing ruok command from /127.0.0.1:43178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:10:30,213 INFO Processing ruok command from /127.0.0.1:43182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:10:40,176 INFO Processing ruok command from /127.0.0.1:43452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:10:40,215 INFO Processing ruok command from /127.0.0.1:43456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:10:50,168 INFO Processing ruok command from /127.0.0.1:43716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:10:50,212 INFO Processing ruok command from /127.0.0.1:43720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:11:00,178 INFO Processing ruok command from /127.0.0.1:44000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:11:00,238 INFO Processing ruok command from /127.0.0.1:44004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:11:07,053 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:11:07,059 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:11:10,175 INFO Processing ruok command from /127.0.0.1:44274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:11:10,242 INFO Processing ruok command from /127.0.0.1:44278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:11:14,927 INFO Committing global session 0x300003826c60009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:11:20,181 INFO Processing ruok command from /127.0.0.1:44536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:11:20,227 INFO Processing ruok command from /127.0.0.1:44540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:11:30,182 INFO Processing ruok command from /127.0.0.1:44820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:11:30,239 INFO Processing ruok command from /127.0.0.1:44822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:11:40,183 INFO Processing ruok command from /127.0.0.1:45098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:11:40,219 INFO Processing ruok command from /127.0.0.1:45100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:11:50,178 INFO Processing ruok command from /127.0.0.1:45360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:11:50,245 INFO Processing ruok command from /127.0.0.1:45364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:12:00,177 INFO Processing ruok command from /127.0.0.1:45642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:12:00,208 INFO Processing ruok command from /127.0.0.1:45646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:12:07,055 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:12:10,177 INFO Processing ruok command from /127.0.0.1:45916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:12:10,213 INFO Processing ruok command from /127.0.0.1:45920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:12:20,169 INFO Processing ruok command from /127.0.0.1:46180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:12:20,208 INFO Processing ruok command from /127.0.0.1:46184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:12:30,172 INFO Processing ruok command from /127.0.0.1:46464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:12:30,206 INFO Processing ruok command from /127.0.0.1:46468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:12:40,171 INFO Processing ruok command from /127.0.0.1:46736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:12:40,208 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:12:50,186 INFO Processing ruok command from /127.0.0.1:47000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:12:50,220 INFO Processing ruok command from /127.0.0.1:47002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:13:00,179 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:13:00,231 INFO Processing ruok command from /127.0.0.1:47286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:13:10,178 INFO Processing ruok command from /127.0.0.1:47552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:13:10,213 INFO Processing ruok command from /127.0.0.1:47556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:13:15,124 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2022-12-09 23:13:15,132 INFO Committing global session 0x200003905e9000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:13:16,017 INFO Submitting global closeSession request for session 0x200003905e9000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:13:20,173 INFO Processing ruok command from /127.0.0.1:47816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:13:20,212 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:13:30,175 INFO Processing ruok command from /127.0.0.1:48104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:13:30,205 INFO Processing ruok command from /127.0.0.1:48108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:13:40,183 INFO Processing ruok command from /127.0.0.1:48382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:13:40,215 INFO Processing ruok command from /127.0.0.1:48386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:13:50,170 INFO Processing ruok command from /127.0.0.1:48646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:13:50,224 INFO Processing ruok command from /127.0.0.1:48650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:14:00,172 INFO Processing ruok command from /127.0.0.1:48928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:14:00,207 INFO Processing ruok command from /127.0.0.1:48932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:14:10,164 INFO Processing ruok command from /127.0.0.1:49202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:14:10,237 INFO Processing ruok command from /127.0.0.1:49206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:14:20,178 INFO Processing ruok command from /127.0.0.1:49492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:14:20,215 INFO Processing ruok command from /127.0.0.1:49496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:14:30,173 INFO Processing ruok command from /127.0.0.1:49778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:14:30,237 INFO Processing ruok command from /127.0.0.1:49782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:14:40,175 INFO Processing ruok command from /127.0.0.1:50050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:14:40,240 INFO Processing ruok command from /127.0.0.1:50054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:14:50,185 INFO Processing ruok command from /127.0.0.1:50316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:14:50,221 INFO Processing ruok command from /127.0.0.1:50318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:15:00,184 INFO Processing ruok command from /127.0.0.1:50600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:15:00,222 INFO Processing ruok command from /127.0.0.1:50602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:15:10,177 INFO Processing ruok command from /127.0.0.1:50872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:15:10,239 INFO Processing ruok command from /127.0.0.1:50876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:15:15,340 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2022-12-09 23:15:15,348 INFO Committing global session 0x200003905e9000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:15:16,132 INFO Submitting global closeSession request for session 0x200003905e9000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:15:20,180 INFO Processing ruok command from /127.0.0.1:51138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:15:20,218 INFO Processing ruok command from /127.0.0.1:51142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:15:30,203 INFO Processing ruok command from /127.0.0.1:51426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:15:30,237 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:15:40,195 INFO Processing ruok command from /127.0.0.1:51700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:15:40,270 INFO Processing ruok command from /127.0.0.1:51704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:15:50,167 INFO Processing ruok command from /127.0.0.1:51964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:15:50,227 INFO Processing ruok command from /127.0.0.1:51968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:16:00,189 INFO Processing ruok command from /127.0.0.1:52246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:16:00,241 INFO Processing ruok command from /127.0.0.1:52248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:16:10,176 INFO Processing ruok command from /127.0.0.1:52520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:16:10,216 INFO Processing ruok command from /127.0.0.1:52524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:16:20,175 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:16:20,207 INFO Processing ruok command from /127.0.0.1:52790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:16:30,173 INFO Processing ruok command from /127.0.0.1:53072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:16:30,242 INFO Processing ruok command from /127.0.0.1:53076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:16:40,171 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:16:40,225 INFO Processing ruok command from /127.0.0.1:53354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:16:50,189 INFO Processing ruok command from /127.0.0.1:53614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:16:50,250 INFO Processing ruok command from /127.0.0.1:53618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:17:00,196 INFO Processing ruok command from /127.0.0.1:53948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:17:00,276 INFO Processing ruok command from /127.0.0.1:53952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:17:10,231 INFO Processing ruok command from /127.0.0.1:54224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:17:10,279 INFO Processing ruok command from /127.0.0.1:54228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:17:15,877 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2022-12-09 23:17:15,908 INFO Committing global session 0x200003905e9000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:17:16,757 INFO Submitting global closeSession request for session 0x200003905e9000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:17:20,188 INFO Processing ruok command from /127.0.0.1:54526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:17:20,256 INFO Processing ruok command from /127.0.0.1:54530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:17:30,190 INFO Processing ruok command from /127.0.0.1:54854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:17:30,264 INFO Processing ruok command from /127.0.0.1:54858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:17:40,181 INFO Processing ruok command from /127.0.0.1:55154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:17:40,211 INFO Processing ruok command from /127.0.0.1:55156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:17:50,198 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:17:50,235 INFO Processing ruok command from /127.0.0.1:55454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:18:00,174 INFO Processing ruok command from /127.0.0.1:55756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:18:00,204 INFO Processing ruok command from /127.0.0.1:55760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:18:07,054 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:18:07,060 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:18:10,172 INFO Processing ruok command from /127.0.0.1:56060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:18:10,207 INFO Processing ruok command from /127.0.0.1:56064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:18:20,182 INFO Processing ruok command from /127.0.0.1:56352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:18:20,224 INFO Processing ruok command from /127.0.0.1:56354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:18:30,168 INFO Processing ruok command from /127.0.0.1:56664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:18:30,200 INFO Processing ruok command from /127.0.0.1:56668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:18:40,181 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:18:40,216 INFO Processing ruok command from /127.0.0.1:56970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:18:50,182 INFO Processing ruok command from /127.0.0.1:57262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:18:50,234 INFO Processing ruok command from /127.0.0.1:57264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:19:00,165 INFO Processing ruok command from /127.0.0.1:57570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:19:00,197 INFO Processing ruok command from /127.0.0.1:57574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:19:07,053 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:19:07,059 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:19:10,188 INFO Processing ruok command from /127.0.0.1:57874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:19:10,250 INFO Processing ruok command from /127.0.0.1:57876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:19:15,286 INFO Committing global session 0x300003826c6000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:19:20,176 INFO Processing ruok command from /127.0.0.1:58162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:19:20,215 INFO Processing ruok command from /127.0.0.1:58166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:19:30,180 INFO Processing ruok command from /127.0.0.1:58474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:19:30,223 INFO Processing ruok command from /127.0.0.1:58478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:19:40,177 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:19:40,214 INFO Processing ruok command from /127.0.0.1:58784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:19:50,178 INFO Processing ruok command from /127.0.0.1:59066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:19:50,214 INFO Processing ruok command from /127.0.0.1:59070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:20:00,168 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:20:00,207 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:20:07,054 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:20:07,060 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:20:10,181 INFO Processing ruok command from /127.0.0.1:59678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:20:10,220 INFO Processing ruok command from /127.0.0.1:59680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:20:20,183 INFO Processing ruok command from /127.0.0.1:59966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:20:20,220 INFO Processing ruok command from /127.0.0.1:59968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:20:30,178 INFO Processing ruok command from /127.0.0.1:60272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:20:30,213 INFO Processing ruok command from /127.0.0.1:60276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:20:40,177 INFO Processing ruok command from /127.0.0.1:60568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:20:40,204 INFO Processing ruok command from /127.0.0.1:60572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:20:50,171 INFO Processing ruok command from /127.0.0.1:60854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:20:50,225 INFO Processing ruok command from /127.0.0.1:60858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:21:00,183 INFO Processing ruok command from /127.0.0.1:32940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:21:00,215 INFO Processing ruok command from /127.0.0.1:32942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:21:07,054 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-09 23:21:10,173 INFO Processing ruok command from /127.0.0.1:33236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:21:10,206 INFO Processing ruok command from /127.0.0.1:33240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:21:15,511 INFO Committing global session 0x10000378881000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:21:20,169 INFO Processing ruok command from /127.0.0.1:33526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:21:20,206 INFO Processing ruok command from /127.0.0.1:33530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:21:30,181 INFO Processing ruok command from /127.0.0.1:33836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:21:30,216 INFO Processing ruok command from /127.0.0.1:33838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:21:40,176 INFO Processing ruok command from /127.0.0.1:34132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:21:40,256 INFO Processing ruok command from /127.0.0.1:34138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:21:50,179 INFO Processing ruok command from /127.0.0.1:34424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:21:50,214 INFO Processing ruok command from /127.0.0.1:34428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:22:00,172 INFO Processing ruok command from /127.0.0.1:34738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:22:00,205 INFO Processing ruok command from /127.0.0.1:34742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:22:10,182 INFO Processing ruok command from /127.0.0.1:35042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:22:10,222 INFO Processing ruok command from /127.0.0.1:35044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:22:20,180 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:22:20,219 INFO Processing ruok command from /127.0.0.1:35330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:22:30,193 INFO Processing ruok command from /127.0.0.1:35638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:22:30,265 INFO Processing ruok command from /127.0.0.1:35642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:22:40,188 INFO Processing ruok command from /127.0.0.1:35938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:22:40,223 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:22:50,168 INFO Processing ruok command from /127.0.0.1:36226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:22:50,208 INFO Processing ruok command from /127.0.0.1:36230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:23:00,177 INFO Processing ruok command from /127.0.0.1:36536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:23:00,208 INFO Processing ruok command from /127.0.0.1:36540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:23:10,189 INFO Processing ruok command from /127.0.0.1:36838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:23:10,258 INFO Processing ruok command from /127.0.0.1:36842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:23:14,994 INFO Committing global session 0x300003826c6000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:23:20,176 INFO Processing ruok command from /127.0.0.1:37132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:23:20,217 INFO Processing ruok command from /127.0.0.1:37136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:23:30,197 INFO Processing ruok command from /127.0.0.1:37448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:23:30,231 INFO Processing ruok command from /127.0.0.1:37450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:23:40,180 INFO Processing ruok command from /127.0.0.1:37748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:23:40,214 INFO Processing ruok command from /127.0.0.1:37752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:23:50,185 INFO Processing ruok command from /127.0.0.1:38042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:23:50,232 INFO Processing ruok command from /127.0.0.1:38044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:24:00,184 INFO Processing ruok command from /127.0.0.1:38356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:24:00,235 INFO Processing ruok command from /127.0.0.1:38358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:24:10,177 INFO Processing ruok command from /127.0.0.1:38654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:24:10,216 INFO Processing ruok command from /127.0.0.1:38658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:24:20,187 INFO Processing ruok command from /127.0.0.1:38954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:24:20,249 INFO Processing ruok command from /127.0.0.1:38956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:24:30,190 INFO Processing ruok command from /127.0.0.1:39274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:24:30,223 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:24:40,190 INFO Processing ruok command from /127.0.0.1:39580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:24:40,231 INFO Processing ruok command from /127.0.0.1:39582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:24:50,177 INFO Processing ruok command from /127.0.0.1:39868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:24:50,215 INFO Processing ruok command from /127.0.0.1:39872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:25:00,186 INFO Processing ruok command from /127.0.0.1:40184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:25:00,225 INFO Processing ruok command from /127.0.0.1:40186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:25:10,172 INFO Processing ruok command from /127.0.0.1:40480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:25:10,227 INFO Processing ruok command from /127.0.0.1:40484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:25:15,386 INFO Committing global session 0x300003826c6000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:25:20,164 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:25:20,230 INFO Processing ruok command from /127.0.0.1:40772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:25:30,191 INFO Processing ruok command from /127.0.0.1:41084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:25:30,222 INFO Processing ruok command from /127.0.0.1:41086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:25:40,183 INFO Processing ruok command from /127.0.0.1:41388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:25:40,252 INFO Processing ruok command from /127.0.0.1:41390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:25:50,175 INFO Processing ruok command from /127.0.0.1:41676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:25:50,240 INFO Processing ruok command from /127.0.0.1:41680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:26:00,184 INFO Processing ruok command from /127.0.0.1:41994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:26:00,222 INFO Processing ruok command from /127.0.0.1:41996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:26:10,173 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:26:10,207 INFO Processing ruok command from /127.0.0.1:42298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:26:20,172 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:26:20,245 INFO Processing ruok command from /127.0.0.1:42588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:26:30,179 INFO Processing ruok command from /127.0.0.1:42894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:26:30,213 INFO Processing ruok command from /127.0.0.1:42898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:26:40,181 INFO Processing ruok command from /127.0.0.1:43194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:26:40,215 INFO Processing ruok command from /127.0.0.1:43198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:26:50,175 INFO Processing ruok command from /127.0.0.1:43484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:26:50,238 INFO Processing ruok command from /127.0.0.1:43488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:27:00,172 INFO Processing ruok command from /127.0.0.1:43796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:27:00,206 INFO Processing ruok command from /127.0.0.1:43800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:27:10,180 INFO Processing ruok command from /127.0.0.1:44096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:27:10,236 INFO Processing ruok command from /127.0.0.1:44100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:27:15,071 INFO Committing global session 0x10000378881000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:27:20,174 INFO Processing ruok command from /127.0.0.1:44386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:27:20,250 INFO Processing ruok command from /127.0.0.1:44390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:27:30,168 INFO Processing ruok command from /127.0.0.1:44698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:27:30,201 INFO Processing ruok command from /127.0.0.1:44702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:27:40,172 INFO Processing ruok command from /127.0.0.1:44998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:27:40,258 INFO Processing ruok command from /127.0.0.1:45004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:27:50,183 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:27:50,233 INFO Processing ruok command from /127.0.0.1:45288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:28:00,173 INFO Processing ruok command from /127.0.0.1:45596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:28:00,202 INFO Processing ruok command from /127.0.0.1:45600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:28:10,197 INFO Processing ruok command from /127.0.0.1:45898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:28:10,252 INFO Processing ruok command from /127.0.0.1:45900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:28:20,175 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:28:20,211 INFO Processing ruok command from /127.0.0.1:46192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:28:30,181 INFO Processing ruok command from /127.0.0.1:46502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:28:30,213 INFO Processing ruok command from /127.0.0.1:46504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:28:40,185 INFO Processing ruok command from /127.0.0.1:46804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:28:40,219 INFO Processing ruok command from /127.0.0.1:46806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:28:50,169 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:28:50,247 INFO Processing ruok command from /127.0.0.1:47112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:29:00,170 INFO Processing ruok command from /127.0.0.1:47426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:29:00,215 INFO Processing ruok command from /127.0.0.1:47430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:29:10,182 INFO Processing ruok command from /127.0.0.1:47734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:29:10,215 INFO Processing ruok command from /127.0.0.1:47736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:29:15,317 INFO Committing global session 0x10000378881000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:29:20,174 INFO Processing ruok command from /127.0.0.1:48022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:29:20,249 INFO Processing ruok command from /127.0.0.1:48026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:29:30,177 INFO Processing ruok command from /127.0.0.1:48336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:29:30,210 INFO Processing ruok command from /127.0.0.1:48340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:29:40,180 INFO Processing ruok command from /127.0.0.1:48640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:29:40,218 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:29:50,174 INFO Processing ruok command from /127.0.0.1:48932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:29:50,248 INFO Processing ruok command from /127.0.0.1:48936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:30:00,190 INFO Processing ruok command from /127.0.0.1:49246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:30:00,221 INFO Processing ruok command from /127.0.0.1:49248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:30:06,158 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-09 23:30:06,158 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-12-09 23:30:06,170 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-09 23:30:06,625 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-12-09 23:30:06,636 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-12-09 23:30:06,646 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-12-09 23:30:06,647 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-12-09 23:30:07,688 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-12-09 23:30:07,689 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] 2022-12-09 23:30:07,691 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-12-09 23:30:07,691 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] 2022-12-09 23:30:10,190 INFO Processing ruok command from /127.0.0.1:49546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:30:10,225 INFO Processing ruok command from /127.0.0.1:49548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:30:20,190 INFO Processing ruok command from /127.0.0.1:49838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:30:20,228 INFO Processing ruok command from /127.0.0.1:49840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:30:30,187 INFO Processing ruok command from /127.0.0.1:50148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:30:30,219 INFO Processing ruok command from /127.0.0.1:50150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:30:40,168 INFO Processing ruok command from /127.0.0.1:50446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:30:40,209 INFO Processing ruok command from /127.0.0.1:50450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:30:50,174 INFO Processing ruok command from /127.0.0.1:50736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:30:50,211 INFO Processing ruok command from /127.0.0.1:50740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:31:00,169 INFO Processing ruok command from /127.0.0.1:51044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:31:00,203 INFO Processing ruok command from /127.0.0.1:51048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:31:10,187 INFO Processing ruok command from /127.0.0.1:51350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:31:10,225 INFO Processing ruok command from /127.0.0.1:51352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:31:15,030 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2022-12-09 23:31:15,039 INFO Committing global session 0x200003905e9000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:31:15,934 INFO Submitting global closeSession request for session 0x200003905e9000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:31:20,175 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:31:20,223 INFO Processing ruok command from /127.0.0.1:51638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:31:30,185 INFO Processing ruok command from /127.0.0.1:51952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:31:30,230 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:31:40,171 INFO Processing ruok command from /127.0.0.1:52252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:31:40,204 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:31:50,168 INFO Processing ruok command from /127.0.0.1:52544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:31:50,218 INFO Processing ruok command from /127.0.0.1:52548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:32:00,179 INFO Processing ruok command from /127.0.0.1:52854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:32:00,228 INFO Processing ruok command from /127.0.0.1:52858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:32:10,176 INFO Processing ruok command from /127.0.0.1:53154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:32:10,229 INFO Processing ruok command from /127.0.0.1:53158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:32:20,178 INFO Processing ruok command from /127.0.0.1:53442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:32:20,214 INFO Processing ruok command from /127.0.0.1:53446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:32:30,180 INFO Processing ruok command from /127.0.0.1:53756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:32:30,211 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:32:40,173 INFO Processing ruok command from /127.0.0.1:54058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:32:40,202 INFO Processing ruok command from /127.0.0.1:54062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:32:50,192 INFO Processing ruok command from /127.0.0.1:54352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:32:50,266 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:33:00,170 INFO Processing ruok command from /127.0.0.1:54660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:33:00,208 INFO Processing ruok command from /127.0.0.1:54664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:33:10,175 INFO Processing ruok command from /127.0.0.1:54964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:33:10,212 INFO Processing ruok command from /127.0.0.1:54968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:33:15,343 INFO Committing global session 0x300003826c6000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:33:20,175 INFO Processing ruok command from /127.0.0.1:55256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:33:20,220 INFO Processing ruok command from /127.0.0.1:55260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:33:30,179 INFO Processing ruok command from /127.0.0.1:55570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:33:30,220 INFO Processing ruok command from /127.0.0.1:55574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:33:40,169 INFO Processing ruok command from /127.0.0.1:55874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:33:40,208 INFO Processing ruok command from /127.0.0.1:55880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:33:50,175 INFO Processing ruok command from /127.0.0.1:56166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:33:50,230 INFO Processing ruok command from /127.0.0.1:56170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:34:00,165 INFO Processing ruok command from /127.0.0.1:56478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:34:00,199 INFO Processing ruok command from /127.0.0.1:56482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:34:10,186 INFO Processing ruok command from /127.0.0.1:56778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:34:10,227 INFO Processing ruok command from /127.0.0.1:56780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:34:20,200 INFO Processing ruok command from /127.0.0.1:57070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:34:20,240 INFO Processing ruok command from /127.0.0.1:57072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:34:30,186 INFO Processing ruok command from /127.0.0.1:57384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:34:30,226 INFO Processing ruok command from /127.0.0.1:57386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:34:40,177 INFO Processing ruok command from /127.0.0.1:57690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:34:40,214 INFO Processing ruok command from /127.0.0.1:57694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:34:50,169 INFO Processing ruok command from /127.0.0.1:57984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:34:50,201 INFO Processing ruok command from /127.0.0.1:57988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:35:00,170 INFO Processing ruok command from /127.0.0.1:58296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:35:00,220 INFO Processing ruok command from /127.0.0.1:58300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:35:10,181 INFO Processing ruok command from /127.0.0.1:58598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:35:10,237 INFO Processing ruok command from /127.0.0.1:58600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:35:15,146 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2022-12-09 23:35:15,155 INFO Committing global session 0x200003905e9000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:35:16,018 INFO Submitting global closeSession request for session 0x200003905e9000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:35:20,189 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:35:20,258 INFO Processing ruok command from /127.0.0.1:58892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:35:30,177 INFO Processing ruok command from /127.0.0.1:59202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:35:30,249 INFO Processing ruok command from /127.0.0.1:59206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:35:40,179 INFO Processing ruok command from /127.0.0.1:59506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:35:40,213 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:35:50,176 INFO Processing ruok command from /127.0.0.1:59800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:35:50,232 INFO Processing ruok command from /127.0.0.1:59804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:36:00,175 INFO Processing ruok command from /127.0.0.1:60112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:36:00,237 INFO Processing ruok command from /127.0.0.1:60116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:36:10,173 INFO Processing ruok command from /127.0.0.1:60420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:36:10,207 INFO Processing ruok command from /127.0.0.1:60424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:36:20,172 INFO Processing ruok command from /127.0.0.1:60714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:36:20,234 INFO Processing ruok command from /127.0.0.1:60718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:36:30,185 INFO Processing ruok command from /127.0.0.1:32804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:36:30,240 INFO Processing ruok command from /127.0.0.1:32806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:36:40,170 INFO Processing ruok command from /127.0.0.1:33102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:36:40,210 INFO Processing ruok command from /127.0.0.1:33106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:36:50,181 INFO Processing ruok command from /127.0.0.1:33390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:36:50,221 INFO Processing ruok command from /127.0.0.1:33394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:37:00,165 INFO Processing ruok command from /127.0.0.1:33704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:37:00,201 INFO Processing ruok command from /127.0.0.1:33708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:37:10,168 INFO Processing ruok command from /127.0.0.1:34008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:37:10,202 INFO Processing ruok command from /127.0.0.1:34012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:37:15,410 INFO Committing global session 0x300003826c6000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:37:20,172 INFO Processing ruok command from /127.0.0.1:34300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:37:20,216 INFO Processing ruok command from /127.0.0.1:34304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:37:30,181 INFO Processing ruok command from /127.0.0.1:34616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:37:30,213 INFO Processing ruok command from /127.0.0.1:34618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:37:40,195 INFO Processing ruok command from /127.0.0.1:34918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:37:40,228 INFO Processing ruok command from /127.0.0.1:34920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:37:50,173 INFO Processing ruok command from /127.0.0.1:35210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:37:50,213 INFO Processing ruok command from /127.0.0.1:35214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:38:00,176 INFO Processing ruok command from /127.0.0.1:35522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:38:00,215 INFO Processing ruok command from /127.0.0.1:35526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:38:10,183 INFO Processing ruok command from /127.0.0.1:35828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:38:10,219 INFO Processing ruok command from /127.0.0.1:35830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:38:20,176 INFO Processing ruok command from /127.0.0.1:36120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:38:20,240 INFO Processing ruok command from /127.0.0.1:36124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:38:30,172 INFO Processing ruok command from /127.0.0.1:36436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:38:30,207 INFO Processing ruok command from /127.0.0.1:36440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:38:40,182 INFO Processing ruok command from /127.0.0.1:36738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:38:40,218 INFO Processing ruok command from /127.0.0.1:36740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:38:50,178 INFO Processing ruok command from /127.0.0.1:37026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:38:50,217 INFO Processing ruok command from /127.0.0.1:37030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:39:00,174 INFO Processing ruok command from /127.0.0.1:37336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:39:00,250 INFO Processing ruok command from /127.0.0.1:37340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:39:10,177 INFO Processing ruok command from /127.0.0.1:37642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:39:10,209 INFO Processing ruok command from /127.0.0.1:37646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:39:15,112 INFO Committing global session 0x10000378881000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:39:20,166 INFO Processing ruok command from /127.0.0.1:37932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:39:20,228 INFO Processing ruok command from /127.0.0.1:37936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:39:30,181 INFO Processing ruok command from /127.0.0.1:38248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:39:30,219 INFO Processing ruok command from /127.0.0.1:38252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:39:40,179 INFO Processing ruok command from /127.0.0.1:38556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:39:40,231 INFO Processing ruok command from /127.0.0.1:38560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:39:50,166 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:39:50,230 INFO Processing ruok command from /127.0.0.1:38852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:40:00,170 INFO Processing ruok command from /127.0.0.1:39164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:40:00,207 INFO Processing ruok command from /127.0.0.1:39168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:40:10,198 INFO Processing ruok command from /127.0.0.1:39468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:40:10,237 INFO Processing ruok command from /127.0.0.1:39470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:40:20,169 INFO Processing ruok command from /127.0.0.1:39754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:40:20,258 INFO Processing ruok command from /127.0.0.1:39760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:40:30,180 INFO Processing ruok command from /127.0.0.1:40072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:40:30,217 INFO Processing ruok command from /127.0.0.1:40076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:40:40,182 INFO Processing ruok command from /127.0.0.1:40376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:40:40,243 INFO Processing ruok command from /127.0.0.1:40378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:40:50,168 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:40:50,205 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:41:00,184 INFO Processing ruok command from /127.0.0.1:40976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:41:00,214 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:41:10,169 INFO Processing ruok command from /127.0.0.1:41274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:41:10,199 INFO Processing ruok command from /127.0.0.1:41278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:41:15,200 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2022-12-09 23:41:15,219 INFO Committing global session 0x200003905e9000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:41:16,058 INFO Submitting global closeSession request for session 0x200003905e9000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:41:20,185 INFO Processing ruok command from /127.0.0.1:41566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:41:20,267 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:41:30,172 INFO Processing ruok command from /127.0.0.1:41882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:41:30,208 INFO Processing ruok command from /127.0.0.1:41886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:41:40,170 INFO Processing ruok command from /127.0.0.1:42184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:41:40,205 INFO Processing ruok command from /127.0.0.1:42188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:41:50,197 INFO Processing ruok command from /127.0.0.1:42488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:41:50,279 INFO Processing ruok command from /127.0.0.1:42492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:42:00,209 INFO Processing ruok command from /127.0.0.1:42800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:42:00,248 INFO Processing ruok command from /127.0.0.1:42802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:42:10,174 INFO Processing ruok command from /127.0.0.1:43100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:42:10,204 INFO Processing ruok command from /127.0.0.1:43104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:42:20,220 INFO Processing ruok command from /127.0.0.1:43394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:42:20,253 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:42:30,172 INFO Processing ruok command from /127.0.0.1:43704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:42:30,211 INFO Processing ruok command from /127.0.0.1:43708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:42:40,177 INFO Processing ruok command from /127.0.0.1:44006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:42:40,214 INFO Processing ruok command from /127.0.0.1:44010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:42:50,173 INFO Processing ruok command from /127.0.0.1:44296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:42:50,242 INFO Processing ruok command from /127.0.0.1:44300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:43:00,178 INFO Processing ruok command from /127.0.0.1:44608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:43:00,211 INFO Processing ruok command from /127.0.0.1:44612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:43:10,175 INFO Processing ruok command from /127.0.0.1:44912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:43:10,228 INFO Processing ruok command from /127.0.0.1:44916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:43:15,189 INFO Committing global session 0x100003788810010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:43:20,185 INFO Processing ruok command from /127.0.0.1:45206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:43:20,232 INFO Processing ruok command from /127.0.0.1:45208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:43:30,174 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:43:30,207 INFO Processing ruok command from /127.0.0.1:45524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:43:40,178 INFO Processing ruok command from /127.0.0.1:45822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:43:40,222 INFO Processing ruok command from /127.0.0.1:45826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:43:50,177 INFO Processing ruok command from /127.0.0.1:46118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:43:50,234 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:44:00,171 INFO Processing ruok command from /127.0.0.1:46434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:44:00,206 INFO Processing ruok command from /127.0.0.1:46438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:44:10,174 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:44:10,238 INFO Processing ruok command from /127.0.0.1:46744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:44:20,191 INFO Processing ruok command from /127.0.0.1:47034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:44:20,252 INFO Processing ruok command from /127.0.0.1:47036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:44:30,170 INFO Processing ruok command from /127.0.0.1:47350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:44:30,207 INFO Processing ruok command from /127.0.0.1:47354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:44:40,184 INFO Processing ruok command from /127.0.0.1:47654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:44:40,241 INFO Processing ruok command from /127.0.0.1:47656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:44:50,167 INFO Processing ruok command from /127.0.0.1:47944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:44:50,210 INFO Processing ruok command from /127.0.0.1:47948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:45:00,181 INFO Processing ruok command from /127.0.0.1:48264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:45:00,214 INFO Processing ruok command from /127.0.0.1:48266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:45:10,173 INFO Processing ruok command from /127.0.0.1:48562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:45:10,208 INFO Processing ruok command from /127.0.0.1:48566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:45:15,297 INFO Committing global session 0x300003826c6000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:45:20,178 INFO Processing ruok command from /127.0.0.1:48852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:45:20,219 INFO Processing ruok command from /127.0.0.1:48856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:45:30,187 INFO Processing ruok command from /127.0.0.1:49162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:45:30,219 INFO Processing ruok command from /127.0.0.1:49164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:45:40,180 INFO Processing ruok command from /127.0.0.1:49468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:45:40,271 INFO Processing ruok command from /127.0.0.1:49474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:45:50,176 INFO Processing ruok command from /127.0.0.1:49760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:45:50,218 INFO Processing ruok command from /127.0.0.1:49764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:46:00,178 INFO Processing ruok command from /127.0.0.1:50072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:46:00,212 INFO Processing ruok command from /127.0.0.1:50076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:46:10,179 INFO Processing ruok command from /127.0.0.1:50380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:46:10,214 INFO Processing ruok command from /127.0.0.1:50384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:46:20,191 INFO Processing ruok command from /127.0.0.1:50680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:46:20,232 INFO Processing ruok command from /127.0.0.1:50682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:46:30,168 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:46:30,224 INFO Processing ruok command from /127.0.0.1:51000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:46:40,172 INFO Processing ruok command from /127.0.0.1:51304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:46:40,209 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:46:50,180 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:46:50,212 INFO Processing ruok command from /127.0.0.1:51600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:47:00,180 INFO Processing ruok command from /127.0.0.1:51912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:47:00,219 INFO Processing ruok command from /127.0.0.1:51916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:47:10,162 INFO Processing ruok command from /127.0.0.1:52216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:47:10,197 INFO Processing ruok command from /127.0.0.1:52220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:47:14,957 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-12-09 23:47:14,965 INFO Committing global session 0x200003905e90010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:47:15,860 INFO Submitting global closeSession request for session 0x200003905e90010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:47:20,193 INFO Processing ruok command from /127.0.0.1:52510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:47:20,233 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:47:30,181 INFO Processing ruok command from /127.0.0.1:52828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:47:30,218 INFO Processing ruok command from /127.0.0.1:52830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:47:40,168 INFO Processing ruok command from /127.0.0.1:53132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:47:40,201 INFO Processing ruok command from /127.0.0.1:53136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:47:50,182 INFO Processing ruok command from /127.0.0.1:53428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:47:50,224 INFO Processing ruok command from /127.0.0.1:53430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:48:00,181 INFO Processing ruok command from /127.0.0.1:53738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:48:00,216 INFO Processing ruok command from /127.0.0.1:53742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:48:10,192 INFO Processing ruok command from /127.0.0.1:54046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:48:10,251 INFO Processing ruok command from /127.0.0.1:54048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:48:20,191 INFO Processing ruok command from /127.0.0.1:54342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:48:20,225 INFO Processing ruok command from /127.0.0.1:54344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:48:30,182 INFO Processing ruok command from /127.0.0.1:54660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:48:30,241 INFO Processing ruok command from /127.0.0.1:54662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:48:40,180 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:48:40,226 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:48:50,177 INFO Processing ruok command from /127.0.0.1:55252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:48:50,210 INFO Processing ruok command from /127.0.0.1:55256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:49:00,181 INFO Processing ruok command from /127.0.0.1:55562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:49:00,215 INFO Processing ruok command from /127.0.0.1:55566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:49:10,169 INFO Processing ruok command from /127.0.0.1:55866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:49:10,207 INFO Processing ruok command from /127.0.0.1:55870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:49:15,095 INFO Committing global session 0x300003826c60010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:49:20,187 INFO Processing ruok command from /127.0.0.1:56158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:49:20,219 INFO Processing ruok command from /127.0.0.1:56160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:49:30,172 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:49:30,208 INFO Processing ruok command from /127.0.0.1:56474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:49:40,181 INFO Processing ruok command from /127.0.0.1:56772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:49:40,219 INFO Processing ruok command from /127.0.0.1:56774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:49:50,178 INFO Processing ruok command from /127.0.0.1:57062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:49:50,213 INFO Processing ruok command from /127.0.0.1:57066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:50:00,173 INFO Processing ruok command from /127.0.0.1:57370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:50:00,204 INFO Processing ruok command from /127.0.0.1:57374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:50:10,176 INFO Processing ruok command from /127.0.0.1:57668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:50:10,215 INFO Processing ruok command from /127.0.0.1:57672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:50:20,189 INFO Processing ruok command from /127.0.0.1:57964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:50:20,225 INFO Processing ruok command from /127.0.0.1:57966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:50:30,173 INFO Processing ruok command from /127.0.0.1:58276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:50:30,207 INFO Processing ruok command from /127.0.0.1:58280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:50:40,170 INFO Processing ruok command from /127.0.0.1:58576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:50:40,216 INFO Processing ruok command from /127.0.0.1:58580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-09 23:50:50,204 INFO Processing ruok command from /127.0.0.1:58872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-09 23:50:50,237 INFO Processing ruok command from /127.0.0.1:58874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-09 23:51:00,188 INFO Processing ruok command from /127.0.0.1:59182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-09 23:51:00,218 INFO Processing ruok command from /127.0.0.1:59184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-09 23:51:10,181 INFO Processing ruok command from /127.0.0.1:59480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-09 23:51:10,218 INFO Processing ruok command from /127.0.0.1:59484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-09 23:51:14,954 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-12-09 23:51:14,963 INFO Committing global session 0x200003905e90011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-09 23:51:15,860 INFO Submitting global closeSession request for session 0x200003905e90011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-09 23:51:20,188 INFO Processing ruok command from /127.0.0.1:59770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-09 23:51:20,228 INFO Processing ruok command from /127.0.0.1:59772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-09 23:51:30,179 INFO Processing ruok command from /127.0.0.1:60080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-09 23:51:30,221 INFO Processing ruok command from /127.0.0.1:60086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-09 23:51:40,182 INFO Processing ruok command from /127.0.0.1:60388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-09 23:51:40,218 INFO Processing ruok command from /127.0.0.1:60390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-09 23:51:50,181 INFO Processing ruok command from /127.0.0.1:60678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-09 23:51:50,216 INFO Processing ruok command from /127.0.0.1:60680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-09 23:52:00,175 INFO Processing ruok command from /127.0.0.1:60988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-09 23:52:00,228 INFO Processing ruok command from /127.0.0.1:60994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]