By type
Detected Zookeeper ID 1 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 ssl.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 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-05-11 04:31:32,143 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-11 04:31:32,154 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-11 04:31:32,154 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-11 04:31:32,159 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-05-11 04:31:32,160 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-11 04:31:32,160 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-11 04:31:32,177 WARN No server failure will be tolerated. You need at least 3 servers. (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-11 04:31:32,189 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-05-11 04:31:32,189 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-05-11 04:31:32,191 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-05-11 04:31:32,198 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-05-11 04:31:32,200 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-05-11 04:31:32,211 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-05-11 04:31:32,218 INFO Starting quorum peer, myid=1 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-05-11 04:31:32,241 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-05-11 04:31:32,346 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,347 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,347 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,413 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-11 04:31:32,415 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-11 04:31:32,415 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,415 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,415 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,416 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-11 04:31:32,416 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-11 04:31:32,425 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,457 INFO Logging initialized @1042ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-05-11 04:31:32,563 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-05-11 04:31:32,564 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-05-11 04:31:32,590 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-05-11 04:31:32,591 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,592 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,592 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,592 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,592 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,592 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,592 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,593 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,611 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,611 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,612 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,615 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,615 INFO Server environment:host.name=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,615 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,615 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,615 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 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.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.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.8.6.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.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.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.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.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.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.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.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.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.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.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.14.1.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.7.1.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.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.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.19.3.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.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.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-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,616 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO Server environment:os.memory.free=231MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO Server environment:os.memory.total=249MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,617 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,618 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,618 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,618 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,618 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-11 04:31:32,625 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-05-11 04:31:32,625 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-05-11 04:31:32,627 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-05-11 04:31:32,627 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-05-11 04:31:32,640 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,640 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,640 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,640 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,640 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,641 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,641 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,651 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-05-11 04:31:32,651 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-05-11 04:31:32,659 INFO Snapshot loaded in 18 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-05-11 04:31:32,660 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-05-11 04:31:32,664 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-05-11 04:31:32,667 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,771 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,771 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,773 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-11 04:31:32,777 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main] 2022-05-11 04:31:32,815 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-05-11 04:31:32,815 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-05-11 04:31:32,817 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main] 2022-05-11 04:31:32,821 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-05-11 04:31:32,833 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-05-11 04:31:32,852 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-05-11 04:31:32,852 INFO Started @1437ms (org.eclipse.jetty.server.Server) [main] 2022-05-11 04:31:32,852 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-05-11 04:31:32,853 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-11 04:31:32,859 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-05-11 04:31:32,861 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-05-11 04:31:32,861 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-05-11 04:31:32,865 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.26:3888] 2022-05-11 04:31:32,866 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-05-11 04:31:32,868 INFO 1 is accepting connections now, my election bind port: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.26:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.26:3888] 2022-05-11 04:31:32,879 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:32,881 INFO New election. My id = 1, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:32,893 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-05-11 04:31:33,098 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,499 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,554 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.77:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1] 2022-05-11 04:31:33,556 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1] 2022-05-11 04:31:33,562 INFO Received connection request from /10.233.69.77:41784 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.26:3888] 2022-05-11 04:31:33,675 INFO Accepted TLS connection from onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.69.77:41784 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.26:3888] 2022-05-11 04:31:33,686 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=1]] 2022-05-11 04:31:33,688 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-05-11 04:31:33,888 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,889 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,897 INFO leaderConnectDelayDuringRetryMs: 100 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,897 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,897 INFO zookeeper.learner.asyncSending = false (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,900 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,901 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,902 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,903 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,903 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,905 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,905 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,905 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,905 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,905 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,905 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,907 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,907 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,907 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=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,909 INFO FOLLOWING - LEADER ELECTION TOOK - 1027 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:33,913 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,009 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.77:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.77:2888] 2022-05-11 04:31:34,028 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,037 INFO Getting a diff from the leader 0x0 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,037 INFO Peer state changed: following - synchronization - diff (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,044 INFO Learner received NEWLEADER message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,050 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,061 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,061 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,066 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,121 INFO Learner received UPTODATE message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:34,128 INFO Peer state changed: following - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:52,944 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-2] 2022-05-11 04:31:52,944 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-2] 2022-05-11 04:31:52,945 INFO Processing ruok command from /127.0.0.1:45792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:31:52,945 INFO Processing ruok command from /127.0.0.1:45790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:31:54,863 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 04:31:54,888 WARN Got zxid 0x100000001 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-11 04:31:54,889 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:1] 2022-05-11 04:31:54,897 INFO Committing global session 0x1000038a47e0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:31:55,152 INFO Submitting global closeSession request for session 0x1000038a47e0000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 04:32:02,878 INFO Processing ruok command from /127.0.0.1:45888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:32:02,978 INFO Processing ruok command from /127.0.0.1:45890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:32:08,168 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-11 04:32:08,184 INFO Committing global session 0x1000038a47e0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:32:11,187 INFO Committing global session 0x2000038f9fd0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:32:11,807 INFO Committing global session 0x2000038f9fd0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:32:12,877 INFO Processing ruok command from /127.0.0.1:45954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:32:12,962 INFO Processing ruok command from /127.0.0.1:45956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:32:15,729 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 04:32:15,739 INFO Committing global session 0x1000038a47e0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:32:22,888 INFO Processing ruok command from /127.0.0.1:46012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:32:22,957 INFO Processing ruok command from /127.0.0.1:46014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:32:32,848 INFO Processing ruok command from /127.0.0.1:46074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:32:32,911 INFO Processing ruok command from /127.0.0.1:46078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:32:42,848 INFO Processing ruok command from /127.0.0.1:46130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:32:42,909 INFO Processing ruok command from /127.0.0.1:46134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:32:42,981 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-05-11 04:32:42,988 INFO Committing global session 0x1000038a47e0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:32:52,867 INFO Processing ruok command from /127.0.0.1:46186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:32:52,948 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:33:02,899 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:33:02,952 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:33:03,157 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 04:33:03,165 INFO Committing global session 0x1000038a47e0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:33:03,979 INFO Submitting global closeSession request for session 0x1000038a47e0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 04:33:06,493 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-11 04:33:06,500 INFO Committing global session 0x1000038a47e0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:33:07,271 INFO Submitting global closeSession request for session 0x1000038a47e0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 04:33:12,912 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:33:12,970 INFO Processing ruok command from /127.0.0.1:46368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:33:22,876 INFO Processing ruok command from /127.0.0.1:46418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:33:22,938 INFO Processing ruok command from /127.0.0.1:46420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:33:32,884 INFO Processing ruok command from /127.0.0.1:46486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:33:32,935 INFO Processing ruok command from /127.0.0.1:46488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:33:42,853 INFO Processing ruok command from /127.0.0.1:46548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:33:42,893 INFO Processing ruok command from /127.0.0.1:46552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:33:52,854 INFO Processing ruok command from /127.0.0.1:46610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:33:52,919 INFO Processing ruok command from /127.0.0.1:46614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:34:02,848 INFO Processing ruok command from /127.0.0.1:46686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:34:02,916 INFO Processing ruok command from /127.0.0.1:46690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:34:12,870 INFO Processing ruok command from /127.0.0.1:46764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:34:12,901 INFO Processing ruok command from /127.0.0.1:46766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:34:22,863 INFO Processing ruok command from /127.0.0.1:46824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:34:22,910 INFO Processing ruok command from /127.0.0.1:46826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:34:32,856 INFO Processing ruok command from /127.0.0.1:46904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:34:32,883 INFO Processing ruok command from /127.0.0.1:46908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:34:42,871 INFO Processing ruok command from /127.0.0.1:46980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:34:42,935 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:34:52,912 INFO Processing ruok command from /127.0.0.1:47040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:34:52,960 INFO Processing ruok command from /127.0.0.1:47044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:34:59,686 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 04:34:59,695 INFO Committing global session 0x1000038a47e0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:35:00,467 INFO Submitting global closeSession request for session 0x1000038a47e0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 04:35:02,856 INFO Processing ruok command from /127.0.0.1:47138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:35:02,902 INFO Processing ruok command from /127.0.0.1:47140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:35:12,860 INFO Processing ruok command from /127.0.0.1:47212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:35:12,946 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:35:22,865 INFO Processing ruok command from /127.0.0.1:47276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:35:22,907 INFO Processing ruok command from /127.0.0.1:47278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:35:32,854 INFO Processing ruok command from /127.0.0.1:47342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:35:32,892 INFO Processing ruok command from /127.0.0.1:47346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:35:42,872 INFO Processing ruok command from /127.0.0.1:47442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:35:42,928 INFO Processing ruok command from /127.0.0.1:47444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:35:52,882 INFO Processing ruok command from /127.0.0.1:47514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:35:52,938 INFO Processing ruok command from /127.0.0.1:47516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:36:02,845 INFO Processing ruok command from /127.0.0.1:47620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:36:02,955 INFO Processing ruok command from /127.0.0.1:47624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:36:12,881 INFO Processing ruok command from /127.0.0.1:47718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:36:12,933 INFO Processing ruok command from /127.0.0.1:47720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:36:22,888 INFO Processing ruok command from /127.0.0.1:47808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:36:22,962 INFO Processing ruok command from /127.0.0.1:47810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:36:32,874 INFO Processing ruok command from /127.0.0.1:47886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:36:32,956 INFO Processing ruok command from /127.0.0.1:47888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:36:42,849 INFO Processing ruok command from /127.0.0.1:47952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:36:42,887 INFO Processing ruok command from /127.0.0.1:47956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:36:52,851 INFO Processing ruok command from /127.0.0.1:48022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:36:52,893 INFO Processing ruok command from /127.0.0.1:48026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:36:59,794 INFO Committing global session 0x2000038f9fd0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:37:02,854 INFO Processing ruok command from /127.0.0.1:48096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:37:02,890 INFO Processing ruok command from /127.0.0.1:48100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:37:12,850 INFO Processing ruok command from /127.0.0.1:48158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:37:12,892 INFO Processing ruok command from /127.0.0.1:48162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:37:22,855 INFO Processing ruok command from /127.0.0.1:48234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:37:22,936 INFO Processing ruok command from /127.0.0.1:48236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:37:32,859 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:37:32,900 INFO Processing ruok command from /127.0.0.1:48318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:37:42,870 INFO Processing ruok command from /127.0.0.1:48394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:37:42,919 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:37:52,884 INFO Processing ruok command from /127.0.0.1:48524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:37:52,959 INFO Processing ruok command from /127.0.0.1:48526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:38:02,863 INFO Processing ruok command from /127.0.0.1:48612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:38:02,946 INFO Processing ruok command from /127.0.0.1:48614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:38:12,860 INFO Processing ruok command from /127.0.0.1:48686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:38:12,940 INFO Processing ruok command from /127.0.0.1:48688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:38:22,863 INFO Processing ruok command from /127.0.0.1:48762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:38:22,931 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:38:32,863 INFO Processing ruok command from /127.0.0.1:48870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:38:32,914 INFO Processing ruok command from /127.0.0.1:48872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:38:42,861 INFO Processing ruok command from /127.0.0.1:48948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:38:42,943 INFO Processing ruok command from /127.0.0.1:48950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:38:52,866 INFO Processing ruok command from /127.0.0.1:49024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:38:52,924 INFO Processing ruok command from /127.0.0.1:49026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:38:59,564 INFO Committing global session 0x2000038f9fd0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:39:02,875 INFO Processing ruok command from /127.0.0.1:49136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:39:02,907 INFO Processing ruok command from /127.0.0.1:49138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:39:12,848 INFO Processing ruok command from /127.0.0.1:49212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:39:12,889 INFO Processing ruok command from /127.0.0.1:49216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:39:22,865 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:39:22,920 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:39:32,871 INFO Processing ruok command from /127.0.0.1:49376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:39:32,899 INFO Processing ruok command from /127.0.0.1:49378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:39:42,859 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:39:42,929 INFO Processing ruok command from /127.0.0.1:49456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:39:52,877 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:39:52,926 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:40:02,859 INFO Processing ruok command from /127.0.0.1:49622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:40:02,925 INFO Processing ruok command from /127.0.0.1:49626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:40:12,856 INFO Processing ruok command from /127.0.0.1:49702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:40:12,900 INFO Processing ruok command from /127.0.0.1:49704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:40:22,867 INFO Processing ruok command from /127.0.0.1:49786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:40:22,906 INFO Processing ruok command from /127.0.0.1:49788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:40:32,854 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:40:32,905 INFO Processing ruok command from /127.0.0.1:49872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:40:42,867 INFO Processing ruok command from /127.0.0.1:49944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:40:42,903 INFO Processing ruok command from /127.0.0.1:49946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:40:52,850 INFO Processing ruok command from /127.0.0.1:50020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:40:52,917 INFO Processing ruok command from /127.0.0.1:50024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:40:59,645 INFO Committing global session 0x2000038f9fd0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:41:02,852 INFO Processing ruok command from /127.0.0.1:50106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:41:02,903 INFO Processing ruok command from /127.0.0.1:50110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:41:12,863 INFO Processing ruok command from /127.0.0.1:50180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:41:12,923 INFO Processing ruok command from /127.0.0.1:50182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:41:22,879 INFO Processing ruok command from /127.0.0.1:50262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:41:22,934 INFO Processing ruok command from /127.0.0.1:50264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:41:32,859 INFO Processing ruok command from /127.0.0.1:50344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:41:32,899 INFO Processing ruok command from /127.0.0.1:50346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:41:42,856 INFO Processing ruok command from /127.0.0.1:50422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:41:42,932 INFO Processing ruok command from /127.0.0.1:50424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:41:52,849 INFO Processing ruok command from /127.0.0.1:50494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:41:52,895 INFO Processing ruok command from /127.0.0.1:50498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:42:02,857 INFO Processing ruok command from /127.0.0.1:50584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:42:02,923 INFO Processing ruok command from /127.0.0.1:50588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:42:12,871 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:42:12,914 INFO Processing ruok command from /127.0.0.1:50670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:42:22,875 INFO Processing ruok command from /127.0.0.1:50746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:42:22,939 INFO Processing ruok command from /127.0.0.1:50748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:42:32,857 INFO Processing ruok command from /127.0.0.1:50834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:42:32,894 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:42:42,857 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:42:42,900 INFO Processing ruok command from /127.0.0.1:50920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:42:52,868 INFO Processing ruok command from /127.0.0.1:50990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:42:52,955 INFO Processing ruok command from /127.0.0.1:50992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:42:59,803 INFO Committing global session 0x2000038f9fd0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:43:02,849 INFO Processing ruok command from /127.0.0.1:51076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:43:02,919 INFO Processing ruok command from /127.0.0.1:51080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:43:12,858 INFO Processing ruok command from /127.0.0.1:51156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:43:12,929 INFO Processing ruok command from /127.0.0.1:51158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:43:22,869 INFO Processing ruok command from /127.0.0.1:51236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:43:22,929 INFO Processing ruok command from /127.0.0.1:51238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:43:32,862 INFO Processing ruok command from /127.0.0.1:51322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:43:32,907 INFO Processing ruok command from /127.0.0.1:51324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:43:42,865 INFO Processing ruok command from /127.0.0.1:51402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:43:42,941 INFO Processing ruok command from /127.0.0.1:51404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:43:52,866 INFO Processing ruok command from /127.0.0.1:51480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:43:52,938 INFO Processing ruok command from /127.0.0.1:51482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:44:02,860 INFO Processing ruok command from /127.0.0.1:51566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:44:02,903 INFO Processing ruok command from /127.0.0.1:51568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:44:12,860 INFO Processing ruok command from /127.0.0.1:51646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:44:12,935 INFO Processing ruok command from /127.0.0.1:51648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:44:22,903 INFO Processing ruok command from /127.0.0.1:51726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:44:23,014 INFO Processing ruok command from /127.0.0.1:51728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:44:32,888 INFO Processing ruok command from /127.0.0.1:51894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:44:32,982 INFO Processing ruok command from /127.0.0.1:51898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:44:42,918 INFO Processing ruok command from /127.0.0.1:52030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:44:42,999 INFO Processing ruok command from /127.0.0.1:52032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:44:52,907 INFO Processing ruok command from /127.0.0.1:52166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:44:52,988 INFO Processing ruok command from /127.0.0.1:52168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:44:59,812 INFO Committing global session 0x2000038f9fd0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:45:02,895 INFO Processing ruok command from /127.0.0.1:52292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:45:02,945 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:45:12,877 INFO Processing ruok command from /127.0.0.1:52416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:45:13,016 INFO Processing ruok command from /127.0.0.1:52418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:45:22,865 INFO Processing ruok command from /127.0.0.1:52550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:45:22,928 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:45:32,881 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:45:32,953 INFO Processing ruok command from /127.0.0.1:52700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:45:42,850 INFO Processing ruok command from /127.0.0.1:52802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:45:42,888 INFO Processing ruok command from /127.0.0.1:52806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:45:52,868 INFO Processing ruok command from /127.0.0.1:52940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:45:52,992 INFO Processing ruok command from /127.0.0.1:52942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:46:02,873 INFO Processing ruok command from /127.0.0.1:53070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:46:02,953 INFO Processing ruok command from /127.0.0.1:53072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:46:12,865 INFO Processing ruok command from /127.0.0.1:53226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:46:12,924 INFO Processing ruok command from /127.0.0.1:53228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:46:22,873 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:46:22,946 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:46:32,868 INFO Processing ruok command from /127.0.0.1:53576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:46:32,916 INFO Processing ruok command from /127.0.0.1:53578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:46:42,898 INFO Processing ruok command from /127.0.0.1:53740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:46:42,951 INFO Processing ruok command from /127.0.0.1:53742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:46:52,877 INFO Processing ruok command from /127.0.0.1:53888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:46:52,902 INFO Processing ruok command from /127.0.0.1:53890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:46:59,791 INFO Committing global session 0x2000038f9fd0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:47:02,856 INFO Processing ruok command from /127.0.0.1:54072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:47:02,901 INFO Processing ruok command from /127.0.0.1:54076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:47:12,882 INFO Processing ruok command from /127.0.0.1:54232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:47:12,954 INFO Processing ruok command from /127.0.0.1:54234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:47:22,898 INFO Processing ruok command from /127.0.0.1:54370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:47:22,963 INFO Processing ruok command from /127.0.0.1:54374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:47:32,859 INFO Processing ruok command from /127.0.0.1:54540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:47:32,898 INFO Processing ruok command from /127.0.0.1:54542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:47:42,866 INFO Processing ruok command from /127.0.0.1:54694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:47:42,932 INFO Processing ruok command from /127.0.0.1:54696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:47:52,885 INFO Processing ruok command from /127.0.0.1:54852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:47:52,974 INFO Processing ruok command from /127.0.0.1:54854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:48:02,872 INFO Processing ruok command from /127.0.0.1:55006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:48:02,942 INFO Processing ruok command from /127.0.0.1:55012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:48:12,852 INFO Processing ruok command from /127.0.0.1:55160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:48:12,914 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:48:22,881 INFO Processing ruok command from /127.0.0.1:55316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:48:22,949 INFO Processing ruok command from /127.0.0.1:55320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:48:32,877 INFO Processing ruok command from /127.0.0.1:55488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:48:32,942 INFO Processing ruok command from /127.0.0.1:55490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:48:42,865 INFO Processing ruok command from /127.0.0.1:55666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:48:42,941 INFO Processing ruok command from /127.0.0.1:55670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:48:52,914 INFO Processing ruok command from /127.0.0.1:55854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:48:52,988 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:48:59,718 INFO Committing global session 0x2000038f9fd0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:49:02,885 INFO Processing ruok command from /127.0.0.1:56018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:49:02,957 INFO Processing ruok command from /127.0.0.1:56020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:49:12,876 INFO Processing ruok command from /127.0.0.1:56166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:49:12,944 INFO Processing ruok command from /127.0.0.1:56168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:49:22,892 INFO Processing ruok command from /127.0.0.1:56338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:49:22,972 INFO Processing ruok command from /127.0.0.1:56340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:49:32,868 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:49:32,900 INFO Processing ruok command from /127.0.0.1:56508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:49:42,849 INFO Processing ruok command from /127.0.0.1:56690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:49:42,887 INFO Processing ruok command from /127.0.0.1:56694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:49:52,854 INFO Processing ruok command from /127.0.0.1:56860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:49:52,906 INFO Processing ruok command from /127.0.0.1:56864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:50:02,871 INFO Processing ruok command from /127.0.0.1:57022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:50:02,951 INFO Processing ruok command from /127.0.0.1:57026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:50:12,869 INFO Processing ruok command from /127.0.0.1:57192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:50:12,912 INFO Processing ruok command from /127.0.0.1:57194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:50:22,878 INFO Processing ruok command from /127.0.0.1:57362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:50:22,948 INFO Processing ruok command from /127.0.0.1:57364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:50:32,852 INFO Processing ruok command from /127.0.0.1:57530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:50:32,889 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:50:42,860 INFO Processing ruok command from /127.0.0.1:57696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:50:42,927 INFO Processing ruok command from /127.0.0.1:57698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:50:52,860 INFO Processing ruok command from /127.0.0.1:57864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:50:52,896 INFO Processing ruok command from /127.0.0.1:57868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:50:59,648 INFO Committing global session 0x2000038f9fd0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:51:02,874 INFO Processing ruok command from /127.0.0.1:58040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:51:02,941 INFO Processing ruok command from /127.0.0.1:58042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:51:12,876 INFO Processing ruok command from /127.0.0.1:58204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:51:12,923 INFO Processing ruok command from /127.0.0.1:58206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:51:22,882 INFO Processing ruok command from /127.0.0.1:58372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:51:22,926 INFO Processing ruok command from /127.0.0.1:58376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:51:32,874 INFO Processing ruok command from /127.0.0.1:58540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:51:32,928 INFO Processing ruok command from /127.0.0.1:58542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:51:42,865 INFO Processing ruok command from /127.0.0.1:58702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:51:42,935 INFO Processing ruok command from /127.0.0.1:58704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:51:52,862 INFO Processing ruok command from /127.0.0.1:58872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:51:52,911 INFO Processing ruok command from /127.0.0.1:58874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:52:02,855 INFO Processing ruok command from /127.0.0.1:59042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:52:02,909 INFO Processing ruok command from /127.0.0.1:59044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:52:12,863 INFO Processing ruok command from /127.0.0.1:59210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:52:12,903 INFO Processing ruok command from /127.0.0.1:59212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:52:22,868 INFO Processing ruok command from /127.0.0.1:59372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:52:22,917 INFO Processing ruok command from /127.0.0.1:59374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:52:32,874 INFO Processing ruok command from /127.0.0.1:59532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:52:32,908 INFO Processing ruok command from /127.0.0.1:59534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:52:42,868 INFO Processing ruok command from /127.0.0.1:59698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:52:42,944 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:52:52,897 INFO Processing ruok command from /127.0.0.1:59860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:52:52,965 INFO Processing ruok command from /127.0.0.1:59862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:52:59,621 INFO Committing global session 0x2000038f9fd000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:53:02,876 INFO Processing ruok command from /127.0.0.1:60032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:53:02,946 INFO Processing ruok command from /127.0.0.1:60034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:53:12,892 INFO Processing ruok command from /127.0.0.1:60196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:53:12,953 INFO Processing ruok command from /127.0.0.1:60198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:53:22,867 INFO Processing ruok command from /127.0.0.1:60356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:53:22,961 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:53:32,862 INFO Processing ruok command from /127.0.0.1:60526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:53:32,931 INFO Processing ruok command from /127.0.0.1:60528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:53:42,870 INFO Processing ruok command from /127.0.0.1:60694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:53:42,909 INFO Processing ruok command from /127.0.0.1:60696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:53:52,891 INFO Processing ruok command from /127.0.0.1:60856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:53:52,955 INFO Processing ruok command from /127.0.0.1:60858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:54:02,891 INFO Processing ruok command from /127.0.0.1:32792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:54:02,956 INFO Processing ruok command from /127.0.0.1:32796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:54:12,868 INFO Processing ruok command from /127.0.0.1:32956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:54:12,941 INFO Processing ruok command from /127.0.0.1:32960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:54:22,884 INFO Processing ruok command from /127.0.0.1:33118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:54:22,934 INFO Processing ruok command from /127.0.0.1:33120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:54:32,865 INFO Processing ruok command from /127.0.0.1:33288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:54:32,900 INFO Processing ruok command from /127.0.0.1:33290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:54:42,882 INFO Processing ruok command from /127.0.0.1:33450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:54:42,941 INFO Processing ruok command from /127.0.0.1:33452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:54:52,878 INFO Processing ruok command from /127.0.0.1:33618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:54:52,950 INFO Processing ruok command from /127.0.0.1:33620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:54:59,411 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-11 04:54:59,420 INFO Committing global session 0x1000038a47e0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:55:00,272 INFO Submitting global closeSession request for session 0x1000038a47e0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 04:55:02,891 INFO Processing ruok command from /127.0.0.1:33808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:55:02,996 INFO Processing ruok command from /127.0.0.1:33810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:55:12,872 INFO Processing ruok command from /127.0.0.1:33974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:55:12,929 INFO Processing ruok command from /127.0.0.1:33980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:55:22,865 INFO Processing ruok command from /127.0.0.1:34178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:55:22,951 INFO Processing ruok command from /127.0.0.1:34182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:55:32,859 INFO Processing ruok command from /127.0.0.1:34412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:55:32,896 INFO Processing ruok command from /127.0.0.1:34414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:55:42,866 INFO Processing ruok command from /127.0.0.1:34650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:55:42,900 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:55:52,883 INFO Processing ruok command from /127.0.0.1:34842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:55:52,964 INFO Processing ruok command from /127.0.0.1:34844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:56:02,873 INFO Processing ruok command from /127.0.0.1:35010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:56:02,929 INFO Processing ruok command from /127.0.0.1:35014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:56:12,869 INFO Processing ruok command from /127.0.0.1:35184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:56:12,903 INFO Processing ruok command from /127.0.0.1:35186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:56:22,877 INFO Processing ruok command from /127.0.0.1:35370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:56:22,952 INFO Processing ruok command from /127.0.0.1:35372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:56:32,871 INFO Processing ruok command from /127.0.0.1:35542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:56:32,911 INFO Processing ruok command from /127.0.0.1:35548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:56:42,857 INFO Processing ruok command from /127.0.0.1:35704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:56:42,940 INFO Processing ruok command from /127.0.0.1:35708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:56:52,874 INFO Processing ruok command from /127.0.0.1:35872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:56:52,934 INFO Processing ruok command from /127.0.0.1:35874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:56:59,767 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 04:56:59,775 INFO Committing global session 0x1000038a47e0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:57:00,507 INFO Submitting global closeSession request for session 0x1000038a47e0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 04:57:02,867 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:57:02,906 INFO Processing ruok command from /127.0.0.1:36044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:57:12,867 INFO Processing ruok command from /127.0.0.1:36214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:57:12,939 INFO Processing ruok command from /127.0.0.1:36216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:57:22,859 INFO Processing ruok command from /127.0.0.1:36376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:57:22,937 INFO Processing ruok command from /127.0.0.1:36380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:57:32,873 INFO Processing ruok command from /127.0.0.1:36544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:57:32,913 INFO Processing ruok command from /127.0.0.1:36546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:57:42,911 INFO Processing ruok command from /127.0.0.1:36718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:57:42,987 INFO Processing ruok command from /127.0.0.1:36722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:57:52,879 INFO Processing ruok command from /127.0.0.1:36928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:57:52,933 INFO Processing ruok command from /127.0.0.1:36930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:58:02,883 INFO Processing ruok command from /127.0.0.1:37116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:58:02,954 INFO Processing ruok command from /127.0.0.1:37118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:58:12,860 INFO Processing ruok command from /127.0.0.1:37300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:58:12,898 INFO Processing ruok command from /127.0.0.1:37302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:58:22,891 INFO Processing ruok command from /127.0.0.1:37480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:58:22,931 INFO Processing ruok command from /127.0.0.1:37482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:58:32,898 INFO Processing ruok command from /127.0.0.1:37648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:58:32,998 INFO Processing ruok command from /127.0.0.1:37650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:58:43,382 INFO Processing ruok command from /127.0.0.1:37880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:58:43,530 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:58:53,385 INFO Processing ruok command from /127.0.0.1:38114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:58:53,850 INFO Processing ruok command from /127.0.0.1:38118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:58:59,661 INFO Committing global session 0x2000038f9fd000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 04:59:03,052 INFO Processing ruok command from /127.0.0.1:38368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:59:03,223 INFO Processing ruok command from /127.0.0.1:38372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:59:12,899 INFO Processing ruok command from /127.0.0.1:38596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:59:12,954 INFO Processing ruok command from /127.0.0.1:38598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:59:22,880 INFO Processing ruok command from /127.0.0.1:38782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:59:22,956 INFO Processing ruok command from /127.0.0.1:38784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:59:32,931 INFO Processing ruok command from /127.0.0.1:38952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:59:33,078 INFO Processing ruok command from /127.0.0.1:38954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:59:42,947 INFO Processing ruok command from /127.0.0.1:39150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:59:43,061 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 04:59:52,955 INFO Processing ruok command from /127.0.0.1:39410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 04:59:53,049 INFO Processing ruok command from /127.0.0.1:39412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:00:02,888 INFO Processing ruok command from /127.0.0.1:39602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:00:03,005 INFO Processing ruok command from /127.0.0.1:39604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:00:12,911 INFO Processing ruok command from /127.0.0.1:39812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:00:13,030 INFO Processing ruok command from /127.0.0.1:39816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:00:22,913 INFO Processing ruok command from /127.0.0.1:40016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:00:23,032 INFO Processing ruok command from /127.0.0.1:40020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:00:32,905 INFO Processing ruok command from /127.0.0.1:40218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:00:32,992 INFO Processing ruok command from /127.0.0.1:40222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:00:42,886 INFO Processing ruok command from /127.0.0.1:40404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:00:42,931 INFO Processing ruok command from /127.0.0.1:40406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:00:52,944 INFO Processing ruok command from /127.0.0.1:40610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:00:53,057 INFO Processing ruok command from /127.0.0.1:40612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:00:59,722 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-11 05:00:59,729 INFO Committing global session 0x1000038a47e0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:01:00,599 INFO Submitting global closeSession request for session 0x1000038a47e0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 05:01:02,923 INFO Processing ruok command from /127.0.0.1:40798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:01:03,025 INFO Processing ruok command from /127.0.0.1:40800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:01:12,898 INFO Processing ruok command from /127.0.0.1:40972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:01:13,008 INFO Processing ruok command from /127.0.0.1:40974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:01:22,992 INFO Processing ruok command from /127.0.0.1:41136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:01:23,087 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:01:32,916 INFO Processing ruok command from /127.0.0.1:41330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:01:32,995 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:01:42,896 INFO Processing ruok command from /127.0.0.1:41524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:01:42,952 INFO Processing ruok command from /127.0.0.1:41526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:01:52,953 INFO Processing ruok command from /127.0.0.1:41688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:01:53,087 INFO Processing ruok command from /127.0.0.1:41690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:02:02,899 INFO Processing ruok command from /127.0.0.1:41952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:02:02,943 INFO Processing ruok command from /127.0.0.1:41956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:02:12,911 INFO Processing ruok command from /127.0.0.1:42164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:02:12,971 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:02:22,883 INFO Processing ruok command from /127.0.0.1:42348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:02:22,995 INFO Processing ruok command from /127.0.0.1:42350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:02:32,886 INFO Processing ruok command from /127.0.0.1:42546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:02:32,951 INFO Processing ruok command from /127.0.0.1:42548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:02:42,872 INFO Processing ruok command from /127.0.0.1:42724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:02:42,982 INFO Processing ruok command from /127.0.0.1:42726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:02:52,862 INFO Processing ruok command from /127.0.0.1:42900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:02:52,944 INFO Processing ruok command from /127.0.0.1:42902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:02:59,581 INFO Committing global session 0x2000038f9fd000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:03:02,866 INFO Processing ruok command from /127.0.0.1:43108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:03:02,905 INFO Processing ruok command from /127.0.0.1:43110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:03:12,899 INFO Processing ruok command from /127.0.0.1:43288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:03:12,968 INFO Processing ruok command from /127.0.0.1:43290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:03:22,860 INFO Processing ruok command from /127.0.0.1:43454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:03:22,936 INFO Processing ruok command from /127.0.0.1:43458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:03:32,883 INFO Processing ruok command from /127.0.0.1:43638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:03:32,918 INFO Processing ruok command from /127.0.0.1:43640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:03:42,893 INFO Processing ruok command from /127.0.0.1:43816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:03:42,971 INFO Processing ruok command from /127.0.0.1:43818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:03:52,851 INFO Processing ruok command from /127.0.0.1:43986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:03:52,898 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:04:02,881 INFO Processing ruok command from /127.0.0.1:44192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:04:02,966 INFO Processing ruok command from /127.0.0.1:44196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:04:12,876 INFO Processing ruok command from /127.0.0.1:44368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:04:12,932 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:04:22,877 INFO Processing ruok command from /127.0.0.1:44526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:04:22,944 INFO Processing ruok command from /127.0.0.1:44528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:04:32,856 INFO Processing ruok command from /127.0.0.1:44702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:04:32,899 INFO Processing ruok command from /127.0.0.1:44704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:04:42,858 INFO Processing ruok command from /127.0.0.1:44880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:04:42,914 INFO Processing ruok command from /127.0.0.1:44884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:04:52,878 INFO Processing ruok command from /127.0.0.1:45042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:04:52,957 INFO Processing ruok command from /127.0.0.1:45044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:04:59,613 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 05:04:59,621 INFO Committing global session 0x1000038a47e000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:05:00,479 INFO Submitting global closeSession request for session 0x1000038a47e000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 05:05:02,944 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:05:03,048 INFO Processing ruok command from /127.0.0.1:45254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:05:12,874 INFO Processing ruok command from /127.0.0.1:45418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:05:12,921 INFO Processing ruok command from /127.0.0.1:45420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:05:22,898 INFO Processing ruok command from /127.0.0.1:45594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:05:22,958 INFO Processing ruok command from /127.0.0.1:45596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:05:32,871 INFO Processing ruok command from /127.0.0.1:45770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:05:32,910 INFO Processing ruok command from /127.0.0.1:45772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:05:42,862 INFO Processing ruok command from /127.0.0.1:45946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:05:42,907 INFO Processing ruok command from /127.0.0.1:45950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:05:52,863 INFO Processing ruok command from /127.0.0.1:46112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:05:52,940 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:06:02,854 INFO Processing ruok command from /127.0.0.1:46296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:06:02,911 INFO Processing ruok command from /127.0.0.1:46304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:06:12,871 INFO Processing ruok command from /127.0.0.1:46494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:06:12,944 INFO Processing ruok command from /127.0.0.1:46496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:06:22,862 INFO Processing ruok command from /127.0.0.1:46668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:06:22,923 INFO Processing ruok command from /127.0.0.1:46670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:06:32,867 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:06:32,905 INFO Processing ruok command from /127.0.0.1:46846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:06:42,869 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:06:42,926 INFO Processing ruok command from /127.0.0.1:47018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:06:52,872 INFO Processing ruok command from /127.0.0.1:47196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:06:52,963 INFO Processing ruok command from /127.0.0.1:47198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:06:59,626 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-11 05:06:59,632 INFO Committing global session 0x1000038a47e000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:07:00,508 INFO Submitting global closeSession request for session 0x1000038a47e000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 05:07:02,870 INFO Processing ruok command from /127.0.0.1:47372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:07:02,934 INFO Processing ruok command from /127.0.0.1:47374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:07:12,878 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:07:12,922 INFO Processing ruok command from /127.0.0.1:47572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:07:22,869 INFO Processing ruok command from /127.0.0.1:47738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:07:22,940 INFO Processing ruok command from /127.0.0.1:47740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:07:32,862 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:07:32,913 INFO Processing ruok command from /127.0.0.1:47916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:07:42,863 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:07:42,933 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:07:52,858 INFO Processing ruok command from /127.0.0.1:48262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:07:52,938 INFO Processing ruok command from /127.0.0.1:48264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:08:02,851 INFO Processing ruok command from /127.0.0.1:48436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:08:02,896 INFO Processing ruok command from /127.0.0.1:48440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:08:12,851 INFO Processing ruok command from /127.0.0.1:48636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:08:12,901 INFO Processing ruok command from /127.0.0.1:48642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:08:22,888 INFO Processing ruok command from /127.0.0.1:48810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:08:22,981 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:08:32,875 INFO Processing ruok command from /127.0.0.1:48982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:08:32,966 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:08:42,859 INFO Processing ruok command from /127.0.0.1:49154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:08:42,940 INFO Processing ruok command from /127.0.0.1:49156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:08:52,866 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:08:52,911 INFO Processing ruok command from /127.0.0.1:49336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:08:59,494 INFO Committing global session 0x2000038f9fd000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:09:02,861 INFO Processing ruok command from /127.0.0.1:49516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:09:02,899 INFO Processing ruok command from /127.0.0.1:49518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:09:12,887 INFO Processing ruok command from /127.0.0.1:49706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:09:12,970 INFO Processing ruok command from /127.0.0.1:49708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:09:22,864 INFO Processing ruok command from /127.0.0.1:49874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:09:22,904 INFO Processing ruok command from /127.0.0.1:49876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:09:32,852 INFO Processing ruok command from /127.0.0.1:50044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:09:32,918 INFO Processing ruok command from /127.0.0.1:50048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:09:42,848 INFO Processing ruok command from /127.0.0.1:50220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:09:42,893 INFO Processing ruok command from /127.0.0.1:50224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:09:52,872 INFO Processing ruok command from /127.0.0.1:50400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:09:52,915 INFO Processing ruok command from /127.0.0.1:50402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:10:02,876 INFO Processing ruok command from /127.0.0.1:50578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:10:02,910 INFO Processing ruok command from /127.0.0.1:50580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:10:12,849 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:10:12,903 INFO Processing ruok command from /127.0.0.1:50780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:10:22,859 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:10:22,900 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:10:32,875 INFO Processing ruok command from /127.0.0.1:51124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:10:32,940 INFO Processing ruok command from /127.0.0.1:51126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:10:42,882 INFO Processing ruok command from /127.0.0.1:51306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:10:42,928 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:10:52,874 INFO Processing ruok command from /127.0.0.1:51480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:10:52,922 INFO Processing ruok command from /127.0.0.1:51482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:10:59,584 INFO Committing global session 0x2000038f9fd000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:11:02,864 INFO Processing ruok command from /127.0.0.1:51662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:11:02,909 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:11:12,861 INFO Processing ruok command from /127.0.0.1:51860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:11:12,947 INFO Processing ruok command from /127.0.0.1:51862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:11:22,861 INFO Processing ruok command from /127.0.0.1:52026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:11:22,935 INFO Processing ruok command from /127.0.0.1:52028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:11:32,858 INFO Processing ruok command from /127.0.0.1:52202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:11:32,900 INFO Processing ruok command from /127.0.0.1:52206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:11:42,871 INFO Processing ruok command from /127.0.0.1:52390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:11:42,962 INFO Processing ruok command from /127.0.0.1:52392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:11:52,875 INFO Processing ruok command from /127.0.0.1:52564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:11:52,951 INFO Processing ruok command from /127.0.0.1:52568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:12:02,859 INFO Processing ruok command from /127.0.0.1:52750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:12:02,901 INFO Processing ruok command from /127.0.0.1:52752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:12:12,867 INFO Processing ruok command from /127.0.0.1:52948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:12:12,926 INFO Processing ruok command from /127.0.0.1:52950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:12:22,864 INFO Processing ruok command from /127.0.0.1:53118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:12:22,941 INFO Processing ruok command from /127.0.0.1:53120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:12:32,846 INFO Processing ruok command from /127.0.0.1:53290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:12:32,889 INFO Processing ruok command from /127.0.0.1:53296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:12:42,872 INFO Processing ruok command from /127.0.0.1:53478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:12:42,909 INFO Processing ruok command from /127.0.0.1:53480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:12:52,876 INFO Processing ruok command from /127.0.0.1:53646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:12:52,921 INFO Processing ruok command from /127.0.0.1:53648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:12:59,540 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 05:12:59,547 INFO Committing global session 0x1000038a47e000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:13:00,420 INFO Submitting global closeSession request for session 0x1000038a47e000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 05:13:02,860 INFO Processing ruok command from /127.0.0.1:53826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:13:02,898 INFO Processing ruok command from /127.0.0.1:53828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:13:12,854 INFO Processing ruok command from /127.0.0.1:54018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:13:12,926 INFO Processing ruok command from /127.0.0.1:54022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:13:22,864 INFO Processing ruok command from /127.0.0.1:54190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:13:22,909 INFO Processing ruok command from /127.0.0.1:54192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:13:32,879 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:13:32,945 INFO Processing ruok command from /127.0.0.1:54368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:13:42,863 INFO Processing ruok command from /127.0.0.1:54548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:13:42,935 INFO Processing ruok command from /127.0.0.1:54550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:13:52,876 INFO Processing ruok command from /127.0.0.1:54716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:13:52,949 INFO Processing ruok command from /127.0.0.1:54720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:14:02,871 INFO Processing ruok command from /127.0.0.1:54898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:14:02,919 INFO Processing ruok command from /127.0.0.1:54902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:14:12,867 INFO Processing ruok command from /127.0.0.1:55098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:14:12,949 INFO Processing ruok command from /127.0.0.1:55100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:14:22,852 INFO Processing ruok command from /127.0.0.1:55264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:14:22,900 INFO Processing ruok command from /127.0.0.1:55268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:14:32,858 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:14:32,939 INFO Processing ruok command from /127.0.0.1:55438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:14:42,858 INFO Processing ruok command from /127.0.0.1:55636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:14:42,894 INFO Processing ruok command from /127.0.0.1:55638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:14:52,884 INFO Processing ruok command from /127.0.0.1:55808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:14:52,945 INFO Processing ruok command from /127.0.0.1:55814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:14:59,664 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-11 05:14:59,671 INFO Committing global session 0x1000038a47e000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:15:00,546 INFO Submitting global closeSession request for session 0x1000038a47e000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 05:15:02,869 INFO Processing ruok command from /127.0.0.1:55992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:15:02,913 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:15:12,870 INFO Processing ruok command from /127.0.0.1:56192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:15:12,912 INFO Processing ruok command from /127.0.0.1:56194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:15:22,863 INFO Processing ruok command from /127.0.0.1:56362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:15:22,905 INFO Processing ruok command from /127.0.0.1:56364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:15:32,856 INFO Processing ruok command from /127.0.0.1:56538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:15:32,902 INFO Processing ruok command from /127.0.0.1:56540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:15:42,862 INFO Processing ruok command from /127.0.0.1:56718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:15:42,944 INFO Processing ruok command from /127.0.0.1:56720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:15:52,844 INFO Processing ruok command from /127.0.0.1:56886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:15:52,926 INFO Processing ruok command from /127.0.0.1:56890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:16:02,865 INFO Processing ruok command from /127.0.0.1:57060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:16:02,920 INFO Processing ruok command from /127.0.0.1:57062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:16:12,868 INFO Processing ruok command from /127.0.0.1:57248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:16:12,951 INFO Processing ruok command from /127.0.0.1:57250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:16:22,857 INFO Processing ruok command from /127.0.0.1:57414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:16:22,908 INFO Processing ruok command from /127.0.0.1:57418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:16:32,861 INFO Processing ruok command from /127.0.0.1:57584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:16:32,904 INFO Processing ruok command from /127.0.0.1:57586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:16:42,860 INFO Processing ruok command from /127.0.0.1:57768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:16:42,899 INFO Processing ruok command from /127.0.0.1:57770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:16:52,882 INFO Processing ruok command from /127.0.0.1:57940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:16:52,957 INFO Processing ruok command from /127.0.0.1:57944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:16:59,512 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-11 05:16:59,518 INFO Committing global session 0x1000038a47e000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:17:00,378 INFO Submitting global closeSession request for session 0x1000038a47e000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 05:17:02,867 INFO Processing ruok command from /127.0.0.1:58126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:17:02,910 INFO Processing ruok command from /127.0.0.1:58128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:17:12,865 INFO Processing ruok command from /127.0.0.1:58328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:17:12,907 INFO Processing ruok command from /127.0.0.1:58330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:17:22,865 INFO Processing ruok command from /127.0.0.1:58498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:17:22,908 INFO Processing ruok command from /127.0.0.1:58500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:17:32,868 INFO Processing ruok command from /127.0.0.1:58680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:17:32,911 INFO Processing ruok command from /127.0.0.1:58682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:17:42,875 INFO Processing ruok command from /127.0.0.1:58854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:17:42,938 INFO Processing ruok command from /127.0.0.1:58856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:17:52,852 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:17:52,893 INFO Processing ruok command from /127.0.0.1:59030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:18:02,878 INFO Processing ruok command from /127.0.0.1:59210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:18:02,921 INFO Processing ruok command from /127.0.0.1:59212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:18:12,853 INFO Processing ruok command from /127.0.0.1:59402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:18:12,923 INFO Processing ruok command from /127.0.0.1:59406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:18:22,867 INFO Processing ruok command from /127.0.0.1:59586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:18:22,936 INFO Processing ruok command from /127.0.0.1:59588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:18:32,855 INFO Processing ruok command from /127.0.0.1:59764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:18:32,891 INFO Processing ruok command from /127.0.0.1:59766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:18:42,884 INFO Processing ruok command from /127.0.0.1:59940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:18:42,942 INFO Processing ruok command from /127.0.0.1:59942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:18:52,852 INFO Processing ruok command from /127.0.0.1:60118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:18:52,929 INFO Processing ruok command from /127.0.0.1:60122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:18:59,467 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-11 05:18:59,473 INFO Committing global session 0x1000038a47e000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:19:00,349 INFO Submitting global closeSession request for session 0x1000038a47e000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-11 05:19:02,857 INFO Processing ruok command from /127.0.0.1:60296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:19:02,898 INFO Processing ruok command from /127.0.0.1:60298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:19:12,871 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:19:12,952 INFO Processing ruok command from /127.0.0.1:60498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:19:22,861 INFO Processing ruok command from /127.0.0.1:60672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:19:22,906 INFO Processing ruok command from /127.0.0.1:60674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:19:32,880 INFO Processing ruok command from /127.0.0.1:60846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:19:32,916 INFO Processing ruok command from /127.0.0.1:60850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:19:42,900 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:19:42,982 INFO Processing ruok command from /127.0.0.1:32802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:19:52,862 INFO Processing ruok command from /127.0.0.1:32974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:19:52,932 INFO Processing ruok command from /127.0.0.1:32978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:20:02,855 INFO Processing ruok command from /127.0.0.1:33148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:20:02,892 INFO Processing ruok command from /127.0.0.1:33152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:20:12,869 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:20:12,951 INFO Processing ruok command from /127.0.0.1:33340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:20:22,872 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:20:22,937 INFO Processing ruok command from /127.0.0.1:33518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:20:32,859 INFO Processing ruok command from /127.0.0.1:33698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:20:32,936 INFO Processing ruok command from /127.0.0.1:33702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:20:42,872 INFO Processing ruok command from /127.0.0.1:33886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:20:42,924 INFO Processing ruok command from /127.0.0.1:33888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:20:52,871 INFO Processing ruok command from /127.0.0.1:34064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:20:52,940 INFO Processing ruok command from /127.0.0.1:34066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:20:59,541 INFO Committing global session 0x2000038f9fd000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:21:02,867 INFO Processing ruok command from /127.0.0.1:34238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:21:02,924 INFO Processing ruok command from /127.0.0.1:34240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:21:12,878 INFO Processing ruok command from /127.0.0.1:34438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:21:12,917 INFO Processing ruok command from /127.0.0.1:34440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:21:22,893 INFO Processing ruok command from /127.0.0.1:34606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:21:22,953 INFO Processing ruok command from /127.0.0.1:34608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:21:32,865 INFO Processing ruok command from /127.0.0.1:34784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:21:32,933 INFO Processing ruok command from /127.0.0.1:34788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:21:42,872 INFO Processing ruok command from /127.0.0.1:34972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:21:42,933 INFO Processing ruok command from /127.0.0.1:34974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:21:52,879 INFO Processing ruok command from /127.0.0.1:35140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:21:52,911 INFO Processing ruok command from /127.0.0.1:35142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:22:02,876 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:22:02,916 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:22:12,868 INFO Processing ruok command from /127.0.0.1:35504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:22:12,907 INFO Processing ruok command from /127.0.0.1:35506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:22:22,869 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:22:22,925 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:22:32,875 INFO Processing ruok command from /127.0.0.1:35850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:22:32,922 INFO Processing ruok command from /127.0.0.1:35854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:22:42,858 INFO Processing ruok command from /127.0.0.1:36030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:22:42,913 INFO Processing ruok command from /127.0.0.1:36032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:22:52,868 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:22:52,918 INFO Processing ruok command from /127.0.0.1:36210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:22:59,657 INFO Committing global session 0x2000038f9fd0010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-11 05:23:02,858 INFO Processing ruok command from /127.0.0.1:36382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:23:02,898 INFO Processing ruok command from /127.0.0.1:36384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-11 05:23:12,864 INFO Processing ruok command from /127.0.0.1:36578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-11 05:23:12,903 INFO Processing ruok command from /127.0.0.1:36580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]