By type
Detected Zookeeper ID 3 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false # 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-09-22 02:18:07,473 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-09-22 02:18:07,487 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-09-22 02:18:07,487 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-09-22 02:18:07,493 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-09-22 02:18:07,493 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-09-22 02:18:07,493 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-09-22 02:18:07,528 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-09-22 02:18:07,528 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-09-22 02:18:07,530 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-09-22 02:18:07,537 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-09-22 02:18:07,539 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-09-22 02:18:07,551 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-09-22 02:18:07,558 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-09-22 02:18:07,582 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-09-22 02:18:07,697 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,698 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,698 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,772 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-09-22 02:18:07,774 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-09-22 02:18:07,774 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,774 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,774 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,775 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-09-22 02:18:07,775 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-09-22 02:18:07,784 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,789 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-09-22 02:18:07,791 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,791 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,791 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,791 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,791 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,792 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,792 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,792 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,812 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,812 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,812 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,812 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,812 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,813 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,813 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,813 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,813 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,813 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 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-09-22 02:18:07,824 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-09-22 02:18:07,824 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,824 INFO Server environment:os.memory.free=231MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO Server environment:os.memory.total=241MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,825 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,826 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-09-22 02:18:07,833 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-09-22 02:18:07,833 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-09-22 02:18:07,835 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-09-22 02:18:07,835 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-09-22 02:18:07,850 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,850 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,851 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,851 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,851 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,851 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,851 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,861 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-09-22 02:18:07,861 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-09-22 02:18:07,871 INFO Snapshot loaded in 20 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-09-22 02:18:07,872 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-09-22 02:18:07,876 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-09-22 02:18:07,879 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,977 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,977 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,980 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-09-22 02:18:07,981 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-09-22 02:18:07,991 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-09-22 02:18:07,994 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-09-22 02:18:07,994 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-09-22 02:18:07,998 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.181:3888] 2022-09-22 02:18:08,014 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.181:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.181:3888] 2022-09-22 02:18:08,014 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-09-22 02:18:08,024 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:08,026 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:08,044 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:08,248 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:08,649 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:08,990 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.24:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2022-09-22 02:18:08,990 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.124:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] 2022-09-22 02:18:09,011 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:09,012 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=3]] 2022-09-22 02:18:09,016 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:09,016 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, 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=3]] 2022-09-22 02:18:09,017 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:09,019 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, 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=3]] 2022-09-22 02:18:09,020 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:09,021 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, 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=3]] 2022-09-22 02:18:09,222 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,223 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,228 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,228 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,228 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,228 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,228 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,232 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,233 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,234 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,235 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,235 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,237 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,237 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,237 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,237 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,237 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,237 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,240 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,240 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,240 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,244 INFO LEADING - LEADER ELECTION TOOK - 1218 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,247 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,247 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,253 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:09,645 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:09,853 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:10,261 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:11,085 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:12,692 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:15,903 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:17,247 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:17,252 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:17,255 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:17,461 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:17,868 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:18,035 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-09-22 02:18:18,038 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-09-22 02:18:18,040 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-09-22 02:18:18,041 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-09-22 02:18:18,088 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-09-22 02:18:18,089 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-09-22 02:18:18,090 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-09-22 02:18:18,090 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-09-22 02:18:19,258 WARN Unexpected exception (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] java.lang.InterruptedException: Timeout while waiting for epoch from quorum at org.apache.zookeeper.server.quorum.Leader.getEpochToPropose(Leader.java:1428) at org.apache.zookeeper.server.quorum.Leader.lead(Leader.java:599) at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1480) 2022-09-22 02:18:19,258 INFO Shutting down (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,258 INFO Shutdown called. For the reason Forcing shutdown (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,259 WARN Exception while shutting down acceptor. (org.apache.zookeeper.server.quorum.Leader) [LearnerCnxAcceptorHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.181:2888] java.net.SocketException: Socket closed at java.base/java.net.PlainSocketImpl.socketAccept(Native Method) at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:474) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:565) at org.apache.zookeeper.server.quorum.UnifiedServerSocket.accept(UnifiedServerSocket.java:139) at org.apache.zookeeper.server.quorum.Leader$LearnerCnxAcceptor$LearnerCnxAcceptorHandler.acceptConnections(Leader.java:510) at org.apache.zookeeper.server.quorum.Leader$LearnerCnxAcceptor$LearnerCnxAcceptorHandler.run(Leader.java:493) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-09-22 02:18:19,261 INFO Peer state changed: looking (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,261 WARN PeerState set to LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,261 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,262 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,266 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:19,279 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.24:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2022-09-22 02:18:19,283 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.124:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-09-22 02:18:19,286 INFO 3 Received version: 100000000 my version: 0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:19,296 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x3, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:19,297 INFO Notification: my state:LOOKING; n.sid:1, n.state:FOLLOWING, n.leader:2, n.round:0x3, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-09-22 02:18:19,297 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,297 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,304 INFO leaderConnectDelayDuringRetryMs: 100 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,304 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,304 INFO zookeeper.learner.asyncSending = false (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,304 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,304 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,305 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,306 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,306 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,308 INFO FOLLOWING - LEADER ELECTION TOOK - 45 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,312 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,381 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.24:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.24:2888] 2022-09-22 02:18:19,395 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,401 INFO Peer state changed: following - synchronization - snap (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,401 INFO Getting a snapshot from leader 0x100000000 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,402 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,402 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,409 INFO Learner received NEWLEADER message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,410 INFO Snapshotting: 0x100000000 to /var/lib/zookeeper/data/version-2/snapshot.100000000 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,414 INFO Snapshot taken in 4 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,417 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,428 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,428 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,436 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,465 INFO Learner received UPTODATE message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:19,467 INFO Peer state changed: following - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:28,780 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-09-22 02:18:28,781 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-09-22 02:18:28,781 INFO Processing ruok command from /127.0.0.1:56428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:18:28,781 INFO Processing ruok command from /127.0.0.1:56432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:18:30,783 WARN Got zxid 0x100000001 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-09-22 02:18:30,784 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-09-22 02:18:30,788 INFO Committing global session 0x200002e8f500000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:18:38,693 INFO Processing ruok command from /127.0.0.1:56526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:18:38,784 INFO Processing ruok command from /127.0.0.1:56528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:18:48,712 INFO Processing ruok command from /127.0.0.1:56608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:18:48,804 INFO Processing ruok command from /127.0.0.1:56610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:18:51,166 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-09-22 02:18:51,191 INFO Committing global session 0x300002e515d0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:18:51,992 INFO Committing global session 0x200002e8f500001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:18:54,602 INFO Committing global session 0x100002ed6640000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:18:56,367 INFO Committing global session 0x100002ed6640001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:18:56,872 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-09-22 02:18:56,882 INFO Committing global session 0x300002e515d0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:18:58,667 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:18:58,708 INFO Processing ruok command from /127.0.0.1:56684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:18:59,219 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-09-22 02:18:59,230 INFO Committing global session 0x300002e515d0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:19:08,676 INFO Processing ruok command from /127.0.0.1:56740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:19:08,750 INFO Processing ruok command from /127.0.0.1:56744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:19:18,668 INFO Processing ruok command from /127.0.0.1:56794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:19:18,729 INFO Processing ruok command from /127.0.0.1:56798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:19:20,090 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-09-22 02:19:20,097 INFO Committing global session 0x300002e515d0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:19:28,649 INFO Processing ruok command from /127.0.0.1:56862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:19:28,714 INFO Processing ruok command from /127.0.0.1:56866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:19:38,658 INFO Processing ruok command from /127.0.0.1:56916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:19:38,698 INFO Processing ruok command from /127.0.0.1:56920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:19:44,068 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-09-22 02:19:44,081 INFO Committing global session 0x300002e515d0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:19:44,573 INFO Submitting global closeSession request for session 0x300002e515d0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 02:19:48,661 INFO Processing ruok command from /127.0.0.1:56976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:19:48,697 INFO Processing ruok command from /127.0.0.1:56980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:19:49,866 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-09-22 02:19:49,875 INFO Committing global session 0x300002e515d0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:19:50,643 INFO Submitting global closeSession request for session 0x300002e515d0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 02:19:58,677 INFO Processing ruok command from /127.0.0.1:57034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:19:58,714 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:20:08,649 INFO Processing ruok command from /127.0.0.1:57094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:20:08,699 INFO Processing ruok command from /127.0.0.1:57098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:20:18,667 INFO Processing ruok command from /127.0.0.1:57152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:20:18,709 INFO Processing ruok command from /127.0.0.1:57156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:20:28,653 INFO Processing ruok command from /127.0.0.1:57208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:20:28,688 INFO Processing ruok command from /127.0.0.1:57210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:20:38,649 INFO Processing ruok command from /127.0.0.1:57272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:20:38,683 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:20:48,750 INFO Processing ruok command from /127.0.0.1:57356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:20:48,835 INFO Processing ruok command from /127.0.0.1:57358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:20:58,670 INFO Processing ruok command from /127.0.0.1:57416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:20:58,728 INFO Processing ruok command from /127.0.0.1:57420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:21:08,662 INFO Processing ruok command from /127.0.0.1:57478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:21:08,732 INFO Processing ruok command from /127.0.0.1:57482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:21:18,669 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:21:18,707 INFO Processing ruok command from /127.0.0.1:57538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:21:28,653 INFO Processing ruok command from /127.0.0.1:57592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:21:28,694 INFO Processing ruok command from /127.0.0.1:57596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:21:38,695 INFO Processing ruok command from /127.0.0.1:57652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:21:38,728 INFO Processing ruok command from /127.0.0.1:57654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:21:47,568 INFO Committing global session 0x200002e8f500002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:21:48,655 INFO Processing ruok command from /127.0.0.1:57708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:21:48,699 INFO Processing ruok command from /127.0.0.1:57712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:21:58,655 INFO Processing ruok command from /127.0.0.1:57772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:21:58,689 INFO Processing ruok command from /127.0.0.1:57774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:22:08,678 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:22:08,755 INFO Processing ruok command from /127.0.0.1:57858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:22:18,686 INFO Processing ruok command from /127.0.0.1:57952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:22:18,794 INFO Processing ruok command from /127.0.0.1:57960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:22:28,650 INFO Processing ruok command from /127.0.0.1:58034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:22:28,730 INFO Processing ruok command from /127.0.0.1:58038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:22:38,701 INFO Processing ruok command from /127.0.0.1:58140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:22:38,804 INFO Processing ruok command from /127.0.0.1:58142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:22:48,656 INFO Processing ruok command from /127.0.0.1:58208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:22:48,730 INFO Processing ruok command from /127.0.0.1:58212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:22:58,670 INFO Processing ruok command from /127.0.0.1:58290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:22:58,723 INFO Processing ruok command from /127.0.0.1:58294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:23:08,655 INFO Processing ruok command from /127.0.0.1:58344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:23:08,749 INFO Processing ruok command from /127.0.0.1:58348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:23:18,689 INFO Processing ruok command from /127.0.0.1:58430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:23:18,770 INFO Processing ruok command from /127.0.0.1:58434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:23:28,702 INFO Processing ruok command from /127.0.0.1:58488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:23:28,770 INFO Processing ruok command from /127.0.0.1:58490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:23:38,696 INFO Processing ruok command from /127.0.0.1:58548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:23:38,745 INFO Processing ruok command from /127.0.0.1:58550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:23:47,405 INFO Committing global session 0x100002ed6640002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:23:48,656 INFO Processing ruok command from /127.0.0.1:58606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:23:48,699 INFO Processing ruok command from /127.0.0.1:58610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:23:58,676 INFO Processing ruok command from /127.0.0.1:58678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:23:58,747 INFO Processing ruok command from /127.0.0.1:58682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:24:08,674 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:24:08,737 INFO Processing ruok command from /127.0.0.1:58784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:24:18,669 INFO Processing ruok command from /127.0.0.1:58864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:24:18,750 INFO Processing ruok command from /127.0.0.1:58868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:24:28,680 INFO Processing ruok command from /127.0.0.1:58978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:24:28,704 INFO Processing ruok command from /127.0.0.1:58982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:24:38,701 INFO Processing ruok command from /127.0.0.1:59060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:24:38,776 INFO Processing ruok command from /127.0.0.1:59064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:24:48,662 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:24:48,812 INFO Processing ruok command from /127.0.0.1:59184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:24:58,661 INFO Processing ruok command from /127.0.0.1:59258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:24:58,704 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:25:08,683 INFO Processing ruok command from /127.0.0.1:59324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:25:08,743 INFO Processing ruok command from /127.0.0.1:59328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:25:18,723 INFO Processing ruok command from /127.0.0.1:59396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:25:18,859 INFO Processing ruok command from /127.0.0.1:59398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:25:28,662 INFO Processing ruok command from /127.0.0.1:59474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:25:28,732 INFO Processing ruok command from /127.0.0.1:59478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:25:38,696 INFO Processing ruok command from /127.0.0.1:59548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:25:38,763 INFO Processing ruok command from /127.0.0.1:59552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:25:47,766 INFO Committing global session 0x100002ed6640003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:25:48,675 INFO Processing ruok command from /127.0.0.1:59620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:25:48,748 INFO Processing ruok command from /127.0.0.1:59624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:25:58,667 INFO Processing ruok command from /127.0.0.1:59696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:25:58,735 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:26:08,658 INFO Processing ruok command from /127.0.0.1:59774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:26:08,695 INFO Processing ruok command from /127.0.0.1:59778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:26:18,663 INFO Processing ruok command from /127.0.0.1:59848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:26:18,707 INFO Processing ruok command from /127.0.0.1:59852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:26:28,658 INFO Processing ruok command from /127.0.0.1:59918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:26:28,718 INFO Processing ruok command from /127.0.0.1:59922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:26:38,689 INFO Processing ruok command from /127.0.0.1:59994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:26:38,723 INFO Processing ruok command from /127.0.0.1:59998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:26:48,659 INFO Processing ruok command from /127.0.0.1:60076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:26:48,725 INFO Processing ruok command from /127.0.0.1:60080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:26:58,658 INFO Processing ruok command from /127.0.0.1:60150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:26:58,722 INFO Processing ruok command from /127.0.0.1:60154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:27:08,668 INFO Processing ruok command from /127.0.0.1:60230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:27:08,736 INFO Processing ruok command from /127.0.0.1:60234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:27:18,674 INFO Processing ruok command from /127.0.0.1:60300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:27:18,755 INFO Processing ruok command from /127.0.0.1:60304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:27:28,656 INFO Processing ruok command from /127.0.0.1:60368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:27:28,715 INFO Processing ruok command from /127.0.0.1:60372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:27:38,680 INFO Processing ruok command from /127.0.0.1:60452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:27:38,775 INFO Processing ruok command from /127.0.0.1:60456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:27:47,964 INFO Committing global session 0x100002ed6640004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:27:48,670 INFO Processing ruok command from /127.0.0.1:60526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:27:48,742 INFO Processing ruok command from /127.0.0.1:60530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:27:58,648 INFO Processing ruok command from /127.0.0.1:60598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:27:58,715 INFO Processing ruok command from /127.0.0.1:60602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:28:08,652 INFO Processing ruok command from /127.0.0.1:60678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:28:08,728 INFO Processing ruok command from /127.0.0.1:60682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:28:18,669 INFO Processing ruok command from /127.0.0.1:60750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:28:18,735 INFO Processing ruok command from /127.0.0.1:60754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:28:28,668 INFO Processing ruok command from /127.0.0.1:60822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:28:28,720 INFO Processing ruok command from /127.0.0.1:60826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:28:38,676 INFO Processing ruok command from /127.0.0.1:60890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:28:38,770 INFO Processing ruok command from /127.0.0.1:60894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:28:48,686 INFO Processing ruok command from /127.0.0.1:60972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:28:48,747 INFO Processing ruok command from /127.0.0.1:60976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:28:58,659 INFO Processing ruok command from /127.0.0.1:32814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:28:58,696 INFO Processing ruok command from /127.0.0.1:32818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:29:08,662 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:29:08,727 INFO Processing ruok command from /127.0.0.1:32898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:29:18,663 INFO Processing ruok command from /127.0.0.1:32966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:29:18,707 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:29:28,657 INFO Processing ruok command from /127.0.0.1:33070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:29:28,707 INFO Processing ruok command from /127.0.0.1:33074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:29:38,710 INFO Processing ruok command from /127.0.0.1:33142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:29:38,738 INFO Processing ruok command from /127.0.0.1:33146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:29:48,677 INFO Processing ruok command from /127.0.0.1:33230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:29:48,760 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:29:48,870 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-09-22 02:29:48,878 INFO Committing global session 0x300002e515d0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:29:49,125 INFO Submitting global closeSession request for session 0x300002e515d0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 02:29:58,663 INFO Processing ruok command from /127.0.0.1:33310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:29:58,711 INFO Processing ruok command from /127.0.0.1:33314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:30:08,667 INFO Processing ruok command from /127.0.0.1:33388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:30:08,711 INFO Processing ruok command from /127.0.0.1:33392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:30:18,691 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:30:18,761 INFO Processing ruok command from /127.0.0.1:33476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:30:28,654 INFO Processing ruok command from /127.0.0.1:33550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:30:28,694 INFO Processing ruok command from /127.0.0.1:33554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:30:38,698 INFO Processing ruok command from /127.0.0.1:33620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:30:38,752 INFO Processing ruok command from /127.0.0.1:33622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:30:48,684 INFO Processing ruok command from /127.0.0.1:33716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:30:48,737 INFO Processing ruok command from /127.0.0.1:33720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:30:58,653 INFO Processing ruok command from /127.0.0.1:33818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:30:58,780 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:31:08,665 INFO Processing ruok command from /127.0.0.1:33908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:31:08,711 INFO Processing ruok command from /127.0.0.1:33912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:31:18,654 INFO Processing ruok command from /127.0.0.1:33982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:31:18,714 INFO Processing ruok command from /127.0.0.1:33986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:31:28,662 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:31:28,706 INFO Processing ruok command from /127.0.0.1:34058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:31:38,704 INFO Processing ruok command from /127.0.0.1:34138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:31:38,814 INFO Processing ruok command from /127.0.0.1:34140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:31:48,665 INFO Processing ruok command from /127.0.0.1:34242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:31:48,756 INFO Processing ruok command from /127.0.0.1:34246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:31:48,996 INFO Committing global session 0x100002ed6640005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:31:58,673 INFO Processing ruok command from /127.0.0.1:34350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:31:58,738 INFO Processing ruok command from /127.0.0.1:34354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:32:08,734 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:32:08,824 INFO Processing ruok command from /127.0.0.1:34454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:32:18,711 INFO Processing ruok command from /127.0.0.1:34566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:32:18,801 INFO Processing ruok command from /127.0.0.1:34568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:32:28,735 INFO Processing ruok command from /127.0.0.1:34662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:32:28,856 INFO Processing ruok command from /127.0.0.1:34664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:32:38,861 INFO Processing ruok command from /127.0.0.1:34772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:32:39,008 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:32:48,738 INFO Processing ruok command from /127.0.0.1:35022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:32:48,841 INFO Processing ruok command from /127.0.0.1:35026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:32:58,655 INFO Processing ruok command from /127.0.0.1:35138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:32:58,721 INFO Processing ruok command from /127.0.0.1:35142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:33:08,669 INFO Processing ruok command from /127.0.0.1:35230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:33:08,738 INFO Processing ruok command from /127.0.0.1:35234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:33:18,677 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:33:18,786 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:33:28,687 INFO Processing ruok command from /127.0.0.1:35646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:33:28,841 INFO Processing ruok command from /127.0.0.1:35654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:33:38,724 INFO Processing ruok command from /127.0.0.1:35744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:33:38,826 INFO Processing ruok command from /127.0.0.1:35746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:33:48,262 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-09-22 02:33:48,274 INFO Committing global session 0x300002e515d0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:33:48,683 INFO Processing ruok command from /127.0.0.1:35840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:33:48,743 INFO Submitting global closeSession request for session 0x300002e515d0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 02:33:48,805 INFO Processing ruok command from /127.0.0.1:35844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:33:58,689 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:33:58,777 INFO Processing ruok command from /127.0.0.1:35944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:34:08,670 INFO Processing ruok command from /127.0.0.1:36030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:34:08,742 INFO Processing ruok command from /127.0.0.1:36038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:34:12,004 INFO Committing global session 0x100002ed6640006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:34:12,088 INFO Committing global session 0x100002ed6640007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:34:12,973 INFO Committing global session 0x200002e8f500003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:34:18,693 INFO Processing ruok command from /127.0.0.1:36154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:34:18,800 INFO Processing ruok command from /127.0.0.1:36156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:34:28,673 INFO Processing ruok command from /127.0.0.1:36242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:34:28,764 INFO Processing ruok command from /127.0.0.1:36246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:34:38,681 INFO Processing ruok command from /127.0.0.1:36352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:34:38,794 INFO Processing ruok command from /127.0.0.1:36358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:34:48,719 INFO Processing ruok command from /127.0.0.1:36476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:34:48,818 INFO Processing ruok command from /127.0.0.1:36478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:34:58,660 INFO Processing ruok command from /127.0.0.1:36564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:34:58,726 INFO Processing ruok command from /127.0.0.1:36568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:35:08,637 INFO Processing ruok command from /127.0.0.1:36656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:35:08,718 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:35:18,684 INFO Processing ruok command from /127.0.0.1:36758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:35:18,745 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:35:28,701 INFO Processing ruok command from /127.0.0.1:36848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:35:28,788 INFO Processing ruok command from /127.0.0.1:36854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:35:38,700 INFO Processing ruok command from /127.0.0.1:36946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:35:38,779 INFO Processing ruok command from /127.0.0.1:36948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:35:48,239 INFO Committing global session 0x200002e8f500004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:35:48,668 INFO Processing ruok command from /127.0.0.1:37030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:35:48,757 INFO Processing ruok command from /127.0.0.1:37034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:35:58,687 INFO Processing ruok command from /127.0.0.1:37120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:35:58,733 INFO Processing ruok command from /127.0.0.1:37124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:36:08,665 INFO Processing ruok command from /127.0.0.1:37232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:36:08,759 INFO Processing ruok command from /127.0.0.1:37236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:36:18,711 INFO Processing ruok command from /127.0.0.1:37324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:36:18,803 INFO Processing ruok command from /127.0.0.1:37326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:36:28,687 INFO Processing ruok command from /127.0.0.1:37406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:36:28,763 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:36:38,694 INFO Processing ruok command from /127.0.0.1:37504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:36:38,719 INFO Processing ruok command from /127.0.0.1:37506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:36:48,682 INFO Processing ruok command from /127.0.0.1:37594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:36:48,764 INFO Processing ruok command from /127.0.0.1:37598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:36:58,669 INFO Processing ruok command from /127.0.0.1:37684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:36:58,719 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:37:08,669 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:37:08,769 INFO Processing ruok command from /127.0.0.1:37792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:37:18,674 INFO Processing ruok command from /127.0.0.1:37980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:37:18,712 INFO Processing ruok command from /127.0.0.1:37984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:37:28,667 INFO Processing ruok command from /127.0.0.1:38186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:37:28,764 INFO Processing ruok command from /127.0.0.1:38190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:37:38,695 INFO Processing ruok command from /127.0.0.1:38280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:37:38,744 INFO Processing ruok command from /127.0.0.1:38284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:37:48,181 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-09-22 02:37:48,190 INFO Committing global session 0x300002e515d0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:37:48,663 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:37:48,715 INFO Processing ruok command from /127.0.0.1:38456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:37:48,757 INFO Submitting global closeSession request for session 0x300002e515d0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 02:37:58,672 INFO Processing ruok command from /127.0.0.1:38574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:37:58,743 INFO Processing ruok command from /127.0.0.1:38578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:38:08,656 INFO Processing ruok command from /127.0.0.1:38672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:38:08,743 INFO Processing ruok command from /127.0.0.1:38676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:38:18,675 INFO Processing ruok command from /127.0.0.1:38810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:38:18,757 INFO Processing ruok command from /127.0.0.1:38816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:38:28,694 INFO Processing ruok command from /127.0.0.1:38996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:38:28,789 INFO Processing ruok command from /127.0.0.1:38998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:38:38,704 INFO Processing ruok command from /127.0.0.1:39094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:38:38,809 INFO Processing ruok command from /127.0.0.1:39096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:38:48,734 INFO Processing ruok command from /127.0.0.1:39190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:38:48,795 INFO Processing ruok command from /127.0.0.1:39192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:38:58,677 INFO Processing ruok command from /127.0.0.1:39286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:38:58,736 INFO Processing ruok command from /127.0.0.1:39290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:39:08,697 INFO Processing ruok command from /127.0.0.1:39388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:39:08,742 INFO Processing ruok command from /127.0.0.1:39390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:39:18,669 INFO Processing ruok command from /127.0.0.1:39486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:39:18,733 INFO Processing ruok command from /127.0.0.1:39490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:39:28,688 INFO Processing ruok command from /127.0.0.1:39626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:39:28,778 INFO Processing ruok command from /127.0.0.1:39630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:39:38,727 INFO Processing ruok command from /127.0.0.1:39730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:39:38,795 INFO Processing ruok command from /127.0.0.1:39734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:39:48,245 INFO Committing global session 0x100002ed6640008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:39:48,667 INFO Processing ruok command from /127.0.0.1:39826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:39:48,746 INFO Processing ruok command from /127.0.0.1:39830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:39:58,663 INFO Processing ruok command from /127.0.0.1:39918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:39:58,709 INFO Processing ruok command from /127.0.0.1:39922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:40:08,671 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:40:08,719 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:40:18,664 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:40:18,717 INFO Processing ruok command from /127.0.0.1:40122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:40:28,696 INFO Processing ruok command from /127.0.0.1:40220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:40:28,740 INFO Processing ruok command from /127.0.0.1:40222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:40:38,692 INFO Processing ruok command from /127.0.0.1:40318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:40:38,779 INFO Processing ruok command from /127.0.0.1:40322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:40:48,676 INFO Processing ruok command from /127.0.0.1:40420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:40:48,755 INFO Processing ruok command from /127.0.0.1:40424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:40:58,652 INFO Processing ruok command from /127.0.0.1:40520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:40:58,690 INFO Processing ruok command from /127.0.0.1:40524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:41:08,667 INFO Processing ruok command from /127.0.0.1:40630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:41:08,714 INFO Processing ruok command from /127.0.0.1:40634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:41:18,668 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:41:18,748 INFO Processing ruok command from /127.0.0.1:40732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:41:28,668 INFO Processing ruok command from /127.0.0.1:40826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:41:28,727 INFO Processing ruok command from /127.0.0.1:40830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:41:38,698 INFO Processing ruok command from /127.0.0.1:40930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:41:38,779 INFO Processing ruok command from /127.0.0.1:40932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:41:48,163 INFO Committing global session 0x200002e8f500005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:41:48,673 INFO Processing ruok command from /127.0.0.1:41020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:41:48,716 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:41:58,656 INFO Processing ruok command from /127.0.0.1:41120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:41:58,698 INFO Processing ruok command from /127.0.0.1:41124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:42:08,674 INFO Processing ruok command from /127.0.0.1:41228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:42:08,719 INFO Processing ruok command from /127.0.0.1:41232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:42:18,683 INFO Processing ruok command from /127.0.0.1:41324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:42:18,733 INFO Processing ruok command from /127.0.0.1:41328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:42:28,678 INFO Processing ruok command from /127.0.0.1:41420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:42:28,738 INFO Processing ruok command from /127.0.0.1:41424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:42:38,675 INFO Processing ruok command from /127.0.0.1:41522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:42:38,760 INFO Processing ruok command from /127.0.0.1:41526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:42:48,664 INFO Processing ruok command from /127.0.0.1:41624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:42:48,762 INFO Processing ruok command from /127.0.0.1:41628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:42:58,652 INFO Processing ruok command from /127.0.0.1:41722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:42:58,695 INFO Processing ruok command from /127.0.0.1:41726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:43:08,653 INFO Processing ruok command from /127.0.0.1:41828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:43:08,724 INFO Processing ruok command from /127.0.0.1:41832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:43:18,677 INFO Processing ruok command from /127.0.0.1:41928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:43:18,734 INFO Processing ruok command from /127.0.0.1:41932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:43:28,659 INFO Processing ruok command from /127.0.0.1:42022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:43:28,704 INFO Processing ruok command from /127.0.0.1:42026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:43:38,701 INFO Processing ruok command from /127.0.0.1:42134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:43:38,731 INFO Processing ruok command from /127.0.0.1:42136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:43:48,298 INFO Committing global session 0x200002e8f500006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:43:48,658 INFO Processing ruok command from /127.0.0.1:42226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:43:48,694 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:43:58,673 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:43:58,750 INFO Processing ruok command from /127.0.0.1:42326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:44:08,654 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:44:08,694 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:44:18,685 INFO Processing ruok command from /127.0.0.1:42562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:44:18,758 INFO Processing ruok command from /127.0.0.1:42566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:44:28,695 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:44:28,787 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:44:38,716 INFO Processing ruok command from /127.0.0.1:42764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:44:38,836 INFO Processing ruok command from /127.0.0.1:42766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:44:48,685 INFO Processing ruok command from /127.0.0.1:42864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:44:48,767 INFO Processing ruok command from /127.0.0.1:42868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:44:58,682 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:44:58,790 INFO Processing ruok command from /127.0.0.1:42966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:45:08,670 INFO Processing ruok command from /127.0.0.1:43072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:45:08,699 INFO Processing ruok command from /127.0.0.1:43076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:45:18,672 INFO Processing ruok command from /127.0.0.1:43170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:45:18,709 INFO Processing ruok command from /127.0.0.1:43174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:45:28,662 INFO Processing ruok command from /127.0.0.1:43268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:45:28,707 INFO Processing ruok command from /127.0.0.1:43272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:45:38,697 INFO Processing ruok command from /127.0.0.1:43370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:45:38,749 INFO Processing ruok command from /127.0.0.1:43372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:45:48,204 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-09-22 02:45:48,211 INFO Committing global session 0x300002e515d0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:45:48,662 INFO Processing ruok command from /127.0.0.1:43460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:45:48,736 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:45:48,767 INFO Submitting global closeSession request for session 0x300002e515d0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 02:45:58,662 INFO Processing ruok command from /127.0.0.1:43558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:45:58,727 INFO Processing ruok command from /127.0.0.1:43562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:46:08,662 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:46:08,709 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:46:18,681 INFO Processing ruok command from /127.0.0.1:43780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:46:18,746 INFO Processing ruok command from /127.0.0.1:43784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:46:28,663 INFO Processing ruok command from /127.0.0.1:43890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:46:28,698 INFO Processing ruok command from /127.0.0.1:43894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:46:38,683 INFO Processing ruok command from /127.0.0.1:44028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:46:38,798 INFO Processing ruok command from /127.0.0.1:44032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:46:48,712 INFO Processing ruok command from /127.0.0.1:44148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:46:48,812 INFO Processing ruok command from /127.0.0.1:44150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:46:58,667 INFO Processing ruok command from /127.0.0.1:44256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:46:58,738 INFO Processing ruok command from /127.0.0.1:44260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:47:08,834 INFO Processing ruok command from /127.0.0.1:44438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:47:08,982 INFO Processing ruok command from /127.0.0.1:44440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:47:18,878 INFO Processing ruok command from /127.0.0.1:44610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:47:19,110 INFO Processing ruok command from /127.0.0.1:44612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:47:28,681 INFO Processing ruok command from /127.0.0.1:44724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:47:28,784 INFO Processing ruok command from /127.0.0.1:44728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:47:38,697 INFO Processing ruok command from /127.0.0.1:44830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:47:38,787 INFO Processing ruok command from /127.0.0.1:44834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:47:48,149 INFO Committing global session 0x100002ed6640009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:47:48,744 INFO Processing ruok command from /127.0.0.1:44932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:47:48,894 INFO Processing ruok command from /127.0.0.1:44934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:47:58,700 INFO Processing ruok command from /127.0.0.1:45028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:47:58,801 INFO Processing ruok command from /127.0.0.1:45030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:48:08,713 INFO Processing ruok command from /127.0.0.1:45140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:48:08,783 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:48:18,696 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:48:18,751 INFO Processing ruok command from /127.0.0.1:45252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:48:28,708 INFO Processing ruok command from /127.0.0.1:45384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:48:28,813 INFO Processing ruok command from /127.0.0.1:45386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:48:38,680 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:48:38,804 INFO Processing ruok command from /127.0.0.1:45524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:48:48,679 INFO Processing ruok command from /127.0.0.1:45630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:48:48,818 INFO Processing ruok command from /127.0.0.1:45634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:48:58,702 INFO Processing ruok command from /127.0.0.1:45780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:48:58,761 INFO Processing ruok command from /127.0.0.1:45782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:49:08,678 INFO Processing ruok command from /127.0.0.1:45888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:49:08,771 INFO Processing ruok command from /127.0.0.1:45892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:49:18,696 INFO Processing ruok command from /127.0.0.1:46016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:49:18,785 INFO Processing ruok command from /127.0.0.1:46018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:49:28,692 INFO Processing ruok command from /127.0.0.1:46124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:49:28,788 INFO Processing ruok command from /127.0.0.1:46126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:49:38,792 INFO Processing ruok command from /127.0.0.1:46266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:49:38,874 INFO Processing ruok command from /127.0.0.1:46268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:49:48,125 INFO Committing global session 0x200002e8f500007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:49:48,701 INFO Processing ruok command from /127.0.0.1:46370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:49:48,810 INFO Processing ruok command from /127.0.0.1:46372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:49:58,810 INFO Processing ruok command from /127.0.0.1:46510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:49:59,082 INFO Processing ruok command from /127.0.0.1:46512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:50:08,722 INFO Processing ruok command from /127.0.0.1:46646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:50:08,876 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:50:18,849 INFO Processing ruok command from /127.0.0.1:46778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:50:19,024 INFO Processing ruok command from /127.0.0.1:46780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:50:28,822 INFO Processing ruok command from /127.0.0.1:46882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:50:29,080 INFO Processing ruok command from /127.0.0.1:46884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:50:38,695 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:50:38,791 INFO Processing ruok command from /127.0.0.1:47014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:50:48,685 INFO Processing ruok command from /127.0.0.1:47120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:50:48,786 INFO Processing ruok command from /127.0.0.1:47124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:50:58,741 INFO Processing ruok command from /127.0.0.1:47230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:50:58,808 INFO Processing ruok command from /127.0.0.1:47232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:51:08,684 INFO Processing ruok command from /127.0.0.1:47338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:51:08,763 INFO Processing ruok command from /127.0.0.1:47342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:51:18,685 INFO Processing ruok command from /127.0.0.1:47440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:51:18,739 INFO Processing ruok command from /127.0.0.1:47444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:51:28,665 INFO Processing ruok command from /127.0.0.1:47554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:51:28,714 INFO Processing ruok command from /127.0.0.1:47558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:51:38,702 INFO Processing ruok command from /127.0.0.1:47668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:51:38,765 INFO Processing ruok command from /127.0.0.1:47672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:51:48,231 INFO Committing global session 0x100002ed664000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:51:48,689 INFO Processing ruok command from /127.0.0.1:47780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:51:48,774 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:51:58,698 INFO Processing ruok command from /127.0.0.1:47890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:51:58,764 INFO Processing ruok command from /127.0.0.1:47892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:52:08,670 INFO Processing ruok command from /127.0.0.1:48002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:52:08,755 INFO Processing ruok command from /127.0.0.1:48006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:52:18,672 INFO Processing ruok command from /127.0.0.1:48110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:52:18,738 INFO Processing ruok command from /127.0.0.1:48114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:52:28,670 INFO Processing ruok command from /127.0.0.1:48228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:52:28,749 INFO Processing ruok command from /127.0.0.1:48232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:52:38,701 INFO Processing ruok command from /127.0.0.1:48344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:52:38,790 INFO Processing ruok command from /127.0.0.1:48346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:52:48,687 INFO Processing ruok command from /127.0.0.1:48464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:52:48,758 INFO Processing ruok command from /127.0.0.1:48468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:52:58,658 INFO Processing ruok command from /127.0.0.1:48568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:52:58,706 INFO Processing ruok command from /127.0.0.1:48572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:53:08,681 INFO Processing ruok command from /127.0.0.1:48698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:53:08,770 INFO Processing ruok command from /127.0.0.1:48702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:53:18,883 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:53:19,118 INFO Processing ruok command from /127.0.0.1:48814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:53:28,660 INFO Processing ruok command from /127.0.0.1:48926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:53:28,725 INFO Processing ruok command from /127.0.0.1:48930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:53:38,684 INFO Processing ruok command from /127.0.0.1:49052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:53:38,781 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:53:48,082 INFO Committing global session 0x200002e8f500008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:53:48,664 INFO Processing ruok command from /127.0.0.1:49176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:53:48,733 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:53:58,676 INFO Processing ruok command from /127.0.0.1:49290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:53:58,724 INFO Processing ruok command from /127.0.0.1:49294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:54:08,685 INFO Processing ruok command from /127.0.0.1:49428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:54:08,725 INFO Processing ruok command from /127.0.0.1:49432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:54:18,671 INFO Processing ruok command from /127.0.0.1:49540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:54:18,742 INFO Processing ruok command from /127.0.0.1:49544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:54:28,661 INFO Processing ruok command from /127.0.0.1:49662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:54:28,722 INFO Processing ruok command from /127.0.0.1:49666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:54:38,690 INFO Processing ruok command from /127.0.0.1:49776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:54:38,791 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:54:48,664 INFO Processing ruok command from /127.0.0.1:49900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:54:48,745 INFO Processing ruok command from /127.0.0.1:49904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:54:58,654 INFO Processing ruok command from /127.0.0.1:50008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:54:58,711 INFO Processing ruok command from /127.0.0.1:50012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:55:08,664 INFO Processing ruok command from /127.0.0.1:50140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:55:08,757 INFO Processing ruok command from /127.0.0.1:50144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:55:18,663 INFO Processing ruok command from /127.0.0.1:50248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:55:18,708 INFO Processing ruok command from /127.0.0.1:50252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:55:28,648 INFO Processing ruok command from /127.0.0.1:50366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:55:28,718 INFO Processing ruok command from /127.0.0.1:50370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:55:38,691 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:55:38,760 INFO Processing ruok command from /127.0.0.1:50494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:55:48,235 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-09-22 02:55:48,242 INFO Committing global session 0x300002e515d000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:55:48,689 INFO Processing ruok command from /127.0.0.1:50612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:55:48,772 INFO Processing ruok command from /127.0.0.1:50616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:55:48,961 INFO Submitting global closeSession request for session 0x300002e515d000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 02:55:58,653 INFO Processing ruok command from /127.0.0.1:50724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:55:58,716 INFO Processing ruok command from /127.0.0.1:50728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:56:08,654 INFO Processing ruok command from /127.0.0.1:50856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:56:08,698 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:56:18,678 INFO Processing ruok command from /127.0.0.1:50970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:56:18,744 INFO Processing ruok command from /127.0.0.1:50974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:56:28,660 INFO Processing ruok command from /127.0.0.1:51094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:56:28,735 INFO Processing ruok command from /127.0.0.1:51098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:56:38,669 INFO Processing ruok command from /127.0.0.1:51216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:56:38,762 INFO Processing ruok command from /127.0.0.1:51220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:56:48,660 INFO Processing ruok command from /127.0.0.1:51342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:56:48,737 INFO Processing ruok command from /127.0.0.1:51346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:56:58,669 INFO Processing ruok command from /127.0.0.1:51460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:56:58,730 INFO Processing ruok command from /127.0.0.1:51464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:57:08,649 INFO Processing ruok command from /127.0.0.1:51582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:57:08,720 INFO Processing ruok command from /127.0.0.1:51586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:57:18,663 INFO Processing ruok command from /127.0.0.1:51698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:57:18,711 INFO Processing ruok command from /127.0.0.1:51702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:57:28,665 INFO Processing ruok command from /127.0.0.1:51818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:57:28,714 INFO Processing ruok command from /127.0.0.1:51822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:57:38,675 INFO Processing ruok command from /127.0.0.1:51948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:57:38,770 INFO Processing ruok command from /127.0.0.1:51952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:57:48,221 INFO Committing global session 0x200002e8f500009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:57:48,689 INFO Processing ruok command from /127.0.0.1:52068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:57:48,722 INFO Processing ruok command from /127.0.0.1:52072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:57:58,657 INFO Processing ruok command from /127.0.0.1:52180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:57:58,703 INFO Processing ruok command from /127.0.0.1:52184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:58:08,652 INFO Processing ruok command from /127.0.0.1:52312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:58:08,701 INFO Processing ruok command from /127.0.0.1:52316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:58:18,674 INFO Processing ruok command from /127.0.0.1:52430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:58:18,721 INFO Processing ruok command from /127.0.0.1:52434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:58:28,656 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:58:28,693 INFO Processing ruok command from /127.0.0.1:52556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:58:38,702 INFO Processing ruok command from /127.0.0.1:52674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:58:38,763 INFO Processing ruok command from /127.0.0.1:52676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:58:48,659 INFO Processing ruok command from /127.0.0.1:52802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:58:48,711 INFO Processing ruok command from /127.0.0.1:52806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:58:58,671 INFO Processing ruok command from /127.0.0.1:52912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:58:58,743 INFO Processing ruok command from /127.0.0.1:52916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:59:08,658 INFO Processing ruok command from /127.0.0.1:53038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:59:08,721 INFO Processing ruok command from /127.0.0.1:53042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:59:18,677 INFO Processing ruok command from /127.0.0.1:53154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:59:18,752 INFO Processing ruok command from /127.0.0.1:53158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:59:28,662 INFO Processing ruok command from /127.0.0.1:53278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:59:28,724 INFO Processing ruok command from /127.0.0.1:53282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:59:38,674 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:59:38,730 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:59:48,427 INFO Committing global session 0x100002ed664000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 02:59:48,671 INFO Processing ruok command from /127.0.0.1:53510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:59:48,750 INFO Processing ruok command from /127.0.0.1:53514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 02:59:58,661 INFO Processing ruok command from /127.0.0.1:53624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 02:59:58,706 INFO Processing ruok command from /127.0.0.1:53628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:00:08,651 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:00:08,736 INFO Processing ruok command from /127.0.0.1:53762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:00:18,665 INFO Processing ruok command from /127.0.0.1:53874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:00:18,734 INFO Processing ruok command from /127.0.0.1:53878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:00:28,670 INFO Processing ruok command from /127.0.0.1:53996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:00:28,714 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:00:38,693 INFO Processing ruok command from /127.0.0.1:54120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:00:38,755 INFO Processing ruok command from /127.0.0.1:54122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:00:48,675 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:00:48,713 INFO Processing ruok command from /127.0.0.1:54242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:00:58,658 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:00:58,721 INFO Processing ruok command from /127.0.0.1:54360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:01:08,666 INFO Processing ruok command from /127.0.0.1:54494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:01:08,707 INFO Processing ruok command from /127.0.0.1:54498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:01:18,668 INFO Processing ruok command from /127.0.0.1:54614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:01:18,738 INFO Processing ruok command from /127.0.0.1:54618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:01:28,672 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:01:28,738 INFO Processing ruok command from /127.0.0.1:54744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:01:38,666 INFO Processing ruok command from /127.0.0.1:54872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:01:38,708 INFO Processing ruok command from /127.0.0.1:54876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:01:48,478 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-09-22 03:01:48,487 INFO Committing global session 0x300002e515d000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 03:01:48,678 INFO Processing ruok command from /127.0.0.1:54990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:01:48,760 INFO Processing ruok command from /127.0.0.1:54994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:01:49,041 INFO Submitting global closeSession request for session 0x300002e515d000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-09-22 03:01:58,662 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:01:58,733 INFO Processing ruok command from /127.0.0.1:55110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:02:08,665 INFO Processing ruok command from /127.0.0.1:55244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:02:08,709 INFO Processing ruok command from /127.0.0.1:55248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:02:18,673 INFO Processing ruok command from /127.0.0.1:55364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:02:18,734 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:02:28,660 INFO Processing ruok command from /127.0.0.1:55486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:02:28,707 INFO Processing ruok command from /127.0.0.1:55490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:02:38,677 INFO Processing ruok command from /127.0.0.1:55610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:02:38,755 INFO Processing ruok command from /127.0.0.1:55614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:02:48,676 INFO Processing ruok command from /127.0.0.1:55746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:02:48,764 INFO Processing ruok command from /127.0.0.1:55750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:02:58,667 INFO Processing ruok command from /127.0.0.1:55850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:02:58,706 INFO Processing ruok command from /127.0.0.1:55854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:03:08,670 INFO Processing ruok command from /127.0.0.1:55984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:03:08,738 INFO Processing ruok command from /127.0.0.1:55988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:03:18,672 INFO Processing ruok command from /127.0.0.1:56094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:03:18,745 INFO Processing ruok command from /127.0.0.1:56098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:03:28,671 INFO Processing ruok command from /127.0.0.1:56212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:03:28,709 INFO Processing ruok command from /127.0.0.1:56216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:03:38,677 INFO Processing ruok command from /127.0.0.1:56340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:03:38,718 INFO Processing ruok command from /127.0.0.1:56344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:03:48,636 INFO Committing global session 0x200002e8f50000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:3] 2022-09-22 03:03:48,659 INFO Processing ruok command from /127.0.0.1:56458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:03:48,702 INFO Processing ruok command from /127.0.0.1:56462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:03:58,655 INFO Processing ruok command from /127.0.0.1:56578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:03:58,710 INFO Processing ruok command from /127.0.0.1:56582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:04:08,672 INFO Processing ruok command from /127.0.0.1:56722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:04:08,752 INFO Processing ruok command from /127.0.0.1:56726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:04:18,662 INFO Processing ruok command from /127.0.0.1:56844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:04:18,725 INFO Processing ruok command from /127.0.0.1:56848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:04:28,677 INFO Processing ruok command from /127.0.0.1:56966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:04:28,744 INFO Processing ruok command from /127.0.0.1:56970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:04:38,694 INFO Processing ruok command from /127.0.0.1:57084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:04:38,732 INFO Processing ruok command from /127.0.0.1:57086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:04:48,682 INFO Processing ruok command from /127.0.0.1:57208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:04:48,753 INFO Processing ruok command from /127.0.0.1:57212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:04:58,678 INFO Processing ruok command from /127.0.0.1:57330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:04:58,741 INFO Processing ruok command from /127.0.0.1:57334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:05:08,666 INFO Processing ruok command from /127.0.0.1:57464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:05:08,729 INFO Processing ruok command from /127.0.0.1:57468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:05:18,657 INFO Processing ruok command from /127.0.0.1:57576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:05:18,706 INFO Processing ruok command from /127.0.0.1:57580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:05:28,675 INFO Processing ruok command from /127.0.0.1:57696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:05:28,750 INFO Processing ruok command from /127.0.0.1:57700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-09-22 03:05:38,673 INFO Processing ruok command from /127.0.0.1:57818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-09-22 03:05:38,762 INFO Processing ruok command from /127.0.0.1:57822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]