By type
Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-10-21 07:36:44,212 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 07:36:44,224 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 07:36:44,225 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 07:36:44,231 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-10-21 07:36:44,232 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 07:36:44,232 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-21 07:36:44,273 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-21 07:36:44,273 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-21 07:36:44,275 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 07:36:44,282 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-10-21 07:36:44,285 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-21 07:36:44,299 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 07:36:44,305 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-10-21 07:36:44,340 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-10-21 07:36:44,463 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,463 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,464 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,536 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 07:36:44,538 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 07:36:44,538 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,538 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,539 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,539 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 07:36:44,539 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-21 07:36:44,557 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,561 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-21 07:36:44,562 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,563 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,563 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,563 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,563 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,563 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,563 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,563 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,587 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,588 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.15.0.10-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.1.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.1.0.jar:/opt/kafka/bin/../libs/connect-file-3.1.0.jar:/opt/kafka/bin/../libs/connect-json-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.1.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.1.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.1.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.95.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.9.0.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.8.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.30.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.1.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.1.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.1.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.1.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.1.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.1.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.1.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.30.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.3.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.22.1.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.30.0.jar:/opt/kafka/bin/../libs/trogdor-3.1.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-4.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,591 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:os.memory.free=206MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO Server environment:os.memory.total=218MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,592 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,593 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,593 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,593 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,593 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,593 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,594 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,594 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-21 07:36:44,601 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-21 07:36:44,601 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-21 07:36:44,603 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-21 07:36:44,603 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-21 07:36:44,625 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,627 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,628 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,628 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,628 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,628 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,629 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,641 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-10-21 07:36:44,641 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-21 07:36:44,652 INFO Snapshot loaded in 23 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-21 07:36:44,654 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,658 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,661 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,801 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,802 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,805 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-21 07:36:44,806 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-21 07:36:44,819 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-10-21 07:36:44,823 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-21 07:36:44,824 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-21 07:36:44,840 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-10-21 07:36:44,846 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.212:3888] 2022-10-21 07:36:44,850 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.212:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.212:3888] 2022-10-21 07:36:44,856 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:44,860 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:44,879 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:45,001 INFO Received connection request from /10.233.70.225:58834 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.212:3888] 2022-10-21 07:36:45,088 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:45,489 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,096 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.172:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2022-10-21 07:36:46,096 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.225:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] 2022-10-21 07:36:46,099 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2022-10-21 07:36:46,112 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,113 INFO 2 Received version: 100000000 my version: 0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,124 INFO Notification: my state:LOOKING; n.sid:1, n.state:FOLLOWING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,125 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,126 INFO Notification: my state:LOOKING; n.sid:1, n.state:FOLLOWING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,142 INFO Accepted TLS connection from /10.233.70.225:58834 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.212:3888] 2022-10-21 07:36:46,147 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.172:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2022-10-21 07:36:46,148 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2022-10-21 07:36:46,151 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-10-21 07:36:46,155 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-10-21 07:36:46,153 INFO Received connection request from /10.233.69.172:59780 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.212:3888] 2022-10-21 07:36:46,151 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-10-21 07:36:46,156 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-10-21 07:36:46,207 INFO Accepted TLS connection from /10.233.69.172:59780 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.212:3888] 2022-10-21 07:36:46,216 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,217 INFO SSL handshake complete with /10.233.70.225:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2022-10-21 07:36:46,219 INFO Notification: my state:LOOKING; n.sid:3, n.state:LEADING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,219 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,220 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,224 INFO Notification: my state:FOLLOWING; n.sid:1, n.state:FOLLOWING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,227 INFO leaderConnectDelayDuringRetryMs: 100 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,227 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,228 INFO Notification: my state:FOLLOWING; n.sid:1, n.state:FOLLOWING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 07:36:46,228 INFO zookeeper.learner.asyncSending = false (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,230 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,232 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,232 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,235 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,236 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,238 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,238 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,239 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,239 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,239 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,239 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,241 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,241 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,241 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,243 INFO FOLLOWING - LEADER ELECTION TOOK - 1384 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,249 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,315 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.172:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.172:2888] 2022-10-21 07:36:46,330 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,335 INFO Peer state changed: following - synchronization - snap (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,336 INFO Getting a snapshot from leader 0x100000000 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,336 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,337 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,347 INFO Learner received NEWLEADER message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,348 INFO Snapshotting: 0x100000000 to /var/lib/zookeeper/data/version-2/snapshot.100000000 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,353 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,357 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,369 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,369 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,376 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,398 INFO Learner received UPTODATE message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:46,400 INFO Peer state changed: following - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:36:59,873 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-10-21 07:36:59,873 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-10-21 07:36:59,874 INFO Processing ruok command from /127.0.0.1:35494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:36:59,874 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:37:02,305 WARN Got zxid 0x100000001 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 07:37:02,307 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2022-10-21 07:37:02,312 INFO Committing global session 0x30000e3e54f0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:09,817 INFO Processing ruok command from /127.0.0.1:35550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:37:09,905 INFO Processing ruok command from /127.0.0.1:35552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:37:14,514 INFO Committing global session 0x30000e3e54f0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:15,278 INFO Committing global session 0x10000e3089f0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:15,348 INFO Committing global session 0x30000e3e54f0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:18,913 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 07:37:18,928 INFO Committing global session 0x20000e351de0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:19,723 INFO Committing global session 0x10000e3089f0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:19,815 INFO Processing ruok command from /127.0.0.1:35610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:37:19,892 INFO Processing ruok command from /127.0.0.1:35612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:37:20,103 INFO Committing global session 0x30000e3e54f0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:29,786 INFO Processing ruok command from /127.0.0.1:35662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:37:29,826 INFO Processing ruok command from /127.0.0.1:35664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:37:39,792 INFO Processing ruok command from /127.0.0.1:35716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:37:39,854 INFO Processing ruok command from /127.0.0.1:35718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:37:45,323 INFO Committing global session 0x10000e3089f0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:37:49,809 INFO Processing ruok command from /127.0.0.1:35800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:37:49,891 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:37:59,800 INFO Processing ruok command from /127.0.0.1:35892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:37:59,835 INFO Processing ruok command from /127.0.0.1:35894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:38:03,121 INFO Committing global session 0x30000e3e54f0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:38:09,782 INFO Processing ruok command from /127.0.0.1:35954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:38:09,821 INFO Processing ruok command from /127.0.0.1:35956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:38:19,799 INFO Processing ruok command from /127.0.0.1:36014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:38:19,837 INFO Processing ruok command from /127.0.0.1:36016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:38:29,798 INFO Processing ruok command from /127.0.0.1:36076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:38:29,868 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:38:39,790 INFO Processing ruok command from /127.0.0.1:36140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:38:39,831 INFO Processing ruok command from /127.0.0.1:36142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:38:49,796 INFO Processing ruok command from /127.0.0.1:36204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:38:49,848 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:38:59,784 INFO Processing ruok command from /127.0.0.1:36262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:38:59,851 INFO Processing ruok command from /127.0.0.1:36264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:39:09,804 INFO Processing ruok command from /127.0.0.1:36326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:39:09,850 INFO Processing ruok command from /127.0.0.1:36328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:39:19,803 INFO Processing ruok command from /127.0.0.1:36392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:39:19,879 INFO Processing ruok command from /127.0.0.1:36394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:39:29,795 INFO Processing ruok command from /127.0.0.1:36458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:39:29,835 INFO Processing ruok command from /127.0.0.1:36460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:39:39,804 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:39:39,838 INFO Processing ruok command from /127.0.0.1:36526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:39:49,796 INFO Processing ruok command from /127.0.0.1:36588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:39:49,839 INFO Processing ruok command from /127.0.0.1:36590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:39:50,237 INFO Committing global session 0x30000e3e54f0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:39:59,804 INFO Processing ruok command from /127.0.0.1:36652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:39:59,854 INFO Processing ruok command from /127.0.0.1:36654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:40:09,794 INFO Processing ruok command from /127.0.0.1:36714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:40:09,861 INFO Processing ruok command from /127.0.0.1:36716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:40:19,801 INFO Processing ruok command from /127.0.0.1:36782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:40:19,843 INFO Processing ruok command from /127.0.0.1:36784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:40:29,798 INFO Processing ruok command from /127.0.0.1:36842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:40:29,876 INFO Processing ruok command from /127.0.0.1:36844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:40:39,792 INFO Processing ruok command from /127.0.0.1:36908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:40:39,832 INFO Processing ruok command from /127.0.0.1:36910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:40:49,791 INFO Processing ruok command from /127.0.0.1:36968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:40:49,863 INFO Processing ruok command from /127.0.0.1:36970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:40:59,810 INFO Processing ruok command from /127.0.0.1:37028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:40:59,863 INFO Processing ruok command from /127.0.0.1:37030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:41:09,800 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:41:09,849 INFO Processing ruok command from /127.0.0.1:37100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:41:19,806 INFO Processing ruok command from /127.0.0.1:37166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:41:19,876 INFO Processing ruok command from /127.0.0.1:37168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:41:29,803 INFO Processing ruok command from /127.0.0.1:37228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:41:29,874 INFO Processing ruok command from /127.0.0.1:37230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:41:39,793 INFO Processing ruok command from /127.0.0.1:37290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:41:39,834 INFO Processing ruok command from /127.0.0.1:37292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:41:49,799 INFO Processing ruok command from /127.0.0.1:37358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:41:49,842 INFO Processing ruok command from /127.0.0.1:37360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:41:50,306 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 07:41:50,314 INFO Committing global session 0x20000e351de0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:41:50,995 INFO Submitting global closeSession request for session 0x20000e351de0001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 07:41:59,799 INFO Processing ruok command from /127.0.0.1:37420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:41:59,846 INFO Processing ruok command from /127.0.0.1:37422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:42:09,794 INFO Processing ruok command from /127.0.0.1:37512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:42:09,844 INFO Processing ruok command from /127.0.0.1:37514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:42:19,807 INFO Processing ruok command from /127.0.0.1:37578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:42:19,862 INFO Processing ruok command from /127.0.0.1:37580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:42:29,793 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:42:29,865 INFO Processing ruok command from /127.0.0.1:37640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:42:39,793 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:42:39,835 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:42:49,792 INFO Processing ruok command from /127.0.0.1:37764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:42:49,835 INFO Processing ruok command from /127.0.0.1:37766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:42:59,793 INFO Processing ruok command from /127.0.0.1:37824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:42:59,864 INFO Processing ruok command from /127.0.0.1:37826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:43:09,797 INFO Processing ruok command from /127.0.0.1:37886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:43:09,842 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:43:19,801 INFO Processing ruok command from /127.0.0.1:37954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:43:19,841 INFO Processing ruok command from /127.0.0.1:37956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:43:29,793 INFO Processing ruok command from /127.0.0.1:38016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:43:29,833 INFO Processing ruok command from /127.0.0.1:38018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:43:39,792 INFO Processing ruok command from /127.0.0.1:38078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:43:39,834 INFO Processing ruok command from /127.0.0.1:38080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:43:49,794 INFO Processing ruok command from /127.0.0.1:38144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:43:49,833 INFO Processing ruok command from /127.0.0.1:38146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:43:50,625 INFO Committing global session 0x30000e3e54f0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:43:59,816 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:43:59,886 INFO Processing ruok command from /127.0.0.1:38206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:44:09,788 INFO Processing ruok command from /127.0.0.1:38268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:44:09,832 INFO Processing ruok command from /127.0.0.1:38270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:44:19,805 INFO Processing ruok command from /127.0.0.1:38336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:44:19,846 INFO Processing ruok command from /127.0.0.1:38338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:44:29,801 INFO Processing ruok command from /127.0.0.1:38398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:44:29,867 INFO Processing ruok command from /127.0.0.1:38400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:44:39,802 INFO Processing ruok command from /127.0.0.1:38458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:44:39,875 INFO Processing ruok command from /127.0.0.1:38460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:44:49,809 INFO Processing ruok command from /127.0.0.1:38526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:44:49,880 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:44:59,797 INFO Processing ruok command from /127.0.0.1:38586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:44:59,868 INFO Processing ruok command from /127.0.0.1:38588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:45:09,793 INFO Processing ruok command from /127.0.0.1:38652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:45:09,866 INFO Processing ruok command from /127.0.0.1:38654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:45:19,796 INFO Processing ruok command from /127.0.0.1:38726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:45:19,836 INFO Processing ruok command from /127.0.0.1:38728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:45:29,791 INFO Processing ruok command from /127.0.0.1:38788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:45:29,829 INFO Processing ruok command from /127.0.0.1:38790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:45:39,823 INFO Processing ruok command from /127.0.0.1:38850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:45:39,876 INFO Processing ruok command from /127.0.0.1:38852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:45:49,807 INFO Processing ruok command from /127.0.0.1:38918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:45:49,854 INFO Processing ruok command from /127.0.0.1:38920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:45:50,602 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 07:45:50,610 INFO Committing global session 0x20000e351de0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:45:51,320 INFO Submitting global closeSession request for session 0x20000e351de0002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 07:45:59,813 INFO Processing ruok command from /127.0.0.1:38984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:45:59,850 INFO Processing ruok command from /127.0.0.1:38986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:46:09,794 INFO Processing ruok command from /127.0.0.1:39048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:46:09,853 INFO Processing ruok command from /127.0.0.1:39050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:46:19,811 INFO Processing ruok command from /127.0.0.1:39114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:46:19,897 INFO Processing ruok command from /127.0.0.1:39116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:46:29,819 INFO Processing ruok command from /127.0.0.1:39172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:46:29,866 INFO Processing ruok command from /127.0.0.1:39174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:46:39,803 INFO Processing ruok command from /127.0.0.1:39234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:46:39,872 INFO Processing ruok command from /127.0.0.1:39236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:46:49,810 INFO Processing ruok command from /127.0.0.1:39294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:46:49,882 INFO Processing ruok command from /127.0.0.1:39296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:46:59,792 INFO Processing ruok command from /127.0.0.1:39354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:46:59,864 INFO Processing ruok command from /127.0.0.1:39356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:47:09,801 INFO Processing ruok command from /127.0.0.1:39418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:47:09,861 INFO Processing ruok command from /127.0.0.1:39420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:47:19,807 INFO Processing ruok command from /127.0.0.1:39484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:47:19,860 INFO Processing ruok command from /127.0.0.1:39486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:47:29,806 INFO Processing ruok command from /127.0.0.1:39544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:47:29,873 INFO Processing ruok command from /127.0.0.1:39546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:47:39,797 INFO Processing ruok command from /127.0.0.1:39608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:47:39,843 INFO Processing ruok command from /127.0.0.1:39610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:47:49,795 INFO Processing ruok command from /127.0.0.1:39670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:47:49,861 INFO Processing ruok command from /127.0.0.1:39672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:47:50,411 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 07:47:50,418 INFO Committing global session 0x20000e351de0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:47:51,130 INFO Submitting global closeSession request for session 0x20000e351de0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 07:47:59,809 INFO Processing ruok command from /127.0.0.1:39734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:47:59,847 INFO Processing ruok command from /127.0.0.1:39736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:48:09,821 INFO Processing ruok command from /127.0.0.1:39796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:48:09,892 INFO Processing ruok command from /127.0.0.1:39798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:48:19,796 INFO Processing ruok command from /127.0.0.1:39864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:48:19,865 INFO Processing ruok command from /127.0.0.1:39866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:48:29,789 INFO Processing ruok command from /127.0.0.1:39924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:48:29,861 INFO Processing ruok command from /127.0.0.1:39926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:48:39,801 INFO Processing ruok command from /127.0.0.1:39988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:48:39,877 INFO Processing ruok command from /127.0.0.1:39990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:48:49,782 INFO Processing ruok command from /127.0.0.1:40050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:48:49,830 INFO Processing ruok command from /127.0.0.1:40052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:48:59,802 INFO Processing ruok command from /127.0.0.1:40112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:48:59,861 INFO Processing ruok command from /127.0.0.1:40114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:49:09,802 INFO Processing ruok command from /127.0.0.1:40176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:49:09,867 INFO Processing ruok command from /127.0.0.1:40178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:49:19,803 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:49:19,895 INFO Processing ruok command from /127.0.0.1:40250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:49:29,810 INFO Processing ruok command from /127.0.0.1:40310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:49:29,879 INFO Processing ruok command from /127.0.0.1:40312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:49:39,801 INFO Processing ruok command from /127.0.0.1:40394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:49:39,888 INFO Processing ruok command from /127.0.0.1:40396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:49:49,794 INFO Processing ruok command from /127.0.0.1:40460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:49:49,832 INFO Processing ruok command from /127.0.0.1:40462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:49:50,683 INFO Committing global session 0x30000e3e54f0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:49:59,799 INFO Processing ruok command from /127.0.0.1:40536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:49:59,837 INFO Processing ruok command from /127.0.0.1:40538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:50:09,800 INFO Processing ruok command from /127.0.0.1:40600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:50:09,876 INFO Processing ruok command from /127.0.0.1:40602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:50:19,853 INFO Processing ruok command from /127.0.0.1:40666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:50:19,907 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:50:29,795 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:50:29,839 INFO Processing ruok command from /127.0.0.1:40730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:50:39,808 INFO Processing ruok command from /127.0.0.1:40792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:50:39,887 INFO Processing ruok command from /127.0.0.1:40794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:50:49,802 INFO Processing ruok command from /127.0.0.1:40854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:50:49,841 INFO Processing ruok command from /127.0.0.1:40856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:50:59,818 INFO Processing ruok command from /127.0.0.1:40916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:50:59,908 INFO Processing ruok command from /127.0.0.1:40918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:51:09,799 INFO Processing ruok command from /127.0.0.1:40992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:51:09,853 INFO Processing ruok command from /127.0.0.1:40994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:51:19,802 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:51:19,875 INFO Processing ruok command from /127.0.0.1:41074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:51:29,793 INFO Processing ruok command from /127.0.0.1:41136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:51:29,840 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:51:39,822 INFO Processing ruok command from /127.0.0.1:41208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:51:39,858 INFO Processing ruok command from /127.0.0.1:41212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:51:49,848 INFO Processing ruok command from /127.0.0.1:41352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:51:49,928 INFO Processing ruok command from /127.0.0.1:41354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:51:50,604 INFO Committing global session 0x10000e3089f0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:51:59,792 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:51:59,847 INFO Processing ruok command from /127.0.0.1:41430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:52:09,818 INFO Processing ruok command from /127.0.0.1:41500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:52:09,892 INFO Processing ruok command from /127.0.0.1:41502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:52:19,800 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:52:19,897 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:52:29,814 INFO Processing ruok command from /127.0.0.1:41640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:52:29,871 INFO Processing ruok command from /127.0.0.1:41642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:52:39,825 INFO Processing ruok command from /127.0.0.1:41710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:52:39,938 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:52:49,801 INFO Processing ruok command from /127.0.0.1:41806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:52:49,880 INFO Processing ruok command from /127.0.0.1:41808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:52:59,799 INFO Processing ruok command from /127.0.0.1:41878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:52:59,838 INFO Processing ruok command from /127.0.0.1:41880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:53:09,809 INFO Processing ruok command from /127.0.0.1:41996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:53:09,852 INFO Processing ruok command from /127.0.0.1:41998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:53:19,793 INFO Processing ruok command from /127.0.0.1:42070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:53:19,835 INFO Processing ruok command from /127.0.0.1:42072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:53:29,799 INFO Processing ruok command from /127.0.0.1:42140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:53:29,873 INFO Processing ruok command from /127.0.0.1:42142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:53:39,797 INFO Processing ruok command from /127.0.0.1:42210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:53:39,840 INFO Processing ruok command from /127.0.0.1:42212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:53:49,805 INFO Processing ruok command from /127.0.0.1:42288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:53:49,843 INFO Processing ruok command from /127.0.0.1:42290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:53:50,862 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 07:53:50,870 INFO Committing global session 0x20000e351de0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:53:51,573 INFO Submitting global closeSession request for session 0x20000e351de0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 07:53:59,805 INFO Processing ruok command from /127.0.0.1:42358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:53:59,879 INFO Processing ruok command from /127.0.0.1:42360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:54:09,808 INFO Processing ruok command from /127.0.0.1:42426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:54:09,878 INFO Processing ruok command from /127.0.0.1:42428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:54:19,859 INFO Processing ruok command from /127.0.0.1:42502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:54:19,928 INFO Processing ruok command from /127.0.0.1:42504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:54:29,839 INFO Processing ruok command from /127.0.0.1:42572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:54:29,876 INFO Processing ruok command from /127.0.0.1:42574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:54:39,794 INFO Processing ruok command from /127.0.0.1:42646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:54:39,851 INFO Processing ruok command from /127.0.0.1:42648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:54:49,801 INFO Processing ruok command from /127.0.0.1:42722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:54:49,843 INFO Processing ruok command from /127.0.0.1:42724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:54:59,796 INFO Processing ruok command from /127.0.0.1:42788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:54:59,845 INFO Processing ruok command from /127.0.0.1:42790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:55:09,800 INFO Processing ruok command from /127.0.0.1:42860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:55:09,851 INFO Processing ruok command from /127.0.0.1:42862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:55:19,806 INFO Processing ruok command from /127.0.0.1:42946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:55:19,848 INFO Processing ruok command from /127.0.0.1:42948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:55:29,790 INFO Processing ruok command from /127.0.0.1:43016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:55:29,866 INFO Processing ruok command from /127.0.0.1:43018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:55:39,814 INFO Processing ruok command from /127.0.0.1:43086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:55:39,868 INFO Processing ruok command from /127.0.0.1:43088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:55:49,806 INFO Processing ruok command from /127.0.0.1:43166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:55:49,901 INFO Processing ruok command from /127.0.0.1:43168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:55:50,713 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 07:55:50,722 INFO Committing global session 0x20000e351de0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:55:51,441 INFO Submitting global closeSession request for session 0x20000e351de0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 07:55:59,803 INFO Processing ruok command from /127.0.0.1:43236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:55:59,869 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:56:09,811 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:56:09,846 INFO Processing ruok command from /127.0.0.1:43306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:56:19,809 INFO Processing ruok command from /127.0.0.1:43382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:56:19,883 INFO Processing ruok command from /127.0.0.1:43384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:56:29,803 INFO Processing ruok command from /127.0.0.1:43454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:56:29,872 INFO Processing ruok command from /127.0.0.1:43456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:56:39,810 INFO Processing ruok command from /127.0.0.1:43526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:56:39,856 INFO Processing ruok command from /127.0.0.1:43528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:56:49,794 INFO Processing ruok command from /127.0.0.1:43604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:56:49,835 INFO Processing ruok command from /127.0.0.1:43606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:56:59,807 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:56:59,847 INFO Processing ruok command from /127.0.0.1:43676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:57:09,804 INFO Processing ruok command from /127.0.0.1:43744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:57:09,894 INFO Processing ruok command from /127.0.0.1:43746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:57:19,808 INFO Processing ruok command from /127.0.0.1:43826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:57:19,861 INFO Processing ruok command from /127.0.0.1:43828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:57:29,795 INFO Processing ruok command from /127.0.0.1:43896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:57:29,844 INFO Processing ruok command from /127.0.0.1:43898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:57:39,827 INFO Processing ruok command from /127.0.0.1:43970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:57:39,894 INFO Processing ruok command from /127.0.0.1:43972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:57:49,802 INFO Processing ruok command from /127.0.0.1:44048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:57:49,856 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:57:50,733 INFO Committing global session 0x10000e3089f0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:57:59,810 INFO Processing ruok command from /127.0.0.1:44120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:57:59,882 INFO Processing ruok command from /127.0.0.1:44122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:58:09,800 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:58:09,867 INFO Processing ruok command from /127.0.0.1:44196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:58:19,819 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:58:19,848 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:58:29,805 INFO Processing ruok command from /127.0.0.1:44336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:58:29,865 INFO Processing ruok command from /127.0.0.1:44338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:58:39,801 INFO Processing ruok command from /127.0.0.1:44406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:58:39,883 INFO Processing ruok command from /127.0.0.1:44408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:58:49,801 INFO Processing ruok command from /127.0.0.1:44482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:58:49,870 INFO Processing ruok command from /127.0.0.1:44484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:58:59,803 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:58:59,878 INFO Processing ruok command from /127.0.0.1:44554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:59:09,803 INFO Processing ruok command from /127.0.0.1:44624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:59:09,846 INFO Processing ruok command from /127.0.0.1:44626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:59:19,789 INFO Processing ruok command from /127.0.0.1:44712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:59:19,854 INFO Processing ruok command from /127.0.0.1:44714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:59:29,804 INFO Processing ruok command from /127.0.0.1:44778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:59:29,874 INFO Processing ruok command from /127.0.0.1:44780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:59:39,790 INFO Processing ruok command from /127.0.0.1:44848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:59:39,832 INFO Processing ruok command from /127.0.0.1:44850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:59:49,797 INFO Processing ruok command from /127.0.0.1:44930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:59:49,877 INFO Processing ruok command from /127.0.0.1:44932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 07:59:50,985 INFO Committing global session 0x30000e3e54f0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 07:59:59,807 INFO Processing ruok command from /127.0.0.1:45024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 07:59:59,896 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:00:09,808 INFO Processing ruok command from /127.0.0.1:45100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:00:09,883 INFO Processing ruok command from /127.0.0.1:45102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:00:19,833 INFO Processing ruok command from /127.0.0.1:45186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:00:19,890 INFO Processing ruok command from /127.0.0.1:45188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:00:29,803 INFO Processing ruok command from /127.0.0.1:45294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:00:29,853 INFO Processing ruok command from /127.0.0.1:45296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:00:39,830 INFO Processing ruok command from /127.0.0.1:45374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:00:39,939 INFO Processing ruok command from /127.0.0.1:45378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:00:49,885 INFO Processing ruok command from /127.0.0.1:45516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:00:49,990 INFO Processing ruok command from /127.0.0.1:45518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:01:00,108 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:01:00,657 INFO Processing ruok command from /127.0.0.1:45766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:01:10,361 INFO Processing ruok command from /127.0.0.1:46004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:01:10,518 INFO Processing ruok command from /127.0.0.1:46010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:01:20,039 INFO Processing ruok command from /127.0.0.1:46210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:01:20,264 INFO Processing ruok command from /127.0.0.1:46222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:01:29,871 INFO Processing ruok command from /127.0.0.1:46462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:01:29,963 INFO Processing ruok command from /127.0.0.1:46464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:01:36,275 INFO Committing global session 0x10000e3089f0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:01:36,396 INFO Committing global session 0x10000e3089f0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:01:37,422 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:01:37,432 INFO Committing global session 0x20000e351de0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:01:39,825 INFO Processing ruok command from /127.0.0.1:46788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:01:39,884 INFO Processing ruok command from /127.0.0.1:46790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:01:49,812 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:01:49,854 INFO Processing ruok command from /127.0.0.1:47014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:01:50,969 INFO Committing global session 0x10000e3089f0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:02:00,016 INFO Processing ruok command from /127.0.0.1:47232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:02:00,218 INFO Processing ruok command from /127.0.0.1:47244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:02:09,917 INFO Processing ruok command from /127.0.0.1:47466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:02:10,044 INFO Processing ruok command from /127.0.0.1:47470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:02:19,825 INFO Processing ruok command from /127.0.0.1:47702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:02:19,863 INFO Processing ruok command from /127.0.0.1:47704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:02:29,814 INFO Processing ruok command from /127.0.0.1:47894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:02:29,916 INFO Processing ruok command from /127.0.0.1:47898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:02:39,833 INFO Processing ruok command from /127.0.0.1:48100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:02:39,914 INFO Processing ruok command from /127.0.0.1:48104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:02:49,846 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:02:49,927 INFO Processing ruok command from /127.0.0.1:48310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:02:59,827 INFO Processing ruok command from /127.0.0.1:48520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:02:59,935 INFO Processing ruok command from /127.0.0.1:48522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:03:09,834 INFO Processing ruok command from /127.0.0.1:48734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:03:09,957 INFO Processing ruok command from /127.0.0.1:48742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:03:19,889 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:03:19,942 INFO Processing ruok command from /127.0.0.1:48986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:03:29,800 INFO Processing ruok command from /127.0.0.1:49176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:03:29,846 INFO Processing ruok command from /127.0.0.1:49178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:03:39,817 INFO Processing ruok command from /127.0.0.1:49384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:03:39,862 INFO Processing ruok command from /127.0.0.1:49386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:03:49,824 INFO Processing ruok command from /127.0.0.1:49582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:03:49,926 INFO Processing ruok command from /127.0.0.1:49588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:03:51,095 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 08:03:51,106 INFO Committing global session 0x20000e351de0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:03:51,739 INFO Submitting global closeSession request for session 0x20000e351de0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:03:59,822 INFO Processing ruok command from /127.0.0.1:49776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:03:59,888 INFO Processing ruok command from /127.0.0.1:49778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:04:09,823 INFO Processing ruok command from /127.0.0.1:49956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:04:09,904 INFO Processing ruok command from /127.0.0.1:49960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:04:19,843 INFO Processing ruok command from /127.0.0.1:50168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:04:19,898 INFO Processing ruok command from /127.0.0.1:50170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:04:29,834 INFO Processing ruok command from /127.0.0.1:50342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:04:29,944 INFO Processing ruok command from /127.0.0.1:50344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:04:39,847 INFO Processing ruok command from /127.0.0.1:50550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:04:39,876 INFO Processing ruok command from /127.0.0.1:50552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:04:49,818 INFO Processing ruok command from /127.0.0.1:50766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:04:49,889 INFO Processing ruok command from /127.0.0.1:50770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:04:59,826 INFO Processing ruok command from /127.0.0.1:50970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:04:59,905 INFO Processing ruok command from /127.0.0.1:50972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:05:09,816 INFO Processing ruok command from /127.0.0.1:51178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:05:09,887 INFO Processing ruok command from /127.0.0.1:51180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:05:19,855 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:05:19,886 INFO Processing ruok command from /127.0.0.1:51398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:05:29,808 INFO Processing ruok command from /127.0.0.1:51626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:05:29,911 INFO Processing ruok command from /127.0.0.1:51632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:05:39,845 INFO Processing ruok command from /127.0.0.1:51858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:05:39,914 INFO Processing ruok command from /127.0.0.1:51860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:05:49,820 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:05:49,893 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:05:50,940 INFO Committing global session 0x30000e3e54f0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:05:59,814 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:05:59,850 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:06:09,808 INFO Processing ruok command from /127.0.0.1:52468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:06:09,862 INFO Processing ruok command from /127.0.0.1:52470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:06:19,825 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:06:19,868 INFO Processing ruok command from /127.0.0.1:52700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:06:29,810 INFO Processing ruok command from /127.0.0.1:52902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:06:29,911 INFO Processing ruok command from /127.0.0.1:52906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:06:39,821 INFO Processing ruok command from /127.0.0.1:53122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:06:39,897 INFO Processing ruok command from /127.0.0.1:53126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:06:49,808 INFO Processing ruok command from /127.0.0.1:53362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:06:49,841 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:06:59,834 INFO Processing ruok command from /127.0.0.1:53584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:06:59,876 INFO Processing ruok command from /127.0.0.1:53588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:07:09,812 INFO Processing ruok command from /127.0.0.1:54112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:07:09,836 INFO Processing ruok command from /127.0.0.1:54116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:07:19,805 INFO Processing ruok command from /127.0.0.1:54414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:07:19,875 INFO Processing ruok command from /127.0.0.1:54416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:07:29,809 INFO Processing ruok command from /127.0.0.1:54682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:07:29,844 INFO Processing ruok command from /127.0.0.1:54688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:07:39,800 INFO Processing ruok command from /127.0.0.1:55022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:07:39,904 INFO Processing ruok command from /127.0.0.1:55024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:07:49,836 INFO Processing ruok command from /127.0.0.1:55264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:07:49,901 INFO Processing ruok command from /127.0.0.1:55270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:07:51,187 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:07:51,196 INFO Committing global session 0x20000e351de0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:07:51,682 INFO Submitting global closeSession request for session 0x20000e351de0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:07:59,804 INFO Processing ruok command from /127.0.0.1:55490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:07:59,839 INFO Processing ruok command from /127.0.0.1:55492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:08:09,821 INFO Processing ruok command from /127.0.0.1:55696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:08:09,904 INFO Processing ruok command from /127.0.0.1:55698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:08:19,802 INFO Processing ruok command from /127.0.0.1:55908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:08:19,883 INFO Processing ruok command from /127.0.0.1:55912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:08:29,817 INFO Processing ruok command from /127.0.0.1:56122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:08:29,897 INFO Processing ruok command from /127.0.0.1:56124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:08:39,821 INFO Processing ruok command from /127.0.0.1:56334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:08:39,865 INFO Processing ruok command from /127.0.0.1:56336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:08:49,810 INFO Processing ruok command from /127.0.0.1:56544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:08:49,847 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:08:59,815 INFO Processing ruok command from /127.0.0.1:56756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:08:59,856 INFO Processing ruok command from /127.0.0.1:56758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:09:09,797 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:09:09,858 INFO Processing ruok command from /127.0.0.1:56972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:09:19,846 INFO Processing ruok command from /127.0.0.1:57206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:09:19,908 INFO Processing ruok command from /127.0.0.1:57210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:09:29,801 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:09:29,875 INFO Processing ruok command from /127.0.0.1:57418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:09:39,803 INFO Processing ruok command from /127.0.0.1:57630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:09:39,840 INFO Processing ruok command from /127.0.0.1:57632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:09:49,797 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:09:49,871 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:09:51,160 INFO Committing global session 0x30000e3e54f000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:09:59,809 INFO Processing ruok command from /127.0.0.1:58068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:09:59,888 INFO Processing ruok command from /127.0.0.1:58072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:10:09,811 INFO Processing ruok command from /127.0.0.1:58292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:10:09,858 INFO Processing ruok command from /127.0.0.1:58296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:10:20,050 INFO Processing ruok command from /127.0.0.1:58516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:10:20,090 INFO Processing ruok command from /127.0.0.1:58518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:10:29,797 INFO Processing ruok command from /127.0.0.1:58718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:10:29,853 INFO Processing ruok command from /127.0.0.1:58720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:10:39,789 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:10:39,826 INFO Processing ruok command from /127.0.0.1:58938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:10:49,792 INFO Processing ruok command from /127.0.0.1:59148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:10:49,829 INFO Processing ruok command from /127.0.0.1:59150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:10:57,053 WARN Exception when following the leader (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] java.net.SocketTimeoutException: Read timed out at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1454) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1065) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.jute.BinaryInputArchive.readInt(BinaryInputArchive.java:96) at org.apache.zookeeper.server.quorum.QuorumPacket.deserialize(QuorumPacket.java:86) at org.apache.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:134) at org.apache.zookeeper.server.quorum.Learner.readPacket(Learner.java:219) at org.apache.zookeeper.server.quorum.Follower.followLeader(Follower.java:125) at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1467) 2022-10-21 08:10:57,063 INFO Disconnected from leader (with address: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.172:2888). Was connected for 2050741ms. Sync state: true (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:10:57,063 INFO shutdown Follower (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:10:57,065 INFO shutting down (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:10:57,065 INFO Shutting down (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:10:57,065 INFO Draining request throttler queue (org.apache.zookeeper.server.RequestThrottler) [RequestThrottler] 2022-10-21 08:10:57,066 INFO RequestThrottler shutdown. Dropped 0 requests (org.apache.zookeeper.server.RequestThrottler) [RequestThrottler] 2022-10-21 08:10:57,066 INFO Shutting down (org.apache.zookeeper.server.quorum.FollowerRequestProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:10:57,067 INFO Shutting down (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:10:57,067 INFO FollowerRequestProcessor exited loop! (org.apache.zookeeper.server.quorum.FollowerRequestProcessor) [FollowerRequestProcessor:2] 2022-10-21 08:10:57,070 INFO CommitProcessor exited loop! (org.apache.zookeeper.server.quorum.CommitProcessor) [CommitProcessor:2] 2022-10-21 08:10:57,071 INFO shutdown of request processor complete (org.apache.zookeeper.server.FinalRequestProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:10:59,812 WARN Exception caught (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1] java.lang.NullPointerException at org.apache.zookeeper.server.NettyServerCnxnFactory$CnxnChannelHandler.channelActive(NettyServerCnxnFactory.java:260) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216) at io.netty.channel.AbstractChannelHandlerContext.fireChannelActive(AbstractChannelHandlerContext.java:209) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelActive(DefaultChannelPipeline.java:1398) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216) at io.netty.channel.DefaultChannelPipeline.fireChannelActive(DefaultChannelPipeline.java:895) at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:522) at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429) at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-21 08:10:59,846 WARN Exception caught (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2] java.lang.NullPointerException at org.apache.zookeeper.server.NettyServerCnxnFactory$CnxnChannelHandler.channelActive(NettyServerCnxnFactory.java:260) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216) at io.netty.channel.AbstractChannelHandlerContext.fireChannelActive(AbstractChannelHandlerContext.java:209) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelActive(DefaultChannelPipeline.java:1398) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216) at io.netty.channel.DefaultChannelPipeline.fireChannelActive(DefaultChannelPipeline.java:895) at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:522) at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429) at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-21 08:11:01,553 INFO Peer state changed: looking (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,553 WARN PeerState set to LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,553 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,555 INFO New election. My id = 2, proposed zxid=0x1000003d1 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,571 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x1, n.zxid:0x1000003d1, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 08:11:01,576 INFO Notification: my state:LOOKING; n.sid:1, n.state:FOLLOWING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 08:11:01,581 INFO Notification: my state:LOOKING; n.sid:3, n.state:LEADING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-10-21 08:11:01,581 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,581 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,581 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,581 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,581 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,581 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,582 INFO FOLLOWING - LEADER ELECTION TOOK - 27 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,583 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,603 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.172:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.172:2888] 2022-10-21 08:11:01,610 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,614 INFO Getting a diff from the leader 0x1000003d1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,614 INFO Peer state changed: following - synchronization - diff (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,615 INFO Learner received NEWLEADER message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,624 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,624 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,624 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,632 INFO Learner received UPTODATE message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,633 INFO Peer state changed: following - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:01,922 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 08:11:01,925 INFO Revalidating client: 0x20000e351de0000 (org.apache.zookeeper.server.quorum.Learner) [nioEventLoopGroup-7-2] 2022-10-21 08:11:02,626 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:11:02,628 INFO Revalidating client: 0x10000e3089f0002 (org.apache.zookeeper.server.quorum.Learner) [nioEventLoopGroup-7-1] 2022-10-21 08:11:03,135 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 08:11:03,138 INFO Revalidating client: 0x20000e351de0006 (org.apache.zookeeper.server.quorum.Learner) [nioEventLoopGroup-7-2] 2022-10-21 08:11:05,661 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:11:05,663 INFO Revalidating client: 0x20000e351de0006 (org.apache.zookeeper.server.quorum.Learner) [nioEventLoopGroup-7-1] 2022-10-21 08:11:09,793 INFO Processing ruok command from /127.0.0.1:59540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:11:09,825 INFO Processing ruok command from /127.0.0.1:59542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:11:13,615 WARN Got zxid 0x1000003d2 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-21 08:11:19,816 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:11:19,865 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:11:29,803 INFO Processing ruok command from /127.0.0.1:59952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:11:29,842 INFO Processing ruok command from /127.0.0.1:59954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:11:39,823 INFO Processing ruok command from /127.0.0.1:60166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:11:39,858 INFO Processing ruok command from /127.0.0.1:60168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:11:49,802 INFO Processing ruok command from /127.0.0.1:60374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:11:49,868 INFO Processing ruok command from /127.0.0.1:60378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:11:51,032 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 08:11:51,040 INFO Committing global session 0x2000102ae440000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:11:51,677 INFO Submitting global closeSession request for session 0x2000102ae440000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:11:59,816 INFO Processing ruok command from /127.0.0.1:60578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:11:59,927 INFO Processing ruok command from /127.0.0.1:60584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:12:09,799 INFO Processing ruok command from /127.0.0.1:60794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:12:09,829 INFO Processing ruok command from /127.0.0.1:60796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:12:19,815 INFO Processing ruok command from /127.0.0.1:32778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:12:19,896 INFO Processing ruok command from /127.0.0.1:32782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:12:29,812 INFO Processing ruok command from /127.0.0.1:32994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:12:29,871 INFO Processing ruok command from /127.0.0.1:32996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:12:39,798 INFO Processing ruok command from /127.0.0.1:33202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:12:39,866 INFO Processing ruok command from /127.0.0.1:33208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:12:49,803 INFO Processing ruok command from /127.0.0.1:33416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:12:49,891 INFO Processing ruok command from /127.0.0.1:33420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:12:59,806 INFO Processing ruok command from /127.0.0.1:33624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:12:59,878 INFO Processing ruok command from /127.0.0.1:33626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:13:09,815 INFO Processing ruok command from /127.0.0.1:33830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:13:09,848 INFO Processing ruok command from /127.0.0.1:33832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:13:19,820 INFO Processing ruok command from /127.0.0.1:34068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:13:19,900 INFO Processing ruok command from /127.0.0.1:34070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:13:29,829 INFO Processing ruok command from /127.0.0.1:34270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:13:29,905 INFO Processing ruok command from /127.0.0.1:34274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:13:39,787 INFO Processing ruok command from /127.0.0.1:34486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:13:39,832 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:13:49,796 INFO Processing ruok command from /127.0.0.1:34700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:13:49,849 INFO Processing ruok command from /127.0.0.1:34706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:13:50,924 INFO Committing global session 0x10000e3089f0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:13:59,813 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:13:59,837 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:14:09,799 INFO Processing ruok command from /127.0.0.1:35130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:14:09,836 INFO Processing ruok command from /127.0.0.1:35132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:14:19,816 INFO Processing ruok command from /127.0.0.1:35344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:14:19,844 INFO Processing ruok command from /127.0.0.1:35346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:14:29,795 INFO Processing ruok command from /127.0.0.1:35554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:14:29,886 INFO Processing ruok command from /127.0.0.1:35558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:14:39,812 INFO Processing ruok command from /127.0.0.1:35762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:14:39,886 INFO Processing ruok command from /127.0.0.1:35766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:14:49,786 INFO Processing ruok command from /127.0.0.1:35980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:14:49,827 INFO Processing ruok command from /127.0.0.1:35982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:14:59,799 INFO Processing ruok command from /127.0.0.1:36184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:14:59,839 INFO Processing ruok command from /127.0.0.1:36188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:15:09,804 INFO Processing ruok command from /127.0.0.1:36398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:15:09,868 INFO Processing ruok command from /127.0.0.1:36400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:15:19,796 INFO Processing ruok command from /127.0.0.1:36632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:15:19,880 INFO Processing ruok command from /127.0.0.1:36638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:15:29,805 INFO Processing ruok command from /127.0.0.1:36846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:15:29,839 INFO Processing ruok command from /127.0.0.1:36848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:15:39,794 INFO Processing ruok command from /127.0.0.1:37046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:15:39,857 INFO Processing ruok command from /127.0.0.1:37048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:15:49,812 INFO Processing ruok command from /127.0.0.1:37262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:15:49,844 INFO Processing ruok command from /127.0.0.1:37264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:15:50,841 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:15:50,848 INFO Committing global session 0x2000102ae440001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:15:51,432 INFO Submitting global closeSession request for session 0x2000102ae440001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:15:59,813 INFO Processing ruok command from /127.0.0.1:37476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:15:59,849 INFO Processing ruok command from /127.0.0.1:37480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:16:09,799 INFO Processing ruok command from /127.0.0.1:37686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:16:09,858 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:16:19,810 INFO Processing ruok command from /127.0.0.1:37914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:16:19,856 INFO Processing ruok command from /127.0.0.1:37916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:16:29,812 INFO Processing ruok command from /127.0.0.1:38122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:16:29,881 INFO Processing ruok command from /127.0.0.1:38124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:16:39,794 INFO Processing ruok command from /127.0.0.1:38344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:16:39,830 INFO Processing ruok command from /127.0.0.1:38346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:16:49,798 INFO Processing ruok command from /127.0.0.1:38540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:16:49,829 INFO Processing ruok command from /127.0.0.1:38544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:16:59,797 INFO Processing ruok command from /127.0.0.1:38744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:16:59,866 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:17:09,794 INFO Processing ruok command from /127.0.0.1:38960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:17:09,848 INFO Processing ruok command from /127.0.0.1:38962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:17:19,793 INFO Processing ruok command from /127.0.0.1:39178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:17:19,857 INFO Processing ruok command from /127.0.0.1:39180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:17:29,790 INFO Processing ruok command from /127.0.0.1:39382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:17:29,871 INFO Processing ruok command from /127.0.0.1:39386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:17:39,806 INFO Processing ruok command from /127.0.0.1:39592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:17:39,841 INFO Processing ruok command from /127.0.0.1:39594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:17:49,791 INFO Processing ruok command from /127.0.0.1:39822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:17:49,859 INFO Processing ruok command from /127.0.0.1:39824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:17:50,774 INFO Committing global session 0x30000e3e54f000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:17:59,810 INFO Processing ruok command from /127.0.0.1:40036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:17:59,879 INFO Processing ruok command from /127.0.0.1:40040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:18:09,797 INFO Processing ruok command from /127.0.0.1:40242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:18:09,838 INFO Processing ruok command from /127.0.0.1:40244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:18:19,808 INFO Processing ruok command from /127.0.0.1:40466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:18:19,828 INFO Processing ruok command from /127.0.0.1:40470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:18:29,801 INFO Processing ruok command from /127.0.0.1:40670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:18:29,836 INFO Processing ruok command from /127.0.0.1:40672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:18:39,793 INFO Processing ruok command from /127.0.0.1:40874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:18:39,879 INFO Processing ruok command from /127.0.0.1:40880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:18:49,801 INFO Processing ruok command from /127.0.0.1:41082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:18:49,839 INFO Processing ruok command from /127.0.0.1:41084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:18:59,794 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:18:59,833 INFO Processing ruok command from /127.0.0.1:41286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:19:09,806 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:19:09,839 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:19:19,808 INFO Processing ruok command from /127.0.0.1:41724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:19:19,851 INFO Processing ruok command from /127.0.0.1:41726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:19:29,807 INFO Processing ruok command from /127.0.0.1:41924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:19:29,848 INFO Processing ruok command from /127.0.0.1:41926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:19:39,802 INFO Processing ruok command from /127.0.0.1:42138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:19:39,916 INFO Processing ruok command from /127.0.0.1:42142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:19:49,801 INFO Processing ruok command from /127.0.0.1:42352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:19:49,855 INFO Processing ruok command from /127.0.0.1:42358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:19:50,956 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 08:19:50,963 INFO Committing global session 0x2000102ae440002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:19:51,685 INFO Submitting global closeSession request for session 0x2000102ae440002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:19:59,809 INFO Processing ruok command from /127.0.0.1:42560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:19:59,848 INFO Processing ruok command from /127.0.0.1:42562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:20:09,801 INFO Processing ruok command from /127.0.0.1:42774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:20:09,833 INFO Processing ruok command from /127.0.0.1:42776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:20:19,800 INFO Processing ruok command from /127.0.0.1:42990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:20:19,837 INFO Processing ruok command from /127.0.0.1:42992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:20:29,799 INFO Processing ruok command from /127.0.0.1:43206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:20:29,865 INFO Processing ruok command from /127.0.0.1:43208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:20:39,806 INFO Processing ruok command from /127.0.0.1:43414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:20:39,860 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:20:49,820 INFO Processing ruok command from /127.0.0.1:43628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:20:49,879 INFO Processing ruok command from /127.0.0.1:43630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:20:59,793 INFO Processing ruok command from /127.0.0.1:43846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:20:59,835 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:21:09,802 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:21:09,848 INFO Processing ruok command from /127.0.0.1:44100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:21:19,833 INFO Processing ruok command from /127.0.0.1:44354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:21:19,891 INFO Processing ruok command from /127.0.0.1:44356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:21:29,829 INFO Processing ruok command from /127.0.0.1:44580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:21:29,890 INFO Processing ruok command from /127.0.0.1:44584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:21:39,803 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:21:39,877 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:21:49,841 INFO Processing ruok command from /127.0.0.1:45052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:21:49,911 INFO Processing ruok command from /127.0.0.1:45054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:21:51,334 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:21:51,343 INFO Committing global session 0x2000102ae440003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:21:52,034 INFO Submitting global closeSession request for session 0x2000102ae440003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:21:59,913 INFO Processing ruok command from /127.0.0.1:45310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:22:00,054 INFO Processing ruok command from /127.0.0.1:45318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:22:10,677 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:22:10,754 INFO Processing ruok command from /127.0.0.1:45590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:22:20,896 INFO Processing ruok command from /127.0.0.1:45854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:22:21,393 INFO Processing ruok command from /127.0.0.1:45876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:22:30,428 INFO Processing ruok command from /127.0.0.1:46136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:22:30,972 INFO Processing ruok command from /127.0.0.1:46146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:22:40,374 INFO Processing ruok command from /127.0.0.1:46414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:22:40,628 INFO Processing ruok command from /127.0.0.1:46422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:22:49,999 INFO Processing ruok command from /127.0.0.1:46640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:22:50,106 INFO Processing ruok command from /127.0.0.1:46642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:22:59,863 INFO Processing ruok command from /127.0.0.1:46886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:23:00,012 INFO Processing ruok command from /127.0.0.1:46888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:23:09,831 INFO Processing ruok command from /127.0.0.1:47104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:23:09,907 INFO Processing ruok command from /127.0.0.1:47106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:23:19,912 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:23:20,070 INFO Processing ruok command from /127.0.0.1:47452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:23:30,528 INFO Processing ruok command from /127.0.0.1:47728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:23:31,638 INFO Processing ruok command from /127.0.0.1:47746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:23:40,411 INFO Processing ruok command from /127.0.0.1:47954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:23:41,020 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:23:50,404 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:23:50,912 INFO Processing ruok command from /127.0.0.1:48214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:23:51,240 INFO Committing global session 0x10000e3089f0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:24:00,394 INFO Processing ruok command from /127.0.0.1:48384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:24:00,508 INFO Processing ruok command from /127.0.0.1:48388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:24:10,033 INFO Processing ruok command from /127.0.0.1:48656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:24:10,168 INFO Processing ruok command from /127.0.0.1:48658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:24:20,202 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:24:20,384 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:24:29,826 INFO Processing ruok command from /127.0.0.1:49642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:24:29,894 INFO Processing ruok command from /127.0.0.1:49644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:24:39,828 INFO Processing ruok command from /127.0.0.1:49974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:24:39,860 INFO Processing ruok command from /127.0.0.1:49976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:24:49,811 INFO Processing ruok command from /127.0.0.1:50294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:24:49,866 INFO Processing ruok command from /127.0.0.1:50296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:24:59,798 INFO Processing ruok command from /127.0.0.1:50508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:24:59,871 INFO Processing ruok command from /127.0.0.1:50512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:25:09,815 INFO Processing ruok command from /127.0.0.1:50726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:25:09,903 INFO Processing ruok command from /127.0.0.1:50734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:25:19,814 INFO Processing ruok command from /127.0.0.1:51056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:25:19,889 INFO Processing ruok command from /127.0.0.1:51062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:25:29,815 INFO Processing ruok command from /127.0.0.1:51314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:25:29,894 INFO Processing ruok command from /127.0.0.1:51316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:25:39,812 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:25:39,853 INFO Processing ruok command from /127.0.0.1:51532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:25:49,812 INFO Processing ruok command from /127.0.0.1:51752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:25:49,860 INFO Processing ruok command from /127.0.0.1:51754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:25:51,071 INFO Committing global session 0x30000e3e54f000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:25:59,798 INFO Processing ruok command from /127.0.0.1:51982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:25:59,878 INFO Processing ruok command from /127.0.0.1:51984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:26:09,837 INFO Processing ruok command from /127.0.0.1:52202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:26:09,918 INFO Processing ruok command from /127.0.0.1:52208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:26:19,816 INFO Processing ruok command from /127.0.0.1:52542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:26:19,865 INFO Processing ruok command from /127.0.0.1:52546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:26:29,802 INFO Processing ruok command from /127.0.0.1:52792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:26:29,861 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:26:39,795 INFO Processing ruok command from /127.0.0.1:53008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:26:39,845 INFO Processing ruok command from /127.0.0.1:53010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:26:49,791 INFO Processing ruok command from /127.0.0.1:53232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:26:49,835 INFO Processing ruok command from /127.0.0.1:53234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:26:59,800 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:26:59,845 INFO Processing ruok command from /127.0.0.1:53450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:27:09,813 INFO Processing ruok command from /127.0.0.1:53668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:27:09,892 INFO Processing ruok command from /127.0.0.1:53670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:27:19,826 INFO Processing ruok command from /127.0.0.1:53916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:27:19,871 INFO Processing ruok command from /127.0.0.1:53918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:27:29,806 INFO Processing ruok command from /127.0.0.1:54182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:27:29,889 INFO Processing ruok command from /127.0.0.1:54184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:27:39,790 INFO Processing ruok command from /127.0.0.1:54390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:27:39,866 INFO Processing ruok command from /127.0.0.1:54396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:27:49,797 INFO Processing ruok command from /127.0.0.1:54618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:27:49,836 INFO Processing ruok command from /127.0.0.1:54620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:27:50,668 INFO Committing global session 0x30000e3e54f000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:27:59,799 INFO Processing ruok command from /127.0.0.1:54826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:27:59,852 INFO Processing ruok command from /127.0.0.1:54828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:28:09,821 INFO Processing ruok command from /127.0.0.1:55058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:28:09,863 INFO Processing ruok command from /127.0.0.1:55062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:28:19,828 INFO Processing ruok command from /127.0.0.1:55282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:28:19,885 INFO Processing ruok command from /127.0.0.1:55284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:28:29,814 INFO Processing ruok command from /127.0.0.1:55544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:28:29,851 INFO Processing ruok command from /127.0.0.1:55546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:28:39,798 INFO Processing ruok command from /127.0.0.1:55758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:28:39,880 INFO Processing ruok command from /127.0.0.1:55764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:28:49,792 INFO Processing ruok command from /127.0.0.1:55992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:28:49,847 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:28:59,811 INFO Processing ruok command from /127.0.0.1:56216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:28:59,865 INFO Processing ruok command from /127.0.0.1:56220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:29:09,804 INFO Processing ruok command from /127.0.0.1:56434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:29:09,874 INFO Processing ruok command from /127.0.0.1:56436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:29:19,802 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:29:19,851 INFO Processing ruok command from /127.0.0.1:56670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:29:29,797 INFO Processing ruok command from /127.0.0.1:57034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:29:29,877 INFO Processing ruok command from /127.0.0.1:57036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:29:39,812 INFO Processing ruok command from /127.0.0.1:57258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:29:39,849 INFO Processing ruok command from /127.0.0.1:57264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:29:49,807 INFO Processing ruok command from /127.0.0.1:57478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:29:49,874 INFO Processing ruok command from /127.0.0.1:57480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:29:50,681 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 08:29:50,687 INFO Committing global session 0x2000102ae440004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:29:51,417 INFO Submitting global closeSession request for session 0x2000102ae440004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:29:59,791 INFO Processing ruok command from /127.0.0.1:57692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:29:59,828 INFO Processing ruok command from /127.0.0.1:57694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:30:09,801 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:30:09,837 INFO Processing ruok command from /127.0.0.1:57908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:30:19,797 INFO Processing ruok command from /127.0.0.1:58130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:30:19,836 INFO Processing ruok command from /127.0.0.1:58132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:30:29,804 INFO Processing ruok command from /127.0.0.1:58394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:30:29,863 INFO Processing ruok command from /127.0.0.1:58396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:30:39,801 INFO Processing ruok command from /127.0.0.1:58608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:30:39,841 INFO Processing ruok command from /127.0.0.1:58610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:30:49,815 INFO Processing ruok command from /127.0.0.1:58834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:30:49,845 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:30:59,795 INFO Processing ruok command from /127.0.0.1:59060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:30:59,860 INFO Processing ruok command from /127.0.0.1:59062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:31:09,796 INFO Processing ruok command from /127.0.0.1:59282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:31:09,865 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:31:19,801 INFO Processing ruok command from /127.0.0.1:59528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:31:19,838 INFO Processing ruok command from /127.0.0.1:59530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:31:29,815 INFO Processing ruok command from /127.0.0.1:59786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:31:29,839 INFO Processing ruok command from /127.0.0.1:59788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:31:39,801 INFO Processing ruok command from /127.0.0.1:59994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:31:39,889 INFO Processing ruok command from /127.0.0.1:60000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:31:49,821 INFO Processing ruok command from /127.0.0.1:60218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:31:49,885 INFO Processing ruok command from /127.0.0.1:60222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:31:50,807 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:31:50,813 INFO Committing global session 0x2000102ae440005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:31:51,552 INFO Submitting global closeSession request for session 0x2000102ae440005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:31:59,794 INFO Processing ruok command from /127.0.0.1:60438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:31:59,862 INFO Processing ruok command from /127.0.0.1:60440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:32:09,803 INFO Processing ruok command from /127.0.0.1:60656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:32:09,846 INFO Processing ruok command from /127.0.0.1:60662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:32:19,795 INFO Processing ruok command from /127.0.0.1:60888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:32:19,834 INFO Processing ruok command from /127.0.0.1:60890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:32:29,803 INFO Processing ruok command from /127.0.0.1:33014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:32:29,866 INFO Processing ruok command from /127.0.0.1:33018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:32:39,798 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:32:39,851 INFO Processing ruok command from /127.0.0.1:33236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:32:49,797 INFO Processing ruok command from /127.0.0.1:33456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:32:49,875 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:32:59,803 INFO Processing ruok command from /127.0.0.1:33674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:32:59,880 INFO Processing ruok command from /127.0.0.1:33680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:33:09,791 INFO Processing ruok command from /127.0.0.1:33888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:33:09,831 INFO Processing ruok command from /127.0.0.1:33890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:33:19,785 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:33:19,822 INFO Processing ruok command from /127.0.0.1:34124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:33:29,802 INFO Processing ruok command from /127.0.0.1:34380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:33:29,841 INFO Processing ruok command from /127.0.0.1:34382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:33:39,796 INFO Processing ruok command from /127.0.0.1:34602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:33:39,843 INFO Processing ruok command from /127.0.0.1:34604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:33:49,790 INFO Processing ruok command from /127.0.0.1:34822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:33:49,831 INFO Processing ruok command from /127.0.0.1:34824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:33:50,735 INFO Committing global session 0x30000e3e54f000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:33:59,805 INFO Processing ruok command from /127.0.0.1:35060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:33:59,845 INFO Processing ruok command from /127.0.0.1:35064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:34:09,793 INFO Processing ruok command from /127.0.0.1:35278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:34:09,875 INFO Processing ruok command from /127.0.0.1:35280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:34:19,812 INFO Processing ruok command from /127.0.0.1:35508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:34:19,855 INFO Processing ruok command from /127.0.0.1:35510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:34:29,793 INFO Processing ruok command from /127.0.0.1:35768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:34:29,833 INFO Processing ruok command from /127.0.0.1:35774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:34:39,795 INFO Processing ruok command from /127.0.0.1:35998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:34:39,852 INFO Processing ruok command from /127.0.0.1:36000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:34:49,805 INFO Processing ruok command from /127.0.0.1:36214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:34:49,845 INFO Processing ruok command from /127.0.0.1:36216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:34:59,803 INFO Processing ruok command from /127.0.0.1:36444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:34:59,839 INFO Processing ruok command from /127.0.0.1:36446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:35:09,794 INFO Processing ruok command from /127.0.0.1:36672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:35:09,830 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:35:19,806 INFO Processing ruok command from /127.0.0.1:36900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:35:19,840 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:35:29,807 INFO Processing ruok command from /127.0.0.1:37252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:35:29,847 INFO Processing ruok command from /127.0.0.1:37254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:35:39,796 INFO Processing ruok command from /127.0.0.1:37470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:35:39,832 INFO Processing ruok command from /127.0.0.1:37472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:35:49,802 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:35:49,841 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:35:50,788 INFO Committing global session 0x30000e3e54f000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:35:59,787 INFO Processing ruok command from /127.0.0.1:37934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:35:59,831 INFO Processing ruok command from /127.0.0.1:37938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:36:09,800 INFO Processing ruok command from /127.0.0.1:38160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:36:09,878 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:36:19,805 INFO Processing ruok command from /127.0.0.1:38390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:36:19,870 INFO Processing ruok command from /127.0.0.1:38392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:36:29,810 INFO Processing ruok command from /127.0.0.1:38658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:36:29,848 INFO Processing ruok command from /127.0.0.1:38660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:36:39,792 INFO Processing ruok command from /127.0.0.1:38884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:36:39,856 INFO Processing ruok command from /127.0.0.1:38886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:36:44,274 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 08:36:44,275 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-21 08:36:44,289 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-21 08:36:49,811 INFO Processing ruok command from /127.0.0.1:39106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:36:49,844 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:36:59,803 INFO Processing ruok command from /127.0.0.1:39350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:36:59,868 INFO Processing ruok command from /127.0.0.1:39352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:37:09,794 INFO Processing ruok command from /127.0.0.1:39566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:37:09,832 INFO Processing ruok command from /127.0.0.1:39570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:37:19,787 INFO Processing ruok command from /127.0.0.1:39800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:37:19,854 INFO Processing ruok command from /127.0.0.1:39802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:37:29,806 INFO Processing ruok command from /127.0.0.1:40070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:37:29,840 INFO Processing ruok command from /127.0.0.1:40072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:37:39,815 INFO Processing ruok command from /127.0.0.1:40292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:37:39,902 INFO Processing ruok command from /127.0.0.1:40294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:37:49,793 INFO Processing ruok command from /127.0.0.1:40520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:37:49,848 INFO Processing ruok command from /127.0.0.1:40522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:37:50,690 INFO Committing global session 0x10000e3089f000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:37:59,792 INFO Processing ruok command from /127.0.0.1:40756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:37:59,845 INFO Processing ruok command from /127.0.0.1:40758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:38:09,788 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:38:09,854 INFO Processing ruok command from /127.0.0.1:40972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:38:19,802 INFO Processing ruok command from /127.0.0.1:41204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:38:19,858 INFO Processing ruok command from /127.0.0.1:41206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:38:29,798 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:38:29,841 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:38:39,801 INFO Processing ruok command from /127.0.0.1:41788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:38:39,855 INFO Processing ruok command from /127.0.0.1:41792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:38:49,799 INFO Processing ruok command from /127.0.0.1:41998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:38:49,858 INFO Processing ruok command from /127.0.0.1:42006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:38:59,806 INFO Processing ruok command from /127.0.0.1:42228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:38:59,878 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:39:09,797 INFO Processing ruok command from /127.0.0.1:42444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:39:09,866 INFO Processing ruok command from /127.0.0.1:42446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:39:19,794 INFO Processing ruok command from /127.0.0.1:42676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:39:19,835 INFO Processing ruok command from /127.0.0.1:42678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:39:29,803 INFO Processing ruok command from /127.0.0.1:42934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:39:29,854 INFO Processing ruok command from /127.0.0.1:42936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:39:39,802 INFO Processing ruok command from /127.0.0.1:43160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:39:39,887 INFO Processing ruok command from /127.0.0.1:43168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:39:49,804 INFO Processing ruok command from /127.0.0.1:43380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:39:49,844 INFO Processing ruok command from /127.0.0.1:43384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:39:50,923 INFO Committing global session 0x30000e3e54f0010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:39:59,808 INFO Processing ruok command from /127.0.0.1:43618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:39:59,852 INFO Processing ruok command from /127.0.0.1:43620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:40:09,809 INFO Processing ruok command from /127.0.0.1:43850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:40:09,843 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:40:19,806 INFO Processing ruok command from /127.0.0.1:44078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:40:19,839 INFO Processing ruok command from /127.0.0.1:44080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:40:29,801 INFO Processing ruok command from /127.0.0.1:44338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:40:29,839 INFO Processing ruok command from /127.0.0.1:44340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:40:39,823 INFO Processing ruok command from /127.0.0.1:44550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:40:39,860 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:40:49,801 INFO Processing ruok command from /127.0.0.1:44766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:40:49,837 INFO Processing ruok command from /127.0.0.1:44768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:40:59,815 INFO Processing ruok command from /127.0.0.1:45014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:40:59,851 INFO Processing ruok command from /127.0.0.1:45016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:41:09,794 INFO Processing ruok command from /127.0.0.1:45238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:41:09,874 INFO Processing ruok command from /127.0.0.1:45240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:41:19,799 INFO Processing ruok command from /127.0.0.1:45474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:41:19,875 INFO Processing ruok command from /127.0.0.1:45476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:41:29,795 INFO Processing ruok command from /127.0.0.1:45844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:41:29,857 INFO Processing ruok command from /127.0.0.1:45846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:41:39,796 INFO Processing ruok command from /127.0.0.1:46056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:41:39,866 INFO Processing ruok command from /127.0.0.1:46058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:41:49,805 INFO Processing ruok command from /127.0.0.1:46268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:41:49,837 INFO Processing ruok command from /127.0.0.1:46270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:41:50,725 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-21 08:41:50,731 INFO Committing global session 0x2000102ae440006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:41:51,455 INFO Submitting global closeSession request for session 0x2000102ae440006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:41:59,804 INFO Processing ruok command from /127.0.0.1:46496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:41:59,840 INFO Processing ruok command from /127.0.0.1:46498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:42:09,813 INFO Processing ruok command from /127.0.0.1:46732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:42:09,874 INFO Processing ruok command from /127.0.0.1:46736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:42:19,805 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:42:19,845 INFO Processing ruok command from /127.0.0.1:46966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:42:29,804 INFO Processing ruok command from /127.0.0.1:47228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:42:29,841 INFO Processing ruok command from /127.0.0.1:47230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:42:39,798 INFO Processing ruok command from /127.0.0.1:47454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:42:39,875 INFO Processing ruok command from /127.0.0.1:47456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:42:49,803 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:42:49,873 INFO Processing ruok command from /127.0.0.1:47682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:42:59,824 INFO Processing ruok command from /127.0.0.1:47918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:42:59,859 INFO Processing ruok command from /127.0.0.1:47920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:43:09,827 INFO Processing ruok command from /127.0.0.1:48138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:43:09,863 INFO Processing ruok command from /127.0.0.1:48140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:43:19,800 INFO Processing ruok command from /127.0.0.1:48368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:43:19,846 INFO Processing ruok command from /127.0.0.1:48370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:43:29,803 INFO Processing ruok command from /127.0.0.1:48634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:43:29,865 INFO Processing ruok command from /127.0.0.1:48636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:43:39,806 INFO Processing ruok command from /127.0.0.1:48852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:43:39,871 INFO Processing ruok command from /127.0.0.1:48858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:43:49,792 INFO Processing ruok command from /127.0.0.1:49078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:43:49,828 INFO Processing ruok command from /127.0.0.1:49080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:43:50,712 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-21 08:43:50,719 INFO Committing global session 0x2000102ae440007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:43:51,447 INFO Submitting global closeSession request for session 0x2000102ae440007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-21 08:43:59,796 INFO Processing ruok command from /127.0.0.1:49312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:43:59,831 INFO Processing ruok command from /127.0.0.1:49314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:44:09,800 INFO Processing ruok command from /127.0.0.1:49534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:44:09,895 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:44:19,808 INFO Processing ruok command from /127.0.0.1:49758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:44:19,877 INFO Processing ruok command from /127.0.0.1:49764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:44:29,815 INFO Processing ruok command from /127.0.0.1:50116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:44:29,878 INFO Processing ruok command from /127.0.0.1:50118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:44:39,806 INFO Processing ruok command from /127.0.0.1:50324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:44:39,859 INFO Processing ruok command from /127.0.0.1:50328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:44:49,792 INFO Processing ruok command from /127.0.0.1:50546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:44:49,865 INFO Processing ruok command from /127.0.0.1:50550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:44:59,791 INFO Processing ruok command from /127.0.0.1:50790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:44:59,835 INFO Processing ruok command from /127.0.0.1:50792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:45:09,797 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:45:09,834 INFO Processing ruok command from /127.0.0.1:51026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:45:19,795 INFO Processing ruok command from /127.0.0.1:51262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:45:19,880 INFO Processing ruok command from /127.0.0.1:51264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:45:29,812 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:45:29,851 INFO Processing ruok command from /127.0.0.1:51528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:45:39,829 INFO Processing ruok command from /127.0.0.1:51750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:45:39,918 INFO Processing ruok command from /127.0.0.1:51756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:45:49,802 INFO Processing ruok command from /127.0.0.1:51974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:45:49,852 INFO Processing ruok command from /127.0.0.1:51976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:45:50,914 INFO Committing global session 0x30000e3e54f0011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2] 2022-10-21 08:45:59,802 INFO Processing ruok command from /127.0.0.1:52212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:45:59,843 INFO Processing ruok command from /127.0.0.1:52214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:46:09,806 INFO Processing ruok command from /127.0.0.1:52428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:46:09,862 INFO Processing ruok command from /127.0.0.1:52430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:46:19,801 INFO Processing ruok command from /127.0.0.1:52652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:46:19,837 INFO Processing ruok command from /127.0.0.1:52654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:46:29,808 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:46:29,884 INFO Processing ruok command from /127.0.0.1:52920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:46:39,802 INFO Processing ruok command from /127.0.0.1:53126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:46:39,842 INFO Processing ruok command from /127.0.0.1:53128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:46:49,795 INFO Processing ruok command from /127.0.0.1:53348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:46:49,836 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:46:59,798 INFO Processing ruok command from /127.0.0.1:53588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:46:59,876 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-21 08:47:09,828 INFO Processing ruok command from /127.0.0.1:53820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-21 08:47:09,847 INFO Processing ruok command from /127.0.0.1:53824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]