By type
Detected Zookeeper ID 1 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 ssl.hostnameVerification=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-05-02 04:41:36,847 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-02 04:41:36,859 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-02 04:41:36,860 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-02 04:41:36,864 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-05-02 04:41:36,865 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-02 04:41:36,865 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-02 04:41:36,882 WARN No server failure will be tolerated. You need at least 3 servers. (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-05-02 04:41:36,895 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-05-02 04:41:36,896 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-05-02 04:41:36,897 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-05-02 04:41:36,903 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-05-02 04:41:36,911 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-05-02 04:41:36,926 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-05-02 04:41:36,934 INFO Starting quorum peer, myid=1 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-05-02 04:41:36,958 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-05-02 04:41:37,094 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,094 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,095 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,171 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-02 04:41:37,173 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-02 04:41:37,173 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,173 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,173 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,174 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-02 04:41:37,174 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-05-02 04:41:37,185 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,231 INFO Logging initialized @1311ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-05-02 04:41:37,340 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-05-02 04:41:37,340 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-05-02 04:41:37,369 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-05-02 04:41:37,370 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,370 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,370 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,371 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,371 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,371 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,371 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,371 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,395 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,396 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,399 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,399 INFO Server environment:host.name=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,399 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,399 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,399 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,399 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.14.1.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.19.3.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:os.memory.free=204MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO Server environment:os.memory.total=216MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,400 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,401 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,401 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,401 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,401 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-05-02 04:41:37,408 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-05-02 04:41:37,408 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-05-02 04:41:37,410 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-05-02 04:41:37,410 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-05-02 04:41:37,427 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,427 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,427 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,427 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,427 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,427 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,427 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,437 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-05-02 04:41:37,437 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-05-02 04:41:37,444 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-05-02 04:41:37,446 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,449 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,452 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,563 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,563 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,566 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-05-02 04:41:37,570 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main] 2022-05-02 04:41:37,606 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-05-02 04:41:37,606 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-05-02 04:41:37,608 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main] 2022-05-02 04:41:37,612 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-05-02 04:41:37,623 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-05-02 04:41:37,634 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-05-02 04:41:37,634 INFO Started @1714ms (org.eclipse.jetty.server.Server) [main] 2022-05-02 04:41:37,635 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-05-02 04:41:37,635 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-05-02 04:41:37,642 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-05-02 04:41:37,645 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-05-02 04:41:37,645 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-05-02 04:41:37,650 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-05-02 04:41:37,650 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.177:3888] 2022-05-02 04:41:37,653 INFO 1 is accepting connections now, my election bind port: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.177:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.177:3888] 2022-05-02 04:41:37,665 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:37,667 INFO New election. My id = 1, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:37,690 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-05-02 04:41:37,894 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:38,295 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:38,472 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeChangeCipherSpec(SSLSocketOutputRecord.java:231) at java.base/sun.security.ssl.OutputRecord.changeWriteCiphers(OutputRecord.java:182) at java.base/sun.security.ssl.ChangeCipherSpec$T10ChangeCipherSpecProducer.produce(ChangeCipherSpec.java:118) at java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:395) at java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:386) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:39,097 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:39,181 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:266) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:404) at java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:386) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:40,699 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:40,784 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:266) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:404) at java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:386) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:43,901 INFO Notification time out: 6400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:43,953 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:266) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:404) at java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:386) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:47,458 INFO Received connection request from /10.233.68.118:57668 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.177:3888] 2022-05-02 04:41:47,578 INFO Accepted TLS connection from onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.68.118:57668 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.177:3888] 2022-05-02 04:41:47,589 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-05-02 04:41:47,590 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-05-02 04:41:47,791 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,792 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,799 INFO leaderConnectDelayDuringRetryMs: 100 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,799 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,799 INFO zookeeper.learner.asyncSending = false (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,802 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,804 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,804 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,806 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,806 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,808 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,808 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,808 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,808 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,808 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,808 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,811 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,811 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,811 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,813 INFO FOLLOWING - LEADER ELECTION TOOK - 10146 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,818 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:47,888 WARN Unexpected exception, tries=0, remaining init limit=9936, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:266) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:404) at java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:410) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.run(Learner.java:366) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:48,040 WARN Unexpected exception, tries=1, remaining init limit=9783, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888] javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:339) at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:185) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:410) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.run(Learner.java:366) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:48,182 WARN Unexpected exception, tries=2, remaining init limit=9641, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:266) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:404) at java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:410) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.run(Learner.java:366) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:48,323 WARN Unexpected exception, tries=3, remaining init limit=9500, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:266) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:404) at java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1501) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1411) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:451) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:422) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:410) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.run(Learner.java:366) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-05-02 04:41:48,464 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.118:2888] 2022-05-02 04:41:48,484 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,490 INFO Getting a diff from the leader 0x0 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,490 INFO Peer state changed: following - synchronization - diff (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,520 INFO Learner received NEWLEADER message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,527 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,535 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,536 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,542 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,613 INFO Learner received UPTODATE message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:48,619 INFO Peer state changed: following - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:56,429 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-05-02 04:41:56,429 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-05-02 04:41:56,429 INFO Processing ruok command from /127.0.0.1:45428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:41:56,454 INFO Processing ruok command from /127.0.0.1:45430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:41:58,041 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 04:41:58,064 WARN Got zxid 0x100000001 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-05-02 04:41:58,065 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:1] 2022-05-02 04:41:58,072 INFO Committing global session 0x100004005c70000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:41:58,432 INFO Submitting global closeSession request for session 0x100004005c70000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:42:06,359 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:42:06,452 INFO Processing ruok command from /127.0.0.1:45522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:42:16,377 INFO Processing ruok command from /127.0.0.1:45596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:42:16,466 INFO Processing ruok command from /127.0.0.1:45600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:42:17,479 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 04:42:17,499 INFO Committing global session 0x100004005c70001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:42:19,460 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 04:42:19,485 INFO Committing global session 0x100004005c70002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:42:22,660 INFO Committing global session 0x200003fb2010000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:42:24,066 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 04:42:24,076 INFO Committing global session 0x100004005c70003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:42:26,366 INFO Processing ruok command from /127.0.0.1:45668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:42:26,443 INFO Processing ruok command from /127.0.0.1:45670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:42:36,392 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:42:36,484 INFO Processing ruok command from /127.0.0.1:45734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:42:46,375 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-05-02 04:42:46,385 INFO Processing ruok command from /127.0.0.1:45894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:42:46,386 INFO Committing global session 0x100004005c70004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:42:46,483 INFO Processing ruok command from /127.0.0.1:45896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:42:56,375 INFO Processing ruok command from /127.0.0.1:46000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:42:56,464 INFO Processing ruok command from /127.0.0.1:46002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:43:05,960 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 04:43:05,970 INFO Committing global session 0x100004005c70005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:43:06,353 INFO Processing ruok command from /127.0.0.1:46068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:43:06,440 INFO Processing ruok command from /127.0.0.1:46070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:43:06,820 INFO Submitting global closeSession request for session 0x100004005c70005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:43:16,357 INFO Processing ruok command from /127.0.0.1:46136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:43:16,409 INFO Processing ruok command from /127.0.0.1:46138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:43:19,522 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 04:43:19,530 INFO Committing global session 0x100004005c70006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:43:20,395 INFO Submitting global closeSession request for session 0x100004005c70006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:43:26,369 INFO Processing ruok command from /127.0.0.1:46206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:43:26,438 INFO Processing ruok command from /127.0.0.1:46208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:43:36,351 INFO Processing ruok command from /127.0.0.1:46270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:43:36,409 INFO Processing ruok command from /127.0.0.1:46272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:43:46,355 INFO Processing ruok command from /127.0.0.1:46344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:43:46,422 INFO Processing ruok command from /127.0.0.1:46346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:43:56,372 INFO Processing ruok command from /127.0.0.1:46414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:43:56,428 INFO Processing ruok command from /127.0.0.1:46416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:44:06,377 INFO Processing ruok command from /127.0.0.1:46480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:44:06,446 INFO Processing ruok command from /127.0.0.1:46482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:44:16,380 INFO Processing ruok command from /127.0.0.1:46550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:44:16,469 INFO Processing ruok command from /127.0.0.1:46552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:44:26,372 INFO Processing ruok command from /127.0.0.1:46614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:44:26,453 INFO Processing ruok command from /127.0.0.1:46616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:44:36,341 INFO Processing ruok command from /127.0.0.1:46684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:44:36,419 INFO Processing ruok command from /127.0.0.1:46686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:44:46,354 INFO Processing ruok command from /127.0.0.1:46750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:44:46,438 INFO Processing ruok command from /127.0.0.1:46752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:44:56,368 INFO Processing ruok command from /127.0.0.1:46824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:44:56,435 INFO Processing ruok command from /127.0.0.1:46826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:45:06,360 INFO Processing ruok command from /127.0.0.1:46898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:45:06,425 INFO Processing ruok command from /127.0.0.1:46900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:45:16,370 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:45:16,435 INFO Processing ruok command from /127.0.0.1:46966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:45:19,964 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 04:45:19,974 INFO Committing global session 0x100004005c70007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:45:20,767 INFO Submitting global closeSession request for session 0x100004005c70007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:45:26,371 INFO Processing ruok command from /127.0.0.1:47034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:45:26,448 INFO Processing ruok command from /127.0.0.1:47036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:45:36,349 INFO Processing ruok command from /127.0.0.1:47100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:45:36,393 INFO Processing ruok command from /127.0.0.1:47102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:45:46,354 INFO Processing ruok command from /127.0.0.1:47168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:45:46,431 INFO Processing ruok command from /127.0.0.1:47170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:45:56,359 INFO Processing ruok command from /127.0.0.1:47238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:45:56,436 INFO Processing ruok command from /127.0.0.1:47240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:46:06,342 INFO Processing ruok command from /127.0.0.1:47308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:46:06,417 INFO Processing ruok command from /127.0.0.1:47310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:46:16,347 INFO Processing ruok command from /127.0.0.1:47376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:46:16,426 INFO Processing ruok command from /127.0.0.1:47378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:46:26,367 INFO Processing ruok command from /127.0.0.1:47444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:46:26,448 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:46:36,381 INFO Processing ruok command from /127.0.0.1:47516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:46:36,467 INFO Processing ruok command from /127.0.0.1:47518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:46:46,350 INFO Processing ruok command from /127.0.0.1:47584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:46:46,441 INFO Processing ruok command from /127.0.0.1:47586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:46:56,366 INFO Processing ruok command from /127.0.0.1:47656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:46:56,437 INFO Processing ruok command from /127.0.0.1:47658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:47:06,383 INFO Processing ruok command from /127.0.0.1:47770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:47:06,493 INFO Processing ruok command from /127.0.0.1:47772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:47:16,376 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:47:16,493 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:47:19,932 INFO Committing global session 0x200003fb2010001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:47:26,411 INFO Processing ruok command from /127.0.0.1:47980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:47:26,541 INFO Processing ruok command from /127.0.0.1:47982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:47:36,388 INFO Processing ruok command from /127.0.0.1:48078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:47:36,492 INFO Processing ruok command from /127.0.0.1:48080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:47:46,366 INFO Processing ruok command from /127.0.0.1:48196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:47:46,415 INFO Processing ruok command from /127.0.0.1:48198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:47:56,400 INFO Processing ruok command from /127.0.0.1:48296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:47:56,509 INFO Processing ruok command from /127.0.0.1:48300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:48:06,368 INFO Processing ruok command from /127.0.0.1:48408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:48:06,426 INFO Processing ruok command from /127.0.0.1:48410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:48:16,360 INFO Processing ruok command from /127.0.0.1:48498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:48:16,442 INFO Processing ruok command from /127.0.0.1:48500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:48:26,374 INFO Processing ruok command from /127.0.0.1:48590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:48:26,478 INFO Processing ruok command from /127.0.0.1:48592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:48:36,358 INFO Processing ruok command from /127.0.0.1:48678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:48:36,406 INFO Processing ruok command from /127.0.0.1:48680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:48:46,379 INFO Processing ruok command from /127.0.0.1:48790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:48:46,463 INFO Processing ruok command from /127.0.0.1:48792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:48:56,371 INFO Processing ruok command from /127.0.0.1:48876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:48:56,447 INFO Processing ruok command from /127.0.0.1:48878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:49:06,363 INFO Processing ruok command from /127.0.0.1:48970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:49:06,429 INFO Processing ruok command from /127.0.0.1:48972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:49:16,371 INFO Processing ruok command from /127.0.0.1:49056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:49:16,457 INFO Processing ruok command from /127.0.0.1:49058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:49:19,707 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 04:49:19,716 INFO Committing global session 0x100004005c70008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:49:20,564 INFO Submitting global closeSession request for session 0x100004005c70008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:49:26,372 INFO Processing ruok command from /127.0.0.1:49146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:49:26,466 INFO Processing ruok command from /127.0.0.1:49148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:49:36,356 INFO Processing ruok command from /127.0.0.1:49236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:49:36,424 INFO Processing ruok command from /127.0.0.1:49238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:49:46,357 INFO Processing ruok command from /127.0.0.1:49328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:49:46,423 INFO Processing ruok command from /127.0.0.1:49330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:49:56,369 INFO Processing ruok command from /127.0.0.1:49438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:49:56,450 INFO Processing ruok command from /127.0.0.1:49440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:50:06,349 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:50:06,433 INFO Processing ruok command from /127.0.0.1:49540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:50:16,370 INFO Processing ruok command from /127.0.0.1:49636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:50:16,452 INFO Processing ruok command from /127.0.0.1:49638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:50:26,360 INFO Processing ruok command from /127.0.0.1:49744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:50:26,455 INFO Processing ruok command from /127.0.0.1:49746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:50:36,395 INFO Processing ruok command from /127.0.0.1:49876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:50:36,519 INFO Processing ruok command from /127.0.0.1:49878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:50:46,358 INFO Processing ruok command from /127.0.0.1:49982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:50:46,438 INFO Processing ruok command from /127.0.0.1:49984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:50:56,362 INFO Processing ruok command from /127.0.0.1:50074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:50:56,428 INFO Processing ruok command from /127.0.0.1:50076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:51:06,357 INFO Processing ruok command from /127.0.0.1:50168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:51:06,440 INFO Processing ruok command from /127.0.0.1:50170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:51:16,361 INFO Processing ruok command from /127.0.0.1:50262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:51:16,436 INFO Processing ruok command from /127.0.0.1:50264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:51:19,833 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 04:51:19,844 INFO Committing global session 0x100004005c70009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:51:20,723 INFO Submitting global closeSession request for session 0x100004005c70009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:51:26,355 INFO Processing ruok command from /127.0.0.1:50360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:51:26,416 INFO Processing ruok command from /127.0.0.1:50362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:51:36,358 INFO Processing ruok command from /127.0.0.1:50456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:51:36,424 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:51:46,383 INFO Processing ruok command from /127.0.0.1:50550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:51:46,473 INFO Processing ruok command from /127.0.0.1:50552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:51:56,371 INFO Processing ruok command from /127.0.0.1:50642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:51:56,448 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:52:06,353 INFO Processing ruok command from /127.0.0.1:50740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:52:06,429 INFO Processing ruok command from /127.0.0.1:50742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:52:16,361 INFO Processing ruok command from /127.0.0.1:50838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:52:16,449 INFO Processing ruok command from /127.0.0.1:50840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:52:26,376 INFO Processing ruok command from /127.0.0.1:50928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:52:26,427 INFO Processing ruok command from /127.0.0.1:50930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:52:36,340 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:52:36,386 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:52:46,350 INFO Processing ruok command from /127.0.0.1:51118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:52:46,423 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:52:56,378 INFO Processing ruok command from /127.0.0.1:51216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:52:56,441 INFO Processing ruok command from /127.0.0.1:51218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:53:06,350 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:53:06,431 INFO Processing ruok command from /127.0.0.1:51310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:53:16,366 INFO Processing ruok command from /127.0.0.1:51404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:53:16,416 INFO Processing ruok command from /127.0.0.1:51406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:53:19,931 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 04:53:19,939 INFO Committing global session 0x100004005c7000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:53:20,732 INFO Submitting global closeSession request for session 0x100004005c7000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:53:26,376 INFO Processing ruok command from /127.0.0.1:51500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:53:26,467 INFO Processing ruok command from /127.0.0.1:51502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:53:36,357 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:53:36,431 INFO Processing ruok command from /127.0.0.1:51592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:53:46,347 INFO Processing ruok command from /127.0.0.1:51680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:53:46,431 INFO Processing ruok command from /127.0.0.1:51682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:53:56,376 INFO Processing ruok command from /127.0.0.1:51776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:53:56,442 INFO Processing ruok command from /127.0.0.1:51778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:54:06,360 INFO Processing ruok command from /127.0.0.1:51868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:54:06,431 INFO Processing ruok command from /127.0.0.1:51870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:54:16,357 INFO Processing ruok command from /127.0.0.1:51960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:54:16,432 INFO Processing ruok command from /127.0.0.1:51962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:54:26,355 INFO Processing ruok command from /127.0.0.1:52058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:54:26,447 INFO Processing ruok command from /127.0.0.1:52060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:54:36,364 INFO Processing ruok command from /127.0.0.1:52160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:54:36,420 INFO Processing ruok command from /127.0.0.1:52162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:54:46,370 INFO Processing ruok command from /127.0.0.1:52252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:54:46,448 INFO Processing ruok command from /127.0.0.1:52254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:54:56,367 INFO Processing ruok command from /127.0.0.1:52350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:54:56,453 INFO Processing ruok command from /127.0.0.1:52352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:55:06,374 INFO Processing ruok command from /127.0.0.1:52448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:55:06,461 INFO Processing ruok command from /127.0.0.1:52450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:55:16,356 INFO Processing ruok command from /127.0.0.1:52544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:55:16,432 INFO Processing ruok command from /127.0.0.1:52546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:55:20,125 INFO Committing global session 0x200003fb2010002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:55:26,353 INFO Processing ruok command from /127.0.0.1:52642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:55:26,450 INFO Processing ruok command from /127.0.0.1:52644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:55:36,372 INFO Processing ruok command from /127.0.0.1:52738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:55:36,454 INFO Processing ruok command from /127.0.0.1:52740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:55:46,355 INFO Processing ruok command from /127.0.0.1:52828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:55:46,443 INFO Processing ruok command from /127.0.0.1:52830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:55:56,357 INFO Processing ruok command from /127.0.0.1:52922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:55:56,453 INFO Processing ruok command from /127.0.0.1:52924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:56:06,354 INFO Processing ruok command from /127.0.0.1:53014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:56:06,432 INFO Processing ruok command from /127.0.0.1:53016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:56:16,357 INFO Processing ruok command from /127.0.0.1:53106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:56:16,429 INFO Processing ruok command from /127.0.0.1:53108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:56:26,372 INFO Processing ruok command from /127.0.0.1:53210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:56:26,451 INFO Processing ruok command from /127.0.0.1:53212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:56:36,372 INFO Processing ruok command from /127.0.0.1:53306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:56:36,442 INFO Processing ruok command from /127.0.0.1:53308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:56:46,357 INFO Processing ruok command from /127.0.0.1:53408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:56:46,453 INFO Processing ruok command from /127.0.0.1:53410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:56:56,385 INFO Processing ruok command from /127.0.0.1:53504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:56:56,470 INFO Processing ruok command from /127.0.0.1:53506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:57:06,373 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:57:06,456 INFO Processing ruok command from /127.0.0.1:53602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:57:16,365 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:57:16,438 INFO Processing ruok command from /127.0.0.1:53704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:57:19,745 INFO Committing global session 0x200003fb2010003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:57:26,354 INFO Processing ruok command from /127.0.0.1:53796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:57:26,429 INFO Processing ruok command from /127.0.0.1:53798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:57:36,361 INFO Processing ruok command from /127.0.0.1:53896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:57:36,448 INFO Processing ruok command from /127.0.0.1:53898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:57:46,354 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:57:46,445 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:57:56,357 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:57:56,448 INFO Processing ruok command from /127.0.0.1:54100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:58:06,363 INFO Processing ruok command from /127.0.0.1:54196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:58:06,441 INFO Processing ruok command from /127.0.0.1:54198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:58:16,358 INFO Processing ruok command from /127.0.0.1:54296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:58:16,425 INFO Processing ruok command from /127.0.0.1:54298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:58:26,361 INFO Processing ruok command from /127.0.0.1:54398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:58:26,444 INFO Processing ruok command from /127.0.0.1:54400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:58:36,352 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:58:36,450 INFO Processing ruok command from /127.0.0.1:54494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:58:46,354 INFO Processing ruok command from /127.0.0.1:54590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:58:46,445 INFO Processing ruok command from /127.0.0.1:54592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:58:56,372 INFO Processing ruok command from /127.0.0.1:54690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:58:56,441 INFO Processing ruok command from /127.0.0.1:54692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:59:06,376 INFO Processing ruok command from /127.0.0.1:54786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:59:06,453 INFO Processing ruok command from /127.0.0.1:54788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:59:16,369 INFO Processing ruok command from /127.0.0.1:54874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:59:16,459 INFO Processing ruok command from /127.0.0.1:54876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:59:19,716 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 04:59:19,734 INFO Committing global session 0x100004005c7000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 04:59:20,570 INFO Submitting global closeSession request for session 0x100004005c7000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 04:59:26,381 INFO Processing ruok command from /127.0.0.1:54972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:59:26,468 INFO Processing ruok command from /127.0.0.1:54974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:59:36,363 INFO Processing ruok command from /127.0.0.1:55062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:59:36,455 INFO Processing ruok command from /127.0.0.1:55064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:59:46,365 INFO Processing ruok command from /127.0.0.1:55152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:59:46,418 INFO Processing ruok command from /127.0.0.1:55154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 04:59:56,372 INFO Processing ruok command from /127.0.0.1:55254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 04:59:56,440 INFO Processing ruok command from /127.0.0.1:55256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:00:06,373 INFO Processing ruok command from /127.0.0.1:55356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:00:06,468 INFO Processing ruok command from /127.0.0.1:55358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:00:16,356 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:00:16,407 INFO Processing ruok command from /127.0.0.1:55454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:00:26,353 INFO Processing ruok command from /127.0.0.1:55550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:00:26,431 INFO Processing ruok command from /127.0.0.1:55552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:00:36,378 INFO Processing ruok command from /127.0.0.1:55658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:00:36,460 INFO Processing ruok command from /127.0.0.1:55660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:00:46,361 INFO Processing ruok command from /127.0.0.1:55754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:00:46,427 INFO Processing ruok command from /127.0.0.1:55756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:00:56,382 INFO Processing ruok command from /127.0.0.1:55866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:00:56,461 INFO Processing ruok command from /127.0.0.1:55868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:01:06,384 INFO Processing ruok command from /127.0.0.1:55966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:01:06,493 INFO Processing ruok command from /127.0.0.1:55968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:01:16,415 INFO Processing ruok command from /127.0.0.1:56114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:01:16,574 INFO Processing ruok command from /127.0.0.1:56116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:01:19,823 INFO Committing global session 0x200003fb2010004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:01:26,420 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:01:26,548 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:01:36,440 INFO Processing ruok command from /127.0.0.1:56394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:01:36,630 INFO Processing ruok command from /127.0.0.1:56396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:01:46,393 INFO Processing ruok command from /127.0.0.1:56558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:01:46,659 INFO Processing ruok command from /127.0.0.1:56562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:01:56,435 INFO Processing ruok command from /127.0.0.1:56850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:01:56,587 INFO Processing ruok command from /127.0.0.1:56860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:02:06,933 INFO Processing ruok command from /127.0.0.1:57378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:02:07,227 INFO Processing ruok command from /127.0.0.1:57388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:02:16,720 INFO Processing ruok command from /127.0.0.1:57724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:02:17,006 INFO Processing ruok command from /127.0.0.1:57726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:02:26,479 INFO Processing ruok command from /127.0.0.1:58234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:02:26,615 INFO Processing ruok command from /127.0.0.1:58240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:02:36,379 INFO Processing ruok command from /127.0.0.1:58890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:02:36,504 INFO Processing ruok command from /127.0.0.1:58902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:02:46,552 INFO Processing ruok command from /127.0.0.1:59090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:02:46,807 INFO Processing ruok command from /127.0.0.1:59092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:02:56,537 INFO Processing ruok command from /127.0.0.1:59222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:02:56,701 INFO Processing ruok command from /127.0.0.1:59226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:03:06,433 INFO Processing ruok command from /127.0.0.1:59366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:03:06,556 INFO Processing ruok command from /127.0.0.1:59368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:03:16,408 INFO Processing ruok command from /127.0.0.1:59680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:03:16,529 INFO Processing ruok command from /127.0.0.1:59682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:03:19,795 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:03:19,810 INFO Committing global session 0x100004005c7000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:03:20,664 INFO Submitting global closeSession request for session 0x100004005c7000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:03:26,382 INFO Processing ruok command from /127.0.0.1:59784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:03:26,490 INFO Processing ruok command from /127.0.0.1:59786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:03:36,404 INFO Processing ruok command from /127.0.0.1:59922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:03:36,525 INFO Processing ruok command from /127.0.0.1:59924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:03:46,393 INFO Processing ruok command from /127.0.0.1:60056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:03:46,520 INFO Processing ruok command from /127.0.0.1:60060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:03:56,377 INFO Processing ruok command from /127.0.0.1:60204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:03:56,487 INFO Processing ruok command from /127.0.0.1:60208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:04:06,375 INFO Processing ruok command from /127.0.0.1:60340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:04:06,467 INFO Processing ruok command from /127.0.0.1:60342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:04:16,373 INFO Processing ruok command from /127.0.0.1:60468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:04:16,456 INFO Processing ruok command from /127.0.0.1:60470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:04:26,370 INFO Processing ruok command from /127.0.0.1:60612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:04:26,462 INFO Processing ruok command from /127.0.0.1:60614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:04:36,371 INFO Processing ruok command from /127.0.0.1:60738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:04:36,469 INFO Processing ruok command from /127.0.0.1:60740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:04:46,352 INFO Processing ruok command from /127.0.0.1:60868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:04:46,444 INFO Processing ruok command from /127.0.0.1:60870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:04:56,364 INFO Processing ruok command from /127.0.0.1:32776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:04:56,451 INFO Processing ruok command from /127.0.0.1:32778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:05:06,375 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:05:06,434 INFO Processing ruok command from /127.0.0.1:32906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:05:16,399 INFO Processing ruok command from /127.0.0.1:33052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:05:16,479 INFO Processing ruok command from /127.0.0.1:33054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:05:19,774 INFO Committing global session 0x200003fb2010005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:05:26,354 INFO Processing ruok command from /127.0.0.1:33228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:05:26,434 INFO Processing ruok command from /127.0.0.1:33230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:05:36,375 INFO Processing ruok command from /127.0.0.1:33356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:05:36,467 INFO Processing ruok command from /127.0.0.1:33358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:05:46,383 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:05:46,505 INFO Processing ruok command from /127.0.0.1:33488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:05:56,396 INFO Processing ruok command from /127.0.0.1:33626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:05:56,506 INFO Processing ruok command from /127.0.0.1:33628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:06:06,391 INFO Processing ruok command from /127.0.0.1:33784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:06:06,490 INFO Processing ruok command from /127.0.0.1:33786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:06:16,392 INFO Processing ruok command from /127.0.0.1:34146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:06:16,502 INFO Processing ruok command from /127.0.0.1:34148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:06:26,532 INFO Processing ruok command from /127.0.0.1:34326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:06:26,731 INFO Processing ruok command from /127.0.0.1:34330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:06:36,575 INFO Processing ruok command from /127.0.0.1:34470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:06:36,786 INFO Processing ruok command from /127.0.0.1:34476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:06:46,396 INFO Processing ruok command from /127.0.0.1:34616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:06:46,570 INFO Processing ruok command from /127.0.0.1:34618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:06:56,383 INFO Processing ruok command from /127.0.0.1:34780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:06:56,508 INFO Processing ruok command from /127.0.0.1:34782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:07:06,379 INFO Processing ruok command from /127.0.0.1:34902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:07:06,479 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:07:16,368 INFO Processing ruok command from /127.0.0.1:35026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:07:16,445 INFO Processing ruok command from /127.0.0.1:35028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:07:19,945 INFO Committing global session 0x200003fb2010006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:07:26,381 INFO Processing ruok command from /127.0.0.1:35146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:07:26,435 INFO Processing ruok command from /127.0.0.1:35148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:07:36,381 INFO Processing ruok command from /127.0.0.1:35282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:07:36,488 INFO Processing ruok command from /127.0.0.1:35284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:07:46,395 INFO Processing ruok command from /127.0.0.1:35400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:07:46,496 INFO Processing ruok command from /127.0.0.1:35402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:07:56,360 INFO Processing ruok command from /127.0.0.1:35528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:07:56,451 INFO Processing ruok command from /127.0.0.1:35530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:08:06,373 INFO Processing ruok command from /127.0.0.1:35654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:08:06,463 INFO Processing ruok command from /127.0.0.1:35656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:08:16,387 INFO Processing ruok command from /127.0.0.1:35784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:08:16,465 INFO Processing ruok command from /127.0.0.1:35786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:08:26,372 INFO Processing ruok command from /127.0.0.1:35914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:08:26,463 INFO Processing ruok command from /127.0.0.1:35916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:08:36,358 INFO Processing ruok command from /127.0.0.1:36036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:08:36,439 INFO Processing ruok command from /127.0.0.1:36038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:08:46,364 INFO Processing ruok command from /127.0.0.1:36160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:08:46,447 INFO Processing ruok command from /127.0.0.1:36162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:08:56,363 INFO Processing ruok command from /127.0.0.1:36286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:08:56,494 INFO Processing ruok command from /127.0.0.1:36288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:09:06,396 INFO Processing ruok command from /127.0.0.1:36406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:09:06,495 INFO Processing ruok command from /127.0.0.1:36408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:09:16,401 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:09:16,503 INFO Processing ruok command from /127.0.0.1:36912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:09:19,856 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 05:09:19,863 INFO Committing global session 0x100004005c7000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:09:20,744 INFO Submitting global closeSession request for session 0x100004005c7000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:09:26,406 INFO Processing ruok command from /127.0.0.1:37142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:09:26,555 INFO Processing ruok command from /127.0.0.1:37146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:09:36,384 INFO Processing ruok command from /127.0.0.1:37728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:09:36,517 INFO Processing ruok command from /127.0.0.1:37730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:09:46,378 INFO Processing ruok command from /127.0.0.1:37848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:09:46,480 INFO Processing ruok command from /127.0.0.1:37850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:09:56,383 INFO Processing ruok command from /127.0.0.1:38042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:09:56,487 INFO Processing ruok command from /127.0.0.1:38044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:10:06,383 INFO Processing ruok command from /127.0.0.1:38190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:10:06,475 INFO Processing ruok command from /127.0.0.1:38192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:10:16,355 INFO Processing ruok command from /127.0.0.1:38330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:10:16,443 INFO Processing ruok command from /127.0.0.1:38332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:10:26,375 INFO Processing ruok command from /127.0.0.1:38458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:10:26,464 INFO Processing ruok command from /127.0.0.1:38460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:10:36,374 INFO Processing ruok command from /127.0.0.1:39036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:10:36,451 INFO Processing ruok command from /127.0.0.1:39038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:10:46,361 INFO Processing ruok command from /127.0.0.1:39164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:10:46,469 INFO Processing ruok command from /127.0.0.1:39166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:10:56,368 INFO Processing ruok command from /127.0.0.1:39286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:10:56,472 INFO Processing ruok command from /127.0.0.1:39288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:11:06,371 INFO Processing ruok command from /127.0.0.1:39428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:11:06,469 INFO Processing ruok command from /127.0.0.1:39432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:11:16,386 INFO Processing ruok command from /127.0.0.1:39598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:11:16,470 INFO Processing ruok command from /127.0.0.1:39602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:11:19,739 INFO Committing global session 0x200003fb2010007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:11:26,391 INFO Processing ruok command from /127.0.0.1:39754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:11:26,486 INFO Processing ruok command from /127.0.0.1:39756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:11:36,368 INFO Processing ruok command from /127.0.0.1:39912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:11:36,433 INFO Processing ruok command from /127.0.0.1:39914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:11:46,363 INFO Processing ruok command from /127.0.0.1:40070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:11:46,450 INFO Processing ruok command from /127.0.0.1:40072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:11:56,377 INFO Processing ruok command from /127.0.0.1:40280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:11:56,475 INFO Processing ruok command from /127.0.0.1:40284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:12:06,375 INFO Processing ruok command from /127.0.0.1:40536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:12:06,468 INFO Processing ruok command from /127.0.0.1:40540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:12:16,378 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:12:16,434 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:12:26,360 INFO Processing ruok command from /127.0.0.1:40890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:12:26,460 INFO Processing ruok command from /127.0.0.1:40894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:12:36,363 INFO Processing ruok command from /127.0.0.1:41070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:12:36,465 INFO Processing ruok command from /127.0.0.1:41074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:12:46,390 INFO Processing ruok command from /127.0.0.1:41242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:12:46,466 INFO Processing ruok command from /127.0.0.1:41244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:12:56,359 INFO Processing ruok command from /127.0.0.1:41394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:12:56,439 INFO Processing ruok command from /127.0.0.1:41396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:13:06,359 INFO Processing ruok command from /127.0.0.1:41536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:13:06,449 INFO Processing ruok command from /127.0.0.1:41538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:13:16,364 INFO Processing ruok command from /127.0.0.1:41704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:13:16,456 INFO Processing ruok command from /127.0.0.1:41706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:13:19,781 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:13:19,787 INFO Committing global session 0x100004005c7000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:13:20,626 INFO Submitting global closeSession request for session 0x100004005c7000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:13:26,345 INFO Processing ruok command from /127.0.0.1:41866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:13:26,431 INFO Processing ruok command from /127.0.0.1:41868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:13:36,363 INFO Processing ruok command from /127.0.0.1:42022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:13:36,445 INFO Processing ruok command from /127.0.0.1:42024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:13:46,375 INFO Processing ruok command from /127.0.0.1:42182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:13:46,449 INFO Processing ruok command from /127.0.0.1:42184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:13:56,374 INFO Processing ruok command from /127.0.0.1:42340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:13:56,471 INFO Processing ruok command from /127.0.0.1:42342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:14:06,349 INFO Processing ruok command from /127.0.0.1:42492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:14:06,444 INFO Processing ruok command from /127.0.0.1:42496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:14:16,375 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:14:16,465 INFO Processing ruok command from /127.0.0.1:42658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:14:26,371 INFO Processing ruok command from /127.0.0.1:42806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:14:26,452 INFO Processing ruok command from /127.0.0.1:42808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:14:36,355 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:14:36,438 INFO Processing ruok command from /127.0.0.1:42966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:14:46,379 INFO Processing ruok command from /127.0.0.1:43122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:14:46,474 INFO Processing ruok command from /127.0.0.1:43126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:14:56,374 INFO Processing ruok command from /127.0.0.1:43278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:14:56,459 INFO Processing ruok command from /127.0.0.1:43280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:15:06,356 INFO Processing ruok command from /127.0.0.1:43442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:15:06,429 INFO Processing ruok command from /127.0.0.1:43444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:15:16,356 INFO Processing ruok command from /127.0.0.1:43606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:15:16,444 INFO Processing ruok command from /127.0.0.1:43608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:15:19,832 INFO Committing global session 0x200003fb2010008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:15:26,386 INFO Processing ruok command from /127.0.0.1:43766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:15:26,485 INFO Processing ruok command from /127.0.0.1:43768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:15:36,358 INFO Processing ruok command from /127.0.0.1:43926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:15:36,448 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:15:46,368 INFO Processing ruok command from /127.0.0.1:44080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:15:46,455 INFO Processing ruok command from /127.0.0.1:44082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:15:56,367 INFO Processing ruok command from /127.0.0.1:44238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:15:56,452 INFO Processing ruok command from /127.0.0.1:44240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:16:06,347 INFO Processing ruok command from /127.0.0.1:44394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:16:06,454 INFO Processing ruok command from /127.0.0.1:44398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:16:16,380 INFO Processing ruok command from /127.0.0.1:44558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:16:16,459 INFO Processing ruok command from /127.0.0.1:44560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:16:26,367 INFO Processing ruok command from /127.0.0.1:44712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:16:26,440 INFO Processing ruok command from /127.0.0.1:44714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:16:36,372 INFO Processing ruok command from /127.0.0.1:44866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:16:36,438 INFO Processing ruok command from /127.0.0.1:44868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:16:46,393 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:16:46,474 INFO Processing ruok command from /127.0.0.1:45030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:16:56,372 INFO Processing ruok command from /127.0.0.1:45186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:16:56,470 INFO Processing ruok command from /127.0.0.1:45188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:17:06,359 INFO Processing ruok command from /127.0.0.1:45340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:17:06,460 INFO Processing ruok command from /127.0.0.1:45342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:17:16,378 INFO Processing ruok command from /127.0.0.1:45506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:17:16,471 INFO Processing ruok command from /127.0.0.1:45508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:17:19,773 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 05:17:19,787 INFO Committing global session 0x100004005c7000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:17:20,640 INFO Submitting global closeSession request for session 0x100004005c7000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:17:26,386 INFO Processing ruok command from /127.0.0.1:45664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:17:26,467 INFO Processing ruok command from /127.0.0.1:45666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:17:36,356 INFO Processing ruok command from /127.0.0.1:45824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:17:36,457 INFO Processing ruok command from /127.0.0.1:45826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:17:46,369 INFO Processing ruok command from /127.0.0.1:45978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:17:46,472 INFO Processing ruok command from /127.0.0.1:45980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:17:56,381 INFO Processing ruok command from /127.0.0.1:46142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:17:56,485 INFO Processing ruok command from /127.0.0.1:46144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:18:06,351 INFO Processing ruok command from /127.0.0.1:46298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:18:06,425 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:18:16,364 INFO Processing ruok command from /127.0.0.1:46468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:18:16,469 INFO Processing ruok command from /127.0.0.1:46470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:18:26,373 INFO Processing ruok command from /127.0.0.1:46614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:18:26,458 INFO Processing ruok command from /127.0.0.1:46616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:18:36,388 INFO Processing ruok command from /127.0.0.1:46768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:18:36,488 INFO Processing ruok command from /127.0.0.1:46770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:18:46,384 INFO Processing ruok command from /127.0.0.1:46922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:18:46,484 INFO Processing ruok command from /127.0.0.1:46924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:18:56,373 INFO Processing ruok command from /127.0.0.1:47080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:18:56,448 INFO Processing ruok command from /127.0.0.1:47082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:19:06,370 INFO Processing ruok command from /127.0.0.1:47230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:19:06,460 INFO Processing ruok command from /127.0.0.1:47232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:19:16,356 INFO Processing ruok command from /127.0.0.1:47392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:19:16,461 INFO Processing ruok command from /127.0.0.1:47394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:19:19,762 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:19:19,769 INFO Committing global session 0x100004005c70010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:19:20,645 INFO Submitting global closeSession request for session 0x100004005c70010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:19:26,364 INFO Processing ruok command from /127.0.0.1:47546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:19:26,435 INFO Processing ruok command from /127.0.0.1:47548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:19:36,370 INFO Processing ruok command from /127.0.0.1:47704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:19:36,470 INFO Processing ruok command from /127.0.0.1:47706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:19:46,364 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:19:46,436 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:19:56,367 INFO Processing ruok command from /127.0.0.1:48014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:19:56,459 INFO Processing ruok command from /127.0.0.1:48018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:20:06,375 INFO Processing ruok command from /127.0.0.1:48166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:20:06,452 INFO Processing ruok command from /127.0.0.1:48170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:20:16,376 INFO Processing ruok command from /127.0.0.1:48334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:20:16,487 INFO Processing ruok command from /127.0.0.1:48336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:20:26,367 INFO Processing ruok command from /127.0.0.1:48490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:20:26,456 INFO Processing ruok command from /127.0.0.1:48492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:20:36,363 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:20:36,453 INFO Processing ruok command from /127.0.0.1:48646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:20:46,363 INFO Processing ruok command from /127.0.0.1:48820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:20:46,435 INFO Processing ruok command from /127.0.0.1:48822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:20:56,364 INFO Processing ruok command from /127.0.0.1:48978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:20:56,455 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:21:06,361 INFO Processing ruok command from /127.0.0.1:49138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:21:06,444 INFO Processing ruok command from /127.0.0.1:49140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:21:16,366 INFO Processing ruok command from /127.0.0.1:49306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:21:16,461 INFO Processing ruok command from /127.0.0.1:49308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:21:19,741 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 05:21:19,755 INFO Committing global session 0x100004005c70011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:21:20,633 INFO Submitting global closeSession request for session 0x100004005c70011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:21:26,352 INFO Processing ruok command from /127.0.0.1:49450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:21:26,440 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:21:36,372 INFO Processing ruok command from /127.0.0.1:49612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:21:36,451 INFO Processing ruok command from /127.0.0.1:49616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:21:46,367 INFO Processing ruok command from /127.0.0.1:49766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:21:46,438 INFO Processing ruok command from /127.0.0.1:49768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:21:56,375 INFO Processing ruok command from /127.0.0.1:49928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:21:56,458 INFO Processing ruok command from /127.0.0.1:49930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:22:06,346 INFO Processing ruok command from /127.0.0.1:50086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:22:06,422 INFO Processing ruok command from /127.0.0.1:50088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:22:16,363 INFO Processing ruok command from /127.0.0.1:50246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:22:16,437 INFO Processing ruok command from /127.0.0.1:50248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:22:26,361 INFO Processing ruok command from /127.0.0.1:50394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:22:26,425 INFO Processing ruok command from /127.0.0.1:50398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:22:36,375 INFO Processing ruok command from /127.0.0.1:50554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:22:36,443 INFO Processing ruok command from /127.0.0.1:50556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:22:46,398 INFO Processing ruok command from /127.0.0.1:50730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:22:46,505 INFO Processing ruok command from /127.0.0.1:50732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:22:56,370 INFO Processing ruok command from /127.0.0.1:50884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:22:56,465 INFO Processing ruok command from /127.0.0.1:50888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:23:06,369 INFO Processing ruok command from /127.0.0.1:51048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:23:06,438 INFO Processing ruok command from /127.0.0.1:51050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:23:16,376 INFO Processing ruok command from /127.0.0.1:51218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:23:16,476 INFO Processing ruok command from /127.0.0.1:51220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:23:19,676 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:23:19,700 INFO Committing global session 0x100004005c70012 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:23:20,554 INFO Submitting global closeSession request for session 0x100004005c70012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:23:26,366 INFO Processing ruok command from /127.0.0.1:51362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:23:26,455 INFO Processing ruok command from /127.0.0.1:51364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:23:36,356 INFO Processing ruok command from /127.0.0.1:51532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:23:36,460 INFO Processing ruok command from /127.0.0.1:51534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:23:46,419 INFO Processing ruok command from /127.0.0.1:51744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:23:46,524 INFO Processing ruok command from /127.0.0.1:51746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:23:56,394 INFO Processing ruok command from /127.0.0.1:51986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:23:56,470 INFO Processing ruok command from /127.0.0.1:51988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:24:06,376 INFO Processing ruok command from /127.0.0.1:52178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:24:06,473 INFO Processing ruok command from /127.0.0.1:52180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:24:16,395 INFO Processing ruok command from /127.0.0.1:52356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:24:16,495 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:24:26,377 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:24:26,451 INFO Processing ruok command from /127.0.0.1:52518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:24:36,402 INFO Processing ruok command from /127.0.0.1:52724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:24:36,511 INFO Processing ruok command from /127.0.0.1:52726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:24:46,396 INFO Processing ruok command from /127.0.0.1:52890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:24:46,495 INFO Processing ruok command from /127.0.0.1:52892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:24:56,396 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:24:56,499 INFO Processing ruok command from /127.0.0.1:53094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:25:06,389 INFO Processing ruok command from /127.0.0.1:53286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:25:06,550 INFO Processing ruok command from /127.0.0.1:53288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:25:16,374 INFO Processing ruok command from /127.0.0.1:53444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:25:16,485 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:25:19,678 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 05:25:19,693 INFO Committing global session 0x100004005c70013 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:25:20,558 INFO Submitting global closeSession request for session 0x100004005c70013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:25:26,361 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:25:26,450 INFO Processing ruok command from /127.0.0.1:53604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:25:36,379 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:25:36,480 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:25:46,390 INFO Processing ruok command from /127.0.0.1:53918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:25:46,483 INFO Processing ruok command from /127.0.0.1:53920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:25:56,372 INFO Processing ruok command from /127.0.0.1:54076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:25:56,466 INFO Processing ruok command from /127.0.0.1:54078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:26:06,369 INFO Processing ruok command from /127.0.0.1:54236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:26:06,461 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:26:16,360 INFO Processing ruok command from /127.0.0.1:54402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:26:16,443 INFO Processing ruok command from /127.0.0.1:54404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:26:26,360 INFO Processing ruok command from /127.0.0.1:54562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:26:26,467 INFO Processing ruok command from /127.0.0.1:54564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:26:36,376 INFO Processing ruok command from /127.0.0.1:54720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:26:36,463 INFO Processing ruok command from /127.0.0.1:54724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:26:46,355 INFO Processing ruok command from /127.0.0.1:54890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:26:46,454 INFO Processing ruok command from /127.0.0.1:54892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:26:56,380 INFO Processing ruok command from /127.0.0.1:55050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:26:56,450 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:27:06,372 INFO Processing ruok command from /127.0.0.1:55214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:27:06,455 INFO Processing ruok command from /127.0.0.1:55216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:27:16,366 INFO Processing ruok command from /127.0.0.1:55376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:27:16,461 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:27:19,791 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:27:19,818 INFO Committing global session 0x100004005c70014 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:27:20,673 INFO Submitting global closeSession request for session 0x100004005c70014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:27:26,360 INFO Processing ruok command from /127.0.0.1:55536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:27:26,444 INFO Processing ruok command from /127.0.0.1:55538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:27:36,361 INFO Processing ruok command from /127.0.0.1:55702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:27:36,461 INFO Processing ruok command from /127.0.0.1:55704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:27:46,367 INFO Processing ruok command from /127.0.0.1:55872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:27:46,478 INFO Processing ruok command from /127.0.0.1:55874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:27:56,362 INFO Processing ruok command from /127.0.0.1:56036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:27:56,453 INFO Processing ruok command from /127.0.0.1:56038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:28:06,368 INFO Processing ruok command from /127.0.0.1:56214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:28:06,451 INFO Processing ruok command from /127.0.0.1:56216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:28:16,360 INFO Processing ruok command from /127.0.0.1:56384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:28:16,440 INFO Processing ruok command from /127.0.0.1:56386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:28:26,393 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:28:26,471 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:28:36,375 INFO Processing ruok command from /127.0.0.1:56706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:28:36,448 INFO Processing ruok command from /127.0.0.1:56708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:28:46,351 INFO Processing ruok command from /127.0.0.1:56872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:28:46,442 INFO Processing ruok command from /127.0.0.1:56874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:28:56,365 INFO Processing ruok command from /127.0.0.1:57030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:28:56,449 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:29:06,357 INFO Processing ruok command from /127.0.0.1:57200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:29:06,448 INFO Processing ruok command from /127.0.0.1:57202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:29:16,364 INFO Processing ruok command from /127.0.0.1:57370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:29:16,455 INFO Processing ruok command from /127.0.0.1:57372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:29:19,751 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 05:29:19,762 INFO Committing global session 0x100004005c70015 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:29:20,631 INFO Submitting global closeSession request for session 0x100004005c70015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:29:26,374 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:29:26,463 INFO Processing ruok command from /127.0.0.1:57536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:29:36,361 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:29:36,444 INFO Processing ruok command from /127.0.0.1:57708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:29:46,361 INFO Processing ruok command from /127.0.0.1:57872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:29:46,411 INFO Processing ruok command from /127.0.0.1:57874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:29:56,353 INFO Processing ruok command from /127.0.0.1:58032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:29:56,444 INFO Processing ruok command from /127.0.0.1:58034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:30:06,366 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:30:06,425 INFO Processing ruok command from /127.0.0.1:58204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:30:16,371 INFO Processing ruok command from /127.0.0.1:58362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:30:16,455 INFO Processing ruok command from /127.0.0.1:58364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:30:26,372 INFO Processing ruok command from /127.0.0.1:58528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:30:26,449 INFO Processing ruok command from /127.0.0.1:58530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:30:36,368 INFO Processing ruok command from /127.0.0.1:58700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:30:36,470 INFO Processing ruok command from /127.0.0.1:58702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:30:46,359 INFO Processing ruok command from /127.0.0.1:58874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:30:46,440 INFO Processing ruok command from /127.0.0.1:58876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:30:56,380 INFO Processing ruok command from /127.0.0.1:59036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:30:56,490 INFO Processing ruok command from /127.0.0.1:59038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:31:06,366 INFO Processing ruok command from /127.0.0.1:59208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:31:06,465 INFO Processing ruok command from /127.0.0.1:59210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:31:16,356 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:31:16,440 INFO Processing ruok command from /127.0.0.1:59378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:31:19,592 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:31:19,601 INFO Committing global session 0x100004005c70016 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:31:20,488 INFO Submitting global closeSession request for session 0x100004005c70016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:31:26,388 INFO Processing ruok command from /127.0.0.1:59546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:31:26,475 INFO Processing ruok command from /127.0.0.1:59550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:31:36,355 INFO Processing ruok command from /127.0.0.1:59710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:31:36,435 INFO Processing ruok command from /127.0.0.1:59712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:31:46,381 INFO Processing ruok command from /127.0.0.1:59878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:31:46,461 INFO Processing ruok command from /127.0.0.1:59882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:31:56,366 INFO Processing ruok command from /127.0.0.1:60050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:31:56,452 INFO Processing ruok command from /127.0.0.1:60054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:32:06,362 INFO Processing ruok command from /127.0.0.1:60222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:32:06,469 INFO Processing ruok command from /127.0.0.1:60224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:32:16,367 INFO Processing ruok command from /127.0.0.1:60394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:32:16,416 INFO Processing ruok command from /127.0.0.1:60396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:32:26,374 INFO Processing ruok command from /127.0.0.1:60564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:32:26,471 INFO Processing ruok command from /127.0.0.1:60566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:32:36,386 INFO Processing ruok command from /127.0.0.1:60732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:32:36,499 INFO Processing ruok command from /127.0.0.1:60734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:32:46,384 INFO Processing ruok command from /127.0.0.1:60898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:32:46,481 INFO Processing ruok command from /127.0.0.1:60900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:32:56,372 INFO Processing ruok command from /127.0.0.1:32828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:32:56,460 INFO Processing ruok command from /127.0.0.1:32830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:33:06,363 INFO Processing ruok command from /127.0.0.1:32996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:33:06,449 INFO Processing ruok command from /127.0.0.1:32998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:33:16,359 INFO Processing ruok command from /127.0.0.1:33162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:33:16,461 INFO Processing ruok command from /127.0.0.1:33164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:33:19,711 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 05:33:19,719 INFO Committing global session 0x100004005c70017 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:33:20,609 INFO Submitting global closeSession request for session 0x100004005c70017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:33:26,370 INFO Processing ruok command from /127.0.0.1:33322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:33:26,467 INFO Processing ruok command from /127.0.0.1:33324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:33:36,376 INFO Processing ruok command from /127.0.0.1:33482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:33:36,459 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:33:46,371 INFO Processing ruok command from /127.0.0.1:33652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:33:46,470 INFO Processing ruok command from /127.0.0.1:33654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:33:56,375 INFO Processing ruok command from /127.0.0.1:33816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:33:56,456 INFO Processing ruok command from /127.0.0.1:33818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:34:06,373 INFO Processing ruok command from /127.0.0.1:33984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:34:06,474 INFO Processing ruok command from /127.0.0.1:33986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:34:16,388 INFO Processing ruok command from /127.0.0.1:34152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:34:16,500 INFO Processing ruok command from /127.0.0.1:34154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:34:26,366 INFO Processing ruok command from /127.0.0.1:34316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:34:26,461 INFO Processing ruok command from /127.0.0.1:34318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:34:36,386 INFO Processing ruok command from /127.0.0.1:34474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:34:36,483 INFO Processing ruok command from /127.0.0.1:34476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:34:46,362 INFO Processing ruok command from /127.0.0.1:34648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:34:46,421 INFO Processing ruok command from /127.0.0.1:34650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:34:56,359 INFO Processing ruok command from /127.0.0.1:34812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:34:56,430 INFO Processing ruok command from /127.0.0.1:34814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:35:06,358 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:35:06,458 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:35:16,378 INFO Processing ruok command from /127.0.0.1:35148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:35:16,471 INFO Processing ruok command from /127.0.0.1:35150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:35:19,903 INFO Committing global session 0x200003fb2010009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:35:26,370 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:35:26,453 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:35:36,376 INFO Processing ruok command from /127.0.0.1:35480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:35:36,467 INFO Processing ruok command from /127.0.0.1:35482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:35:46,369 INFO Processing ruok command from /127.0.0.1:35646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:35:46,450 INFO Processing ruok command from /127.0.0.1:35648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:35:56,370 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:35:56,446 INFO Processing ruok command from /127.0.0.1:35806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:36:06,370 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:36:06,455 INFO Processing ruok command from /127.0.0.1:35978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:36:16,368 INFO Processing ruok command from /127.0.0.1:36140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:36:16,468 INFO Processing ruok command from /127.0.0.1:36142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:36:26,381 INFO Processing ruok command from /127.0.0.1:36308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:36:26,463 INFO Processing ruok command from /127.0.0.1:36310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:36:36,365 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:36:36,452 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:36:46,385 INFO Processing ruok command from /127.0.0.1:36644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:36:46,444 INFO Processing ruok command from /127.0.0.1:36646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:36:56,382 INFO Processing ruok command from /127.0.0.1:36806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:36:56,451 INFO Processing ruok command from /127.0.0.1:36808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:37:06,370 INFO Processing ruok command from /127.0.0.1:36966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:37:06,427 INFO Processing ruok command from /127.0.0.1:36970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:37:16,382 INFO Processing ruok command from /127.0.0.1:37134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:37:16,474 INFO Processing ruok command from /127.0.0.1:37138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:37:19,649 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:37:19,662 INFO Committing global session 0x100004005c70018 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:37:20,535 INFO Submitting global closeSession request for session 0x100004005c70018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:37:26,366 INFO Processing ruok command from /127.0.0.1:37300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:37:26,463 INFO Processing ruok command from /127.0.0.1:37302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:37:36,346 INFO Processing ruok command from /127.0.0.1:37462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:37:36,425 INFO Processing ruok command from /127.0.0.1:37464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:37:46,376 INFO Processing ruok command from /127.0.0.1:37634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:37:46,464 INFO Processing ruok command from /127.0.0.1:37636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:37:56,349 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:37:56,444 INFO Processing ruok command from /127.0.0.1:37792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:38:06,374 INFO Processing ruok command from /127.0.0.1:37960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:38:06,474 INFO Processing ruok command from /127.0.0.1:37964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:38:16,398 INFO Processing ruok command from /127.0.0.1:38128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:38:16,491 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:38:26,382 INFO Processing ruok command from /127.0.0.1:38290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:38:26,464 INFO Processing ruok command from /127.0.0.1:38292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:38:36,362 INFO Processing ruok command from /127.0.0.1:38454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:38:36,437 INFO Processing ruok command from /127.0.0.1:38456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:38:46,350 INFO Processing ruok command from /127.0.0.1:38624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:38:46,436 INFO Processing ruok command from /127.0.0.1:38626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:38:56,388 INFO Processing ruok command from /127.0.0.1:38788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:38:56,474 INFO Processing ruok command from /127.0.0.1:38790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:39:06,380 INFO Processing ruok command from /127.0.0.1:38956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:39:06,460 INFO Processing ruok command from /127.0.0.1:38958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:39:16,375 INFO Processing ruok command from /127.0.0.1:39130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:39:16,465 INFO Processing ruok command from /127.0.0.1:39132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:39:19,829 INFO Committing global session 0x200003fb201000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:39:26,376 INFO Processing ruok command from /127.0.0.1:39296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:39:26,489 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:39:36,363 INFO Processing ruok command from /127.0.0.1:39462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:39:36,421 INFO Processing ruok command from /127.0.0.1:39464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:39:46,364 INFO Processing ruok command from /127.0.0.1:39634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:39:46,455 INFO Processing ruok command from /127.0.0.1:39636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:39:56,362 INFO Processing ruok command from /127.0.0.1:39794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:39:56,449 INFO Processing ruok command from /127.0.0.1:39796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:40:06,347 INFO Processing ruok command from /127.0.0.1:39962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:40:06,451 INFO Processing ruok command from /127.0.0.1:39964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:40:16,361 INFO Processing ruok command from /127.0.0.1:40134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:40:16,464 INFO Processing ruok command from /127.0.0.1:40136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:40:26,374 INFO Processing ruok command from /127.0.0.1:40304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:40:26,459 INFO Processing ruok command from /127.0.0.1:40306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:40:36,355 INFO Processing ruok command from /127.0.0.1:40474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:40:36,443 INFO Processing ruok command from /127.0.0.1:40476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:40:46,357 INFO Processing ruok command from /127.0.0.1:40642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:40:46,430 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:40:56,371 INFO Processing ruok command from /127.0.0.1:40798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:40:56,463 INFO Processing ruok command from /127.0.0.1:40800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:41:06,375 INFO Processing ruok command from /127.0.0.1:40964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:41:06,486 INFO Processing ruok command from /127.0.0.1:40966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:41:16,355 INFO Processing ruok command from /127.0.0.1:41132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:41:16,435 INFO Processing ruok command from /127.0.0.1:41134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:41:19,737 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-05-02 05:41:19,749 INFO Committing global session 0x100004005c70019 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:41:20,616 INFO Submitting global closeSession request for session 0x100004005c70019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:41:26,364 INFO Processing ruok command from /127.0.0.1:41296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:41:26,450 INFO Processing ruok command from /127.0.0.1:41298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:41:36,367 INFO Processing ruok command from /127.0.0.1:41458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:41:36,460 INFO Processing ruok command from /127.0.0.1:41460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:41:36,897 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-05-02 05:41:36,897 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-05-02 05:41:36,908 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-05-02 05:41:46,383 INFO Processing ruok command from /127.0.0.1:41628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:41:46,439 INFO Processing ruok command from /127.0.0.1:41630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:41:56,380 INFO Processing ruok command from /127.0.0.1:41790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:41:56,444 INFO Processing ruok command from /127.0.0.1:41792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:42:06,361 INFO Processing ruok command from /127.0.0.1:41956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:42:06,459 INFO Processing ruok command from /127.0.0.1:41958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:42:16,380 INFO Processing ruok command from /127.0.0.1:42118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:42:16,443 INFO Processing ruok command from /127.0.0.1:42120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:42:26,370 INFO Processing ruok command from /127.0.0.1:42276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:42:26,449 INFO Processing ruok command from /127.0.0.1:42278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:42:36,360 INFO Processing ruok command from /127.0.0.1:42438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:42:36,446 INFO Processing ruok command from /127.0.0.1:42440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:42:46,390 INFO Processing ruok command from /127.0.0.1:42618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:42:46,497 INFO Processing ruok command from /127.0.0.1:42620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:42:56,391 INFO Processing ruok command from /127.0.0.1:42780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:42:56,473 INFO Processing ruok command from /127.0.0.1:42784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:43:06,349 INFO Processing ruok command from /127.0.0.1:42946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:43:06,454 INFO Processing ruok command from /127.0.0.1:42948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:43:16,375 INFO Processing ruok command from /127.0.0.1:43112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:43:16,484 INFO Processing ruok command from /127.0.0.1:43114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:43:19,931 INFO Committing global session 0x200003fb201000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:43:26,362 INFO Processing ruok command from /127.0.0.1:43270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:43:26,467 INFO Processing ruok command from /127.0.0.1:43272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:43:36,390 INFO Processing ruok command from /127.0.0.1:43436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:43:36,492 INFO Processing ruok command from /127.0.0.1:43438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:43:46,369 INFO Processing ruok command from /127.0.0.1:43608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:43:46,466 INFO Processing ruok command from /127.0.0.1:43610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:43:56,372 INFO Processing ruok command from /127.0.0.1:43770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:43:56,459 INFO Processing ruok command from /127.0.0.1:43772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:44:06,374 INFO Processing ruok command from /127.0.0.1:43938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:44:06,464 INFO Processing ruok command from /127.0.0.1:43940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:44:16,362 INFO Processing ruok command from /127.0.0.1:44102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:44:16,468 INFO Processing ruok command from /127.0.0.1:44104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:44:26,373 INFO Processing ruok command from /127.0.0.1:44266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:44:26,463 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:44:36,364 INFO Processing ruok command from /127.0.0.1:44426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:44:36,460 INFO Processing ruok command from /127.0.0.1:44428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:44:46,370 INFO Processing ruok command from /127.0.0.1:44600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:44:46,464 INFO Processing ruok command from /127.0.0.1:44604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:44:56,393 INFO Processing ruok command from /127.0.0.1:44762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:44:56,469 INFO Processing ruok command from /127.0.0.1:44766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:45:06,359 INFO Processing ruok command from /127.0.0.1:44930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:45:06,445 INFO Processing ruok command from /127.0.0.1:44932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:45:16,381 INFO Processing ruok command from /127.0.0.1:45090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:45:16,491 INFO Processing ruok command from /127.0.0.1:45092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:45:19,887 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-05-02 05:45:19,895 INFO Committing global session 0x100004005c7001a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:45:20,762 INFO Submitting global closeSession request for session 0x100004005c7001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-05-02 05:45:26,354 INFO Processing ruok command from /127.0.0.1:45248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:45:26,436 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:45:36,376 INFO Processing ruok command from /127.0.0.1:45412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:45:36,458 INFO Processing ruok command from /127.0.0.1:45414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:45:46,364 INFO Processing ruok command from /127.0.0.1:45584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:45:46,455 INFO Processing ruok command from /127.0.0.1:45586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:45:56,375 INFO Processing ruok command from /127.0.0.1:45744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:45:56,472 INFO Processing ruok command from /127.0.0.1:45746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:46:06,360 INFO Processing ruok command from /127.0.0.1:45912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:46:06,472 INFO Processing ruok command from /127.0.0.1:45914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:46:16,343 INFO Processing ruok command from /127.0.0.1:46080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:46:16,436 INFO Processing ruok command from /127.0.0.1:46084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:46:26,375 INFO Processing ruok command from /127.0.0.1:46244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:46:26,464 INFO Processing ruok command from /127.0.0.1:46246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:46:36,371 INFO Processing ruok command from /127.0.0.1:46400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:46:36,460 INFO Processing ruok command from /127.0.0.1:46402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:46:46,378 INFO Processing ruok command from /127.0.0.1:46576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:46:46,454 INFO Processing ruok command from /127.0.0.1:46578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:46:56,373 INFO Processing ruok command from /127.0.0.1:46732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:46:56,449 INFO Processing ruok command from /127.0.0.1:46734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:47:06,363 INFO Processing ruok command from /127.0.0.1:46902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:47:06,439 INFO Processing ruok command from /127.0.0.1:46904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:47:16,354 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:47:16,440 INFO Processing ruok command from /127.0.0.1:47072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:47:19,766 INFO Committing global session 0x200003fb201000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-05-02 05:47:26,374 INFO Processing ruok command from /127.0.0.1:47236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:47:26,410 INFO Processing ruok command from /127.0.0.1:47238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:47:36,368 INFO Processing ruok command from /127.0.0.1:47400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:47:36,448 INFO Processing ruok command from /127.0.0.1:47402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:47:46,383 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:47:46,505 INFO Processing ruok command from /127.0.0.1:47572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-05-02 05:47:56,349 INFO Processing ruok command from /127.0.0.1:47730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-05-02 05:47:56,446 INFO Processing ruok command from /127.0.0.1:47734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]