Detected Zookeeper ID 3 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-10-21 16:00:45,542 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 16:00:45,553 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 16:00:45,554 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 16:00:45,558 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-10-21 16:00:45,558 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 16:00:45,558 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 16:00:45,592 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-21 16:00:45,592 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-21 16:00:45,593 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 16:00:45,601 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-10-21 16:00:45,601 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-21 16:00:45,612 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 16:00:45,621 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-10-21 16:00:45,643 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-10-21 16:00:45,745 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:45,745 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:45,745 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:45,816 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 16:00:45,817 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 16:00:45,817 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:45,817 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:45,818 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:45,818 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 16:00:45,818 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 16:00:45,826 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,832 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-21 16:00:45,833 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,833 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,833 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,833 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,833 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,833 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,834 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,834 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,857 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,857 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,859 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,859 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,859 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,859 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,859 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.15.0.10-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,859 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/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.1.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.1.0.jar:/opt/kafka/bin/../libs/connect-file-3.1.0.jar:/opt/kafka/bin/../libs/connect-json-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.1.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.1.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.1.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.95.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.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.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.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.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.8.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.30.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.1.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.1.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.1.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.1.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.1.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.1.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.1.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.30.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.3.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.22.1.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.30.0.jar:/opt/kafka/bin/../libs/trogdor-3.1.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-4.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:os.memory.free=215MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO Server environment:os.memory.total=226MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,860 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,861 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,861 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,861 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 16:00:45,867 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-21 16:00:45,867 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-21 16:00:45,869 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-21 16:00:45,869 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-21 16:00:45,882 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,883 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,883 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,883 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,883 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,883 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,883 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:45,892 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-10-21 16:00:45,892 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-21 16:00:45,900 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-21 16:00:45,901 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-10-21 16:00:45,907 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-10-21 16:00:45,911 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:46,009 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:46,009 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:46,012 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 16:00:46,012 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 16:00:46,019 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-10-21 16:00:46,021 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-21 16:00:46,022 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-21 16:00:46,026 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-10-21 16:00:46,027 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.22:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.22:3888] 2022-10-21 16:00:46,035 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:46,037 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:46,052 INFO Notification: my state:LOOKING; 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=3]] 2022-10-21 16:00:46,068 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-10-21 16:00:46,071 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-10-21 16:00:46,072 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 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-10-21 16:00:46,073 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-10-21 16:00:46,081 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-10-21 16:00:46,082 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-10-21 16:00:46,083 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-10-21 16:00:46,083 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-10-21 16:00:46,267 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:46,268 INFO Notification: my state:LOOKING; 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=3]] 2022-10-21 16:00:46,671 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:46,672 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 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-10-21 16:00:46,673 WARN Connection broken for id 1, my id = 3 (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-10-21 16:00:46,672 INFO Notification: my state:LOOKING; 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=3]] 2022-10-21 16:00:46,673 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-10-21 16:00:46,674 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-10-21 16:00:46,675 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 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-10-21 16:00:46,675 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-10-21 16:00:46,676 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-10-21 16:00:46,676 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-10-21 16:00:47,476 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:47,480 INFO Notification: my state:LOOKING; 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=3]] 2022-10-21 16:00:47,485 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-10-21 16:00:47,485 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-10-21 16:00:47,486 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-10-21 16:00:47,486 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-10-21 16:00:47,487 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 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-10-21 16:00:47,488 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-10-21 16:00:47,488 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-10-21 16:00:47,488 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-10-21 16:00:48,060 INFO Received connection request from /127.0.0.6:43679 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.22:3888] 2022-10-21 16:00:48,118 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=3]] 2022-10-21 16:00:48,122 INFO Notification: my state:LOOKING; n.sid:1, 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=3]] 2022-10-21 16:00:48,323 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,323 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,328 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,328 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,328 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,328 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,328 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,332 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,333 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,334 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,335 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,335 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,336 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,336 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,336 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,337 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,337 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,337 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,339 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,339 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,339 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=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,343 INFO LEADING - LEADER ELECTION TOOK - 2306 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,346 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,347 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,352 INFO Snapshot taken in 6 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,367 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:57681] 2022-10-21 16:00:48,377 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:57681] 2022-10-21 16:00:48,378 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:57681] 2022-10-21 16:00:48,378 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:57681] 2022-10-21 16:00:48,381 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,427 INFO Have quorum of supporters, sids: [[1, 3],[1, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,441 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,441 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,459 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-10-21 16:00:48,461 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,461 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:48,480 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 16:00:52,057 INFO Received connection request from /127.0.0.6:43009 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.22:3888] 2022-10-21 16:00:52,091 INFO Received connection request from /127.0.0.6:36553 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.22:3888] 2022-10-21 16:00:52,097 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 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-10-21 16:00:52,097 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-10-21 16:00:52,097 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-10-21 16:00:52,098 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-10-21 16:00:52,115 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-10-21 16:00:52,148 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.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:40841] 2022-10-21 16:00:52,154 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:40841] 2022-10-21 16:00:52,154 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40841] 2022-10-21 16:00:52,162 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:40841] 2022-10-21 16:01:04,567 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-10-21 16:01:04,568 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-10-21 16:01:04,568 INFO Processing ruok command from /127.0.0.1:39014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:01:04,582 INFO Processing ruok command from /127.0.0.1:39016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:01:07,940 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-10-21 16:01:07,951 INFO Committing global session 0x100004e11c00000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:01:14,484 INFO Processing ruok command from /127.0.0.1:39084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:01:14,541 INFO Processing ruok command from /127.0.0.1:39086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:01:24,497 INFO Processing ruok command from /127.0.0.1:39206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:01:24,573 INFO Processing ruok command from /127.0.0.1:39208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:01:30,127 INFO Committing global session 0x100004e11c00001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:01:31,612 INFO Committing global session 0x100004e11c00002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:01:33,780 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 16:01:33,809 INFO Committing global session 0x300004d3f4c0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:01:34,126 INFO Committing global session 0x100004e11c00003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:01:34,478 INFO Processing ruok command from /127.0.0.1:39336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:01:34,556 INFO Processing ruok command from /127.0.0.1:39338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:01:36,456 INFO Committing global session 0x200004d02dd0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:01:37,847 INFO Committing global session 0x200004d02dd0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:01:44,462 INFO Processing ruok command from /127.0.0.1:39430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:01:44,512 INFO Processing ruok command from /127.0.0.1:39432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:01:54,478 INFO Processing ruok command from /127.0.0.1:39518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:01:54,517 INFO Processing ruok command from /127.0.0.1:39520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:02:04,478 INFO Processing ruok command from /127.0.0.1:39606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:02:04,514 INFO Processing ruok command from /127.0.0.1:39608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:02:14,465 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:02:14,539 INFO Processing ruok command from /127.0.0.1:39696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:02:24,456 INFO Processing ruok command from /127.0.0.1:39780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:02:24,518 INFO Processing ruok command from /127.0.0.1:39782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:02:34,467 INFO Processing ruok command from /127.0.0.1:39868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:02:34,511 INFO Processing ruok command from /127.0.0.1:39870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:02:41,523 INFO Committing global session 0x100004e11c00004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:02:44,470 INFO Processing ruok command from /127.0.0.1:39972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:02:44,530 INFO Processing ruok command from /127.0.0.1:39974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:02:54,474 INFO Processing ruok command from /127.0.0.1:40066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:02:54,520 INFO Processing ruok command from /127.0.0.1:40068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:03:04,473 INFO Processing ruok command from /127.0.0.1:40152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:03:04,528 INFO Processing ruok command from /127.0.0.1:40154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:03:10,927 INFO Committing global session 0x100004e11c00005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:03:14,482 INFO Processing ruok command from /127.0.0.1:40244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:03:14,519 INFO Processing ruok command from /127.0.0.1:40246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:03:24,470 INFO Processing ruok command from /127.0.0.1:40336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:03:24,515 INFO Processing ruok command from /127.0.0.1:40338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:03:34,468 INFO Processing ruok command from /127.0.0.1:40420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:03:34,524 INFO Processing ruok command from /127.0.0.1:40422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:03:44,468 INFO Processing ruok command from /127.0.0.1:40514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:03:44,507 INFO Processing ruok command from /127.0.0.1:40516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:03:54,467 INFO Processing ruok command from /127.0.0.1:40606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:03:54,534 INFO Processing ruok command from /127.0.0.1:40608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:04:04,467 INFO Processing ruok command from /127.0.0.1:40690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:04:04,506 INFO Processing ruok command from /127.0.0.1:40692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:04:14,471 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:04:14,511 INFO Processing ruok command from /127.0.0.1:40782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:04:24,473 INFO Processing ruok command from /127.0.0.1:40872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:04:24,532 INFO Processing ruok command from /127.0.0.1:40874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:04:34,470 INFO Processing ruok command from /127.0.0.1:40962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:04:34,517 INFO Processing ruok command from /127.0.0.1:40964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:04:39,428 INFO Committing global session 0x100004e11c00006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:04:44,447 INFO Processing ruok command from /127.0.0.1:41052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:04:44,487 INFO Processing ruok command from /127.0.0.1:41054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:04:54,465 INFO Processing ruok command from /127.0.0.1:41140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:04:54,546 INFO Processing ruok command from /127.0.0.1:41142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:05:04,489 INFO Processing ruok command from /127.0.0.1:41252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:05:04,572 INFO Processing ruok command from /127.0.0.1:41254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:05:14,466 INFO Processing ruok command from /127.0.0.1:41344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:05:14,511 INFO Processing ruok command from /127.0.0.1:41346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:05:24,455 INFO Processing ruok command from /127.0.0.1:41430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:05:24,495 INFO Processing ruok command from /127.0.0.1:41432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:05:34,454 INFO Processing ruok command from /127.0.0.1:41516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:05:34,492 INFO Processing ruok command from /127.0.0.1:41518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:05:44,473 INFO Processing ruok command from /127.0.0.1:41644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:05:44,561 INFO Processing ruok command from /127.0.0.1:41646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:05:54,456 INFO Processing ruok command from /127.0.0.1:41742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:05:54,503 INFO Processing ruok command from /127.0.0.1:41744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:06:04,452 INFO Processing ruok command from /127.0.0.1:41862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:06:04,521 INFO Processing ruok command from /127.0.0.1:41864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:06:14,462 INFO Processing ruok command from /127.0.0.1:42032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:06:14,535 INFO Processing ruok command from /127.0.0.1:42036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:06:24,458 INFO Processing ruok command from /127.0.0.1:42156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:06:24,541 INFO Processing ruok command from /127.0.0.1:42158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:06:34,459 INFO Processing ruok command from /127.0.0.1:42286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:06:34,503 INFO Processing ruok command from /127.0.0.1:42288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:06:39,309 INFO Committing global session 0x100004e11c00007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:06:44,454 INFO Processing ruok command from /127.0.0.1:42412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:06:44,508 INFO Processing ruok command from /127.0.0.1:42414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:06:54,475 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:06:54,545 INFO Processing ruok command from /127.0.0.1:42536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:07:04,460 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:07:04,521 INFO Processing ruok command from /127.0.0.1:42658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:07:14,470 INFO Processing ruok command from /127.0.0.1:42782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:07:14,523 INFO Processing ruok command from /127.0.0.1:42784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:07:24,453 INFO Processing ruok command from /127.0.0.1:42904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:07:24,506 INFO Processing ruok command from /127.0.0.1:42906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:07:34,469 INFO Processing ruok command from /127.0.0.1:43028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:07:34,501 INFO Processing ruok command from /127.0.0.1:43030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:07:44,457 INFO Processing ruok command from /127.0.0.1:43148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:07:44,538 INFO Processing ruok command from /127.0.0.1:43150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:07:54,470 INFO Processing ruok command from /127.0.0.1:43274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:07:54,513 INFO Processing ruok command from /127.0.0.1:43276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:08:04,454 INFO Processing ruok command from /127.0.0.1:43394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:08:04,499 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:08:14,475 INFO Processing ruok command from /127.0.0.1:43516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:08:14,545 INFO Processing ruok command from /127.0.0.1:43518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:08:24,455 INFO Processing ruok command from /127.0.0.1:43644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:08:24,493 INFO Processing ruok command from /127.0.0.1:43646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:08:34,462 INFO Processing ruok command from /127.0.0.1:43764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:08:34,533 INFO Processing ruok command from /127.0.0.1:43766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:08:39,531 INFO Committing global session 0x200004d02dd0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:08:44,452 INFO Processing ruok command from /127.0.0.1:43884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:08:44,490 INFO Processing ruok command from /127.0.0.1:43886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:08:54,463 INFO Processing ruok command from /127.0.0.1:44014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:08:54,534 INFO Processing ruok command from /127.0.0.1:44016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:09:04,447 INFO Processing ruok command from /127.0.0.1:44136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:09:04,480 INFO Processing ruok command from /127.0.0.1:44138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:09:14,472 INFO Processing ruok command from /127.0.0.1:44254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:09:14,516 INFO Processing ruok command from /127.0.0.1:44256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:09:24,473 INFO Processing ruok command from /127.0.0.1:44376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:09:24,523 INFO Processing ruok command from /127.0.0.1:44378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:09:34,462 INFO Processing ruok command from /127.0.0.1:44502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:09:34,513 INFO Processing ruok command from /127.0.0.1:44504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:09:44,455 INFO Processing ruok command from /127.0.0.1:44620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:09:44,517 INFO Processing ruok command from /127.0.0.1:44622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:09:54,455 INFO Processing ruok command from /127.0.0.1:44748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:09:54,491 INFO Processing ruok command from /127.0.0.1:44750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:10:04,478 INFO Processing ruok command from /127.0.0.1:44880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:10:04,558 INFO Processing ruok command from /127.0.0.1:44882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:10:14,465 INFO Processing ruok command from /127.0.0.1:45002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:10:14,530 INFO Processing ruok command from /127.0.0.1:45004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:10:24,454 INFO Processing ruok command from /127.0.0.1:45120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:10:24,502 INFO Processing ruok command from /127.0.0.1:45122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:10:34,480 INFO Processing ruok command from /127.0.0.1:45242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:10:34,550 INFO Processing ruok command from /127.0.0.1:45244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:10:39,111 INFO Committing global session 0x200004d02dd0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:10:44,461 INFO Processing ruok command from /127.0.0.1:45368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:10:44,513 INFO Processing ruok command from /127.0.0.1:45370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:10:54,466 INFO Processing ruok command from /127.0.0.1:45488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:10:54,515 INFO Processing ruok command from /127.0.0.1:45490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:11:04,455 INFO Processing ruok command from /127.0.0.1:45610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:11:04,518 INFO Processing ruok command from /127.0.0.1:45612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:11:14,453 INFO Processing ruok command from /127.0.0.1:45728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:11:14,520 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:11:24,459 INFO Processing ruok command from /127.0.0.1:45848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:11:24,539 INFO Processing ruok command from /127.0.0.1:45850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:11:34,474 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:11:34,522 INFO Processing ruok command from /127.0.0.1:45974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:11:44,466 INFO Processing ruok command from /127.0.0.1:46090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:11:44,534 INFO Processing ruok command from /127.0.0.1:46092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:11:54,457 INFO Processing ruok command from /127.0.0.1:46214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:11:54,504 INFO Processing ruok command from /127.0.0.1:46216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:12:04,460 INFO Processing ruok command from /127.0.0.1:46336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:12:04,499 INFO Processing ruok command from /127.0.0.1:46338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:12:14,464 INFO Processing ruok command from /127.0.0.1:46460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:12:14,504 INFO Processing ruok command from /127.0.0.1:46462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:12:24,461 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:12:24,539 INFO Processing ruok command from /127.0.0.1:46582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:12:34,462 INFO Processing ruok command from /127.0.0.1:46702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:12:34,506 INFO Processing ruok command from /127.0.0.1:46704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:12:39,278 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 16:12:39,289 INFO Committing global session 0x300004d3f4c0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:12:39,713 INFO Submitting global closeSession request for session 0x300004d3f4c0001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:12:44,455 INFO Processing ruok command from /127.0.0.1:46824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:12:44,493 INFO Processing ruok command from /127.0.0.1:46826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:12:54,458 INFO Processing ruok command from /127.0.0.1:46942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:12:54,507 INFO Processing ruok command from /127.0.0.1:46944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:13:04,462 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:13:04,542 INFO Processing ruok command from /127.0.0.1:47066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:13:14,455 INFO Processing ruok command from /127.0.0.1:47178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:13:14,521 INFO Processing ruok command from /127.0.0.1:47180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:13:24,456 INFO Processing ruok command from /127.0.0.1:47298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:13:24,520 INFO Processing ruok command from /127.0.0.1:47300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:13:34,461 INFO Processing ruok command from /127.0.0.1:47416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:13:34,521 INFO Processing ruok command from /127.0.0.1:47418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:13:44,469 INFO Processing ruok command from /127.0.0.1:47530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:13:44,527 INFO Processing ruok command from /127.0.0.1:47532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:13:54,476 INFO Processing ruok command from /127.0.0.1:47650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:13:54,520 INFO Processing ruok command from /127.0.0.1:47652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:14:04,470 INFO Processing ruok command from /127.0.0.1:47770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:14:04,547 INFO Processing ruok command from /127.0.0.1:47772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:14:14,473 INFO Processing ruok command from /127.0.0.1:47888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:14:14,526 INFO Processing ruok command from /127.0.0.1:47890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:14:24,458 INFO Processing ruok command from /127.0.0.1:48014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:14:24,499 INFO Processing ruok command from /127.0.0.1:48016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:14:34,479 INFO Processing ruok command from /127.0.0.1:48132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:14:34,524 INFO Processing ruok command from /127.0.0.1:48134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:14:42,203 INFO Committing global session 0x100004e11c00008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:14:44,471 INFO Processing ruok command from /127.0.0.1:48298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:14:44,549 INFO Processing ruok command from /127.0.0.1:48302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:14:54,471 INFO Processing ruok command from /127.0.0.1:48448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:14:54,517 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:15:04,457 INFO Processing ruok command from /127.0.0.1:48606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:15:04,553 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:15:14,479 INFO Processing ruok command from /127.0.0.1:48776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:15:14,559 INFO Processing ruok command from /127.0.0.1:48782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:15:24,452 INFO Processing ruok command from /127.0.0.1:48932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:15:24,529 INFO Processing ruok command from /127.0.0.1:48934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:15:34,480 INFO Processing ruok command from /127.0.0.1:49078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:15:34,534 INFO Processing ruok command from /127.0.0.1:49080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:15:44,464 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:15:44,532 INFO Processing ruok command from /127.0.0.1:49228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:15:54,460 INFO Processing ruok command from /127.0.0.1:49374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:15:54,514 INFO Processing ruok command from /127.0.0.1:49376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:16:04,457 INFO Processing ruok command from /127.0.0.1:49524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:16:04,505 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:16:14,466 INFO Processing ruok command from /127.0.0.1:49668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:16:14,552 INFO Processing ruok command from /127.0.0.1:49670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:16:24,467 INFO Processing ruok command from /127.0.0.1:49838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:16:24,538 INFO Processing ruok command from /127.0.0.1:49840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:16:34,454 INFO Processing ruok command from /127.0.0.1:49990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:16:34,506 INFO Processing ruok command from /127.0.0.1:49992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:16:41,140 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 16:16:41,152 INFO Committing global session 0x300004d3f4c0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:16:42,098 INFO Submitting global closeSession request for session 0x300004d3f4c0002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:16:44,461 INFO Processing ruok command from /127.0.0.1:50194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:16:44,546 INFO Processing ruok command from /127.0.0.1:50196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:16:54,481 INFO Processing ruok command from /127.0.0.1:50360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:16:54,541 INFO Processing ruok command from /127.0.0.1:50362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:17:04,483 INFO Processing ruok command from /127.0.0.1:50578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:17:04,576 INFO Processing ruok command from /127.0.0.1:50582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:17:14,460 INFO Processing ruok command from /127.0.0.1:50754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:17:14,534 INFO Processing ruok command from /127.0.0.1:50756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:17:24,460 INFO Processing ruok command from /127.0.0.1:50938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:17:24,499 INFO Processing ruok command from /127.0.0.1:50940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:17:34,473 INFO Processing ruok command from /127.0.0.1:51110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:17:34,527 INFO Processing ruok command from /127.0.0.1:51112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:17:44,461 INFO Processing ruok command from /127.0.0.1:51280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:17:44,541 INFO Processing ruok command from /127.0.0.1:51282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:17:54,460 INFO Processing ruok command from /127.0.0.1:51448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:17:54,532 INFO Processing ruok command from /127.0.0.1:51450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:18:04,462 INFO Processing ruok command from /127.0.0.1:51608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:18:04,535 INFO Processing ruok command from /127.0.0.1:51610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:18:14,481 INFO Processing ruok command from /127.0.0.1:51786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:18:14,523 INFO Processing ruok command from /127.0.0.1:51788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:18:24,453 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:18:24,527 INFO Processing ruok command from /127.0.0.1:51956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:18:34,449 INFO Processing ruok command from /127.0.0.1:52122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:18:34,496 INFO Processing ruok command from /127.0.0.1:52124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:18:40,627 INFO Committing global session 0x100004e11c00009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:18:44,482 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:18:44,509 INFO Processing ruok command from /127.0.0.1:52298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:18:54,462 INFO Processing ruok command from /127.0.0.1:52480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:18:54,502 INFO Processing ruok command from /127.0.0.1:52482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:19:04,475 INFO Processing ruok command from /127.0.0.1:52646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:19:04,550 INFO Processing ruok command from /127.0.0.1:52648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:19:14,467 INFO Processing ruok command from /127.0.0.1:52814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:19:14,523 INFO Processing ruok command from /127.0.0.1:52816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:19:24,450 INFO Processing ruok command from /127.0.0.1:52982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:19:24,535 INFO Processing ruok command from /127.0.0.1:52984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:19:34,461 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:19:34,534 INFO Processing ruok command from /127.0.0.1:53144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:19:44,453 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:19:44,494 INFO Processing ruok command from /127.0.0.1:53320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:19:54,459 INFO Processing ruok command from /127.0.0.1:53484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:19:54,498 INFO Processing ruok command from /127.0.0.1:53486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:20:04,471 INFO Processing ruok command from /127.0.0.1:53644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:20:04,515 INFO Processing ruok command from /127.0.0.1:53646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:20:14,466 INFO Processing ruok command from /127.0.0.1:53810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:20:14,538 INFO Processing ruok command from /127.0.0.1:53812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:20:24,453 INFO Processing ruok command from /127.0.0.1:53976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:20:24,499 INFO Processing ruok command from /127.0.0.1:53978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:20:34,472 INFO Processing ruok command from /127.0.0.1:54142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:20:34,519 INFO Processing ruok command from /127.0.0.1:54144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:20:39,173 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 16:20:39,180 INFO Committing global session 0x300004d3f4c0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:20:39,808 INFO Submitting global closeSession request for session 0x300004d3f4c0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:20:44,495 INFO Processing ruok command from /127.0.0.1:54306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:20:44,524 INFO Processing ruok command from /127.0.0.1:54308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:20:54,472 INFO Processing ruok command from /127.0.0.1:54474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:20:54,506 INFO Processing ruok command from /127.0.0.1:54476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:21:04,460 INFO Processing ruok command from /127.0.0.1:54634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:21:04,543 INFO Processing ruok command from /127.0.0.1:54636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:21:14,468 INFO Processing ruok command from /127.0.0.1:54802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:21:14,547 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:21:24,465 INFO Processing ruok command from /127.0.0.1:54972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:21:24,512 INFO Processing ruok command from /127.0.0.1:54974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:21:34,460 INFO Processing ruok command from /127.0.0.1:55134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:21:34,530 INFO Processing ruok command from /127.0.0.1:55136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:21:44,466 INFO Processing ruok command from /127.0.0.1:55300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:21:44,534 INFO Processing ruok command from /127.0.0.1:55302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:21:54,455 INFO Processing ruok command from /127.0.0.1:55466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:21:54,496 INFO Processing ruok command from /127.0.0.1:55468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:22:04,468 INFO Processing ruok command from /127.0.0.1:55632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:22:04,511 INFO Processing ruok command from /127.0.0.1:55634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:22:14,469 INFO Processing ruok command from /127.0.0.1:55798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:22:14,533 INFO Processing ruok command from /127.0.0.1:55800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:22:24,457 INFO Processing ruok command from /127.0.0.1:55968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:22:24,521 INFO Processing ruok command from /127.0.0.1:55970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:22:34,463 INFO Processing ruok command from /127.0.0.1:56136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:22:34,549 INFO Processing ruok command from /127.0.0.1:56138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:22:39,915 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 16:22:39,933 INFO Committing global session 0x300004d3f4c0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:22:40,260 INFO Submitting global closeSession request for session 0x300004d3f4c0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:22:44,472 INFO Processing ruok command from /127.0.0.1:56302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:22:44,552 INFO Processing ruok command from /127.0.0.1:56304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:22:54,467 INFO Processing ruok command from /127.0.0.1:56464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:22:54,506 INFO Processing ruok command from /127.0.0.1:56466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:23:04,473 INFO Processing ruok command from /127.0.0.1:56664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:23:04,569 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:23:14,522 INFO Processing ruok command from /127.0.0.1:56838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:23:14,581 INFO Processing ruok command from /127.0.0.1:56842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:23:24,496 INFO Processing ruok command from /127.0.0.1:57020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:23:24,573 INFO Processing ruok command from /127.0.0.1:57022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:23:34,464 INFO Processing ruok command from /127.0.0.1:57188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:23:34,545 INFO Processing ruok command from /127.0.0.1:57190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:23:44,488 INFO Processing ruok command from /127.0.0.1:57356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:23:44,561 INFO Processing ruok command from /127.0.0.1:57358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:23:54,450 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:23:54,530 INFO Processing ruok command from /127.0.0.1:57530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:24:04,464 INFO Processing ruok command from /127.0.0.1:57698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:24:04,506 INFO Processing ruok command from /127.0.0.1:57700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:24:14,457 INFO Processing ruok command from /127.0.0.1:57868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:24:14,530 INFO Processing ruok command from /127.0.0.1:57870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:24:24,473 INFO Processing ruok command from /127.0.0.1:58044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:24:24,555 INFO Processing ruok command from /127.0.0.1:58048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:24:34,468 INFO Processing ruok command from /127.0.0.1:58220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:24:34,575 INFO Processing ruok command from /127.0.0.1:58222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:24:39,893 INFO Committing global session 0x100004e11c0000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:24:44,466 INFO Processing ruok command from /127.0.0.1:58392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:24:44,555 INFO Processing ruok command from /127.0.0.1:58394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:24:54,467 INFO Processing ruok command from /127.0.0.1:58574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:24:54,545 INFO Processing ruok command from /127.0.0.1:58576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:25:04,465 INFO Processing ruok command from /127.0.0.1:58756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:25:04,557 INFO Processing ruok command from /127.0.0.1:58758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:25:14,467 INFO Processing ruok command from /127.0.0.1:58928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:25:14,538 INFO Processing ruok command from /127.0.0.1:58930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:25:24,474 INFO Processing ruok command from /127.0.0.1:59102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:25:24,540 INFO Processing ruok command from /127.0.0.1:59104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:25:34,459 INFO Processing ruok command from /127.0.0.1:59280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:25:34,503 INFO Processing ruok command from /127.0.0.1:59282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:25:44,454 INFO Processing ruok command from /127.0.0.1:59450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:25:44,495 INFO Processing ruok command from /127.0.0.1:59452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:25:54,465 INFO Processing ruok command from /127.0.0.1:59626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:25:54,503 INFO Processing ruok command from /127.0.0.1:59628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:26:04,457 INFO Processing ruok command from /127.0.0.1:59808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:26:04,571 INFO Processing ruok command from /127.0.0.1:59810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:26:14,466 INFO Processing ruok command from /127.0.0.1:59990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:26:14,506 INFO Processing ruok command from /127.0.0.1:59994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:26:24,466 INFO Processing ruok command from /127.0.0.1:60198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:26:24,589 INFO Processing ruok command from /127.0.0.1:60206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:26:34,475 INFO Processing ruok command from /127.0.0.1:60406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:26:34,563 INFO Processing ruok command from /127.0.0.1:60408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:26:44,518 INFO Processing ruok command from /127.0.0.1:60660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:26:44,641 INFO Processing ruok command from /127.0.0.1:60664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:26:45,878 INFO Committing global session 0x200004d02dd0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:26:54,489 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:26:54,555 INFO Processing ruok command from /127.0.0.1:60866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:27:04,501 INFO Processing ruok command from /127.0.0.1:32856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:27:04,611 INFO Processing ruok command from /127.0.0.1:32860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:27:14,462 INFO Processing ruok command from /127.0.0.1:33072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:27:14,565 INFO Processing ruok command from /127.0.0.1:33074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:27:24,468 INFO Processing ruok command from /127.0.0.1:33258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:27:24,539 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:27:34,469 INFO Processing ruok command from /127.0.0.1:33444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:27:34,505 INFO Processing ruok command from /127.0.0.1:33446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:27:44,453 INFO Processing ruok command from /127.0.0.1:33632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:27:44,517 INFO Processing ruok command from /127.0.0.1:33634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:27:54,477 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:27:54,534 INFO Processing ruok command from /127.0.0.1:33824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:28:04,480 INFO Processing ruok command from /127.0.0.1:34010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:28:04,548 INFO Processing ruok command from /127.0.0.1:34012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:28:14,469 INFO Processing ruok command from /127.0.0.1:34196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:28:14,536 INFO Processing ruok command from /127.0.0.1:34198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:28:24,497 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:28:24,578 INFO Processing ruok command from /127.0.0.1:34388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:28:30,704 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 16:28:30,712 INFO Committing global session 0x300004d3f4c0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:28:30,871 INFO Committing global session 0x200004d02dd0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:28:32,082 INFO Committing global session 0x100004e11c0000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:28:34,470 INFO Processing ruok command from /127.0.0.1:34616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:28:34,543 INFO Processing ruok command from /127.0.0.1:34618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:28:42,336 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 16:28:42,346 INFO Committing global session 0x300004d3f4c0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:28:42,862 INFO Submitting global closeSession request for session 0x300004d3f4c0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:28:44,489 INFO Processing ruok command from /127.0.0.1:34814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:28:44,586 INFO Processing ruok command from /127.0.0.1:34818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:28:54,487 INFO Processing ruok command from /127.0.0.1:35060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:28:54,563 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:29:04,458 INFO Processing ruok command from /127.0.0.1:35290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:29:04,531 INFO Processing ruok command from /127.0.0.1:35292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:29:14,491 INFO Processing ruok command from /127.0.0.1:35550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:29:14,561 INFO Processing ruok command from /127.0.0.1:35552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:29:24,472 INFO Processing ruok command from /127.0.0.1:35786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:29:24,612 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:29:34,497 INFO Processing ruok command from /127.0.0.1:36026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:29:34,602 INFO Processing ruok command from /127.0.0.1:36030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:29:44,471 INFO Processing ruok command from /127.0.0.1:36336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:29:44,568 INFO Processing ruok command from /127.0.0.1:36338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:29:48,481 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3fd887c0-4a2b-4a5a-ae7a-38a34c69ea99/onap-policy-xacml-pdp-7ff5567648-bpjwv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:29:48,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1457ab59-d55c-47dc-8b62-bca52e6ef38f/onap-policy-clamp-ac-pf-ppnt-7d9fdd59c7-rl4wh (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:29:48,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a659bfb7-7395-4323-8676-b354c6efdbba/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:29:48,499 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5ab7818d-bce4-4d84-b590-65daa258b328/onap-policy-clamp-ac-k8s-ppnt-799fdbb6c5-64n96 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:29:54,470 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:29:54,550 INFO Processing ruok command from /127.0.0.1:36588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:30:04,493 INFO Processing ruok command from /127.0.0.1:36822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:30:04,551 INFO Processing ruok command from /127.0.0.1:36824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:30:14,470 INFO Processing ruok command from /127.0.0.1:37066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:30:14,513 INFO Processing ruok command from /127.0.0.1:37068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:30:24,481 INFO Processing ruok command from /127.0.0.1:37294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:30:24,543 INFO Processing ruok command from /127.0.0.1:37296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:30:34,619 INFO Processing ruok command from /127.0.0.1:37544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:30:34,754 INFO Processing ruok command from /127.0.0.1:37550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:30:41,402 INFO Committing global session 0x200004d02dd0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:30:44,467 INFO Processing ruok command from /127.0.0.1:37812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:30:44,547 INFO Processing ruok command from /127.0.0.1:37814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:30:48,480 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a659bfb7-7395-4323-8676-b354c6efdbba (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,486 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5ab7818d-bce4-4d84-b590-65daa258b328 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3fd887c0-4a2b-4a5a-ae7a-38a34c69ea99 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/12206e1c-45c6-4915-8b13-c80210ab664d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,504 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5fb04fc4-f3c3-40a7-acaa-64a4c46d6bf6/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,510 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1457ab59-d55c-47dc-8b62-bca52e6ef38f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,516 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4134c0f3-4e9f-4b43-82c2-9d35fc3242bd/onap-policy-pap-548f64cb7f-7nwqc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,522 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/636186ce-6248-4971-9f8c-5ef9d1e912f1/onap-policy-clamp-ac-http-ppnt-54bdbc4d88-b4mvs (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:48,528 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8c5cbb2b-0490-44b3-8f21-375b3ff7a46e/onap-policy-clamp-runtime-acm-6bb4b5f556-xm8tj (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:30:54,477 INFO Processing ruok command from /127.0.0.1:38058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:30:54,564 INFO Processing ruok command from /127.0.0.1:38060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:31:04,466 INFO Processing ruok command from /127.0.0.1:38298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:31:04,506 INFO Processing ruok command from /127.0.0.1:38302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:31:14,463 INFO Processing ruok command from /127.0.0.1:38544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:31:14,511 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:31:24,460 INFO Processing ruok command from /127.0.0.1:38786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:31:24,524 INFO Processing ruok command from /127.0.0.1:38790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:31:34,459 INFO Processing ruok command from /127.0.0.1:39036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:31:34,538 INFO Processing ruok command from /127.0.0.1:39040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:31:44,453 INFO Processing ruok command from /127.0.0.1:39280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:31:44,496 INFO Processing ruok command from /127.0.0.1:39284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:31:48,480 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:31:48,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4134c0f3-4e9f-4b43-82c2-9d35fc3242bd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:31:48,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/636186ce-6248-4971-9f8c-5ef9d1e912f1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:31:48,499 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8c5cbb2b-0490-44b3-8f21-375b3ff7a46e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:31:48,505 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5fb04fc4-f3c3-40a7-acaa-64a4c46d6bf6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:31:54,470 INFO Processing ruok command from /127.0.0.1:39528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:31:54,543 INFO Processing ruok command from /127.0.0.1:39532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:32:04,479 INFO Processing ruok command from /127.0.0.1:39776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:32:04,518 INFO Processing ruok command from /127.0.0.1:39778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:32:14,484 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:32:14,554 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:32:24,467 INFO Processing ruok command from /127.0.0.1:40274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:32:24,540 INFO Processing ruok command from /127.0.0.1:40278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:32:34,463 INFO Processing ruok command from /127.0.0.1:40522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:32:34,539 INFO Processing ruok command from /127.0.0.1:40526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:32:44,459 INFO Processing ruok command from /127.0.0.1:40762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:32:44,519 INFO Processing ruok command from /127.0.0.1:40766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:32:45,110 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 16:32:45,127 INFO Committing global session 0x300004d3f4c0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:32:45,335 INFO Submitting global closeSession request for session 0x300004d3f4c0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:32:48,481 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:32:48,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:32:54,478 INFO Processing ruok command from /127.0.0.1:41022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:32:54,552 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:33:04,476 INFO Processing ruok command from /127.0.0.1:41270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:33:04,540 INFO Processing ruok command from /127.0.0.1:41272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:33:14,466 INFO Processing ruok command from /127.0.0.1:41520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:33:14,502 INFO Processing ruok command from /127.0.0.1:41524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:33:24,490 INFO Processing ruok command from /127.0.0.1:41776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:33:24,566 INFO Processing ruok command from /127.0.0.1:41778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:33:34,480 INFO Processing ruok command from /127.0.0.1:42036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:33:34,540 INFO Processing ruok command from /127.0.0.1:42038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:33:44,485 INFO Processing ruok command from /127.0.0.1:42290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:33:44,539 INFO Processing ruok command from /127.0.0.1:42292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:33:48,481 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9e378bb5-a913-4f7e-8f12-a75e5367346e/onap-policy-clamp-ac-http-ppnt-54bdbc4d88-b4mvs (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:33:54,459 INFO Processing ruok command from /127.0.0.1:42542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:33:54,499 INFO Processing ruok command from /127.0.0.1:42546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:34:04,453 INFO Processing ruok command from /127.0.0.1:42800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:34:04,543 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:34:14,463 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:34:14,560 INFO Processing ruok command from /127.0.0.1:43050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:34:24,466 INFO Processing ruok command from /127.0.0.1:43294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:34:24,561 INFO Processing ruok command from /127.0.0.1:43298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:34:34,482 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:34:34,576 INFO Processing ruok command from /127.0.0.1:43550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:34:44,461 INFO Processing ruok command from /127.0.0.1:43802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:34:44,521 INFO Processing ruok command from /127.0.0.1:43806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:34:44,985 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 16:34:44,994 INFO Committing global session 0x300004d3f4c0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:34:45,501 INFO Submitting global closeSession request for session 0x300004d3f4c0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:34:48,480 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9e378bb5-a913-4f7e-8f12-a75e5367346e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:34:54,516 INFO Processing ruok command from /127.0.0.1:44054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:34:54,585 INFO Processing ruok command from /127.0.0.1:44058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:35:04,489 INFO Processing ruok command from /127.0.0.1:44310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:35:04,575 INFO Processing ruok command from /127.0.0.1:44312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:35:14,466 INFO Processing ruok command from /127.0.0.1:44558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:35:14,508 INFO Processing ruok command from /127.0.0.1:44562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:35:24,473 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:35:24,539 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:35:34,471 INFO Processing ruok command from /127.0.0.1:45070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:35:34,553 INFO Processing ruok command from /127.0.0.1:45074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:35:44,483 INFO Processing ruok command from /127.0.0.1:45328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:35:44,597 INFO Processing ruok command from /127.0.0.1:45338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:35:48,480 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/679f3731-9ae8-42ed-8881-5a217b538541/onap-policy-clamp-ac-http-ppnt-54bdbc4d88-b4mvs (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:35:54,486 INFO Processing ruok command from /127.0.0.1:45610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:35:54,593 INFO Processing ruok command from /127.0.0.1:45614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:36:04,471 INFO Processing ruok command from /127.0.0.1:45860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:36:04,547 INFO Processing ruok command from /127.0.0.1:45864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:36:14,485 INFO Processing ruok command from /127.0.0.1:46108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:36:14,579 INFO Processing ruok command from /127.0.0.1:46110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:36:24,486 INFO Processing ruok command from /127.0.0.1:46360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:36:24,575 INFO Processing ruok command from /127.0.0.1:46362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:36:34,478 INFO Processing ruok command from /127.0.0.1:46624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:36:34,570 INFO Processing ruok command from /127.0.0.1:46626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:36:40,328 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 16:36:40,335 INFO Committing global session 0x300004d3f4c0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:36:40,881 INFO Submitting global closeSession request for session 0x300004d3f4c0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:36:44,466 INFO Processing ruok command from /127.0.0.1:46890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:36:44,514 INFO Processing ruok command from /127.0.0.1:46894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:36:48,481 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/679f3731-9ae8-42ed-8881-5a217b538541 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:36:48,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ea676179-a40f-4efe-aaeb-cb151622c67b/onap-policy-clamp-ac-http-ppnt-54bdbc4d88-b4mvs (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:36:54,456 INFO Processing ruok command from /127.0.0.1:47154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:36:54,540 INFO Processing ruok command from /127.0.0.1:47158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:37:04,465 INFO Processing ruok command from /127.0.0.1:47428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:37:04,541 INFO Processing ruok command from /127.0.0.1:47432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:37:14,477 INFO Processing ruok command from /127.0.0.1:47726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:37:14,549 INFO Processing ruok command from /127.0.0.1:47728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:37:24,468 INFO Processing ruok command from /127.0.0.1:48016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:37:24,561 INFO Processing ruok command from /127.0.0.1:48020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:37:34,478 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:37:34,557 INFO Processing ruok command from /127.0.0.1:48282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:37:44,457 INFO Processing ruok command from /127.0.0.1:48536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:37:44,525 INFO Processing ruok command from /127.0.0.1:48540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:37:48,481 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ea676179-a40f-4efe-aaeb-cb151622c67b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:37:54,503 INFO Processing ruok command from /127.0.0.1:48810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:37:54,593 INFO Processing ruok command from /127.0.0.1:48814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:38:04,478 INFO Processing ruok command from /127.0.0.1:49128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:38:04,566 INFO Processing ruok command from /127.0.0.1:49130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:38:14,456 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:38:14,533 INFO Processing ruok command from /127.0.0.1:49424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:38:24,467 INFO Processing ruok command from /127.0.0.1:49692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:38:24,509 INFO Processing ruok command from /127.0.0.1:49696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:38:34,475 INFO Processing ruok command from /127.0.0.1:49972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:38:34,543 INFO Processing ruok command from /127.0.0.1:49976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:38:44,153 INFO Committing global session 0x200004d02dd0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:38:44,472 INFO Processing ruok command from /127.0.0.1:50246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:38:44,513 INFO Processing ruok command from /127.0.0.1:50250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:38:48,480 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:38:54,470 INFO Processing ruok command from /127.0.0.1:50580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:38:54,506 INFO Processing ruok command from /127.0.0.1:50584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:39:04,480 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:39:04,521 INFO Processing ruok command from /127.0.0.1:50862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:39:14,467 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:39:14,529 INFO Processing ruok command from /127.0.0.1:51124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:39:24,517 INFO Processing ruok command from /127.0.0.1:51392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:39:24,586 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:39:34,463 INFO Processing ruok command from /127.0.0.1:51660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:39:34,547 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:39:44,462 INFO Processing ruok command from /127.0.0.1:51920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:39:44,536 INFO Processing ruok command from /127.0.0.1:51924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:39:48,480 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:39:54,468 INFO Processing ruok command from /127.0.0.1:52176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:39:54,513 INFO Processing ruok command from /127.0.0.1:52180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:40:04,468 INFO Processing ruok command from /127.0.0.1:52432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:40:04,512 INFO Processing ruok command from /127.0.0.1:52436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:40:14,469 INFO Processing ruok command from /127.0.0.1:52694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:40:14,519 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:40:24,487 INFO Processing ruok command from /127.0.0.1:52944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:40:24,563 INFO Processing ruok command from /127.0.0.1:52946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:40:34,461 INFO Processing ruok command from /127.0.0.1:53200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:40:34,556 INFO Processing ruok command from /127.0.0.1:53204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:40:40,012 INFO Committing global session 0x100004e11c0000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:40:44,469 INFO Processing ruok command from /127.0.0.1:53520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:40:44,559 INFO Processing ruok command from /127.0.0.1:53524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:40:54,463 INFO Processing ruok command from /127.0.0.1:53810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:40:54,548 INFO Processing ruok command from /127.0.0.1:53814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:41:04,466 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:41:04,543 INFO Processing ruok command from /127.0.0.1:54102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:41:14,449 INFO Processing ruok command from /127.0.0.1:54380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:41:14,487 INFO Processing ruok command from /127.0.0.1:54384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:41:24,467 INFO Processing ruok command from /127.0.0.1:54666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:41:24,506 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:41:34,460 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:41:34,539 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:41:44,472 INFO Processing ruok command from /127.0.0.1:55348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:41:44,551 INFO Processing ruok command from /127.0.0.1:55354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:41:48,481 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:41:48,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:41:48,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl/dcae_ccvpn_cl_aaievent (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:41:54,456 INFO Processing ruok command from /127.0.0.1:55724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:41:54,521 INFO Processing ruok command from /127.0.0.1:55730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:42:04,464 INFO Processing ruok command from /127.0.0.1:56034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:42:04,546 INFO Processing ruok command from /127.0.0.1:56038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:42:14,469 INFO Processing ruok command from /127.0.0.1:56338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:42:14,537 INFO Processing ruok command from /127.0.0.1:56342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:42:24,467 INFO Processing ruok command from /127.0.0.1:56620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:42:24,520 INFO Processing ruok command from /127.0.0.1:56626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:42:34,480 INFO Processing ruok command from /127.0.0.1:56900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:42:34,560 INFO Processing ruok command from /127.0.0.1:56904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:42:40,321 INFO Committing global session 0x200004d02dd0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:42:44,466 INFO Processing ruok command from /127.0.0.1:57188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:42:44,536 INFO Processing ruok command from /127.0.0.1:57192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:42:48,481 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:42:48,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:42:48,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:42:48,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:42:54,455 INFO Processing ruok command from /127.0.0.1:57474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:42:54,498 INFO Processing ruok command from /127.0.0.1:57478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:43:04,460 INFO Processing ruok command from /127.0.0.1:57768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:43:04,558 INFO Processing ruok command from /127.0.0.1:57772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:43:14,484 INFO Processing ruok command from /127.0.0.1:58058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:43:14,543 INFO Processing ruok command from /127.0.0.1:58060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:43:24,469 INFO Processing ruok command from /127.0.0.1:58338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:43:24,507 INFO Processing ruok command from /127.0.0.1:58342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:43:34,482 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:43:34,526 INFO Processing ruok command from /127.0.0.1:58634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:43:44,465 INFO Processing ruok command from /127.0.0.1:58922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:43:44,537 INFO Processing ruok command from /127.0.0.1:58926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:43:48,481 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:43:54,460 INFO Processing ruok command from /127.0.0.1:59206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:43:54,503 INFO Processing ruok command from /127.0.0.1:59212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:44:04,464 INFO Processing ruok command from /127.0.0.1:59498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:44:04,510 INFO Processing ruok command from /127.0.0.1:59502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:44:14,454 INFO Processing ruok command from /127.0.0.1:59780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:44:14,521 INFO Processing ruok command from /127.0.0.1:59784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:44:24,467 INFO Processing ruok command from /127.0.0.1:60064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:44:24,551 INFO Processing ruok command from /127.0.0.1:60068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:44:34,464 INFO Processing ruok command from /127.0.0.1:60348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:44:34,544 INFO Processing ruok command from /127.0.0.1:60352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:44:39,961 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 16:44:39,968 INFO Committing global session 0x300004d3f4c000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:44:40,497 INFO Submitting global closeSession request for session 0x300004d3f4c000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:44:44,478 INFO Processing ruok command from /127.0.0.1:60644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:44:44,553 INFO Processing ruok command from /127.0.0.1:60646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:44:48,480 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:44:48,486 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:44:54,471 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:44:54,579 INFO Processing ruok command from /127.0.0.1:60936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:45:04,463 INFO Processing ruok command from /127.0.0.1:32994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:45:04,508 INFO Processing ruok command from /127.0.0.1:32998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:45:14,477 INFO Processing ruok command from /127.0.0.1:33278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:45:14,541 INFO Processing ruok command from /127.0.0.1:33282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:45:24,475 INFO Processing ruok command from /127.0.0.1:33570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:45:24,522 INFO Processing ruok command from /127.0.0.1:33572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:45:34,469 INFO Processing ruok command from /127.0.0.1:33852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:45:34,547 INFO Processing ruok command from /127.0.0.1:33856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:45:44,458 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:45:44,533 INFO Processing ruok command from /127.0.0.1:34140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:45:48,480 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:45:54,472 INFO Processing ruok command from /127.0.0.1:34428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:45:54,520 INFO Processing ruok command from /127.0.0.1:34432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:46:04,471 INFO Processing ruok command from /127.0.0.1:34718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:46:04,539 INFO Processing ruok command from /127.0.0.1:34722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:46:14,480 INFO Processing ruok command from /127.0.0.1:35006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:46:14,546 INFO Processing ruok command from /127.0.0.1:35008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:46:24,466 INFO Processing ruok command from /127.0.0.1:35292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:46:24,549 INFO Processing ruok command from /127.0.0.1:35296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:46:34,474 INFO Processing ruok command from /127.0.0.1:35578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:46:34,558 INFO Processing ruok command from /127.0.0.1:35582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:46:39,555 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 16:46:39,778 INFO Committing global session 0x300004d3f4c000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:46:40,063 INFO Submitting global closeSession request for session 0x300004d3f4c000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:46:44,464 INFO Processing ruok command from /127.0.0.1:35874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:46:44,513 INFO Processing ruok command from /127.0.0.1:35878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:46:48,481 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:46:48,489 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:46:48,495 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-10-21 16:46:48,501 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:46:48,507 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group/multicloud-k8s-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:46:48,513 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:46:54,460 INFO Processing ruok command from /127.0.0.1:36168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:46:54,544 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:47:04,470 INFO Processing ruok command from /127.0.0.1:36474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:47:04,551 INFO Processing ruok command from /127.0.0.1:36478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:47:14,479 INFO Processing ruok command from /127.0.0.1:36764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:47:14,570 INFO Processing ruok command from /127.0.0.1:36766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:47:24,480 INFO Processing ruok command from /127.0.0.1:37056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:47:24,607 INFO Processing ruok command from /127.0.0.1:37062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:47:34,463 INFO Processing ruok command from /127.0.0.1:37350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:47:34,553 INFO Processing ruok command from /127.0.0.1:37358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:47:44,480 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:47:44,542 INFO Processing ruok command from /127.0.0.1:37640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:47:48,481 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:47:48,487 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:47:48,493 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:47:48,499 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:47:48,506 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:47:54,471 INFO Processing ruok command from /127.0.0.1:37924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:47:54,572 INFO Processing ruok command from /127.0.0.1:37930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:48:04,491 INFO Processing ruok command from /127.0.0.1:38222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:48:04,540 INFO Processing ruok command from /127.0.0.1:38224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:48:14,470 INFO Processing ruok command from /127.0.0.1:38516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:48:14,564 INFO Processing ruok command from /127.0.0.1:38520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:48:24,468 INFO Processing ruok command from /127.0.0.1:38808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:48:24,517 INFO Processing ruok command from /127.0.0.1:38812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:48:34,478 INFO Processing ruok command from /127.0.0.1:39102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:48:34,599 INFO Processing ruok command from /127.0.0.1:39106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:48:44,516 INFO Processing ruok command from /127.0.0.1:39472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:48:44,594 INFO Processing ruok command from /127.0.0.1:39476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:48:45,299 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 16:48:45,323 INFO Committing global session 0x300004d3f4c000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:48:46,204 INFO Submitting global closeSession request for session 0x300004d3f4c000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:48:48,481 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:48:54,952 INFO Processing ruok command from /127.0.0.1:39792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:48:55,165 INFO Processing ruok command from /127.0.0.1:39802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:49:04,470 INFO Processing ruok command from /127.0.0.1:40084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:49:04,548 INFO Processing ruok command from /127.0.0.1:40088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:49:15,078 INFO Processing ruok command from /127.0.0.1:40382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:49:15,209 INFO Processing ruok command from /127.0.0.1:40386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:49:24,473 INFO Processing ruok command from /127.0.0.1:40674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:49:24,553 INFO Processing ruok command from /127.0.0.1:40678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:49:34,773 INFO Processing ruok command from /127.0.0.1:40988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:49:34,921 INFO Processing ruok command from /127.0.0.1:40990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:49:44,542 INFO Processing ruok command from /127.0.0.1:41328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:49:44,707 INFO Processing ruok command from /127.0.0.1:41336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:49:48,480 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:49:54,514 INFO Processing ruok command from /127.0.0.1:41636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:49:54,657 INFO Processing ruok command from /127.0.0.1:41646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:50:04,526 INFO Processing ruok command from /127.0.0.1:41960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:50:04,655 INFO Processing ruok command from /127.0.0.1:41968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:50:14,486 INFO Processing ruok command from /127.0.0.1:42270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:50:14,565 INFO Processing ruok command from /127.0.0.1:42272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:50:24,511 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:50:24,879 INFO Processing ruok command from /127.0.0.1:42596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:50:34,469 INFO Processing ruok command from /127.0.0.1:42892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:50:34,589 INFO Processing ruok command from /127.0.0.1:42898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:50:44,474 INFO Processing ruok command from /127.0.0.1:43244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:50:44,576 INFO Processing ruok command from /127.0.0.1:43248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:50:44,690 INFO Committing global session 0x100004e11c0000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:50:54,469 INFO Processing ruok command from /127.0.0.1:43562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:50:54,577 INFO Processing ruok command from /127.0.0.1:43568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:51:04,470 INFO Processing ruok command from /127.0.0.1:43880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:51:04,578 INFO Processing ruok command from /127.0.0.1:43884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:51:14,485 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:51:14,562 INFO Processing ruok command from /127.0.0.1:44196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:51:24,475 INFO Processing ruok command from /127.0.0.1:44506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:51:24,548 INFO Processing ruok command from /127.0.0.1:44510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:51:34,490 INFO Processing ruok command from /127.0.0.1:44818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:51:34,580 INFO Processing ruok command from /127.0.0.1:44822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:51:44,479 INFO Processing ruok command from /127.0.0.1:45136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:51:44,581 INFO Processing ruok command from /127.0.0.1:45138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:51:48,480 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-10-21 16:51:48,486 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-10-21 16:51:54,499 INFO Processing ruok command from /127.0.0.1:45452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:51:54,627 INFO Processing ruok command from /127.0.0.1:45458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:52:04,525 INFO Processing ruok command from /127.0.0.1:45780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:52:04,591 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:52:14,490 INFO Processing ruok command from /127.0.0.1:46114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:52:14,556 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:52:24,496 INFO Processing ruok command from /127.0.0.1:46442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:52:24,566 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:52:34,465 INFO Processing ruok command from /127.0.0.1:46772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:52:34,547 INFO Processing ruok command from /127.0.0.1:46776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:52:42,910 INFO Committing global session 0x100004e11c0000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:52:44,458 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:52:44,533 INFO Processing ruok command from /127.0.0.1:47112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:52:48,480 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:52:48,486 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:52:54,464 INFO Processing ruok command from /127.0.0.1:47458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:52:54,554 INFO Processing ruok command from /127.0.0.1:47462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:53:04,488 INFO Processing ruok command from /127.0.0.1:47802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:53:04,526 INFO Processing ruok command from /127.0.0.1:47804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:53:14,469 INFO Processing ruok command from /127.0.0.1:48136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:53:14,519 INFO Processing ruok command from /127.0.0.1:48140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:53:24,481 INFO Processing ruok command from /127.0.0.1:48476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:53:24,540 INFO Processing ruok command from /127.0.0.1:48478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:53:34,455 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:53:34,490 INFO Processing ruok command from /127.0.0.1:48818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:53:44,469 INFO Processing ruok command from /127.0.0.1:49154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:53:44,532 INFO Processing ruok command from /127.0.0.1:49158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:53:48,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:53:48,491 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:53:54,491 INFO Processing ruok command from /127.0.0.1:49496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:53:54,607 INFO Processing ruok command from /127.0.0.1:49502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:54:04,472 INFO Processing ruok command from /127.0.0.1:49846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:54:04,555 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:54:14,470 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:54:14,538 INFO Processing ruok command from /127.0.0.1:50190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:54:24,476 INFO Processing ruok command from /127.0.0.1:50532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:54:24,541 INFO Processing ruok command from /127.0.0.1:50538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:54:34,497 INFO Processing ruok command from /127.0.0.1:50870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:54:34,586 INFO Processing ruok command from /127.0.0.1:50876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:54:39,504 INFO Committing global session 0x200004d02dd0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:54:44,471 INFO Processing ruok command from /127.0.0.1:51210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:54:44,544 INFO Processing ruok command from /127.0.0.1:51214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:54:48,480 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-21 16:54:54,470 INFO Processing ruok command from /127.0.0.1:51562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:54:54,548 INFO Processing ruok command from /127.0.0.1:51566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:55:04,478 INFO Processing ruok command from /127.0.0.1:51902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:55:04,651 INFO Processing ruok command from /127.0.0.1:51916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:55:14,455 INFO Processing ruok command from /127.0.0.1:52252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:55:14,500 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:55:24,473 INFO Processing ruok command from /127.0.0.1:52596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:55:24,558 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:55:34,477 INFO Processing ruok command from /127.0.0.1:52952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:55:34,524 INFO Processing ruok command from /127.0.0.1:52954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:55:44,461 INFO Processing ruok command from /127.0.0.1:53294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:55:44,544 INFO Processing ruok command from /127.0.0.1:53298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:55:54,467 INFO Processing ruok command from /127.0.0.1:53636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:55:54,562 INFO Processing ruok command from /127.0.0.1:53640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:56:04,455 INFO Processing ruok command from /127.0.0.1:53990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:56:04,516 INFO Processing ruok command from /127.0.0.1:53994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:56:14,488 INFO Processing ruok command from /127.0.0.1:54342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:56:14,580 INFO Processing ruok command from /127.0.0.1:54346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:56:24,462 INFO Processing ruok command from /127.0.0.1:54686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:56:24,555 INFO Processing ruok command from /127.0.0.1:54690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:56:34,459 INFO Processing ruok command from /127.0.0.1:55032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:56:34,534 INFO Processing ruok command from /127.0.0.1:55036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:56:40,008 INFO Committing global session 0x200004d02dd000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:56:44,485 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:56:44,551 INFO Processing ruok command from /127.0.0.1:55382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:56:54,483 INFO Processing ruok command from /127.0.0.1:55722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:56:54,536 INFO Processing ruok command from /127.0.0.1:55724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:57:04,473 INFO Processing ruok command from /127.0.0.1:56064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:57:04,518 INFO Processing ruok command from /127.0.0.1:56068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:57:14,474 INFO Processing ruok command from /127.0.0.1:56404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:57:14,563 INFO Processing ruok command from /127.0.0.1:56408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:57:24,462 INFO Processing ruok command from /127.0.0.1:56748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:57:24,529 INFO Processing ruok command from /127.0.0.1:56752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:57:34,481 INFO Processing ruok command from /127.0.0.1:57090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:57:34,539 INFO Processing ruok command from /127.0.0.1:57094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:57:44,475 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:57:44,535 INFO Processing ruok command from /127.0.0.1:57440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:57:54,472 INFO Processing ruok command from /127.0.0.1:57782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:57:54,546 INFO Processing ruok command from /127.0.0.1:57786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:58:04,471 INFO Processing ruok command from /127.0.0.1:58128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:58:04,521 INFO Processing ruok command from /127.0.0.1:58132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:58:14,473 INFO Processing ruok command from /127.0.0.1:58470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:58:14,530 INFO Processing ruok command from /127.0.0.1:58474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:58:24,474 INFO Processing ruok command from /127.0.0.1:58812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:58:24,550 INFO Processing ruok command from /127.0.0.1:58816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:58:34,470 INFO Processing ruok command from /127.0.0.1:59148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:58:34,547 INFO Processing ruok command from /127.0.0.1:59154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:58:39,786 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 16:58:39,792 INFO Committing global session 0x300004d3f4c000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 16:58:40,391 INFO Submitting global closeSession request for session 0x300004d3f4c000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 16:58:44,449 INFO Processing ruok command from /127.0.0.1:59492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:58:44,524 INFO Processing ruok command from /127.0.0.1:59496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:58:54,471 INFO Processing ruok command from /127.0.0.1:59836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:58:54,560 INFO Processing ruok command from /127.0.0.1:59840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:59:04,459 INFO Processing ruok command from /127.0.0.1:60192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:59:04,496 INFO Processing ruok command from /127.0.0.1:60196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:59:14,474 INFO Processing ruok command from /127.0.0.1:60554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:59:14,518 INFO Processing ruok command from /127.0.0.1:60558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:59:24,456 INFO Processing ruok command from /127.0.0.1:60944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:59:24,515 INFO Processing ruok command from /127.0.0.1:60948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:59:34,473 INFO Processing ruok command from /127.0.0.1:33078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:59:34,543 INFO Processing ruok command from /127.0.0.1:33082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:59:44,462 INFO Processing ruok command from /127.0.0.1:33426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:59:44,540 INFO Processing ruok command from /127.0.0.1:33432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 16:59:54,472 INFO Processing ruok command from /127.0.0.1:33768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 16:59:54,556 INFO Processing ruok command from /127.0.0.1:33774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:00:04,476 INFO Processing ruok command from /127.0.0.1:34124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:00:04,528 INFO Processing ruok command from /127.0.0.1:34128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:00:14,463 INFO Processing ruok command from /127.0.0.1:34464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:00:14,561 INFO Processing ruok command from /127.0.0.1:34468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:00:24,470 INFO Processing ruok command from /127.0.0.1:34806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:00:24,550 INFO Processing ruok command from /127.0.0.1:34810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:00:34,480 INFO Processing ruok command from /127.0.0.1:35144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:00:34,524 INFO Processing ruok command from /127.0.0.1:35146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:00:40,150 INFO Committing global session 0x200004d02dd000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 17:00:44,471 INFO Processing ruok command from /127.0.0.1:35488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:00:44,513 INFO Processing ruok command from /127.0.0.1:35492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:00:45,593 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 17:00:45,594 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-21 17:00:45,604 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 17:00:47,830 WARN Connection broken for id 1, my id = 3 (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-10-21 17:00:47,831 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-10-21 17:00:47,832 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-10-21 17:00:47,833 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-10-21 17:00:52,117 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 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-10-21 17:00:52,118 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-10-21 17:00:52,118 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 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-10-21 17:00:52,119 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-10-21 17:00:54,451 INFO Processing ruok command from /127.0.0.1:35826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:00:54,526 INFO Processing ruok command from /127.0.0.1:35830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:01:04,455 INFO Processing ruok command from /127.0.0.1:36178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:01:04,551 INFO Processing ruok command from /127.0.0.1:36182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:01:14,469 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:01:14,532 INFO Processing ruok command from /127.0.0.1:36528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:01:24,471 INFO Processing ruok command from /127.0.0.1:36872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:01:24,529 INFO Processing ruok command from /127.0.0.1:36876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:01:34,465 INFO Processing ruok command from /127.0.0.1:37224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:01:34,512 INFO Processing ruok command from /127.0.0.1:37228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:01:44,462 INFO Processing ruok command from /127.0.0.1:37578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:01:44,522 INFO Processing ruok command from /127.0.0.1:37582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:01:54,453 INFO Processing ruok command from /127.0.0.1:37916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:01:54,530 INFO Processing ruok command from /127.0.0.1:37920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:02:04,471 INFO Processing ruok command from /127.0.0.1:38264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:02:04,511 INFO Processing ruok command from /127.0.0.1:38268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:02:14,473 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:02:14,551 INFO Processing ruok command from /127.0.0.1:38614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:02:24,459 INFO Processing ruok command from /127.0.0.1:38952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:02:24,528 INFO Processing ruok command from /127.0.0.1:38956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:02:34,458 INFO Processing ruok command from /127.0.0.1:39300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:02:34,521 INFO Processing ruok command from /127.0.0.1:39304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:02:41,290 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 17:02:41,303 INFO Committing global session 0x300004d3f4c000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 17:02:41,852 INFO Submitting global closeSession request for session 0x300004d3f4c000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 17:02:44,484 INFO Processing ruok command from /127.0.0.1:39680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:02:44,564 INFO Processing ruok command from /127.0.0.1:39682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:02:54,512 INFO Processing ruok command from /127.0.0.1:40020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:02:54,592 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:03:04,452 INFO Processing ruok command from /127.0.0.1:40362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:03:04,535 INFO Processing ruok command from /127.0.0.1:40366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:03:14,462 INFO Processing ruok command from /127.0.0.1:40702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:03:14,548 INFO Processing ruok command from /127.0.0.1:40706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:03:24,466 INFO Processing ruok command from /127.0.0.1:41036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:03:24,539 INFO Processing ruok command from /127.0.0.1:41040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:03:34,451 INFO Processing ruok command from /127.0.0.1:41368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:03:34,491 INFO Processing ruok command from /127.0.0.1:41372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:03:44,465 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:03:44,567 INFO Processing ruok command from /127.0.0.1:41716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:03:54,476 INFO Processing ruok command from /127.0.0.1:42050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:03:54,548 INFO Processing ruok command from /127.0.0.1:42054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:04:04,472 INFO Processing ruok command from /127.0.0.1:42392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:04:04,559 INFO Processing ruok command from /127.0.0.1:42396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:04:14,473 INFO Processing ruok command from /127.0.0.1:42724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:04:14,548 INFO Processing ruok command from /127.0.0.1:42728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:04:24,467 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:04:24,548 INFO Processing ruok command from /127.0.0.1:43066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:04:34,482 INFO Processing ruok command from /127.0.0.1:43394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:04:34,546 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:04:40,059 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 17:04:40,066 INFO Committing global session 0x300004d3f4c000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 17:04:40,613 INFO Submitting global closeSession request for session 0x300004d3f4c000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 17:04:44,458 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:04:44,495 INFO Processing ruok command from /127.0.0.1:43738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:04:54,480 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:04:54,594 INFO Processing ruok command from /127.0.0.1:44072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:05:04,472 INFO Processing ruok command from /127.0.0.1:44410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:05:04,559 INFO Processing ruok command from /127.0.0.1:44414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:05:14,503 INFO Processing ruok command from /127.0.0.1:44746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:05:14,588 INFO Processing ruok command from /127.0.0.1:44750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:05:24,467 INFO Processing ruok command from /127.0.0.1:45082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:05:24,553 INFO Processing ruok command from /127.0.0.1:45086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:05:34,459 INFO Processing ruok command from /127.0.0.1:45418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:05:34,505 INFO Processing ruok command from /127.0.0.1:45422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:05:44,461 INFO Processing ruok command from /127.0.0.1:45760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:05:44,563 INFO Processing ruok command from /127.0.0.1:45764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:05:54,462 INFO Processing ruok command from /127.0.0.1:46098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:05:54,556 INFO Processing ruok command from /127.0.0.1:46104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:06:04,468 INFO Processing ruok command from /127.0.0.1:46442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:06:04,551 INFO Processing ruok command from /127.0.0.1:46446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:06:14,463 INFO Processing ruok command from /127.0.0.1:46772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:06:14,542 INFO Processing ruok command from /127.0.0.1:46776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:06:24,480 INFO Processing ruok command from /127.0.0.1:47118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:06:24,546 INFO Processing ruok command from /127.0.0.1:47120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:06:34,460 INFO Processing ruok command from /127.0.0.1:47450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:06:34,531 INFO Processing ruok command from /127.0.0.1:47454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:06:40,434 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 17:06:40,441 INFO Committing global session 0x300004d3f4c0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 17:06:40,862 INFO Submitting global closeSession request for session 0x300004d3f4c0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 17:06:44,472 INFO Processing ruok command from /127.0.0.1:47788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:06:44,553 INFO Processing ruok command from /127.0.0.1:47792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:06:54,475 INFO Processing ruok command from /127.0.0.1:48122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:06:54,558 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:07:04,451 INFO Processing ruok command from /127.0.0.1:48460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:07:04,500 INFO Processing ruok command from /127.0.0.1:48464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:07:14,460 INFO Processing ruok command from /127.0.0.1:48790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:07:14,573 INFO Processing ruok command from /127.0.0.1:48796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:07:24,467 INFO Processing ruok command from /127.0.0.1:49126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:07:24,556 INFO Processing ruok command from /127.0.0.1:49132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:07:34,456 INFO Processing ruok command from /127.0.0.1:49456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:07:34,537 INFO Processing ruok command from /127.0.0.1:49460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:07:44,465 INFO Processing ruok command from /127.0.0.1:49800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:07:44,557 INFO Processing ruok command from /127.0.0.1:49804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:07:54,482 INFO Processing ruok command from /127.0.0.1:50138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:07:54,574 INFO Processing ruok command from /127.0.0.1:50140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:08:04,464 INFO Processing ruok command from /127.0.0.1:50476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:08:04,541 INFO Processing ruok command from /127.0.0.1:50480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:08:14,473 INFO Processing ruok command from /127.0.0.1:50818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:08:14,556 INFO Processing ruok command from /127.0.0.1:50822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:08:24,458 INFO Processing ruok command from /127.0.0.1:51156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:08:24,537 INFO Processing ruok command from /127.0.0.1:51160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:08:34,465 INFO Processing ruok command from /127.0.0.1:51494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:08:34,535 INFO Processing ruok command from /127.0.0.1:51498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:08:40,019 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 17:08:40,025 INFO Committing global session 0x300004d3f4c0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 17:08:40,561 INFO Submitting global closeSession request for session 0x300004d3f4c0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 17:08:44,471 INFO Processing ruok command from /127.0.0.1:51838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:08:44,541 INFO Processing ruok command from /127.0.0.1:51842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:08:54,480 INFO Processing ruok command from /127.0.0.1:52178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:08:54,567 INFO Processing ruok command from /127.0.0.1:52180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:09:04,482 INFO Processing ruok command from /127.0.0.1:52524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:09:04,571 INFO Processing ruok command from /127.0.0.1:52526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:09:14,473 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:09:14,510 INFO Processing ruok command from /127.0.0.1:52864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:09:24,467 INFO Processing ruok command from /127.0.0.1:53200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:09:24,538 INFO Processing ruok command from /127.0.0.1:53204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:09:34,468 INFO Processing ruok command from /127.0.0.1:53534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:09:34,541 INFO Processing ruok command from /127.0.0.1:53538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:09:44,470 INFO Processing ruok command from /127.0.0.1:53880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:09:44,565 INFO Processing ruok command from /127.0.0.1:53884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:09:54,502 INFO Processing ruok command from /127.0.0.1:54220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:09:54,584 INFO Processing ruok command from /127.0.0.1:54224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:10:04,481 INFO Processing ruok command from /127.0.0.1:54568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:10:04,557 INFO Processing ruok command from /127.0.0.1:54570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:10:14,469 INFO Processing ruok command from /127.0.0.1:54904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:10:14,555 INFO Processing ruok command from /127.0.0.1:54908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:10:24,478 INFO Processing ruok command from /127.0.0.1:55244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:10:24,526 INFO Processing ruok command from /127.0.0.1:55246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:10:34,460 INFO Processing ruok command from /127.0.0.1:55574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:10:34,513 INFO Processing ruok command from /127.0.0.1:55578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:10:40,270 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 17:10:40,289 INFO Committing global session 0x300004d3f4c0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 17:10:40,771 INFO Submitting global closeSession request for session 0x300004d3f4c0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 17:10:44,469 INFO Processing ruok command from /127.0.0.1:55916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:10:44,562 INFO Processing ruok command from /127.0.0.1:55920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:10:54,498 INFO Processing ruok command from /127.0.0.1:56254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:10:54,574 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:11:04,459 INFO Processing ruok command from /127.0.0.1:56594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:11:04,552 INFO Processing ruok command from /127.0.0.1:56598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:11:14,486 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:11:14,572 INFO Processing ruok command from /127.0.0.1:56938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:11:24,460 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:11:24,538 INFO Processing ruok command from /127.0.0.1:57278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:11:34,468 INFO Processing ruok command from /127.0.0.1:57610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:11:34,546 INFO Processing ruok command from /127.0.0.1:57614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:11:44,472 INFO Processing ruok command from /127.0.0.1:57948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:11:44,551 INFO Processing ruok command from /127.0.0.1:57952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:11:54,488 INFO Processing ruok command from /127.0.0.1:58282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:11:54,566 INFO Processing ruok command from /127.0.0.1:58284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:12:04,473 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:12:04,539 INFO Processing ruok command from /127.0.0.1:58628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:12:14,471 INFO Processing ruok command from /127.0.0.1:58956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:12:14,545 INFO Processing ruok command from /127.0.0.1:58960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:12:24,485 INFO Processing ruok command from /127.0.0.1:59288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:12:24,559 INFO Processing ruok command from /127.0.0.1:59294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:12:34,461 INFO Processing ruok command from /127.0.0.1:59620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:12:34,537 INFO Processing ruok command from /127.0.0.1:59626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:12:41,086 INFO Committing global session 0x200004d02dd000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-21 17:12:44,462 INFO Processing ruok command from /127.0.0.1:59966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:12:44,545 INFO Processing ruok command from /127.0.0.1:59970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:12:54,500 INFO Processing ruok command from /127.0.0.1:60300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:12:54,602 INFO Processing ruok command from /127.0.0.1:60304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:13:04,477 INFO Processing ruok command from /127.0.0.1:60640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:13:04,553 INFO Processing ruok command from /127.0.0.1:60644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:13:14,461 INFO Processing ruok command from /127.0.0.1:60976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:13:14,524 INFO Processing ruok command from /127.0.0.1:60980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 17:13:24,480 INFO Processing ruok command from /127.0.0.1:33082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 17:13:24,528 INFO Processing ruok command from /127.0.0.1:33084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]