By type
Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false sslQuorum=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-08-25 22:47:03,620 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-08-25 22:47:03,631 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-08-25 22:47:03,631 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-08-25 22:47:03,636 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-08-25 22:47:03,636 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-08-25 22:47:03,636 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-08-25 22:47:03,672 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-08-25 22:47:03,672 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-08-25 22:47:03,674 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-08-25 22:47:03,680 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-08-25 22:47:03,683 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-08-25 22:47:03,697 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-08-25 22:47:03,699 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-08-25 22:47:03,723 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-08-25 22:47:03,826 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:03,826 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:03,826 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:03,898 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-08-25 22:47:03,899 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-08-25 22:47:03,899 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:03,900 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:03,900 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:03,900 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-08-25 22:47:03,901 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-08-25 22:47:03,909 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,913 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-08-25 22:47:03,915 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,915 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,915 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,915 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,915 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,915 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,915 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,916 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,939 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,939 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,941 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,941 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 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-08-25 22:47:03,942 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-08-25 22:47:03,942 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:os.memory.free=214MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO Server environment:os.memory.total=225MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,942 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,943 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,943 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,943 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,943 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,943 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,943 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,943 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-08-25 22:47:03,949 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-08-25 22:47:03,949 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-08-25 22:47:03,951 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-08-25 22:47:03,951 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-08-25 22:47:03,965 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,965 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,965 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,965 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,965 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,965 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,965 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:03,975 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-08-25 22:47:03,975 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-08-25 22:47:03,983 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-08-25 22:47:03,984 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-08-25 22:47:03,988 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-08-25 22:47:03,991 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:04,090 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:04,090 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:04,092 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-08-25 22:47:04,093 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-08-25 22:47:04,099 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-08-25 22:47:04,101 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-08-25 22:47:04,101 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-08-25 22:47:04,105 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-08-25 22:47:04,106 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.45:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.45:3888] 2022-08-25 22:47:04,117 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:04,119 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:04,129 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:04,134 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2022-08-25 22:47:04,148 WARN Connection broken for id 1, my id = 2 (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-08-25 22:47:04,151 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-08-25 22:47:04,152 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-08-25 22:47:04,152 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-08-25 22:47:04,336 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:04,337 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:04,339 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] 2022-08-25 22:47:04,740 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:04,741 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:04,741 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-08-25 22:47:04,742 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-08-25 22:47:04,743 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-08-25 22:47:04,743 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-08-25 22:47:04,744 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] 2022-08-25 22:47:05,544 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:05,545 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:05,547 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] 2022-08-25 22:47:07,149 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-08-25 22:47:07,149 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-08-25 22:47:07,150 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:07,150 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-08-25 22:47:07,151 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-08-25 22:47:07,151 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,152 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] 2022-08-25 22:47:07,524 INFO Received connection request from /127.0.0.6:57933 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.45:3888] 2022-08-25 22:47:07,594 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:07,598 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:07,799 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,800 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,805 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,805 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,805 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,806 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,806 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,809 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,811 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,811 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,812 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,812 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,814 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,814 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,814 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,814 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,814 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,814 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,817 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,817 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,817 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,822 INFO LEADING - LEADER ELECTION TOOK - 3703 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,825 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,825 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,832 INFO Snapshot taken in 6 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,847 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:40685] 2022-08-25 22:47:07,859 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:40685] 2022-08-25 22:47:07,860 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:40685] 2022-08-25 22:47:07,860 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40685] 2022-08-25 22:47:07,864 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,920 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,935 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,935 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,956 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2022-08-25 22:47:07,958 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,958 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:07,977 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-08-25 22:47:18,964 INFO Received connection request from /127.0.0.6:50549 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.45:3888] 2022-08-25 22:47:18,989 INFO Notification: my state:LEADING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-08-25 22:47:19,086 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:48375] 2022-08-25 22:47:19,103 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:48375] 2022-08-25 22:47:19,103 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:48375] 2022-08-25 22:47:19,111 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:48375] 2022-08-25 22:47:24,424 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-08-25 22:47:24,424 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-08-25 22:47:24,425 INFO Processing ruok command from /127.0.0.1:48074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:47:24,425 INFO Processing ruok command from /127.0.0.1:48076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:47:34,341 INFO Processing ruok command from /127.0.0.1:48132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:47:34,379 INFO Processing ruok command from /127.0.0.1:48134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:47:38,483 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2022-08-25 22:47:38,498 INFO Committing global session 0x300004607730000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:47:44,336 INFO Processing ruok command from /127.0.0.1:48196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:47:44,372 INFO Processing ruok command from /127.0.0.1:48198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:47:54,341 INFO Processing ruok command from /127.0.0.1:48290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:47:54,383 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:48:01,786 INFO Committing global session 0x100004410c50000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:48:04,376 INFO Processing ruok command from /127.0.0.1:48388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:48:04,409 INFO Processing ruok command from /127.0.0.1:48390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:48:05,200 INFO Committing global session 0x300004607730001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:48:07,093 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-25 22:48:07,110 INFO Committing global session 0x200004692610000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:48:08,020 INFO Committing global session 0x100004410c50001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:48:10,538 INFO Committing global session 0x300004607730002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:48:14,207 INFO Committing global session 0x100004410c50002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:48:14,357 INFO Processing ruok command from /127.0.0.1:48472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:48:14,391 INFO Processing ruok command from /127.0.0.1:48474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:48:24,349 INFO Processing ruok command from /127.0.0.1:48542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:48:24,388 INFO Processing ruok command from /127.0.0.1:48544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:48:34,354 INFO Processing ruok command from /127.0.0.1:48614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:48:34,403 INFO Processing ruok command from /127.0.0.1:48616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:48:44,340 INFO Processing ruok command from /127.0.0.1:48686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:48:44,377 INFO Processing ruok command from /127.0.0.1:48688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:48:54,346 INFO Processing ruok command from /127.0.0.1:48756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:48:54,379 INFO Processing ruok command from /127.0.0.1:48758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:49:04,364 INFO Processing ruok command from /127.0.0.1:48828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:49:04,406 INFO Processing ruok command from /127.0.0.1:48830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:49:04,960 INFO Committing global session 0x300004607730003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:49:14,346 INFO Processing ruok command from /127.0.0.1:48910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:49:14,404 INFO Processing ruok command from /127.0.0.1:48912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:49:24,355 INFO Processing ruok command from /127.0.0.1:48978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:49:24,392 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:49:28,417 INFO Committing global session 0x100004410c50003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:49:34,343 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:49:34,401 INFO Processing ruok command from /127.0.0.1:49048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:49:44,338 INFO Processing ruok command from /127.0.0.1:49122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:49:44,371 INFO Processing ruok command from /127.0.0.1:49124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:49:54,350 INFO Processing ruok command from /127.0.0.1:49194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:49:54,387 INFO Processing ruok command from /127.0.0.1:49196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:50:04,349 INFO Processing ruok command from /127.0.0.1:49262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:50:04,388 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:50:14,346 INFO Processing ruok command from /127.0.0.1:49336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:50:14,411 INFO Processing ruok command from /127.0.0.1:49338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:50:24,348 INFO Processing ruok command from /127.0.0.1:49480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:50:24,407 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:50:34,350 INFO Processing ruok command from /127.0.0.1:49596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:50:34,396 INFO Processing ruok command from /127.0.0.1:49598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:50:44,351 INFO Processing ruok command from /127.0.0.1:49692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:50:44,420 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:50:53,458 INFO Committing global session 0x100004410c50004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:50:54,342 INFO Processing ruok command from /127.0.0.1:49778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:50:54,378 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:51:04,348 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:51:04,382 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:51:14,347 INFO Processing ruok command from /127.0.0.1:49948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:51:14,382 INFO Processing ruok command from /127.0.0.1:49950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:51:24,343 INFO Processing ruok command from /127.0.0.1:50030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:51:24,378 INFO Processing ruok command from /127.0.0.1:50032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:51:34,346 INFO Processing ruok command from /127.0.0.1:50108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:51:34,380 INFO Processing ruok command from /127.0.0.1:50110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:51:44,356 INFO Processing ruok command from /127.0.0.1:50188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:51:44,389 INFO Processing ruok command from /127.0.0.1:50190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:51:54,348 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:51:54,388 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:52:04,368 INFO Processing ruok command from /127.0.0.1:50350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:52:04,429 INFO Processing ruok command from /127.0.0.1:50352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:52:14,347 INFO Processing ruok command from /127.0.0.1:50430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:52:14,383 INFO Processing ruok command from /127.0.0.1:50432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:52:24,337 INFO Processing ruok command from /127.0.0.1:50510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:52:24,371 INFO Processing ruok command from /127.0.0.1:50512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:52:34,348 INFO Processing ruok command from /127.0.0.1:50590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:52:34,388 INFO Processing ruok command from /127.0.0.1:50592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:52:44,345 INFO Processing ruok command from /127.0.0.1:50672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:52:44,394 INFO Processing ruok command from /127.0.0.1:50674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:52:53,807 INFO Committing global session 0x300004607730004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:52:54,355 INFO Processing ruok command from /127.0.0.1:50754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:52:54,393 INFO Processing ruok command from /127.0.0.1:50756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:53:04,350 INFO Processing ruok command from /127.0.0.1:50834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:53:04,387 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:53:14,362 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:53:14,442 INFO Processing ruok command from /127.0.0.1:50954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:53:24,347 INFO Processing ruok command from /127.0.0.1:51042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:53:24,422 INFO Processing ruok command from /127.0.0.1:51044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:53:34,359 INFO Processing ruok command from /127.0.0.1:51132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:53:34,399 INFO Processing ruok command from /127.0.0.1:51134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:53:44,355 INFO Processing ruok command from /127.0.0.1:51230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:53:44,411 INFO Processing ruok command from /127.0.0.1:51232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:53:54,347 INFO Processing ruok command from /127.0.0.1:51322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:53:54,380 INFO Processing ruok command from /127.0.0.1:51324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:54:04,361 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:54:04,486 INFO Processing ruok command from /127.0.0.1:51446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:54:14,375 INFO Processing ruok command from /127.0.0.1:51592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:54:14,465 INFO Processing ruok command from /127.0.0.1:51594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:54:24,343 INFO Processing ruok command from /127.0.0.1:51734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:54:24,384 INFO Processing ruok command from /127.0.0.1:51736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:54:34,337 INFO Processing ruok command from /127.0.0.1:51884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:54:34,378 INFO Processing ruok command from /127.0.0.1:51886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:54:44,412 INFO Processing ruok command from /127.0.0.1:52010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:54:44,450 INFO Processing ruok command from /127.0.0.1:52012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:54:54,194 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-08-25 22:54:54,209 INFO Committing global session 0x200004692610001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:54:54,354 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:54:54,389 INFO Processing ruok command from /127.0.0.1:52142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:54:54,534 INFO Submitting global closeSession request for session 0x200004692610001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-25 22:55:04,337 INFO Processing ruok command from /127.0.0.1:52270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:55:04,376 INFO Processing ruok command from /127.0.0.1:52272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:55:14,366 INFO Processing ruok command from /127.0.0.1:52518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:55:14,413 INFO Processing ruok command from /127.0.0.1:52520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:55:24,348 INFO Processing ruok command from /127.0.0.1:52684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:55:24,387 INFO Processing ruok command from /127.0.0.1:52686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:55:34,353 INFO Processing ruok command from /127.0.0.1:52822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:55:34,418 INFO Processing ruok command from /127.0.0.1:52824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:55:44,355 INFO Processing ruok command from /127.0.0.1:52964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:55:44,415 INFO Processing ruok command from /127.0.0.1:52966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:55:54,355 INFO Processing ruok command from /127.0.0.1:53106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:55:54,409 INFO Processing ruok command from /127.0.0.1:53108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:56:04,351 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:56:04,391 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:56:14,355 INFO Processing ruok command from /127.0.0.1:53372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:56:14,413 INFO Processing ruok command from /127.0.0.1:53374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:56:24,362 INFO Processing ruok command from /127.0.0.1:53512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:56:24,403 INFO Processing ruok command from /127.0.0.1:53514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:56:34,350 INFO Processing ruok command from /127.0.0.1:53648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:56:34,424 INFO Processing ruok command from /127.0.0.1:53650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:56:44,345 INFO Processing ruok command from /127.0.0.1:53786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:56:44,409 INFO Processing ruok command from /127.0.0.1:53788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:56:53,973 INFO Committing global session 0x100004410c50005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:56:54,354 INFO Processing ruok command from /127.0.0.1:53916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:56:54,421 INFO Processing ruok command from /127.0.0.1:53918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:57:04,343 INFO Processing ruok command from /127.0.0.1:54050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:57:04,378 INFO Processing ruok command from /127.0.0.1:54052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:57:14,353 INFO Processing ruok command from /127.0.0.1:54184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:57:14,388 INFO Processing ruok command from /127.0.0.1:54186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:57:24,368 INFO Processing ruok command from /127.0.0.1:54354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:57:24,457 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:57:34,366 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:57:34,411 INFO Processing ruok command from /127.0.0.1:54494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:57:44,370 INFO Processing ruok command from /127.0.0.1:54632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:57:44,404 INFO Processing ruok command from /127.0.0.1:54634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:57:54,353 INFO Processing ruok command from /127.0.0.1:54770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:57:54,406 INFO Processing ruok command from /127.0.0.1:54772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:58:04,351 INFO Processing ruok command from /127.0.0.1:54918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:58:04,392 INFO Processing ruok command from /127.0.0.1:54922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:58:14,347 INFO Processing ruok command from /127.0.0.1:55062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:58:14,388 INFO Processing ruok command from /127.0.0.1:55064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:58:24,348 INFO Processing ruok command from /127.0.0.1:55202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:58:24,413 INFO Processing ruok command from /127.0.0.1:55204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:58:34,367 INFO Processing ruok command from /127.0.0.1:55338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:58:34,427 INFO Processing ruok command from /127.0.0.1:55340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:58:44,337 INFO Processing ruok command from /127.0.0.1:55480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:58:44,376 INFO Processing ruok command from /127.0.0.1:55482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:58:53,262 INFO Committing global session 0x300004607730005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 22:58:54,359 INFO Processing ruok command from /127.0.0.1:55622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:58:54,423 INFO Processing ruok command from /127.0.0.1:55624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:59:04,350 INFO Processing ruok command from /127.0.0.1:55762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:59:04,419 INFO Processing ruok command from /127.0.0.1:55764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:59:14,344 INFO Processing ruok command from /127.0.0.1:55904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:59:14,385 INFO Processing ruok command from /127.0.0.1:55906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:59:24,343 INFO Processing ruok command from /127.0.0.1:56046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:59:24,378 INFO Processing ruok command from /127.0.0.1:56048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:59:34,337 INFO Processing ruok command from /127.0.0.1:56188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:59:34,377 INFO Processing ruok command from /127.0.0.1:56190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:59:44,356 INFO Processing ruok command from /127.0.0.1:56330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:59:44,393 INFO Processing ruok command from /127.0.0.1:56332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 22:59:54,354 INFO Processing ruok command from /127.0.0.1:56478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 22:59:54,392 INFO Processing ruok command from /127.0.0.1:56480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:00:04,361 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:00:04,404 INFO Processing ruok command from /127.0.0.1:56620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:00:14,347 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:00:14,385 INFO Processing ruok command from /127.0.0.1:56762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:00:24,354 INFO Processing ruok command from /127.0.0.1:56904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:00:24,393 INFO Processing ruok command from /127.0.0.1:56906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:00:34,356 INFO Processing ruok command from /127.0.0.1:57050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:00:34,390 INFO Processing ruok command from /127.0.0.1:57052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:00:44,355 INFO Processing ruok command from /127.0.0.1:57192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:00:44,398 INFO Processing ruok command from /127.0.0.1:57194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:00:53,401 INFO Committing global session 0x100004410c50006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:00:54,352 INFO Processing ruok command from /127.0.0.1:57332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:00:54,389 INFO Processing ruok command from /127.0.0.1:57334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:01:04,367 INFO Processing ruok command from /127.0.0.1:57470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:01:04,401 INFO Processing ruok command from /127.0.0.1:57472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:01:14,359 INFO Processing ruok command from /127.0.0.1:57610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:01:14,399 INFO Processing ruok command from /127.0.0.1:57612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:01:24,346 INFO Processing ruok command from /127.0.0.1:57758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:01:24,405 INFO Processing ruok command from /127.0.0.1:57760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:01:34,366 INFO Processing ruok command from /127.0.0.1:57898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:01:34,425 INFO Processing ruok command from /127.0.0.1:57900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:01:44,338 INFO Processing ruok command from /127.0.0.1:58038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:01:44,373 INFO Processing ruok command from /127.0.0.1:58040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:01:54,352 INFO Processing ruok command from /127.0.0.1:58180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:01:54,418 INFO Processing ruok command from /127.0.0.1:58182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:02:04,365 INFO Processing ruok command from /127.0.0.1:58316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:02:04,403 INFO Processing ruok command from /127.0.0.1:58318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:02:14,345 INFO Processing ruok command from /127.0.0.1:58456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:02:14,384 INFO Processing ruok command from /127.0.0.1:58458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:02:24,356 INFO Processing ruok command from /127.0.0.1:58600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:02:24,402 INFO Processing ruok command from /127.0.0.1:58602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:02:34,366 INFO Processing ruok command from /127.0.0.1:58744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:02:34,427 INFO Processing ruok command from /127.0.0.1:58746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:02:44,344 INFO Processing ruok command from /127.0.0.1:58886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:02:44,384 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:02:54,315 INFO Committing global session 0x300004607730006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:02:54,380 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:02:54,423 INFO Processing ruok command from /127.0.0.1:59030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:03:04,351 INFO Processing ruok command from /127.0.0.1:59168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:03:04,395 INFO Processing ruok command from /127.0.0.1:59170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:03:14,365 INFO Processing ruok command from /127.0.0.1:59310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:03:14,425 INFO Processing ruok command from /127.0.0.1:59312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:03:24,353 INFO Processing ruok command from /127.0.0.1:59452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:03:24,388 INFO Processing ruok command from /127.0.0.1:59454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:03:34,349 INFO Processing ruok command from /127.0.0.1:59592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:03:34,388 INFO Processing ruok command from /127.0.0.1:59594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:03:44,345 INFO Processing ruok command from /127.0.0.1:59734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:03:44,405 INFO Processing ruok command from /127.0.0.1:59736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:03:54,349 INFO Processing ruok command from /127.0.0.1:59874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:03:54,387 INFO Processing ruok command from /127.0.0.1:59876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:04:04,368 INFO Processing ruok command from /127.0.0.1:60014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:04:04,406 INFO Processing ruok command from /127.0.0.1:60016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:04:14,350 INFO Processing ruok command from /127.0.0.1:60162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:04:14,389 INFO Processing ruok command from /127.0.0.1:60164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:04:24,353 INFO Processing ruok command from /127.0.0.1:60310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:04:24,389 INFO Processing ruok command from /127.0.0.1:60312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:04:34,344 INFO Processing ruok command from /127.0.0.1:60456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:04:34,379 INFO Processing ruok command from /127.0.0.1:60458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:04:44,363 INFO Processing ruok command from /127.0.0.1:60608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:04:44,423 INFO Processing ruok command from /127.0.0.1:60610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:04:54,334 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-25 23:04:54,343 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:04:54,347 INFO Committing global session 0x200004692610002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:04:54,402 INFO Processing ruok command from /127.0.0.1:60746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:04:54,889 INFO Submitting global closeSession request for session 0x200004692610002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-25 23:05:04,353 INFO Processing ruok command from /127.0.0.1:60882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:05:04,395 INFO Processing ruok command from /127.0.0.1:60884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:05:14,369 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:05:14,409 INFO Processing ruok command from /127.0.0.1:32800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:05:24,357 INFO Processing ruok command from /127.0.0.1:32964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:05:24,403 INFO Processing ruok command from /127.0.0.1:32966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:05:34,361 INFO Processing ruok command from /127.0.0.1:33104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:05:34,429 INFO Processing ruok command from /127.0.0.1:33106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:05:44,334 INFO Processing ruok command from /127.0.0.1:33274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:05:44,376 INFO Processing ruok command from /127.0.0.1:33276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:05:54,347 INFO Processing ruok command from /127.0.0.1:33418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:05:54,389 INFO Processing ruok command from /127.0.0.1:33420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:06:04,353 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:06:04,426 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:06:14,342 INFO Processing ruok command from /127.0.0.1:33706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:06:14,379 INFO Processing ruok command from /127.0.0.1:33708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:06:24,377 INFO Processing ruok command from /127.0.0.1:33856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:06:24,421 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:06:34,350 INFO Processing ruok command from /127.0.0.1:33998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:06:34,389 INFO Processing ruok command from /127.0.0.1:34000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:06:44,340 INFO Processing ruok command from /127.0.0.1:34146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:06:44,409 INFO Processing ruok command from /127.0.0.1:34148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:06:54,346 INFO Processing ruok command from /127.0.0.1:34296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:06:54,386 INFO Processing ruok command from /127.0.0.1:34298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:06:54,446 INFO Committing global session 0x300004607730007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:07:04,376 INFO Processing ruok command from /127.0.0.1:34440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:07:04,422 INFO Processing ruok command from /127.0.0.1:34442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:07:14,362 INFO Processing ruok command from /127.0.0.1:34590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:07:14,399 INFO Processing ruok command from /127.0.0.1:34592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:07:24,365 INFO Processing ruok command from /127.0.0.1:34742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:07:24,409 INFO Processing ruok command from /127.0.0.1:34744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:07:34,346 INFO Processing ruok command from /127.0.0.1:34888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:07:34,383 INFO Processing ruok command from /127.0.0.1:34890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:07:44,355 INFO Processing ruok command from /127.0.0.1:35038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:07:44,419 INFO Processing ruok command from /127.0.0.1:35040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:07:54,373 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:07:54,426 INFO Processing ruok command from /127.0.0.1:35184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:08:04,356 INFO Processing ruok command from /127.0.0.1:35368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:08:04,396 INFO Processing ruok command from /127.0.0.1:35370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:08:14,371 INFO Processing ruok command from /127.0.0.1:35540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:08:14,453 INFO Processing ruok command from /127.0.0.1:35542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:08:24,355 INFO Processing ruok command from /127.0.0.1:35706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:08:24,390 INFO Processing ruok command from /127.0.0.1:35708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:08:34,412 INFO Processing ruok command from /127.0.0.1:35916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:08:34,489 INFO Processing ruok command from /127.0.0.1:35924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:08:44,351 INFO Processing ruok command from /127.0.0.1:36090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:08:44,399 INFO Processing ruok command from /127.0.0.1:36092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:08:54,360 INFO Processing ruok command from /127.0.0.1:36296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:08:54,402 INFO Processing ruok command from /127.0.0.1:36298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:08:55,496 INFO Committing global session 0x100004410c50007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:09:04,363 INFO Processing ruok command from /127.0.0.1:36492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:09:04,399 INFO Processing ruok command from /127.0.0.1:36494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:09:14,367 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:09:14,547 INFO Processing ruok command from /127.0.0.1:36686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:09:24,373 INFO Processing ruok command from /127.0.0.1:36898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:09:24,457 INFO Processing ruok command from /127.0.0.1:36900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:09:34,369 INFO Processing ruok command from /127.0.0.1:37142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:09:34,453 INFO Processing ruok command from /127.0.0.1:37144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:09:44,352 INFO Processing ruok command from /127.0.0.1:37328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:09:44,426 INFO Processing ruok command from /127.0.0.1:37330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:09:54,348 INFO Processing ruok command from /127.0.0.1:37516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:09:54,388 INFO Processing ruok command from /127.0.0.1:37518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:10:04,348 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:10:04,384 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:10:14,358 INFO Processing ruok command from /127.0.0.1:37890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:10:14,421 INFO Processing ruok command from /127.0.0.1:37892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:10:24,359 INFO Processing ruok command from /127.0.0.1:38078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:10:24,407 INFO Processing ruok command from /127.0.0.1:38080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:10:34,358 INFO Processing ruok command from /127.0.0.1:38268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:10:34,423 INFO Processing ruok command from /127.0.0.1:38270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:10:44,340 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:10:44,381 INFO Processing ruok command from /127.0.0.1:38468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:10:54,355 INFO Processing ruok command from /127.0.0.1:38654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:10:54,393 INFO Processing ruok command from /127.0.0.1:38656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:10:54,460 INFO Committing global session 0x100004410c50008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:11:04,352 INFO Processing ruok command from /127.0.0.1:38838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:11:04,417 INFO Processing ruok command from /127.0.0.1:38840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:11:14,338 INFO Processing ruok command from /127.0.0.1:39022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:11:14,371 INFO Processing ruok command from /127.0.0.1:39024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:11:24,342 INFO Processing ruok command from /127.0.0.1:39210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:11:24,386 INFO Processing ruok command from /127.0.0.1:39212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:11:34,360 INFO Processing ruok command from /127.0.0.1:39400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:11:34,401 INFO Processing ruok command from /127.0.0.1:39402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:11:44,365 INFO Processing ruok command from /127.0.0.1:39646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:11:44,430 INFO Processing ruok command from /127.0.0.1:39648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:11:54,349 INFO Processing ruok command from /127.0.0.1:39846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:11:54,413 INFO Processing ruok command from /127.0.0.1:39848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:12:04,343 INFO Processing ruok command from /127.0.0.1:40066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:12:04,389 INFO Processing ruok command from /127.0.0.1:40068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:12:14,347 INFO Processing ruok command from /127.0.0.1:40260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:12:14,386 INFO Processing ruok command from /127.0.0.1:40262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:12:24,345 INFO Processing ruok command from /127.0.0.1:40448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:12:24,380 INFO Processing ruok command from /127.0.0.1:40450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:12:34,342 INFO Processing ruok command from /127.0.0.1:40638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:12:34,379 INFO Processing ruok command from /127.0.0.1:40640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:12:44,336 INFO Processing ruok command from /127.0.0.1:40830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:12:44,382 INFO Processing ruok command from /127.0.0.1:40832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:12:54,031 INFO Committing global session 0x300004607730008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:12:54,348 INFO Processing ruok command from /127.0.0.1:41020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:12:54,384 INFO Processing ruok command from /127.0.0.1:41022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:13:04,350 INFO Processing ruok command from /127.0.0.1:41214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:13:04,405 INFO Processing ruok command from /127.0.0.1:41216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:13:14,345 INFO Processing ruok command from /127.0.0.1:41400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:13:14,379 INFO Processing ruok command from /127.0.0.1:41402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:13:24,361 INFO Processing ruok command from /127.0.0.1:41590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:13:24,398 INFO Processing ruok command from /127.0.0.1:41592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:13:34,367 INFO Processing ruok command from /127.0.0.1:41778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:13:34,437 INFO Processing ruok command from /127.0.0.1:41780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:13:44,358 INFO Processing ruok command from /127.0.0.1:41966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:13:44,398 INFO Processing ruok command from /127.0.0.1:41968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:13:54,346 INFO Processing ruok command from /127.0.0.1:42152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:13:54,405 INFO Processing ruok command from /127.0.0.1:42154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:14:04,350 INFO Processing ruok command from /127.0.0.1:42344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:14:04,391 INFO Processing ruok command from /127.0.0.1:42346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:14:14,352 INFO Processing ruok command from /127.0.0.1:42532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:14:14,402 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:14:24,353 INFO Processing ruok command from /127.0.0.1:42734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:14:24,421 INFO Processing ruok command from /127.0.0.1:42736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:14:34,353 INFO Processing ruok command from /127.0.0.1:42928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:14:34,391 INFO Processing ruok command from /127.0.0.1:42930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:14:44,350 INFO Processing ruok command from /127.0.0.1:43124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:14:44,429 INFO Processing ruok command from /127.0.0.1:43126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:14:54,174 INFO Committing global session 0x100004410c50009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:14:54,344 INFO Processing ruok command from /127.0.0.1:43308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:14:54,383 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:15:04,359 INFO Processing ruok command from /127.0.0.1:43500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:15:04,397 INFO Processing ruok command from /127.0.0.1:43502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:15:14,345 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:15:14,406 INFO Processing ruok command from /127.0.0.1:43688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:15:24,367 INFO Processing ruok command from /127.0.0.1:43880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:15:24,409 INFO Processing ruok command from /127.0.0.1:43882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:15:34,354 INFO Processing ruok command from /127.0.0.1:44088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:15:34,416 INFO Processing ruok command from /127.0.0.1:44090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:15:44,333 INFO Processing ruok command from /127.0.0.1:44286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:15:44,378 INFO Processing ruok command from /127.0.0.1:44288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:15:54,351 INFO Processing ruok command from /127.0.0.1:44472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:15:54,391 INFO Processing ruok command from /127.0.0.1:44474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:16:04,341 INFO Processing ruok command from /127.0.0.1:44666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:16:04,409 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:16:14,356 INFO Processing ruok command from /127.0.0.1:44854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:16:14,395 INFO Processing ruok command from /127.0.0.1:44856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:16:24,349 INFO Processing ruok command from /127.0.0.1:45052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:16:24,420 INFO Processing ruok command from /127.0.0.1:45054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:16:34,357 INFO Processing ruok command from /127.0.0.1:45240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:16:34,398 INFO Processing ruok command from /127.0.0.1:45242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:16:44,375 INFO Processing ruok command from /127.0.0.1:45432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:16:44,447 INFO Processing ruok command from /127.0.0.1:45434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:16:54,352 INFO Processing ruok command from /127.0.0.1:45628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:16:54,392 INFO Processing ruok command from /127.0.0.1:45630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:16:54,602 INFO Committing global session 0x300004607730009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:17:04,362 INFO Processing ruok command from /127.0.0.1:45802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:17:04,416 INFO Processing ruok command from /127.0.0.1:45804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:17:14,344 INFO Processing ruok command from /127.0.0.1:45982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:17:14,384 INFO Processing ruok command from /127.0.0.1:45984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:17:24,357 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:17:24,426 INFO Processing ruok command from /127.0.0.1:46168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:17:34,344 INFO Processing ruok command from /127.0.0.1:46348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:17:34,379 INFO Processing ruok command from /127.0.0.1:46350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:17:44,357 INFO Processing ruok command from /127.0.0.1:46530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:17:44,397 INFO Processing ruok command from /127.0.0.1:46532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:17:54,345 INFO Processing ruok command from /127.0.0.1:46712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:17:54,388 INFO Processing ruok command from /127.0.0.1:46714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:18:04,357 INFO Processing ruok command from /127.0.0.1:46892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:18:04,400 INFO Processing ruok command from /127.0.0.1:46894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:18:14,349 INFO Processing ruok command from /127.0.0.1:47076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:18:14,428 INFO Processing ruok command from /127.0.0.1:47078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:18:24,351 INFO Processing ruok command from /127.0.0.1:47270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:18:24,389 INFO Processing ruok command from /127.0.0.1:47272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:18:34,346 INFO Processing ruok command from /127.0.0.1:47452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:18:34,382 INFO Processing ruok command from /127.0.0.1:47454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:18:44,359 INFO Processing ruok command from /127.0.0.1:47638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:18:44,421 INFO Processing ruok command from /127.0.0.1:47640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:18:54,079 INFO Committing global session 0x30000460773000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:18:54,354 INFO Processing ruok command from /127.0.0.1:47816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:18:54,418 INFO Processing ruok command from /127.0.0.1:47818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:19:04,353 INFO Processing ruok command from /127.0.0.1:48010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:19:04,391 INFO Processing ruok command from /127.0.0.1:48012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:19:14,352 INFO Processing ruok command from /127.0.0.1:48190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:19:14,421 INFO Processing ruok command from /127.0.0.1:48192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:19:24,342 INFO Processing ruok command from /127.0.0.1:48372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:19:24,404 INFO Processing ruok command from /127.0.0.1:48374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:19:34,360 INFO Processing ruok command from /127.0.0.1:48554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:19:34,395 INFO Processing ruok command from /127.0.0.1:48556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:19:44,386 INFO Processing ruok command from /127.0.0.1:48742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:19:44,486 INFO Processing ruok command from /127.0.0.1:48750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:19:54,350 INFO Processing ruok command from /127.0.0.1:48932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:19:54,386 INFO Processing ruok command from /127.0.0.1:48934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:20:04,359 INFO Processing ruok command from /127.0.0.1:49116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:20:04,395 INFO Processing ruok command from /127.0.0.1:49118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:20:14,344 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:20:14,406 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:20:24,340 INFO Processing ruok command from /127.0.0.1:49480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:20:24,380 INFO Processing ruok command from /127.0.0.1:49482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:20:34,371 INFO Processing ruok command from /127.0.0.1:49662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:20:34,400 INFO Processing ruok command from /127.0.0.1:49664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:20:44,343 INFO Processing ruok command from /127.0.0.1:49848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:20:44,383 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:20:54,324 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-08-25 23:20:54,345 INFO Processing ruok command from /127.0.0.1:50036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:20:54,348 INFO Committing global session 0x200004692610003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:20:54,383 INFO Processing ruok command from /127.0.0.1:50038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:20:54,595 INFO Submitting global closeSession request for session 0x200004692610003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-25 23:21:04,365 INFO Processing ruok command from /127.0.0.1:50218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:21:04,417 INFO Processing ruok command from /127.0.0.1:50220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:21:14,345 INFO Processing ruok command from /127.0.0.1:50396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:21:14,384 INFO Processing ruok command from /127.0.0.1:50398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:21:24,350 INFO Processing ruok command from /127.0.0.1:50582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:21:24,411 INFO Processing ruok command from /127.0.0.1:50584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:21:34,347 INFO Processing ruok command from /127.0.0.1:50766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:21:34,385 INFO Processing ruok command from /127.0.0.1:50768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:21:44,341 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:21:44,383 INFO Processing ruok command from /127.0.0.1:50954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:21:54,345 INFO Processing ruok command from /127.0.0.1:51138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:21:54,405 INFO Processing ruok command from /127.0.0.1:51140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:22:04,342 INFO Processing ruok command from /127.0.0.1:51326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:22:04,381 INFO Processing ruok command from /127.0.0.1:51328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:22:14,350 INFO Processing ruok command from /127.0.0.1:51504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:22:14,393 INFO Processing ruok command from /127.0.0.1:51506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:22:24,353 INFO Processing ruok command from /127.0.0.1:51680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:22:24,397 INFO Processing ruok command from /127.0.0.1:51682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:22:34,339 INFO Processing ruok command from /127.0.0.1:51864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:22:34,380 INFO Processing ruok command from /127.0.0.1:51866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:22:44,356 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:22:44,395 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:22:54,345 INFO Processing ruok command from /127.0.0.1:52230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:22:54,382 INFO Processing ruok command from /127.0.0.1:52232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:22:54,587 INFO Committing global session 0x30000460773000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:23:04,355 INFO Processing ruok command from /127.0.0.1:52418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:23:04,429 INFO Processing ruok command from /127.0.0.1:52420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:23:14,351 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:23:14,422 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:23:24,351 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:23:24,389 INFO Processing ruok command from /127.0.0.1:52788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:23:34,355 INFO Processing ruok command from /127.0.0.1:52974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:23:34,405 INFO Processing ruok command from /127.0.0.1:52976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:23:44,355 INFO Processing ruok command from /127.0.0.1:53156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:23:44,391 INFO Processing ruok command from /127.0.0.1:53158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:23:54,361 INFO Processing ruok command from /127.0.0.1:53338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:23:54,399 INFO Processing ruok command from /127.0.0.1:53340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:24:04,365 INFO Processing ruok command from /127.0.0.1:53526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:24:04,406 INFO Processing ruok command from /127.0.0.1:53528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:24:14,354 INFO Processing ruok command from /127.0.0.1:53714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:24:14,392 INFO Processing ruok command from /127.0.0.1:53716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:24:24,352 INFO Processing ruok command from /127.0.0.1:53898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:24:24,393 INFO Processing ruok command from /127.0.0.1:53900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:24:34,341 INFO Processing ruok command from /127.0.0.1:54090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:24:34,378 INFO Processing ruok command from /127.0.0.1:54092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:24:44,361 INFO Processing ruok command from /127.0.0.1:54278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:24:44,414 INFO Processing ruok command from /127.0.0.1:54280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:24:54,349 INFO Processing ruok command from /127.0.0.1:54464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:24:54,397 INFO Processing ruok command from /127.0.0.1:54466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:24:54,401 INFO Committing global session 0x30000460773000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:25:04,354 INFO Processing ruok command from /127.0.0.1:54644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:25:04,425 INFO Processing ruok command from /127.0.0.1:54646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:25:14,346 INFO Processing ruok command from /127.0.0.1:54828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:25:14,384 INFO Processing ruok command from /127.0.0.1:54830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:25:24,350 INFO Processing ruok command from /127.0.0.1:55016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:25:24,406 INFO Processing ruok command from /127.0.0.1:55018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:25:34,382 INFO Processing ruok command from /127.0.0.1:55220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:25:34,452 INFO Processing ruok command from /127.0.0.1:55224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:25:44,374 INFO Processing ruok command from /127.0.0.1:55506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:25:44,454 INFO Processing ruok command from /127.0.0.1:55516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:25:54,382 INFO Processing ruok command from /127.0.0.1:55716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:25:54,508 INFO Processing ruok command from /127.0.0.1:55726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:26:04,378 INFO Processing ruok command from /127.0.0.1:55962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:26:04,476 INFO Processing ruok command from /127.0.0.1:55964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:26:14,364 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:26:14,444 INFO Processing ruok command from /127.0.0.1:56260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:26:24,368 INFO Processing ruok command from /127.0.0.1:56542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:26:24,441 INFO Processing ruok command from /127.0.0.1:56544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:26:34,387 INFO Processing ruok command from /127.0.0.1:56882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:26:34,492 INFO Processing ruok command from /127.0.0.1:56888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:26:44,382 INFO Processing ruok command from /127.0.0.1:57166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:26:44,439 INFO Processing ruok command from /127.0.0.1:57168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:26:54,381 INFO Processing ruok command from /127.0.0.1:57476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:26:54,472 INFO Processing ruok command from /127.0.0.1:57478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:26:57,742 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-25 23:26:57,764 INFO Committing global session 0x200004692610004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:26:58,700 INFO Submitting global closeSession request for session 0x200004692610004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-25 23:27:04,386 INFO Processing ruok command from /127.0.0.1:57766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:27:04,476 INFO Processing ruok command from /127.0.0.1:57768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:27:14,359 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:27:14,405 INFO Processing ruok command from /127.0.0.1:58058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:27:24,369 INFO Processing ruok command from /127.0.0.1:58350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:27:24,442 INFO Processing ruok command from /127.0.0.1:58352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:27:34,364 INFO Processing ruok command from /127.0.0.1:58690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:27:34,469 INFO Processing ruok command from /127.0.0.1:58692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:27:44,390 INFO Processing ruok command from /127.0.0.1:58978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:27:44,472 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:27:54,357 INFO Processing ruok command from /127.0.0.1:59302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:27:54,400 INFO Processing ruok command from /127.0.0.1:59304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:28:04,353 INFO Processing ruok command from /127.0.0.1:59610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:28:04,391 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:28:14,351 INFO Processing ruok command from /127.0.0.1:59918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:28:14,429 INFO Processing ruok command from /127.0.0.1:59920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:28:24,374 INFO Processing ruok command from /127.0.0.1:60224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:28:24,413 INFO Processing ruok command from /127.0.0.1:60226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:28:34,363 INFO Processing ruok command from /127.0.0.1:60520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:28:34,433 INFO Processing ruok command from /127.0.0.1:60522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:28:44,374 INFO Processing ruok command from /127.0.0.1:60820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:28:44,420 INFO Processing ruok command from /127.0.0.1:60822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:28:54,368 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:28:54,474 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:28:56,406 INFO Committing global session 0x100004410c5000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:29:04,361 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:29:04,430 INFO Processing ruok command from /127.0.0.1:33264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:29:14,364 INFO Processing ruok command from /127.0.0.1:33570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:29:14,435 INFO Processing ruok command from /127.0.0.1:33572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:29:24,384 INFO Processing ruok command from /127.0.0.1:33892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:29:24,427 INFO Processing ruok command from /127.0.0.1:33894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:29:34,350 INFO Processing ruok command from /127.0.0.1:34212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:29:34,410 INFO Processing ruok command from /127.0.0.1:34214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:29:44,356 INFO Processing ruok command from /127.0.0.1:34528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:29:44,442 INFO Processing ruok command from /127.0.0.1:34530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:29:54,364 INFO Processing ruok command from /127.0.0.1:34840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:29:54,435 INFO Processing ruok command from /127.0.0.1:34842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:30:04,353 INFO Processing ruok command from /127.0.0.1:35168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:30:04,400 INFO Processing ruok command from /127.0.0.1:35170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:30:14,356 INFO Processing ruok command from /127.0.0.1:35492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:30:14,395 INFO Processing ruok command from /127.0.0.1:35494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:30:24,354 INFO Processing ruok command from /127.0.0.1:35818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:30:24,401 INFO Processing ruok command from /127.0.0.1:35820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:30:34,355 INFO Processing ruok command from /127.0.0.1:36132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:30:34,418 INFO Processing ruok command from /127.0.0.1:36136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:30:44,356 INFO Processing ruok command from /127.0.0.1:36454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:30:44,392 INFO Processing ruok command from /127.0.0.1:36456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:30:54,346 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:30:54,415 INFO Processing ruok command from /127.0.0.1:36796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:30:55,236 INFO Committing global session 0x100004410c5000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:30:55,631 INFO Committing global session 0x30000460773000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:30:55,894 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-08-25 23:30:55,932 INFO Committing global session 0x200004692610005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:30:59,067 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-25 23:30:59,097 INFO Committing global session 0x200004692610006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:31:04,353 INFO Processing ruok command from /127.0.0.1:37132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:31:04,397 INFO Processing ruok command from /127.0.0.1:37134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:31:14,365 INFO Processing ruok command from /127.0.0.1:37454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:31:14,455 INFO Processing ruok command from /127.0.0.1:37456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:31:24,376 INFO Processing ruok command from /127.0.0.1:37772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:31:24,418 INFO Processing ruok command from /127.0.0.1:37774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:31:34,356 INFO Processing ruok command from /127.0.0.1:38146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:31:34,429 INFO Processing ruok command from /127.0.0.1:38148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:31:44,353 INFO Processing ruok command from /127.0.0.1:38484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:31:44,421 INFO Processing ruok command from /127.0.0.1:38486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:31:54,363 INFO Processing ruok command from /127.0.0.1:38810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:31:54,441 INFO Processing ruok command from /127.0.0.1:38812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:32:04,393 INFO Processing ruok command from /127.0.0.1:39116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:32:04,485 INFO Processing ruok command from /127.0.0.1:39124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:32:07,982 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c933f4d4-df2a-4eaa-9236-939b39162bbd/onap-policy-xacml-pdp-594574948b-nr2jc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:32:07,989 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0a60f631-13e5-4f82-be87-8a6830b5654e/onap-policy-clamp-ac-k8s-ppnt-7d85947b76-tknlq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:32:07,996 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:32:08,004 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4f8bd696-4c9e-4615-a5d7-5463d7e49001/onap-policy-clamp-ac-http-ppnt-75f5f95877-pjqv2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:32:08,012 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/24d61222-7ef2-44df-a43e-623bea5d9c23/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:32:08,020 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f81c5e4c-2218-44fb-9498-9c1d21078d8b/onap-policy-clamp-ac-pf-ppnt-5bb9bbd74d-qkc5r (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:32:08,026 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/efa8c209-6618-4b8f-949e-b408c61e39b9/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:32:14,384 INFO Processing ruok command from /127.0.0.1:39408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:32:14,437 INFO Processing ruok command from /127.0.0.1:39410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:32:24,350 INFO Processing ruok command from /127.0.0.1:39722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:32:24,453 INFO Processing ruok command from /127.0.0.1:39724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:32:34,349 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:32:34,430 INFO Processing ruok command from /127.0.0.1:40034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:32:44,357 INFO Processing ruok command from /127.0.0.1:40342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:32:44,413 INFO Processing ruok command from /127.0.0.1:40344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:32:54,351 INFO Processing ruok command from /127.0.0.1:40676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:32:54,436 INFO Processing ruok command from /127.0.0.1:40678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:32:56,001 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-08-25 23:32:56,032 INFO Committing global session 0x200004692610007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:32:56,133 INFO Submitting global closeSession request for session 0x200004692610007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-25 23:33:04,359 INFO Processing ruok command from /127.0.0.1:40980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:33:04,417 INFO Processing ruok command from /127.0.0.1:40982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:33:07,977 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c933f4d4-df2a-4eaa-9236-939b39162bbd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:07,983 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/24d61222-7ef2-44df-a43e-623bea5d9c23 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:07,989 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/efa8c209-6618-4b8f-949e-b408c61e39b9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:07,995 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f81c5e4c-2218-44fb-9498-9c1d21078d8b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:08,002 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:08,008 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4f8bd696-4c9e-4615-a5d7-5463d7e49001 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:08,014 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/583280cb-3629-4e34-85ec-1c02b51b9fc6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:08,020 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c6a635a2-6ba1-4e1a-b118-4fd1e3a92700/onap-policy-pap-6544d4c477-7fh2n (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:08,032 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0a60f631-13e5-4f82-be87-8a6830b5654e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:33:14,345 INFO Processing ruok command from /127.0.0.1:41306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:33:14,428 INFO Processing ruok command from /127.0.0.1:41312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:33:24,410 INFO Processing ruok command from /127.0.0.1:41680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:33:24,538 INFO Processing ruok command from /127.0.0.1:41686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:33:34,386 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:33:34,451 INFO Processing ruok command from /127.0.0.1:41994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:33:44,353 INFO Processing ruok command from /127.0.0.1:42358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:33:44,433 INFO Processing ruok command from /127.0.0.1:42360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:33:54,353 INFO Processing ruok command from /127.0.0.1:42694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:33:54,420 INFO Processing ruok command from /127.0.0.1:42696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:34:04,395 INFO Processing ruok command from /127.0.0.1:43016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:34:04,570 INFO Processing ruok command from /127.0.0.1:43022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:34:07,976 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:34:07,981 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:34:07,988 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:34:07,995 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c6a635a2-6ba1-4e1a-b118-4fd1e3a92700 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:34:14,347 INFO Processing ruok command from /127.0.0.1:43332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:34:14,421 INFO Processing ruok command from /127.0.0.1:43334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:34:24,361 INFO Processing ruok command from /127.0.0.1:43696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:34:24,427 INFO Processing ruok command from /127.0.0.1:43698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:34:34,341 INFO Processing ruok command from /127.0.0.1:44072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:34:34,400 INFO Processing ruok command from /127.0.0.1:44074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:34:44,356 INFO Processing ruok command from /127.0.0.1:44402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:34:44,397 INFO Processing ruok command from /127.0.0.1:44404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:34:54,399 INFO Processing ruok command from /127.0.0.1:44750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:34:54,487 INFO Processing ruok command from /127.0.0.1:44756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:34:54,839 INFO Committing global session 0x100004410c5000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:35:04,361 INFO Processing ruok command from /127.0.0.1:45092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:35:04,436 INFO Processing ruok command from /127.0.0.1:45094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:35:07,976 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:35:14,370 INFO Processing ruok command from /127.0.0.1:45458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:35:14,500 INFO Processing ruok command from /127.0.0.1:45464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:35:24,343 INFO Processing ruok command from /127.0.0.1:45780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:35:24,391 INFO Processing ruok command from /127.0.0.1:45782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:35:34,360 INFO Processing ruok command from /127.0.0.1:46096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:35:34,396 INFO Processing ruok command from /127.0.0.1:46098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:35:44,362 INFO Processing ruok command from /127.0.0.1:46422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:35:44,412 INFO Processing ruok command from /127.0.0.1:46424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:35:54,358 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:35:54,402 INFO Processing ruok command from /127.0.0.1:46742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:36:04,371 INFO Processing ruok command from /127.0.0.1:47058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:36:04,448 INFO Processing ruok command from /127.0.0.1:47060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:36:07,976 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:36:14,374 INFO Processing ruok command from /127.0.0.1:47366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:36:14,460 INFO Processing ruok command from /127.0.0.1:47368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:36:24,345 INFO Processing ruok command from /127.0.0.1:47724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:36:24,401 INFO Processing ruok command from /127.0.0.1:47726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:36:34,346 INFO Processing ruok command from /127.0.0.1:48044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:36:34,411 INFO Processing ruok command from /127.0.0.1:48046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:36:44,353 INFO Processing ruok command from /127.0.0.1:48360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:36:44,404 INFO Processing ruok command from /127.0.0.1:48362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:36:54,369 INFO Processing ruok command from /127.0.0.1:48672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:36:54,405 INFO Processing ruok command from /127.0.0.1:48674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:36:55,074 INFO Committing global session 0x30000460773000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:37:04,358 INFO Processing ruok command from /127.0.0.1:48982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:37:04,422 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:37:14,349 INFO Processing ruok command from /127.0.0.1:49294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:37:14,410 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:37:24,341 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:37:24,378 INFO Processing ruok command from /127.0.0.1:49606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:37:34,368 INFO Processing ruok command from /127.0.0.1:49942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:37:34,410 INFO Processing ruok command from /127.0.0.1:49944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:37:44,357 INFO Processing ruok command from /127.0.0.1:50258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:37:44,422 INFO Processing ruok command from /127.0.0.1:50260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:37:54,358 INFO Processing ruok command from /127.0.0.1:50584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:37:54,433 INFO Processing ruok command from /127.0.0.1:50586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:38:04,365 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:38:04,411 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:38:14,347 INFO Processing ruok command from /127.0.0.1:51260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:38:14,433 INFO Processing ruok command from /127.0.0.1:51266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:38:24,365 INFO Processing ruok command from /127.0.0.1:51580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:38:24,391 INFO Processing ruok command from /127.0.0.1:51582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:38:34,352 INFO Processing ruok command from /127.0.0.1:51894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:38:34,394 INFO Processing ruok command from /127.0.0.1:51896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:38:44,350 INFO Processing ruok command from /127.0.0.1:52206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:38:44,421 INFO Processing ruok command from /127.0.0.1:52208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:38:54,349 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:38:54,398 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:38:54,985 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-25 23:38:54,998 INFO Committing global session 0x200004692610008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:38:55,304 INFO Submitting global closeSession request for session 0x200004692610008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-25 23:39:04,372 INFO Processing ruok command from /127.0.0.1:52824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:39:04,410 INFO Processing ruok command from /127.0.0.1:52826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:39:14,357 INFO Processing ruok command from /127.0.0.1:53146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:39:14,396 INFO Processing ruok command from /127.0.0.1:53148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:39:24,360 INFO Processing ruok command from /127.0.0.1:53466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:39:24,396 INFO Processing ruok command from /127.0.0.1:53468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:39:34,358 INFO Processing ruok command from /127.0.0.1:53774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:39:34,486 INFO Processing ruok command from /127.0.0.1:53776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:39:44,355 INFO Processing ruok command from /127.0.0.1:54086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:39:44,397 INFO Processing ruok command from /127.0.0.1:54088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:39:54,363 INFO Processing ruok command from /127.0.0.1:54388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:39:54,423 INFO Processing ruok command from /127.0.0.1:54390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:40:04,352 INFO Processing ruok command from /127.0.0.1:54696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:40:04,426 INFO Processing ruok command from /127.0.0.1:54698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:40:14,372 INFO Processing ruok command from /127.0.0.1:55000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:40:14,447 INFO Processing ruok command from /127.0.0.1:55002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:40:24,386 INFO Processing ruok command from /127.0.0.1:55310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:40:24,459 INFO Processing ruok command from /127.0.0.1:55312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:40:34,378 INFO Processing ruok command from /127.0.0.1:55606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:40:34,464 INFO Processing ruok command from /127.0.0.1:55608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:40:44,357 INFO Processing ruok command from /127.0.0.1:55910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:40:44,400 INFO Processing ruok command from /127.0.0.1:55912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:40:54,274 INFO Committing global session 0x100004410c5000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:40:54,353 INFO Processing ruok command from /127.0.0.1:56236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:40:54,441 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:41:04,363 INFO Processing ruok command from /127.0.0.1:56538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:41:04,444 INFO Processing ruok command from /127.0.0.1:56540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:41:14,374 INFO Processing ruok command from /127.0.0.1:56842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:41:14,465 INFO Processing ruok command from /127.0.0.1:56844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:41:24,353 INFO Processing ruok command from /127.0.0.1:57170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:41:24,475 INFO Processing ruok command from /127.0.0.1:57172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:41:34,421 INFO Processing ruok command from /127.0.0.1:57496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:41:34,560 INFO Processing ruok command from /127.0.0.1:57502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:41:44,383 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:41:44,476 INFO Processing ruok command from /127.0.0.1:57844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:41:54,390 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:41:54,474 INFO Processing ruok command from /127.0.0.1:58204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:42:04,367 INFO Processing ruok command from /127.0.0.1:58524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:42:04,437 INFO Processing ruok command from /127.0.0.1:58526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:42:14,346 INFO Processing ruok command from /127.0.0.1:58842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:42:14,424 INFO Processing ruok command from /127.0.0.1:58844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:42:24,345 INFO Processing ruok command from /127.0.0.1:59164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:42:24,435 INFO Processing ruok command from /127.0.0.1:59166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:42:34,360 INFO Processing ruok command from /127.0.0.1:59484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:42:34,423 INFO Processing ruok command from /127.0.0.1:59486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:42:44,376 INFO Processing ruok command from /127.0.0.1:59808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:42:44,430 INFO Processing ruok command from /127.0.0.1:59810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:42:54,373 INFO Processing ruok command from /127.0.0.1:60124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:42:54,459 INFO Processing ruok command from /127.0.0.1:60126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:42:54,689 INFO Committing global session 0x100004410c5000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:43:04,369 INFO Processing ruok command from /127.0.0.1:60442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:43:04,449 INFO Processing ruok command from /127.0.0.1:60444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:43:14,360 INFO Processing ruok command from /127.0.0.1:60764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:43:14,488 INFO Processing ruok command from /127.0.0.1:60770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:43:24,370 INFO Processing ruok command from /127.0.0.1:32856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:43:24,460 INFO Processing ruok command from /127.0.0.1:32858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:43:34,357 INFO Processing ruok command from /127.0.0.1:33168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:43:34,410 INFO Processing ruok command from /127.0.0.1:33170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:43:44,364 INFO Processing ruok command from /127.0.0.1:33486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:43:44,408 INFO Processing ruok command from /127.0.0.1:33488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:43:54,365 INFO Processing ruok command from /127.0.0.1:33810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:43:54,396 INFO Processing ruok command from /127.0.0.1:33812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:44:04,393 INFO Processing ruok command from /127.0.0.1:34124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:44:04,420 INFO Processing ruok command from /127.0.0.1:34126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:44:14,368 INFO Processing ruok command from /127.0.0.1:34444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:44:14,443 INFO Processing ruok command from /127.0.0.1:34446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:44:24,355 INFO Processing ruok command from /127.0.0.1:34762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:44:24,438 INFO Processing ruok command from /127.0.0.1:34764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:44:34,352 INFO Processing ruok command from /127.0.0.1:35084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:44:34,392 INFO Processing ruok command from /127.0.0.1:35086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:44:44,365 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:44:44,447 INFO Processing ruok command from /127.0.0.1:35410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:44:54,412 INFO Processing ruok command from /127.0.0.1:35728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:44:54,512 INFO Processing ruok command from /127.0.0.1:35734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:44:54,995 INFO Committing global session 0x100004410c5000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:45:04,374 INFO Processing ruok command from /127.0.0.1:36040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:45:04,460 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:45:07,977 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:45:14,393 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:45:14,627 INFO Processing ruok command from /127.0.0.1:36370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:45:24,400 INFO Processing ruok command from /127.0.0.1:36684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:45:24,480 INFO Processing ruok command from /127.0.0.1:36690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:45:34,400 INFO Processing ruok command from /127.0.0.1:37052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:45:34,424 INFO Processing ruok command from /127.0.0.1:37054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:45:44,382 INFO Processing ruok command from /127.0.0.1:37376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:45:44,441 INFO Processing ruok command from /127.0.0.1:37378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:45:54,357 INFO Processing ruok command from /127.0.0.1:37690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:45:54,403 INFO Processing ruok command from /127.0.0.1:37692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:46:04,363 INFO Processing ruok command from /127.0.0.1:38008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:46:04,414 INFO Processing ruok command from /127.0.0.1:38010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:46:07,977 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:46:07,982 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:46:07,988 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:46:07,995 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-08-25 23:46:14,368 INFO Processing ruok command from /127.0.0.1:38328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:46:14,400 INFO Processing ruok command from /127.0.0.1:38330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:46:24,349 INFO Processing ruok command from /127.0.0.1:38648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:46:24,393 INFO Processing ruok command from /127.0.0.1:38650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:46:34,348 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:46:34,413 INFO Processing ruok command from /127.0.0.1:38974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:46:44,351 INFO Processing ruok command from /127.0.0.1:39290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:46:44,424 INFO Processing ruok command from /127.0.0.1:39292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:46:54,411 INFO Processing ruok command from /127.0.0.1:39604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:46:54,460 INFO Processing ruok command from /127.0.0.1:39606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:46:54,750 INFO Committing global session 0x100004410c50010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:47:03,673 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-08-25 23:47:03,674 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-08-25 23:47:03,687 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-08-25 23:47:04,347 INFO Processing ruok command from /127.0.0.1:39928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:47:04,451 INFO Processing ruok command from /127.0.0.1:39930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:47:07,265 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-08-25 23:47:07,266 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-08-25 23:47:07,269 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-08-25 23:47:07,270 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-08-25 23:47:07,976 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:47:07,982 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:47:07,989 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:47:07,995 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:47:08,001 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-08-25 23:47:08,008 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:47:14,369 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:47:14,468 INFO Processing ruok command from /127.0.0.1:40250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:47:18,935 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-08-25 23:47:18,935 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] 2022-08-25 23:47:18,940 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-08-25 23:47:18,948 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] 2022-08-25 23:47:24,351 INFO Processing ruok command from /127.0.0.1:40612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:47:24,449 INFO Processing ruok command from /127.0.0.1:40614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:47:34,348 INFO Processing ruok command from /127.0.0.1:40940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:47:34,433 INFO Processing ruok command from /127.0.0.1:40942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:47:44,355 INFO Processing ruok command from /127.0.0.1:41276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:47:44,416 INFO Processing ruok command from /127.0.0.1:41278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:47:54,349 INFO Processing ruok command from /127.0.0.1:41594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:47:54,391 INFO Processing ruok command from /127.0.0.1:41596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:48:04,339 INFO Processing ruok command from /127.0.0.1:41918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:48:04,425 INFO Processing ruok command from /127.0.0.1:41920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:48:07,977 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:48:07,983 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:48:07,989 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:48:14,345 INFO Processing ruok command from /127.0.0.1:42238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:48:14,411 INFO Processing ruok command from /127.0.0.1:42240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:48:24,404 INFO Processing ruok command from /127.0.0.1:42574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:48:24,471 INFO Processing ruok command from /127.0.0.1:42576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:48:34,358 INFO Processing ruok command from /127.0.0.1:42896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:48:34,404 INFO Processing ruok command from /127.0.0.1:42898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:48:44,389 INFO Processing ruok command from /127.0.0.1:43220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:48:44,464 INFO Processing ruok command from /127.0.0.1:43222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:48:54,244 INFO Committing global session 0x30000460773000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:48:54,361 INFO Processing ruok command from /127.0.0.1:43540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:48:54,406 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:49:04,357 INFO Processing ruok command from /127.0.0.1:43860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:49:04,460 INFO Processing ruok command from /127.0.0.1:43862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:49:07,977 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:49:14,359 INFO Processing ruok command from /127.0.0.1:44182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:49:14,419 INFO Processing ruok command from /127.0.0.1:44184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:49:24,360 INFO Processing ruok command from /127.0.0.1:44510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:49:24,440 INFO Processing ruok command from /127.0.0.1:44512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:49:34,377 INFO Processing ruok command from /127.0.0.1:44838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:49:34,419 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:49:44,359 INFO Processing ruok command from /127.0.0.1:45156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:49:44,442 INFO Processing ruok command from /127.0.0.1:45158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:49:54,356 INFO Processing ruok command from /127.0.0.1:45480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:49:54,445 INFO Processing ruok command from /127.0.0.1:45482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:50:04,411 INFO Processing ruok command from /127.0.0.1:45802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:50:04,565 INFO Processing ruok command from /127.0.0.1:45808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:50:07,977 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-25 23:50:14,365 INFO Processing ruok command from /127.0.0.1:46120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:50:14,411 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:50:24,357 INFO Processing ruok command from /127.0.0.1:46442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:50:24,434 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:50:34,362 INFO Processing ruok command from /127.0.0.1:46760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:50:34,436 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:50:44,356 INFO Processing ruok command from /127.0.0.1:47080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:50:44,420 INFO Processing ruok command from /127.0.0.1:47082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:50:54,374 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:50:54,455 INFO Processing ruok command from /127.0.0.1:47398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:50:54,721 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-08-25 23:50:54,731 INFO Committing global session 0x200004692610009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:50:55,032 INFO Submitting global closeSession request for session 0x200004692610009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-25 23:51:04,389 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:51:04,474 INFO Processing ruok command from /127.0.0.1:47710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:51:14,375 INFO Processing ruok command from /127.0.0.1:48022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:51:14,451 INFO Processing ruok command from /127.0.0.1:48024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:51:24,367 INFO Processing ruok command from /127.0.0.1:48346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:51:24,412 INFO Processing ruok command from /127.0.0.1:48348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:51:34,364 INFO Processing ruok command from /127.0.0.1:48662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:51:34,454 INFO Processing ruok command from /127.0.0.1:48664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:51:44,355 INFO Processing ruok command from /127.0.0.1:48978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:51:44,426 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:51:54,343 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:51:54,434 INFO Processing ruok command from /127.0.0.1:49300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:52:04,362 INFO Processing ruok command from /127.0.0.1:49612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:52:04,405 INFO Processing ruok command from /127.0.0.1:49614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:52:14,344 INFO Processing ruok command from /127.0.0.1:49936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:52:14,384 INFO Processing ruok command from /127.0.0.1:49938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:52:24,358 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:52:24,425 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:52:34,359 INFO Processing ruok command from /127.0.0.1:50596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:52:34,435 INFO Processing ruok command from /127.0.0.1:50598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:52:44,366 INFO Processing ruok command from /127.0.0.1:50968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:52:44,439 INFO Processing ruok command from /127.0.0.1:50970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:52:54,357 INFO Processing ruok command from /127.0.0.1:51280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:52:54,399 INFO Processing ruok command from /127.0.0.1:51282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:52:54,627 INFO Committing global session 0x300004607730010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:53:04,360 INFO Processing ruok command from /127.0.0.1:51594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:53:04,394 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:53:14,354 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:53:14,395 INFO Processing ruok command from /127.0.0.1:51912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:53:24,345 INFO Processing ruok command from /127.0.0.1:52234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:53:24,406 INFO Processing ruok command from /127.0.0.1:52236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:53:34,350 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:53:34,420 INFO Processing ruok command from /127.0.0.1:52554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:53:44,350 INFO Processing ruok command from /127.0.0.1:52872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:53:44,389 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:53:54,357 INFO Processing ruok command from /127.0.0.1:53190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:53:54,398 INFO Processing ruok command from /127.0.0.1:53192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:54:04,362 INFO Processing ruok command from /127.0.0.1:53506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:54:04,403 INFO Processing ruok command from /127.0.0.1:53508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:54:14,349 INFO Processing ruok command from /127.0.0.1:53826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:54:14,409 INFO Processing ruok command from /127.0.0.1:53828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:54:24,353 INFO Processing ruok command from /127.0.0.1:54156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:54:24,397 INFO Processing ruok command from /127.0.0.1:54158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:54:34,362 INFO Processing ruok command from /127.0.0.1:54474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:54:34,431 INFO Processing ruok command from /127.0.0.1:54476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:54:44,346 INFO Processing ruok command from /127.0.0.1:54790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:54:44,421 INFO Processing ruok command from /127.0.0.1:54792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:54:54,359 INFO Processing ruok command from /127.0.0.1:55108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:54:54,428 INFO Processing ruok command from /127.0.0.1:55110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:54:54,722 INFO Committing global session 0x100004410c50011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:55:04,361 INFO Processing ruok command from /127.0.0.1:55432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:55:04,444 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:55:14,364 INFO Processing ruok command from /127.0.0.1:55774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:55:14,423 INFO Processing ruok command from /127.0.0.1:55776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:55:24,357 INFO Processing ruok command from /127.0.0.1:56098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:55:24,443 INFO Processing ruok command from /127.0.0.1:56100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:55:34,348 INFO Processing ruok command from /127.0.0.1:56436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:55:34,409 INFO Processing ruok command from /127.0.0.1:56438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:55:44,449 INFO Processing ruok command from /127.0.0.1:56788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:55:44,552 INFO Processing ruok command from /127.0.0.1:56794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:55:54,378 INFO Processing ruok command from /127.0.0.1:57132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:55:54,430 INFO Processing ruok command from /127.0.0.1:57134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:56:04,370 INFO Processing ruok command from /127.0.0.1:57460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:56:04,447 INFO Processing ruok command from /127.0.0.1:57462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:56:14,356 INFO Processing ruok command from /127.0.0.1:57794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:56:14,410 INFO Processing ruok command from /127.0.0.1:57800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:56:24,365 INFO Processing ruok command from /127.0.0.1:58140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:56:24,406 INFO Processing ruok command from /127.0.0.1:58142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:56:34,372 INFO Processing ruok command from /127.0.0.1:58472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:56:34,412 INFO Processing ruok command from /127.0.0.1:58474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:56:44,357 INFO Processing ruok command from /127.0.0.1:58798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:56:44,397 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:56:54,359 INFO Processing ruok command from /127.0.0.1:59126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:56:54,402 INFO Processing ruok command from /127.0.0.1:59128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:56:55,010 INFO Committing global session 0x100004410c50012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:57:04,346 INFO Processing ruok command from /127.0.0.1:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:57:04,419 INFO Processing ruok command from /127.0.0.1:59446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:57:14,355 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:57:14,396 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:57:24,359 INFO Processing ruok command from /127.0.0.1:60080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:57:24,400 INFO Processing ruok command from /127.0.0.1:60082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:57:34,354 INFO Processing ruok command from /127.0.0.1:60400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:57:34,398 INFO Processing ruok command from /127.0.0.1:60402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:57:44,359 INFO Processing ruok command from /127.0.0.1:60720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:57:44,396 INFO Processing ruok command from /127.0.0.1:60722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:57:54,352 INFO Processing ruok command from /127.0.0.1:32812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:57:54,394 INFO Processing ruok command from /127.0.0.1:32814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:58:04,360 INFO Processing ruok command from /127.0.0.1:33132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:58:04,447 INFO Processing ruok command from /127.0.0.1:33134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:58:14,349 INFO Processing ruok command from /127.0.0.1:33496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:58:14,430 INFO Processing ruok command from /127.0.0.1:33498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:58:24,354 INFO Processing ruok command from /127.0.0.1:33818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:58:24,395 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:58:34,366 INFO Processing ruok command from /127.0.0.1:34202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:58:34,406 INFO Processing ruok command from /127.0.0.1:34204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:58:44,369 INFO Processing ruok command from /127.0.0.1:34552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:58:44,464 INFO Processing ruok command from /127.0.0.1:34554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:58:54,479 INFO Processing ruok command from /127.0.0.1:34894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:58:54,574 INFO Processing ruok command from /127.0.0.1:34900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:58:56,136 INFO Committing global session 0x100004410c50013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-25 23:59:04,387 INFO Processing ruok command from /127.0.0.1:35216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:59:04,460 INFO Processing ruok command from /127.0.0.1:35218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:59:14,445 INFO Processing ruok command from /127.0.0.1:35630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:59:14,540 INFO Processing ruok command from /127.0.0.1:35636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:59:24,401 INFO Processing ruok command from /127.0.0.1:35978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:59:24,534 INFO Processing ruok command from /127.0.0.1:35984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:59:34,405 INFO Processing ruok command from /127.0.0.1:36394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:59:34,519 INFO Processing ruok command from /127.0.0.1:36400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:59:44,485 INFO Processing ruok command from /127.0.0.1:36750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:59:44,598 INFO Processing ruok command from /127.0.0.1:36756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-25 23:59:54,463 INFO Processing ruok command from /127.0.0.1:37088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-25 23:59:54,724 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:00:04,368 INFO Processing ruok command from /127.0.0.1:37440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:00:04,429 INFO Processing ruok command from /127.0.0.1:37442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:00:07,977 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-08-26 00:00:07,983 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-08-26 00:00:14,366 INFO Processing ruok command from /127.0.0.1:37776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:00:14,406 INFO Processing ruok command from /127.0.0.1:37778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:00:24,357 INFO Processing ruok command from /127.0.0.1:38128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:00:24,400 INFO Processing ruok command from /127.0.0.1:38130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:00:34,375 INFO Processing ruok command from /127.0.0.1:38556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:00:34,463 INFO Processing ruok command from /127.0.0.1:38558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:00:44,373 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:00:44,444 INFO Processing ruok command from /127.0.0.1:38932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:00:54,364 INFO Processing ruok command from /127.0.0.1:39302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:00:54,497 INFO Processing ruok command from /127.0.0.1:39308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:00:55,598 INFO Committing global session 0x100004410c50014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:01:04,357 INFO Processing ruok command from /127.0.0.1:39704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:01:04,426 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:01:07,977 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-26 00:01:07,983 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-26 00:01:14,370 INFO Processing ruok command from /127.0.0.1:40074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:01:14,469 INFO Processing ruok command from /127.0.0.1:40076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:01:24,359 INFO Processing ruok command from /127.0.0.1:40470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:01:24,524 INFO Processing ruok command from /127.0.0.1:40476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:01:34,359 INFO Processing ruok command from /127.0.0.1:40852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:01:34,433 INFO Processing ruok command from /127.0.0.1:40854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:01:44,373 INFO Processing ruok command from /127.0.0.1:41238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:01:44,437 INFO Processing ruok command from /127.0.0.1:41240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:01:54,346 INFO Processing ruok command from /127.0.0.1:41620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:01:54,390 INFO Processing ruok command from /127.0.0.1:41622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:02:04,362 INFO Processing ruok command from /127.0.0.1:41996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:02:04,427 INFO Processing ruok command from /127.0.0.1:41998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:02:07,976 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-26 00:02:07,983 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-26 00:02:14,348 INFO Processing ruok command from /127.0.0.1:42376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:02:14,389 INFO Processing ruok command from /127.0.0.1:42378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:02:24,354 INFO Processing ruok command from /127.0.0.1:42762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:02:24,409 INFO Processing ruok command from /127.0.0.1:42764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:02:34,407 INFO Processing ruok command from /127.0.0.1:43148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:02:34,451 INFO Processing ruok command from /127.0.0.1:43150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:02:44,357 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:02:44,394 INFO Processing ruok command from /127.0.0.1:43550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:02:54,182 INFO Committing global session 0x100004410c50015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:02:54,344 INFO Processing ruok command from /127.0.0.1:43936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:02:54,391 INFO Processing ruok command from /127.0.0.1:43938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:03:04,364 INFO Processing ruok command from /127.0.0.1:44332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:03:04,413 INFO Processing ruok command from /127.0.0.1:44334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:03:07,976 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-08-26 00:03:14,360 INFO Processing ruok command from /127.0.0.1:44712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:03:14,402 INFO Processing ruok command from /127.0.0.1:44714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:03:24,377 INFO Processing ruok command from /127.0.0.1:45120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:03:24,468 INFO Processing ruok command from /127.0.0.1:45122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:03:34,376 INFO Processing ruok command from /127.0.0.1:45530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:03:34,455 INFO Processing ruok command from /127.0.0.1:45532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:03:44,365 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:03:44,421 INFO Processing ruok command from /127.0.0.1:45974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:03:54,352 INFO Processing ruok command from /127.0.0.1:46364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:03:54,420 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:04:04,348 INFO Processing ruok command from /127.0.0.1:46760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:04:04,406 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:04:14,345 INFO Processing ruok command from /127.0.0.1:47146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:04:14,434 INFO Processing ruok command from /127.0.0.1:47148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:04:24,352 INFO Processing ruok command from /127.0.0.1:47542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:04:24,395 INFO Processing ruok command from /127.0.0.1:47544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:04:34,359 INFO Processing ruok command from /127.0.0.1:47932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:04:34,405 INFO Processing ruok command from /127.0.0.1:47934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:04:44,348 INFO Processing ruok command from /127.0.0.1:48322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:04:44,413 INFO Processing ruok command from /127.0.0.1:48324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:04:54,108 INFO Committing global session 0x100004410c50016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:04:54,346 INFO Processing ruok command from /127.0.0.1:48710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:04:54,385 INFO Processing ruok command from /127.0.0.1:48712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:05:04,346 INFO Processing ruok command from /127.0.0.1:49094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:05:04,391 INFO Processing ruok command from /127.0.0.1:49096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:05:14,358 INFO Processing ruok command from /127.0.0.1:49470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:05:14,403 INFO Processing ruok command from /127.0.0.1:49472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:05:24,348 INFO Processing ruok command from /127.0.0.1:49858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:05:24,389 INFO Processing ruok command from /127.0.0.1:49860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:05:34,359 INFO Processing ruok command from /127.0.0.1:50256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:05:34,439 INFO Processing ruok command from /127.0.0.1:50258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:05:44,352 INFO Processing ruok command from /127.0.0.1:50652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:05:44,417 INFO Processing ruok command from /127.0.0.1:50654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:05:54,351 INFO Processing ruok command from /127.0.0.1:51040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:05:54,395 INFO Processing ruok command from /127.0.0.1:51042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:06:04,360 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:06:04,401 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:06:14,351 INFO Processing ruok command from /127.0.0.1:51814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:06:14,390 INFO Processing ruok command from /127.0.0.1:51816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:06:24,354 INFO Processing ruok command from /127.0.0.1:52208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:06:24,422 INFO Processing ruok command from /127.0.0.1:52210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:06:34,346 INFO Processing ruok command from /127.0.0.1:52594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:06:34,396 INFO Processing ruok command from /127.0.0.1:52596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:06:44,351 INFO Processing ruok command from /127.0.0.1:52988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:06:44,415 INFO Processing ruok command from /127.0.0.1:52990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:06:54,374 INFO Processing ruok command from /127.0.0.1:53390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:06:54,426 INFO Processing ruok command from /127.0.0.1:53392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:06:54,852 INFO Committing global session 0x300004607730011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:07:04,356 INFO Processing ruok command from /127.0.0.1:53770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:07:04,435 INFO Processing ruok command from /127.0.0.1:53772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:07:14,360 INFO Processing ruok command from /127.0.0.1:54158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:07:14,396 INFO Processing ruok command from /127.0.0.1:54160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:07:24,357 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:07:24,403 INFO Processing ruok command from /127.0.0.1:54554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:07:34,352 INFO Processing ruok command from /127.0.0.1:54942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:07:34,394 INFO Processing ruok command from /127.0.0.1:54944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:07:44,355 INFO Processing ruok command from /127.0.0.1:55334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:07:44,423 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:07:54,348 INFO Processing ruok command from /127.0.0.1:55724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:07:54,416 INFO Processing ruok command from /127.0.0.1:55726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:08:04,367 INFO Processing ruok command from /127.0.0.1:56114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:08:04,404 INFO Processing ruok command from /127.0.0.1:56116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:08:14,360 INFO Processing ruok command from /127.0.0.1:56498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:08:14,434 INFO Processing ruok command from /127.0.0.1:56500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:08:24,362 INFO Processing ruok command from /127.0.0.1:56892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:08:24,418 INFO Processing ruok command from /127.0.0.1:56894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:08:34,355 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:08:34,396 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:08:44,351 INFO Processing ruok command from /127.0.0.1:57664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:08:44,436 INFO Processing ruok command from /127.0.0.1:57666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:08:54,264 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-26 00:08:54,280 INFO Committing global session 0x20000469261000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:08:54,371 INFO Processing ruok command from /127.0.0.1:58044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:08:54,418 INFO Processing ruok command from /127.0.0.1:58046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:08:54,649 INFO Submitting global closeSession request for session 0x20000469261000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-26 00:09:04,363 INFO Processing ruok command from /127.0.0.1:58432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:09:04,442 INFO Processing ruok command from /127.0.0.1:58434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:09:14,347 INFO Processing ruok command from /127.0.0.1:58862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:09:14,444 INFO Processing ruok command from /127.0.0.1:58864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:09:24,356 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:09:24,431 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:09:34,349 INFO Processing ruok command from /127.0.0.1:59650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:09:34,402 INFO Processing ruok command from /127.0.0.1:59652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:09:44,358 INFO Processing ruok command from /127.0.0.1:60052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:09:44,419 INFO Processing ruok command from /127.0.0.1:60054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:09:54,364 INFO Processing ruok command from /127.0.0.1:60448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:09:54,417 INFO Processing ruok command from /127.0.0.1:60450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:10:04,355 INFO Processing ruok command from /127.0.0.1:60850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:10:04,434 INFO Processing ruok command from /127.0.0.1:60852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:10:14,382 INFO Processing ruok command from /127.0.0.1:33008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:10:14,448 INFO Processing ruok command from /127.0.0.1:33010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:10:24,359 INFO Processing ruok command from /127.0.0.1:33408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:10:24,424 INFO Processing ruok command from /127.0.0.1:33410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:10:34,351 INFO Processing ruok command from /127.0.0.1:33798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:10:34,427 INFO Processing ruok command from /127.0.0.1:33800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:10:44,359 INFO Processing ruok command from /127.0.0.1:34196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:10:44,402 INFO Processing ruok command from /127.0.0.1:34198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:10:54,185 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-08-26 00:10:54,196 INFO Committing global session 0x20000469261000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:10:54,353 INFO Processing ruok command from /127.0.0.1:34592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:10:54,435 INFO Processing ruok command from /127.0.0.1:34596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:10:54,779 INFO Submitting global closeSession request for session 0x20000469261000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-26 00:11:04,364 INFO Processing ruok command from /127.0.0.1:34992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:11:04,440 INFO Processing ruok command from /127.0.0.1:34994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:11:14,350 INFO Processing ruok command from /127.0.0.1:35394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:11:14,391 INFO Processing ruok command from /127.0.0.1:35396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:11:24,352 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:11:24,394 INFO Processing ruok command from /127.0.0.1:35794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:11:34,349 INFO Processing ruok command from /127.0.0.1:36186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:11:34,406 INFO Processing ruok command from /127.0.0.1:36188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:11:44,358 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:11:44,403 INFO Processing ruok command from /127.0.0.1:36588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:11:54,347 INFO Processing ruok command from /127.0.0.1:36978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:11:54,422 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:12:04,355 INFO Processing ruok command from /127.0.0.1:37364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:12:04,424 INFO Processing ruok command from /127.0.0.1:37366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:12:14,346 INFO Processing ruok command from /127.0.0.1:37764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:12:14,386 INFO Processing ruok command from /127.0.0.1:37766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:12:24,355 INFO Processing ruok command from /127.0.0.1:38152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:12:24,441 INFO Processing ruok command from /127.0.0.1:38154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:12:34,369 INFO Processing ruok command from /127.0.0.1:38546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:12:34,471 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:12:44,368 INFO Processing ruok command from /127.0.0.1:38938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:12:44,406 INFO Processing ruok command from /127.0.0.1:38940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:12:54,315 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-26 00:12:54,337 INFO Committing global session 0x20000469261000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:12:54,354 INFO Processing ruok command from /127.0.0.1:39338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:12:54,413 INFO Processing ruok command from /127.0.0.1:39340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:12:54,631 INFO Submitting global closeSession request for session 0x20000469261000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-26 00:13:04,348 INFO Processing ruok command from /127.0.0.1:39728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:13:04,391 INFO Processing ruok command from /127.0.0.1:39730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:13:14,350 INFO Processing ruok command from /127.0.0.1:40116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:13:14,431 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:13:24,351 INFO Processing ruok command from /127.0.0.1:40512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:13:24,394 INFO Processing ruok command from /127.0.0.1:40514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:13:34,368 INFO Processing ruok command from /127.0.0.1:40900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:13:34,437 INFO Processing ruok command from /127.0.0.1:40902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:13:44,374 INFO Processing ruok command from /127.0.0.1:41288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:13:44,441 INFO Processing ruok command from /127.0.0.1:41294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:13:54,363 INFO Processing ruok command from /127.0.0.1:41680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:13:54,408 INFO Processing ruok command from /127.0.0.1:41682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:14:04,351 INFO Processing ruok command from /127.0.0.1:42066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:14:04,392 INFO Processing ruok command from /127.0.0.1:42068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:14:14,371 INFO Processing ruok command from /127.0.0.1:42450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:14:14,414 INFO Processing ruok command from /127.0.0.1:42452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:14:24,366 INFO Processing ruok command from /127.0.0.1:42842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:14:24,417 INFO Processing ruok command from /127.0.0.1:42844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:14:34,392 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:14:34,487 INFO Processing ruok command from /127.0.0.1:43240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:14:44,358 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:14:44,401 INFO Processing ruok command from /127.0.0.1:43676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:14:54,251 INFO Committing global session 0x100004410c50017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:14:54,341 INFO Processing ruok command from /127.0.0.1:44064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:14:54,382 INFO Processing ruok command from /127.0.0.1:44066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:15:04,361 INFO Processing ruok command from /127.0.0.1:44452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:15:04,430 INFO Processing ruok command from /127.0.0.1:44454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:15:14,351 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:15:14,421 INFO Processing ruok command from /127.0.0.1:44842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:15:24,345 INFO Processing ruok command from /127.0.0.1:45234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:15:24,419 INFO Processing ruok command from /127.0.0.1:45236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:15:34,354 INFO Processing ruok command from /127.0.0.1:45622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:15:34,423 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:15:44,356 INFO Processing ruok command from /127.0.0.1:46006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:15:44,392 INFO Processing ruok command from /127.0.0.1:46008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:15:54,379 INFO Processing ruok command from /127.0.0.1:46402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:15:54,419 INFO Processing ruok command from /127.0.0.1:46404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:16:04,359 INFO Processing ruok command from /127.0.0.1:46786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:16:04,410 INFO Processing ruok command from /127.0.0.1:46788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:16:14,360 INFO Processing ruok command from /127.0.0.1:47174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:16:14,428 INFO Processing ruok command from /127.0.0.1:47176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:16:24,356 INFO Processing ruok command from /127.0.0.1:47568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:16:24,424 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:16:34,378 INFO Processing ruok command from /127.0.0.1:47958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:16:34,416 INFO Processing ruok command from /127.0.0.1:47960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:16:44,356 INFO Processing ruok command from /127.0.0.1:48354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:16:44,395 INFO Processing ruok command from /127.0.0.1:48356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:16:54,280 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-08-26 00:16:54,290 INFO Committing global session 0x20000469261000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:16:54,347 INFO Processing ruok command from /127.0.0.1:48748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:16:54,405 INFO Processing ruok command from /127.0.0.1:48750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:16:54,646 INFO Submitting global closeSession request for session 0x20000469261000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-26 00:17:04,354 INFO Processing ruok command from /127.0.0.1:49128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:17:04,393 INFO Processing ruok command from /127.0.0.1:49130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:17:14,365 INFO Processing ruok command from /127.0.0.1:49524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:17:14,401 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:17:24,351 INFO Processing ruok command from /127.0.0.1:49944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:17:24,411 INFO Processing ruok command from /127.0.0.1:49946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:17:34,353 INFO Processing ruok command from /127.0.0.1:50332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:17:34,413 INFO Processing ruok command from /127.0.0.1:50338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:17:44,371 INFO Processing ruok command from /127.0.0.1:50734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:17:44,433 INFO Processing ruok command from /127.0.0.1:50736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:17:54,363 INFO Processing ruok command from /127.0.0.1:51134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:17:54,401 INFO Processing ruok command from /127.0.0.1:51136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:18:04,361 INFO Processing ruok command from /127.0.0.1:51518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:18:04,425 INFO Processing ruok command from /127.0.0.1:51520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:18:14,359 INFO Processing ruok command from /127.0.0.1:51908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:18:14,433 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:18:24,393 INFO Processing ruok command from /127.0.0.1:52314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:18:24,484 INFO Processing ruok command from /127.0.0.1:52320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:18:34,372 INFO Processing ruok command from /127.0.0.1:52732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:18:34,412 INFO Processing ruok command from /127.0.0.1:52734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:18:44,365 INFO Processing ruok command from /127.0.0.1:53128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:18:44,408 INFO Processing ruok command from /127.0.0.1:53130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:18:54,160 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-08-26 00:18:54,172 INFO Committing global session 0x20000469261000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:18:54,360 INFO Processing ruok command from /127.0.0.1:53540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:18:54,411 INFO Processing ruok command from /127.0.0.1:53542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:18:54,505 INFO Submitting global closeSession request for session 0x20000469261000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-08-26 00:19:04,347 INFO Processing ruok command from /127.0.0.1:53930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:19:04,390 INFO Processing ruok command from /127.0.0.1:53932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:19:14,356 INFO Processing ruok command from /127.0.0.1:54320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:19:14,410 INFO Processing ruok command from /127.0.0.1:54322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:19:24,370 INFO Processing ruok command from /127.0.0.1:54714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:19:24,408 INFO Processing ruok command from /127.0.0.1:54716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:19:34,346 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:19:34,391 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:19:44,343 INFO Processing ruok command from /127.0.0.1:55500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:19:44,409 INFO Processing ruok command from /127.0.0.1:55502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:19:54,388 INFO Processing ruok command from /127.0.0.1:55904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:19:54,502 INFO Processing ruok command from /127.0.0.1:55912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:20:04,361 INFO Processing ruok command from /127.0.0.1:56340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:20:04,474 INFO Processing ruok command from /127.0.0.1:56342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:20:14,381 INFO Processing ruok command from /127.0.0.1:56728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:20:14,464 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:20:24,346 INFO Processing ruok command from /127.0.0.1:57130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:20:24,418 INFO Processing ruok command from /127.0.0.1:57132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:20:34,350 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:20:34,418 INFO Processing ruok command from /127.0.0.1:57524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:20:44,368 INFO Processing ruok command from /127.0.0.1:57922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:20:44,399 INFO Processing ruok command from /127.0.0.1:57924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:20:54,363 INFO Processing ruok command from /127.0.0.1:58314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:20:54,448 INFO Processing ruok command from /127.0.0.1:58316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:20:54,559 INFO Committing global session 0x100004410c50018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:21:04,352 INFO Processing ruok command from /127.0.0.1:58696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:21:04,422 INFO Processing ruok command from /127.0.0.1:58698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:21:14,348 INFO Processing ruok command from /127.0.0.1:59080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:21:14,414 INFO Processing ruok command from /127.0.0.1:59082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:21:24,353 INFO Processing ruok command from /127.0.0.1:59462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:21:24,414 INFO Processing ruok command from /127.0.0.1:59464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:21:34,362 INFO Processing ruok command from /127.0.0.1:59852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:21:34,410 INFO Processing ruok command from /127.0.0.1:59854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:21:44,350 INFO Processing ruok command from /127.0.0.1:60242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:21:44,442 INFO Processing ruok command from /127.0.0.1:60248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:21:54,357 INFO Processing ruok command from /127.0.0.1:60636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:21:54,411 INFO Processing ruok command from /127.0.0.1:60638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:22:04,362 INFO Processing ruok command from /127.0.0.1:32796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:22:04,449 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:22:14,352 INFO Processing ruok command from /127.0.0.1:33186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:22:14,390 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:22:24,370 INFO Processing ruok command from /127.0.0.1:33580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:22:24,438 INFO Processing ruok command from /127.0.0.1:33582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:22:34,350 INFO Processing ruok command from /127.0.0.1:33972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:22:34,410 INFO Processing ruok command from /127.0.0.1:33974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:22:44,369 INFO Processing ruok command from /127.0.0.1:34358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:22:44,439 INFO Processing ruok command from /127.0.0.1:34360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:22:54,349 INFO Processing ruok command from /127.0.0.1:34760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:22:54,389 INFO Processing ruok command from /127.0.0.1:34762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:22:54,928 INFO Committing global session 0x100004410c50019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:23:04,361 INFO Processing ruok command from /127.0.0.1:35142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:23:04,429 INFO Processing ruok command from /127.0.0.1:35148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:23:14,346 INFO Processing ruok command from /127.0.0.1:35528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:23:14,423 INFO Processing ruok command from /127.0.0.1:35530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:23:24,360 INFO Processing ruok command from /127.0.0.1:35920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:23:24,401 INFO Processing ruok command from /127.0.0.1:35922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:23:34,363 INFO Processing ruok command from /127.0.0.1:36312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:23:34,405 INFO Processing ruok command from /127.0.0.1:36314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:23:44,368 INFO Processing ruok command from /127.0.0.1:36702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:23:44,445 INFO Processing ruok command from /127.0.0.1:36708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:23:54,356 INFO Processing ruok command from /127.0.0.1:37096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:23:54,438 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:24:04,374 INFO Processing ruok command from /127.0.0.1:37478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:24:04,415 INFO Processing ruok command from /127.0.0.1:37480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:24:14,373 INFO Processing ruok command from /127.0.0.1:37864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:24:14,435 INFO Processing ruok command from /127.0.0.1:37866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:24:24,356 INFO Processing ruok command from /127.0.0.1:38262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:24:24,422 INFO Processing ruok command from /127.0.0.1:38264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:24:34,371 INFO Processing ruok command from /127.0.0.1:38650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:24:34,430 INFO Processing ruok command from /127.0.0.1:38652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:24:44,405 INFO Processing ruok command from /127.0.0.1:39064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:24:44,443 INFO Processing ruok command from /127.0.0.1:39066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:24:54,372 INFO Processing ruok command from /127.0.0.1:39462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:24:54,407 INFO Committing global session 0x300004607730012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:24:54,454 INFO Processing ruok command from /127.0.0.1:39464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:25:04,349 INFO Processing ruok command from /127.0.0.1:39850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:25:04,419 INFO Processing ruok command from /127.0.0.1:39852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:25:14,361 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:25:14,466 INFO Processing ruok command from /127.0.0.1:40250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:25:24,371 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:25:24,491 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:25:34,369 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:25:34,434 INFO Processing ruok command from /127.0.0.1:41048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:25:44,376 INFO Processing ruok command from /127.0.0.1:41502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:25:44,457 INFO Processing ruok command from /127.0.0.1:41504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:25:54,364 INFO Processing ruok command from /127.0.0.1:41918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:25:54,435 INFO Processing ruok command from /127.0.0.1:41920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:26:04,360 INFO Processing ruok command from /127.0.0.1:42306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:26:04,444 INFO Processing ruok command from /127.0.0.1:42308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:26:14,368 INFO Processing ruok command from /127.0.0.1:42706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:26:14,412 INFO Processing ruok command from /127.0.0.1:42708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:26:24,376 INFO Processing ruok command from /127.0.0.1:43120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:26:24,434 INFO Processing ruok command from /127.0.0.1:43122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:26:34,347 INFO Processing ruok command from /127.0.0.1:43514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:26:34,424 INFO Processing ruok command from /127.0.0.1:43516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:26:44,375 INFO Processing ruok command from /127.0.0.1:43908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:26:44,455 INFO Processing ruok command from /127.0.0.1:43910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:26:54,172 INFO Committing global session 0x100004410c5001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:26:54,363 INFO Processing ruok command from /127.0.0.1:44306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:26:54,428 INFO Processing ruok command from /127.0.0.1:44308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:27:04,366 INFO Processing ruok command from /127.0.0.1:44692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:27:04,427 INFO Processing ruok command from /127.0.0.1:44694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:27:14,360 INFO Processing ruok command from /127.0.0.1:45084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:27:14,431 INFO Processing ruok command from /127.0.0.1:45086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:27:24,379 INFO Processing ruok command from /127.0.0.1:45480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:27:24,434 INFO Processing ruok command from /127.0.0.1:45482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:27:34,359 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:27:34,437 INFO Processing ruok command from /127.0.0.1:45872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:27:44,361 INFO Processing ruok command from /127.0.0.1:46260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:27:44,463 INFO Processing ruok command from /127.0.0.1:46262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:27:54,381 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:27:54,430 INFO Processing ruok command from /127.0.0.1:46654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:28:04,366 INFO Processing ruok command from /127.0.0.1:47040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:28:04,458 INFO Processing ruok command from /127.0.0.1:47042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:28:14,373 INFO Processing ruok command from /127.0.0.1:47440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:28:14,457 INFO Processing ruok command from /127.0.0.1:47442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:28:24,372 INFO Processing ruok command from /127.0.0.1:47838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:28:24,447 INFO Processing ruok command from /127.0.0.1:47840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:28:34,376 INFO Processing ruok command from /127.0.0.1:48240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:28:34,418 INFO Processing ruok command from /127.0.0.1:48242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:28:44,351 INFO Processing ruok command from /127.0.0.1:48652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:28:44,431 INFO Processing ruok command from /127.0.0.1:48654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:28:54,365 INFO Processing ruok command from /127.0.0.1:49072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:28:54,421 INFO Committing global session 0x100004410c5001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-08-26 00:28:54,441 INFO Processing ruok command from /127.0.0.1:49074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-08-26 00:29:04,374 INFO Processing ruok command from /127.0.0.1:49472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-08-26 00:29:04,446 INFO Processing ruok command from /127.0.0.1:49474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]