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-04-21 04:42:20,437 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-04-21 04:42:20,448 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-04-21 04:42:20,448 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-04-21 04:42:20,453 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-04-21 04:42:20,453 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-04-21 04:42:20,453 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-04-21 04:42:20,494 WARN No server failure will be tolerated. You need at least 3 servers. (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-04-21 04:42:20,506 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-04-21 04:42:20,506 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-04-21 04:42:20,507 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-04-21 04:42:20,514 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-04-21 04:42:20,515 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-04-21 04:42:20,524 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-04-21 04:42:20,532 INFO Starting quorum peer, myid=1 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-04-21 04:42:20,555 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@1ffe63b9 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-04-21 04:42:20,658 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:20,658 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:20,658 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:20,729 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-04-21 04:42:20,731 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-04-21 04:42:20,731 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:20,731 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:20,731 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:20,732 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-04-21 04:42:20,732 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-04-21 04:42:20,741 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,776 INFO Logging initialized @1083ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-04-21 04:42:20,878 WARN o.e.j.s.ServletContextHandler@17f9d882{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-04-21 04:42:20,878 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-04-21 04:42:20,905 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-04-21 04:42:20,907 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,907 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,907 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,907 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,907 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,907 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,907 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,907 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,925 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,925 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,927 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,927 INFO Server environment:host.name=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,927 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 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-04-21 04:42:20,928 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-04-21 04:42:20,928 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:os.memory.free=204MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,928 INFO Server environment:os.memory.total=222MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,929 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-04-21 04:42:20,944 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-04-21 04:42:20,944 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-04-21 04:42:20,946 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-04-21 04:42:20,946 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-04-21 04:42:20,961 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,961 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,961 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,961 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,961 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,961 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,961 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:20,971 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-04-21 04:42:20,971 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-04-21 04:42:20,979 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-04-21 04:42:20,980 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-04-21 04:42:20,986 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-04-21 04:42:20,988 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:21,097 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:21,097 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:21,101 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-04-21 04:42:21,104 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-04-21 04:42:21,173 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-04-21 04:42:21,173 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-04-21 04:42:21,176 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main] 2022-04-21 04:42:21,182 WARN ServletContext@o.e.j.s.ServletContextHandler@17f9d882{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-04-21 04:42:21,194 INFO Started o.e.j.s.ServletContextHandler@17f9d882{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-04-21 04:42:21,207 INFO Started ServerConnector@1151e434{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-04-21 04:42:21,207 INFO Started @1514ms (org.eclipse.jetty.server.Server) [main] 2022-04-21 04:42:21,208 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-04-21 04:42:21,210 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-04-21 04:42:21,220 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-04-21 04:42:21,222 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-04-21 04:42:21,222 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-04-21 04:42:21,232 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-04-21 04:42:21,233 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.66.229:3888] 2022-04-21 04:42:21,236 INFO 1 is accepting connections now, my election bind port: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.229:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.229:3888] 2022-04-21 04:42:21,240 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:21,243 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-04-21 04:42:21,251 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-04-21 04:42:21,456 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-04-21 04:42:21,655 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) 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-04-21 04:42:21,859 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-04-21 04:42:21,861 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) 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-04-21 04:42:22,660 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-04-21 04:42:22,662 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) 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-04-21 04:42:24,262 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-04-21 04:42:24,263 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) 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-04-21 04:42:26,534 INFO Received connection request from /10.233.70.190:57974 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.229:3888] 2022-04-21 04:42:26,973 INFO Accepted TLS connection from onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.70.190:57974 - 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.66.229:3888] 2022-04-21 04:42:26,992 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-04-21 04:42:26,994 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-04-21 04:42:27,194 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-04-21 04:42:27,196 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:27,202 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-04-21 04:42:27,202 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-04-21 04:42:27,203 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-04-21 04:42:27,205 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-04-21 04:42:27,207 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-04-21 04:42:27,207 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-04-21 04:42:27,209 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-04-21 04:42:27,209 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-04-21 04:42:27,211 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-04-21 04:42:27,211 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-04-21 04:42:27,211 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-04-21 04:42:27,211 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-04-21 04:42:27,211 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-04-21 04:42:27,211 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-04-21 04:42:27,214 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-04-21 04:42:27,214 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-04-21 04:42:27,214 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-04-21 04:42:27,216 INFO FOLLOWING - LEADER ELECTION TOOK - 5973 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:27,221 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-04-21 04:42:27,225 WARN Unexpected exception, tries=0, remaining init limit=10000, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:292) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:408) 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-04-21 04:42:27,327 WARN Unexpected exception, tries=1, remaining init limit=9898, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:292) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:408) 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-04-21 04:42:27,429 WARN Unexpected exception, tries=2, remaining init limit=9796, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:292) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:408) 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-04-21 04:42:27,531 WARN Unexpected exception, tries=3, remaining init limit=9694, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:292) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:408) 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-04-21 04:42:27,633 ERROR Unexpected exception, retries exceeded. tries=4, remaining init limit=9593, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:292) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:408) 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-04-21 04:42:27,634 ERROR Failed connect to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:292) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:408) 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-04-21 04:42:27,635 WARN Exception when following the leader (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] java.io.IOException: Failed connect to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888 at org.apache.zookeeper.server.quorum.Learner.connectToLeader(Learner.java:335) at org.apache.zookeeper.server.quorum.Follower.followLeader(Follower.java:87) at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1467) 2022-04-21 04:42:27,636 INFO shutdown Follower (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:27,637 INFO Peer state changed: looking (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:27,637 WARN PeerState set to LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:27,637 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:27,638 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-04-21 04:42:27,639 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:27,647 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:27,849 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-04-21 04:42:27,850 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:27,858 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:28,260 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-04-21 04:42:28,261 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:28,270 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:29,072 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-04-21 04:42:29,072 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:29,080 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:30,682 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-04-21 04:42:30,687 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:30,690 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:33,892 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-04-21 04:42:33,892 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:33,903 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:37,262 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:37,264 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2022-04-21 04:42:37,464 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-04-21 04:42:37,465 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:37,465 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-04-21 04:42:37,465 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-04-21 04:42:37,465 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-04-21 04:42:37,465 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-04-21 04:42:37,465 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-04-21 04:42:37,465 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-04-21 04:42:37,465 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-04-21 04:42:37,466 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-04-21 04:42:37,466 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-04-21 04:42:37,466 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-04-21 04:42:37,466 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-04-21 04:42:37,466 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-04-21 04:42:37,466 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-04-21 04:42:37,466 INFO FOLLOWING - LEADER ELECTION TOOK - 9828 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-04-21 04:42:37,467 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-04-21 04:42:37,476 WARN Unexpected exception, tries=0, remaining init limit=9993, connecting to onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.190:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.190:2888] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:292) at org.apache.zookeeper.server.quorum.Learner$LeaderConnector.connectToLeader(Learner.java:408) 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-04-21 04:42:37,749 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.190:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.190:2888] 2022-04-21 04:42:37,774 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-04-21 04:42:37,785 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-04-21 04:42:37,785 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-04-21 04:42:37,791 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-04-21 04:42:37,797 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-04-21 04:42:37,821 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-04-21 04:42:37,821 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-04-21 04:42:37,827 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-04-21 04:42:37,903 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-04-21 04:42:37,907 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-04-21 04:42:40,806 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-04-21 04:42:40,807 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-04-21 04:42:40,807 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:42:40,819 INFO Processing ruok command from /127.0.0.1:47020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:42:42,789 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-04-21 04:42:42,791 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:1] 2022-04-21 04:42:42,799 INFO Committing global session 0x200004302ef0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:42:50,732 INFO Processing ruok command from /127.0.0.1:47102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:42:50,774 INFO Processing ruok command from /127.0.0.1:47104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:43:00,720 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:43:00,767 INFO Processing ruok command from /127.0.0.1:47192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:43:10,724 INFO Processing ruok command from /127.0.0.1:47272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:43:10,789 INFO Processing ruok command from /127.0.0.1:47276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:43:20,672 INFO Committing global session 0x200004302ef0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:43:20,729 INFO Processing ruok command from /127.0.0.1:47358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:43:20,795 INFO Processing ruok command from /127.0.0.1:47364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:43:25,676 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 04:43:25,693 INFO Committing global session 0x1000043bbc60000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:43:30,725 INFO Processing ruok command from /127.0.0.1:47444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:43:30,766 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:43:35,396 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 04:43:35,413 INFO Committing global session 0x1000043bbc60001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:43:40,723 INFO Processing ruok command from /127.0.0.1:47532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:43:40,793 INFO Processing ruok command from /127.0.0.1:47536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:43:42,529 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 04:43:42,546 INFO Committing global session 0x1000043bbc60002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:43:50,722 INFO Processing ruok command from /127.0.0.1:47620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:43:50,764 INFO Processing ruok command from /127.0.0.1:47622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:44:00,745 INFO Processing ruok command from /127.0.0.1:47706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:44:00,807 INFO Processing ruok command from /127.0.0.1:47714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:44:10,726 INFO Processing ruok command from /127.0.0.1:47788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:44:10,766 INFO Processing ruok command from /127.0.0.1:47790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:44:20,759 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:44:20,823 INFO Processing ruok command from /127.0.0.1:47888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:44:21,597 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 04:44:21,605 INFO Committing global session 0x1000043bbc60003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:44:30,762 INFO Processing ruok command from /127.0.0.1:47996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:44:30,836 INFO Processing ruok command from /127.0.0.1:48008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:44:39,032 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 04:44:39,043 INFO Committing global session 0x1000043bbc60004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:44:39,626 INFO Submitting global closeSession request for session 0x1000043bbc60004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 04:44:40,732 INFO Processing ruok command from /127.0.0.1:48104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:44:40,809 INFO Processing ruok command from /127.0.0.1:48118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:44:50,727 INFO Processing ruok command from /127.0.0.1:48190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:44:50,806 INFO Processing ruok command from /127.0.0.1:48204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:45:00,731 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:45:00,775 INFO Processing ruok command from /127.0.0.1:48280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:45:06,686 INFO Committing global session 0x200004302ef0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:45:10,734 INFO Processing ruok command from /127.0.0.1:48368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:45:10,817 INFO Processing ruok command from /127.0.0.1:48380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:45:20,724 INFO Processing ruok command from /127.0.0.1:48458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:45:20,771 INFO Processing ruok command from /127.0.0.1:48460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:45:30,738 INFO Processing ruok command from /127.0.0.1:48544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:45:30,785 INFO Processing ruok command from /127.0.0.1:48548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:45:40,741 INFO Processing ruok command from /127.0.0.1:48642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:45:40,815 INFO Processing ruok command from /127.0.0.1:48654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:45:50,745 INFO Processing ruok command from /127.0.0.1:48740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:45:50,810 INFO Processing ruok command from /127.0.0.1:48754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:46:00,737 INFO Processing ruok command from /127.0.0.1:48836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:46:00,815 INFO Processing ruok command from /127.0.0.1:48848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:46:10,726 INFO Processing ruok command from /127.0.0.1:48930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:46:10,815 INFO Processing ruok command from /127.0.0.1:48942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:46:20,745 INFO Processing ruok command from /127.0.0.1:49020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:46:20,794 INFO Processing ruok command from /127.0.0.1:49026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:46:30,729 INFO Processing ruok command from /127.0.0.1:49114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:46:30,778 INFO Processing ruok command from /127.0.0.1:49118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:46:40,741 INFO Processing ruok command from /127.0.0.1:49208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:46:40,780 INFO Processing ruok command from /127.0.0.1:49212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:46:50,731 INFO Processing ruok command from /127.0.0.1:49300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:46:50,793 INFO Processing ruok command from /127.0.0.1:49306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:47:00,725 INFO Processing ruok command from /127.0.0.1:49394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:47:00,786 INFO Processing ruok command from /127.0.0.1:49398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:47:06,651 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 04:47:06,662 INFO Committing global session 0x1000043bbc60005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:47:07,319 INFO Submitting global closeSession request for session 0x1000043bbc60005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 04:47:10,741 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:47:10,814 INFO Processing ruok command from /127.0.0.1:49502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:47:20,728 INFO Processing ruok command from /127.0.0.1:49582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:47:20,792 INFO Processing ruok command from /127.0.0.1:49588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:47:30,738 INFO Processing ruok command from /127.0.0.1:49674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:47:30,779 INFO Processing ruok command from /127.0.0.1:49678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:47:40,726 INFO Processing ruok command from /127.0.0.1:49770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:47:40,764 INFO Processing ruok command from /127.0.0.1:49772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:47:50,737 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:47:50,775 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:48:00,733 INFO Processing ruok command from /127.0.0.1:49964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:48:00,781 INFO Processing ruok command from /127.0.0.1:49968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:48:10,722 INFO Processing ruok command from /127.0.0.1:50060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:48:10,774 INFO Processing ruok command from /127.0.0.1:50062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:48:20,740 INFO Processing ruok command from /127.0.0.1:50156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:48:20,785 INFO Processing ruok command from /127.0.0.1:50162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:48:30,733 INFO Processing ruok command from /127.0.0.1:50250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:48:30,767 INFO Processing ruok command from /127.0.0.1:50252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:48:40,742 INFO Processing ruok command from /127.0.0.1:50356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:48:40,812 INFO Processing ruok command from /127.0.0.1:50368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:48:50,742 INFO Processing ruok command from /127.0.0.1:50484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:48:50,785 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:49:00,766 INFO Processing ruok command from /127.0.0.1:50598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:49:00,840 INFO Processing ruok command from /127.0.0.1:50612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:49:06,655 INFO Committing global session 0x200004302ef0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:49:10,733 INFO Processing ruok command from /127.0.0.1:50748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:49:10,783 INFO Processing ruok command from /127.0.0.1:50752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:49:20,750 INFO Processing ruok command from /127.0.0.1:50854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:49:20,826 INFO Processing ruok command from /127.0.0.1:50870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:49:30,723 INFO Processing ruok command from /127.0.0.1:50968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:49:30,808 INFO Processing ruok command from /127.0.0.1:50982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:49:40,742 INFO Processing ruok command from /127.0.0.1:51096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:49:40,794 INFO Processing ruok command from /127.0.0.1:51100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:49:50,725 INFO Processing ruok command from /127.0.0.1:51202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:49:50,798 INFO Processing ruok command from /127.0.0.1:51208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:50:00,779 INFO Processing ruok command from /127.0.0.1:51326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:50:00,822 INFO Processing ruok command from /127.0.0.1:51346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:50:10,738 INFO Processing ruok command from /127.0.0.1:51452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:50:10,782 INFO Processing ruok command from /127.0.0.1:51456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:50:20,733 INFO Processing ruok command from /127.0.0.1:51552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:50:20,791 INFO Processing ruok command from /127.0.0.1:51558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:50:30,743 INFO Processing ruok command from /127.0.0.1:51668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:50:30,825 INFO Processing ruok command from /127.0.0.1:51682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:50:40,734 INFO Processing ruok command from /127.0.0.1:51778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:50:40,812 INFO Processing ruok command from /127.0.0.1:51792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:50:50,734 INFO Processing ruok command from /127.0.0.1:51886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:50:50,796 INFO Processing ruok command from /127.0.0.1:51892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:51:00,727 INFO Processing ruok command from /127.0.0.1:52002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:51:00,781 INFO Processing ruok command from /127.0.0.1:52006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:51:06,737 INFO Committing global session 0x200004302ef0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:51:10,728 INFO Processing ruok command from /127.0.0.1:52114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:51:10,804 INFO Processing ruok command from /127.0.0.1:52126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:51:20,717 INFO Processing ruok command from /127.0.0.1:52220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:51:20,768 INFO Processing ruok command from /127.0.0.1:52222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:51:30,735 INFO Processing ruok command from /127.0.0.1:52338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:51:30,780 INFO Processing ruok command from /127.0.0.1:52342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:51:40,738 INFO Processing ruok command from /127.0.0.1:52450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:51:40,781 INFO Processing ruok command from /127.0.0.1:52454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:51:50,744 INFO Processing ruok command from /127.0.0.1:52578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:51:50,779 INFO Processing ruok command from /127.0.0.1:52584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:52:00,746 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:52:00,824 INFO Processing ruok command from /127.0.0.1:52710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:52:10,745 INFO Processing ruok command from /127.0.0.1:52812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:52:10,803 INFO Processing ruok command from /127.0.0.1:52822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:52:20,722 INFO Processing ruok command from /127.0.0.1:52922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:52:20,803 INFO Processing ruok command from /127.0.0.1:52932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:52:30,758 INFO Processing ruok command from /127.0.0.1:53060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:52:30,861 INFO Processing ruok command from /127.0.0.1:53072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:52:40,755 INFO Processing ruok command from /127.0.0.1:53202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:52:40,810 INFO Processing ruok command from /127.0.0.1:53214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:52:50,726 INFO Processing ruok command from /127.0.0.1:53336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:52:50,814 INFO Processing ruok command from /127.0.0.1:53352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:53:00,747 INFO Processing ruok command from /127.0.0.1:53458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:53:00,783 INFO Processing ruok command from /127.0.0.1:53462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:53:06,779 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 04:53:06,789 INFO Committing global session 0x1000043bbc60006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:53:07,471 INFO Submitting global closeSession request for session 0x1000043bbc60006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 04:53:10,721 INFO Processing ruok command from /127.0.0.1:53572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:53:10,795 INFO Processing ruok command from /127.0.0.1:53576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:53:20,735 INFO Processing ruok command from /127.0.0.1:53686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:53:20,828 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:53:30,730 INFO Processing ruok command from /127.0.0.1:53808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:53:30,783 INFO Processing ruok command from /127.0.0.1:53812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:53:40,731 INFO Processing ruok command from /127.0.0.1:53922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:53:40,808 INFO Processing ruok command from /127.0.0.1:53936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:53:50,734 INFO Processing ruok command from /127.0.0.1:54030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:53:50,791 INFO Processing ruok command from /127.0.0.1:54036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:54:00,740 INFO Processing ruok command from /127.0.0.1:54180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:54:00,787 INFO Processing ruok command from /127.0.0.1:54184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:54:10,756 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:54:10,791 INFO Processing ruok command from /127.0.0.1:54298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:54:20,739 INFO Processing ruok command from /127.0.0.1:54438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:54:20,781 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:54:30,736 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:54:30,781 INFO Processing ruok command from /127.0.0.1:54556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:54:40,747 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:54:40,794 INFO Processing ruok command from /127.0.0.1:54674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:54:50,746 INFO Processing ruok command from /127.0.0.1:54784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:54:50,792 INFO Processing ruok command from /127.0.0.1:54790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:55:00,753 INFO Processing ruok command from /127.0.0.1:54906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:55:00,836 INFO Processing ruok command from /127.0.0.1:54920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:55:07,352 INFO Committing global session 0x200004302ef0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:55:10,728 INFO Processing ruok command from /127.0.0.1:55020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:55:10,786 INFO Processing ruok command from /127.0.0.1:55024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:55:20,754 INFO Processing ruok command from /127.0.0.1:55124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:55:20,856 INFO Processing ruok command from /127.0.0.1:55140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:55:30,756 INFO Processing ruok command from /127.0.0.1:55246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:55:30,843 INFO Processing ruok command from /127.0.0.1:55260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:55:40,760 INFO Processing ruok command from /127.0.0.1:55364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:55:40,805 INFO Processing ruok command from /127.0.0.1:55376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:55:50,735 INFO Processing ruok command from /127.0.0.1:55474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:55:50,813 INFO Processing ruok command from /127.0.0.1:55490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:56:00,763 INFO Processing ruok command from /127.0.0.1:55596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:56:00,830 INFO Processing ruok command from /127.0.0.1:55608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:56:10,751 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:56:10,826 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:56:20,733 INFO Processing ruok command from /127.0.0.1:55816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:56:20,783 INFO Processing ruok command from /127.0.0.1:55824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:56:30,740 INFO Processing ruok command from /127.0.0.1:55932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:56:30,809 INFO Processing ruok command from /127.0.0.1:55946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:56:40,726 INFO Processing ruok command from /127.0.0.1:56040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:56:40,804 INFO Processing ruok command from /127.0.0.1:56054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:56:50,758 INFO Processing ruok command from /127.0.0.1:56152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:56:50,851 INFO Processing ruok command from /127.0.0.1:56168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:57:00,732 INFO Processing ruok command from /127.0.0.1:56278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:57:00,801 INFO Processing ruok command from /127.0.0.1:56290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:57:06,616 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 04:57:06,626 INFO Committing global session 0x1000043bbc60007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:57:07,354 INFO Submitting global closeSession request for session 0x1000043bbc60007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 04:57:10,736 INFO Processing ruok command from /127.0.0.1:56390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:57:10,780 INFO Processing ruok command from /127.0.0.1:56394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:57:20,730 INFO Processing ruok command from /127.0.0.1:56498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:57:20,776 INFO Processing ruok command from /127.0.0.1:56500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:57:30,758 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:57:30,843 INFO Processing ruok command from /127.0.0.1:56630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:57:40,758 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:57:40,829 INFO Processing ruok command from /127.0.0.1:56746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:57:50,738 INFO Processing ruok command from /127.0.0.1:56842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:57:50,792 INFO Processing ruok command from /127.0.0.1:56848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:58:00,751 INFO Processing ruok command from /127.0.0.1:56960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:58:00,812 INFO Processing ruok command from /127.0.0.1:56972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:58:10,741 INFO Processing ruok command from /127.0.0.1:57074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:58:10,828 INFO Processing ruok command from /127.0.0.1:57086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:58:20,751 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:58:20,816 INFO Processing ruok command from /127.0.0.1:57198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:58:30,746 INFO Processing ruok command from /127.0.0.1:57306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:58:30,821 INFO Processing ruok command from /127.0.0.1:57318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:58:40,738 INFO Processing ruok command from /127.0.0.1:57420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:58:40,818 INFO Processing ruok command from /127.0.0.1:57432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:58:50,725 INFO Processing ruok command from /127.0.0.1:57532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:58:50,772 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:59:00,730 INFO Processing ruok command from /127.0.0.1:57660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:59:00,835 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:59:07,153 INFO Committing global session 0x200004302ef0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 04:59:10,732 INFO Processing ruok command from /127.0.0.1:57776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:59:10,810 INFO Processing ruok command from /127.0.0.1:57790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:59:20,729 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:59:20,773 INFO Processing ruok command from /127.0.0.1:57882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:59:30,735 INFO Processing ruok command from /127.0.0.1:58006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:59:30,804 INFO Processing ruok command from /127.0.0.1:58018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:59:40,726 INFO Processing ruok command from /127.0.0.1:58122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:59:40,831 INFO Processing ruok command from /127.0.0.1:58136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 04:59:50,732 INFO Processing ruok command from /127.0.0.1:58244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 04:59:50,807 INFO Processing ruok command from /127.0.0.1:58256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:00:00,736 INFO Processing ruok command from /127.0.0.1:58372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:00:00,805 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:00:10,727 INFO Processing ruok command from /127.0.0.1:58482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:00:10,778 INFO Processing ruok command from /127.0.0.1:58486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:00:20,747 INFO Processing ruok command from /127.0.0.1:58592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:00:20,797 INFO Processing ruok command from /127.0.0.1:58598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:00:30,751 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:00:30,828 INFO Processing ruok command from /127.0.0.1:58728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:00:40,727 INFO Processing ruok command from /127.0.0.1:58830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:00:40,805 INFO Processing ruok command from /127.0.0.1:58844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:00:50,733 INFO Processing ruok command from /127.0.0.1:58946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:00:50,767 INFO Processing ruok command from /127.0.0.1:58948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:01:00,783 INFO Processing ruok command from /127.0.0.1:59074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:01:00,874 INFO Processing ruok command from /127.0.0.1:59086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:01:06,877 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 05:01:06,891 INFO Committing global session 0x1000043bbc60008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:01:07,533 INFO Submitting global closeSession request for session 0x1000043bbc60008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:01:10,729 INFO Processing ruok command from /127.0.0.1:59190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:01:10,791 INFO Processing ruok command from /127.0.0.1:59194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:01:20,729 INFO Processing ruok command from /127.0.0.1:59298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:01:20,820 INFO Processing ruok command from /127.0.0.1:59314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:01:30,733 INFO Processing ruok command from /127.0.0.1:59422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:01:30,775 INFO Processing ruok command from /127.0.0.1:59424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:01:40,735 INFO Processing ruok command from /127.0.0.1:59532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:01:40,801 INFO Processing ruok command from /127.0.0.1:59538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:01:50,737 INFO Processing ruok command from /127.0.0.1:59638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:01:50,815 INFO Processing ruok command from /127.0.0.1:59652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:02:00,746 INFO Processing ruok command from /127.0.0.1:59770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:02:00,812 INFO Processing ruok command from /127.0.0.1:59782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:02:10,742 INFO Processing ruok command from /127.0.0.1:59888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:02:10,837 INFO Processing ruok command from /127.0.0.1:59900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:02:20,741 INFO Processing ruok command from /127.0.0.1:59996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:02:20,794 INFO Processing ruok command from /127.0.0.1:60002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:02:30,732 INFO Processing ruok command from /127.0.0.1:60120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:02:30,823 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:02:40,751 INFO Processing ruok command from /127.0.0.1:60238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:02:40,840 INFO Processing ruok command from /127.0.0.1:60250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:02:50,738 INFO Processing ruok command from /127.0.0.1:60352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:02:50,783 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:03:00,754 INFO Processing ruok command from /127.0.0.1:60470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:03:00,822 INFO Processing ruok command from /127.0.0.1:60482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:03:06,285 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 05:03:06,295 INFO Committing global session 0x1000043bbc60009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:03:07,064 INFO Submitting global closeSession request for session 0x1000043bbc60009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:03:10,720 INFO Processing ruok command from /127.0.0.1:60586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:03:10,825 INFO Processing ruok command from /127.0.0.1:60598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:03:20,740 INFO Processing ruok command from /127.0.0.1:60694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:03:20,798 INFO Processing ruok command from /127.0.0.1:60700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:03:30,740 INFO Processing ruok command from /127.0.0.1:60814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:03:30,809 INFO Processing ruok command from /127.0.0.1:60828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:03:40,758 INFO Processing ruok command from /127.0.0.1:60926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:03:40,837 INFO Processing ruok command from /127.0.0.1:60940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:03:50,749 INFO Processing ruok command from /127.0.0.1:32832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:03:50,866 INFO Processing ruok command from /127.0.0.1:32850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:04:00,768 INFO Processing ruok command from /127.0.0.1:32984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:04:00,890 INFO Processing ruok command from /127.0.0.1:32998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:04:10,894 INFO Processing ruok command from /127.0.0.1:33172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:04:11,027 INFO Processing ruok command from /127.0.0.1:33176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:04:21,063 INFO Processing ruok command from /127.0.0.1:33310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:04:21,331 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:04:30,950 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:04:31,126 INFO Processing ruok command from /127.0.0.1:33472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:04:40,785 INFO Processing ruok command from /127.0.0.1:33618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:04:40,928 INFO Processing ruok command from /127.0.0.1:33632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:04:50,771 INFO Processing ruok command from /127.0.0.1:33780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:04:50,865 INFO Processing ruok command from /127.0.0.1:33796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:05:00,757 INFO Processing ruok command from /127.0.0.1:33940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:05:00,853 INFO Processing ruok command from /127.0.0.1:33952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:05:08,007 INFO Committing global session 0x200004302ef0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:05:10,764 INFO Processing ruok command from /127.0.0.1:34098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:05:10,816 INFO Processing ruok command from /127.0.0.1:34112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:05:20,738 INFO Processing ruok command from /127.0.0.1:34226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:05:20,814 INFO Processing ruok command from /127.0.0.1:34232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:05:30,760 INFO Processing ruok command from /127.0.0.1:34372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:05:30,855 INFO Processing ruok command from /127.0.0.1:34386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:05:40,748 INFO Processing ruok command from /127.0.0.1:34510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:05:40,825 INFO Processing ruok command from /127.0.0.1:34524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:05:50,729 INFO Processing ruok command from /127.0.0.1:34628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:05:50,799 INFO Processing ruok command from /127.0.0.1:34634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:06:00,741 INFO Processing ruok command from /127.0.0.1:34758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:06:00,796 INFO Processing ruok command from /127.0.0.1:34762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:06:10,738 INFO Processing ruok command from /127.0.0.1:34896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:06:10,817 INFO Processing ruok command from /127.0.0.1:34908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:06:20,741 INFO Processing ruok command from /127.0.0.1:35010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:06:20,788 INFO Processing ruok command from /127.0.0.1:35016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:06:30,738 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:06:30,797 INFO Processing ruok command from /127.0.0.1:35186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:06:40,744 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:06:40,829 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:06:50,776 INFO Processing ruok command from /127.0.0.1:35422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:06:50,835 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:07:00,759 INFO Processing ruok command from /127.0.0.1:35546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:07:00,861 INFO Processing ruok command from /127.0.0.1:35558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:07:08,774 INFO Committing global session 0x200004302ef0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:07:10,748 INFO Processing ruok command from /127.0.0.1:35668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:07:10,844 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:07:20,782 INFO Processing ruok command from /127.0.0.1:35786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:07:20,862 INFO Processing ruok command from /127.0.0.1:35798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:07:30,776 INFO Processing ruok command from /127.0.0.1:35912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:07:30,871 INFO Processing ruok command from /127.0.0.1:35924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:07:40,747 INFO Processing ruok command from /127.0.0.1:36034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:07:40,854 INFO Processing ruok command from /127.0.0.1:36048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:07:50,755 INFO Processing ruok command from /127.0.0.1:36150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:07:50,856 INFO Processing ruok command from /127.0.0.1:36166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:08:00,754 INFO Processing ruok command from /127.0.0.1:36284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:08:00,856 INFO Processing ruok command from /127.0.0.1:36298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:08:10,750 INFO Processing ruok command from /127.0.0.1:36430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:08:10,859 INFO Processing ruok command from /127.0.0.1:36442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:08:20,777 INFO Processing ruok command from /127.0.0.1:36582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:08:20,898 INFO Processing ruok command from /127.0.0.1:36594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:08:30,779 INFO Processing ruok command from /127.0.0.1:36712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:08:30,900 INFO Processing ruok command from /127.0.0.1:36722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:08:40,762 INFO Processing ruok command from /127.0.0.1:36838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:08:40,889 INFO Processing ruok command from /127.0.0.1:36850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:08:50,750 INFO Processing ruok command from /127.0.0.1:36958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:08:50,880 INFO Processing ruok command from /127.0.0.1:36974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:09:00,751 INFO Processing ruok command from /127.0.0.1:37108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:09:00,850 INFO Processing ruok command from /127.0.0.1:37122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:09:07,752 INFO Committing global session 0x200004302ef0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:09:10,777 INFO Processing ruok command from /127.0.0.1:37308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:09:10,902 INFO Processing ruok command from /127.0.0.1:37328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:09:20,797 INFO Processing ruok command from /127.0.0.1:37680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:09:20,935 INFO Processing ruok command from /127.0.0.1:37692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:09:30,834 INFO Processing ruok command from /127.0.0.1:37834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:09:30,941 INFO Processing ruok command from /127.0.0.1:37838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:09:40,765 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:09:40,864 INFO Processing ruok command from /127.0.0.1:37984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:09:50,732 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:09:50,879 INFO Processing ruok command from /127.0.0.1:38106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:10:00,743 INFO Processing ruok command from /127.0.0.1:38242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:10:00,810 INFO Processing ruok command from /127.0.0.1:38250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:10:10,728 INFO Processing ruok command from /127.0.0.1:38406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:10:10,808 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:10:20,752 INFO Processing ruok command from /127.0.0.1:38534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:10:20,837 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:10:30,770 INFO Processing ruok command from /127.0.0.1:38680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:10:30,844 INFO Processing ruok command from /127.0.0.1:38694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:10:40,736 INFO Processing ruok command from /127.0.0.1:38820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:10:40,804 INFO Processing ruok command from /127.0.0.1:38832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:10:50,745 INFO Processing ruok command from /127.0.0.1:38982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:10:50,836 INFO Processing ruok command from /127.0.0.1:38996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:11:00,758 INFO Processing ruok command from /127.0.0.1:39132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:11:00,814 INFO Processing ruok command from /127.0.0.1:39146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:11:07,151 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 05:11:07,165 INFO Committing global session 0x1000043bbc6000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:11:07,814 INFO Submitting global closeSession request for session 0x1000043bbc6000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:11:10,767 INFO Processing ruok command from /127.0.0.1:39282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:11:10,874 INFO Processing ruok command from /127.0.0.1:39296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:11:20,755 INFO Processing ruok command from /127.0.0.1:39412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:11:20,828 INFO Processing ruok command from /127.0.0.1:39426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:11:30,776 INFO Processing ruok command from /127.0.0.1:39562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:11:30,870 INFO Processing ruok command from /127.0.0.1:39574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:11:40,748 INFO Processing ruok command from /127.0.0.1:39702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:11:40,834 INFO Processing ruok command from /127.0.0.1:39716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:11:50,747 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:11:50,824 INFO Processing ruok command from /127.0.0.1:39852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:12:00,770 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:12:00,875 INFO Processing ruok command from /127.0.0.1:40040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:12:10,761 INFO Processing ruok command from /127.0.0.1:40176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:12:10,820 INFO Processing ruok command from /127.0.0.1:40188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:12:20,722 INFO Processing ruok command from /127.0.0.1:40312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:12:20,834 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:12:30,768 INFO Processing ruok command from /127.0.0.1:40464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:12:30,861 INFO Processing ruok command from /127.0.0.1:40478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:12:40,759 INFO Processing ruok command from /127.0.0.1:40616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:12:40,835 INFO Processing ruok command from /127.0.0.1:40628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:12:50,744 INFO Processing ruok command from /127.0.0.1:40752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:12:50,847 INFO Processing ruok command from /127.0.0.1:40766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:13:00,747 INFO Processing ruok command from /127.0.0.1:40900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:13:00,838 INFO Processing ruok command from /127.0.0.1:40914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:13:07,102 INFO Committing global session 0x200004302ef000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:13:10,749 INFO Processing ruok command from /127.0.0.1:41054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:13:10,864 INFO Processing ruok command from /127.0.0.1:41068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:13:20,754 INFO Processing ruok command from /127.0.0.1:41192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:13:20,830 INFO Processing ruok command from /127.0.0.1:41208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:13:30,751 INFO Processing ruok command from /127.0.0.1:41340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:13:30,831 INFO Processing ruok command from /127.0.0.1:41354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:13:40,736 INFO Processing ruok command from /127.0.0.1:41488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:13:40,802 INFO Processing ruok command from /127.0.0.1:41500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:13:50,743 INFO Processing ruok command from /127.0.0.1:41628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:13:50,825 INFO Processing ruok command from /127.0.0.1:41642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:14:00,748 INFO Processing ruok command from /127.0.0.1:41770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:14:00,841 INFO Processing ruok command from /127.0.0.1:41784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:14:10,764 INFO Processing ruok command from /127.0.0.1:41922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:14:10,849 INFO Processing ruok command from /127.0.0.1:41934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:14:20,747 INFO Processing ruok command from /127.0.0.1:42060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:14:20,834 INFO Processing ruok command from /127.0.0.1:42076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:14:30,756 INFO Processing ruok command from /127.0.0.1:42200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:14:30,856 INFO Processing ruok command from /127.0.0.1:42212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:14:40,746 INFO Processing ruok command from /127.0.0.1:42352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:14:40,803 INFO Processing ruok command from /127.0.0.1:42364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:14:50,736 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:14:50,820 INFO Processing ruok command from /127.0.0.1:42500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:15:00,750 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:15:00,824 INFO Processing ruok command from /127.0.0.1:42654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:15:08,404 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 05:15:08,423 INFO Committing global session 0x1000043bbc6000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:15:08,935 INFO Submitting global closeSession request for session 0x1000043bbc6000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:15:10,746 INFO Processing ruok command from /127.0.0.1:42794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:15:10,791 INFO Processing ruok command from /127.0.0.1:42798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:15:20,760 INFO Processing ruok command from /127.0.0.1:42926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:15:20,844 INFO Processing ruok command from /127.0.0.1:42940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:15:30,751 INFO Processing ruok command from /127.0.0.1:43080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:15:30,830 INFO Processing ruok command from /127.0.0.1:43094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:15:40,739 INFO Processing ruok command from /127.0.0.1:43224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:15:40,816 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:15:50,749 INFO Processing ruok command from /127.0.0.1:43364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:15:50,812 INFO Processing ruok command from /127.0.0.1:43378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:16:00,774 INFO Processing ruok command from /127.0.0.1:43518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:16:00,849 INFO Processing ruok command from /127.0.0.1:43530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:16:10,748 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:16:10,798 INFO Processing ruok command from /127.0.0.1:43672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:16:20,741 INFO Processing ruok command from /127.0.0.1:43804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:16:20,817 INFO Processing ruok command from /127.0.0.1:43818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:16:30,739 INFO Processing ruok command from /127.0.0.1:43954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:16:30,831 INFO Processing ruok command from /127.0.0.1:43968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:16:40,758 INFO Processing ruok command from /127.0.0.1:44102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:16:40,835 INFO Processing ruok command from /127.0.0.1:44116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:16:50,751 INFO Processing ruok command from /127.0.0.1:44234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:16:50,827 INFO Processing ruok command from /127.0.0.1:44250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:17:00,746 INFO Processing ruok command from /127.0.0.1:44378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:17:00,840 INFO Processing ruok command from /127.0.0.1:44392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:17:07,920 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 05:17:07,940 INFO Committing global session 0x1000043bbc6000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:17:08,284 INFO Submitting global closeSession request for session 0x1000043bbc6000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:17:10,737 INFO Processing ruok command from /127.0.0.1:44530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:17:10,802 INFO Processing ruok command from /127.0.0.1:44542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:17:20,748 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:17:20,843 INFO Processing ruok command from /127.0.0.1:44684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:17:30,740 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:17:30,826 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:17:40,759 INFO Processing ruok command from /127.0.0.1:44970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:17:40,824 INFO Processing ruok command from /127.0.0.1:44982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:17:50,749 INFO Processing ruok command from /127.0.0.1:45108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:17:50,853 INFO Processing ruok command from /127.0.0.1:45124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:18:00,726 INFO Processing ruok command from /127.0.0.1:45264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:18:00,780 INFO Processing ruok command from /127.0.0.1:45268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:18:10,744 INFO Processing ruok command from /127.0.0.1:45424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:18:10,794 INFO Processing ruok command from /127.0.0.1:45428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:18:20,741 INFO Processing ruok command from /127.0.0.1:45574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:18:20,809 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:18:30,738 INFO Processing ruok command from /127.0.0.1:45720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:18:30,817 INFO Processing ruok command from /127.0.0.1:45732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:18:40,762 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:18:40,858 INFO Processing ruok command from /127.0.0.1:45882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:18:50,752 INFO Processing ruok command from /127.0.0.1:46010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:18:50,835 INFO Processing ruok command from /127.0.0.1:46024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:19:00,757 INFO Processing ruok command from /127.0.0.1:46154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:19:00,839 INFO Processing ruok command from /127.0.0.1:46168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:19:07,536 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 05:19:07,561 INFO Committing global session 0x1000043bbc6000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:19:08,170 INFO Submitting global closeSession request for session 0x1000043bbc6000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:19:10,750 INFO Processing ruok command from /127.0.0.1:46310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:19:10,823 INFO Processing ruok command from /127.0.0.1:46322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:19:20,751 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:19:20,822 INFO Processing ruok command from /127.0.0.1:46458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:19:30,743 INFO Processing ruok command from /127.0.0.1:46606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:19:30,828 INFO Processing ruok command from /127.0.0.1:46618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:19:40,733 INFO Processing ruok command from /127.0.0.1:46754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:19:40,810 INFO Processing ruok command from /127.0.0.1:46766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:19:50,729 INFO Processing ruok command from /127.0.0.1:46896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:19:50,805 INFO Processing ruok command from /127.0.0.1:46910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:20:00,743 INFO Processing ruok command from /127.0.0.1:47042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:20:00,785 INFO Processing ruok command from /127.0.0.1:47046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:20:10,744 INFO Processing ruok command from /127.0.0.1:47202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:20:10,822 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:20:20,758 INFO Processing ruok command from /127.0.0.1:47346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:20:20,822 INFO Processing ruok command from /127.0.0.1:47360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:20:30,740 INFO Processing ruok command from /127.0.0.1:47494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:20:30,820 INFO Processing ruok command from /127.0.0.1:47506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:20:40,750 INFO Processing ruok command from /127.0.0.1:47634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:20:40,822 INFO Processing ruok command from /127.0.0.1:47646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:20:50,743 INFO Processing ruok command from /127.0.0.1:47776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:20:50,828 INFO Processing ruok command from /127.0.0.1:47790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:21:00,763 INFO Processing ruok command from /127.0.0.1:47920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:21:00,843 INFO Processing ruok command from /127.0.0.1:47932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:21:07,819 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 05:21:07,852 INFO Committing global session 0x1000043bbc6000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:21:08,503 INFO Submitting global closeSession request for session 0x1000043bbc6000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:21:10,788 INFO Processing ruok command from /127.0.0.1:48072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:21:10,899 INFO Processing ruok command from /127.0.0.1:48082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:21:20,781 INFO Processing ruok command from /127.0.0.1:48214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:21:20,805 INFO Processing ruok command from /127.0.0.1:48230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:21:30,740 INFO Processing ruok command from /127.0.0.1:48370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:21:30,818 INFO Processing ruok command from /127.0.0.1:48382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:21:40,758 INFO Processing ruok command from /127.0.0.1:48514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:21:40,826 INFO Processing ruok command from /127.0.0.1:48526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:21:50,750 INFO Processing ruok command from /127.0.0.1:48650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:21:50,811 INFO Processing ruok command from /127.0.0.1:48664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:22:00,744 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:22:00,836 INFO Processing ruok command from /127.0.0.1:48814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:22:10,773 INFO Processing ruok command from /127.0.0.1:48946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:22:10,873 INFO Processing ruok command from /127.0.0.1:48958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:22:20,743 INFO Processing ruok command from /127.0.0.1:49076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:22:20,803 INFO Processing ruok command from /127.0.0.1:49090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:22:30,740 INFO Processing ruok command from /127.0.0.1:49222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:22:30,815 INFO Processing ruok command from /127.0.0.1:49234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:22:40,760 INFO Processing ruok command from /127.0.0.1:49370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:22:40,842 INFO Processing ruok command from /127.0.0.1:49384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:22:50,740 INFO Processing ruok command from /127.0.0.1:49518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:22:50,817 INFO Processing ruok command from /127.0.0.1:49534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:23:00,747 INFO Processing ruok command from /127.0.0.1:49664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:23:00,800 INFO Processing ruok command from /127.0.0.1:49668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:23:07,674 INFO Committing global session 0x200004302ef000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:23:10,752 INFO Processing ruok command from /127.0.0.1:49812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:23:10,840 INFO Processing ruok command from /127.0.0.1:49824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:23:20,739 INFO Processing ruok command from /127.0.0.1:49950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:23:20,832 INFO Processing ruok command from /127.0.0.1:49966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:23:30,730 INFO Processing ruok command from /127.0.0.1:50130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:23:30,817 INFO Processing ruok command from /127.0.0.1:50146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:23:40,758 INFO Processing ruok command from /127.0.0.1:50298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:23:40,842 INFO Processing ruok command from /127.0.0.1:50310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:23:50,783 INFO Processing ruok command from /127.0.0.1:50460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:23:50,862 INFO Processing ruok command from /127.0.0.1:50470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:24:00,762 INFO Processing ruok command from /127.0.0.1:50622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:24:00,851 INFO Processing ruok command from /127.0.0.1:50634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:24:10,748 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:24:10,795 INFO Processing ruok command from /127.0.0.1:50804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:24:20,770 INFO Processing ruok command from /127.0.0.1:50992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:24:20,856 INFO Processing ruok command from /127.0.0.1:51006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:24:30,738 INFO Processing ruok command from /127.0.0.1:51202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:24:30,826 INFO Processing ruok command from /127.0.0.1:51214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:24:40,757 INFO Processing ruok command from /127.0.0.1:51402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:24:40,840 INFO Processing ruok command from /127.0.0.1:51414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:24:50,739 INFO Processing ruok command from /127.0.0.1:51614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:24:50,817 INFO Processing ruok command from /127.0.0.1:51630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:25:00,749 INFO Processing ruok command from /127.0.0.1:51806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:25:00,816 INFO Processing ruok command from /127.0.0.1:51820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:25:07,616 INFO Committing global session 0x200004302ef000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:25:10,739 INFO Processing ruok command from /127.0.0.1:51986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:25:10,781 INFO Processing ruok command from /127.0.0.1:51990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:25:20,740 INFO Processing ruok command from /127.0.0.1:52158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:25:20,826 INFO Processing ruok command from /127.0.0.1:52172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:25:30,736 INFO Processing ruok command from /127.0.0.1:52336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:25:30,813 INFO Processing ruok command from /127.0.0.1:52350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:25:40,752 INFO Processing ruok command from /127.0.0.1:52518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:25:40,856 INFO Processing ruok command from /127.0.0.1:52530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:25:50,777 INFO Processing ruok command from /127.0.0.1:52696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:25:50,852 INFO Processing ruok command from /127.0.0.1:52710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:26:00,757 INFO Processing ruok command from /127.0.0.1:52868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:26:00,819 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:26:10,763 INFO Processing ruok command from /127.0.0.1:53044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:26:10,859 INFO Processing ruok command from /127.0.0.1:53056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:26:20,748 INFO Processing ruok command from /127.0.0.1:53212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:26:20,834 INFO Processing ruok command from /127.0.0.1:53228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:26:30,744 INFO Processing ruok command from /127.0.0.1:53392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:26:30,810 INFO Processing ruok command from /127.0.0.1:53406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:26:40,730 INFO Processing ruok command from /127.0.0.1:53564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:26:40,815 INFO Processing ruok command from /127.0.0.1:53578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:26:50,756 INFO Processing ruok command from /127.0.0.1:53732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:26:50,832 INFO Processing ruok command from /127.0.0.1:53746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:27:00,737 INFO Processing ruok command from /127.0.0.1:53904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:27:00,840 INFO Processing ruok command from /127.0.0.1:53918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:27:07,213 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 05:27:07,244 INFO Committing global session 0x1000043bbc6000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:27:08,010 INFO Submitting global closeSession request for session 0x1000043bbc6000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:27:10,767 INFO Processing ruok command from /127.0.0.1:54086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:27:10,842 INFO Processing ruok command from /127.0.0.1:54100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:27:20,759 INFO Processing ruok command from /127.0.0.1:54246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:27:20,861 INFO Processing ruok command from /127.0.0.1:54260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:27:30,743 INFO Processing ruok command from /127.0.0.1:54446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:27:30,802 INFO Processing ruok command from /127.0.0.1:54456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:27:40,734 INFO Processing ruok command from /127.0.0.1:54622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:27:40,814 INFO Processing ruok command from /127.0.0.1:54638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:27:50,761 INFO Processing ruok command from /127.0.0.1:54792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:27:50,827 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:28:00,750 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:28:00,857 INFO Processing ruok command from /127.0.0.1:54978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:28:10,747 INFO Processing ruok command from /127.0.0.1:55144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:28:10,843 INFO Processing ruok command from /127.0.0.1:55158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:28:20,760 INFO Processing ruok command from /127.0.0.1:55302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:28:20,850 INFO Processing ruok command from /127.0.0.1:55318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:28:30,742 INFO Processing ruok command from /127.0.0.1:55492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:28:30,825 INFO Processing ruok command from /127.0.0.1:55506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:28:40,744 INFO Processing ruok command from /127.0.0.1:55662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:28:40,821 INFO Processing ruok command from /127.0.0.1:55674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:28:50,755 INFO Processing ruok command from /127.0.0.1:55828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:28:50,829 INFO Processing ruok command from /127.0.0.1:55842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:29:00,750 INFO Processing ruok command from /127.0.0.1:56006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:29:00,820 INFO Processing ruok command from /127.0.0.1:56020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:29:07,756 INFO Committing global session 0x200004302ef000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:29:10,740 INFO Processing ruok command from /127.0.0.1:56186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:29:10,785 INFO Processing ruok command from /127.0.0.1:56190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:29:20,747 INFO Processing ruok command from /127.0.0.1:56362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:29:20,854 INFO Processing ruok command from /127.0.0.1:56376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:29:30,754 INFO Processing ruok command from /127.0.0.1:56552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:29:30,857 INFO Processing ruok command from /127.0.0.1:56566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:29:40,744 INFO Processing ruok command from /127.0.0.1:56780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:29:40,818 INFO Processing ruok command from /127.0.0.1:56792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:29:50,762 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:29:50,837 INFO Processing ruok command from /127.0.0.1:56958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:30:00,776 INFO Processing ruok command from /127.0.0.1:57134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:30:00,876 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:30:10,800 INFO Processing ruok command from /127.0.0.1:57302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:30:10,877 INFO Processing ruok command from /127.0.0.1:57312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:30:20,790 INFO Processing ruok command from /127.0.0.1:57472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:30:20,930 INFO Processing ruok command from /127.0.0.1:57484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:30:30,807 INFO Processing ruok command from /127.0.0.1:57696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:30:30,954 INFO Processing ruok command from /127.0.0.1:57702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:30:40,765 INFO Processing ruok command from /127.0.0.1:57892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:30:40,872 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:30:50,754 INFO Processing ruok command from /127.0.0.1:58066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:30:50,832 INFO Processing ruok command from /127.0.0.1:58082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:31:00,741 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:31:00,824 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:31:08,169 INFO Committing global session 0x200004302ef000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:31:10,766 INFO Processing ruok command from /127.0.0.1:58448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:31:10,868 INFO Processing ruok command from /127.0.0.1:58462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:31:20,765 INFO Processing ruok command from /127.0.0.1:58650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:31:20,834 INFO Processing ruok command from /127.0.0.1:58664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:31:30,730 INFO Processing ruok command from /127.0.0.1:58840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:31:30,781 INFO Processing ruok command from /127.0.0.1:58844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:31:40,722 INFO Processing ruok command from /127.0.0.1:59038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:31:40,790 INFO Processing ruok command from /127.0.0.1:59042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:31:50,747 INFO Processing ruok command from /127.0.0.1:59216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:31:50,859 INFO Processing ruok command from /127.0.0.1:59230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:32:00,763 INFO Processing ruok command from /127.0.0.1:59404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:32:00,807 INFO Processing ruok command from /127.0.0.1:59418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:32:10,730 INFO Processing ruok command from /127.0.0.1:59582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:32:10,783 INFO Processing ruok command from /127.0.0.1:59586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:32:20,734 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:32:20,781 INFO Processing ruok command from /127.0.0.1:59764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:32:30,752 INFO Processing ruok command from /127.0.0.1:59952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:32:30,841 INFO Processing ruok command from /127.0.0.1:59964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:32:40,741 INFO Processing ruok command from /127.0.0.1:60166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:32:40,857 INFO Processing ruok command from /127.0.0.1:60182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:32:50,741 INFO Processing ruok command from /127.0.0.1:60354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:32:50,789 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:33:00,738 INFO Processing ruok command from /127.0.0.1:60550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:33:00,810 INFO Processing ruok command from /127.0.0.1:60562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:33:08,280 INFO Committing global session 0x200004302ef000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:33:10,744 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:33:10,824 INFO Processing ruok command from /127.0.0.1:60756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:33:20,743 INFO Processing ruok command from /127.0.0.1:60934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:33:20,815 INFO Processing ruok command from /127.0.0.1:60948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:33:30,728 INFO Processing ruok command from /127.0.0.1:32896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:33:30,802 INFO Processing ruok command from /127.0.0.1:32908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:33:40,729 INFO Processing ruok command from /127.0.0.1:33098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:33:40,784 INFO Processing ruok command from /127.0.0.1:33102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:33:50,744 INFO Processing ruok command from /127.0.0.1:33292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:33:50,825 INFO Processing ruok command from /127.0.0.1:33308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:34:00,743 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:34:00,835 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:34:10,742 INFO Processing ruok command from /127.0.0.1:33706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:34:10,788 INFO Processing ruok command from /127.0.0.1:33710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:34:20,743 INFO Processing ruok command from /127.0.0.1:33904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:34:20,793 INFO Processing ruok command from /127.0.0.1:33910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:34:30,746 INFO Processing ruok command from /127.0.0.1:34096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:34:30,828 INFO Processing ruok command from /127.0.0.1:34110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:34:40,748 INFO Processing ruok command from /127.0.0.1:34282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:34:40,829 INFO Processing ruok command from /127.0.0.1:34296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:34:50,735 INFO Processing ruok command from /127.0.0.1:34464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:34:50,809 INFO Processing ruok command from /127.0.0.1:34478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:35:00,747 INFO Processing ruok command from /127.0.0.1:34668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:35:00,824 INFO Processing ruok command from /127.0.0.1:34680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:35:07,193 INFO Committing global session 0x200004302ef0010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:35:10,737 INFO Processing ruok command from /127.0.0.1:34860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:35:10,787 INFO Processing ruok command from /127.0.0.1:34864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:35:20,738 INFO Processing ruok command from /127.0.0.1:35050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:35:20,798 INFO Processing ruok command from /127.0.0.1:35056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:35:30,753 INFO Processing ruok command from /127.0.0.1:35246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:35:30,833 INFO Processing ruok command from /127.0.0.1:35260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:35:40,745 INFO Processing ruok command from /127.0.0.1:35446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:35:40,808 INFO Processing ruok command from /127.0.0.1:35458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:35:50,740 INFO Processing ruok command from /127.0.0.1:35620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:35:50,842 INFO Processing ruok command from /127.0.0.1:35638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:36:00,745 INFO Processing ruok command from /127.0.0.1:35826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:36:00,786 INFO Processing ruok command from /127.0.0.1:35830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:36:10,729 INFO Processing ruok command from /127.0.0.1:36018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:36:10,835 INFO Processing ruok command from /127.0.0.1:36032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:36:20,737 INFO Processing ruok command from /127.0.0.1:36212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:36:20,804 INFO Processing ruok command from /127.0.0.1:36228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:36:30,725 INFO Processing ruok command from /127.0.0.1:36404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:36:30,810 INFO Processing ruok command from /127.0.0.1:36416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:36:40,749 INFO Processing ruok command from /127.0.0.1:36592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:36:40,853 INFO Processing ruok command from /127.0.0.1:36606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:36:50,738 INFO Processing ruok command from /127.0.0.1:36778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:36:50,792 INFO Processing ruok command from /127.0.0.1:36784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:37:00,753 INFO Processing ruok command from /127.0.0.1:36984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:37:00,828 INFO Processing ruok command from /127.0.0.1:36996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:37:06,809 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 05:37:06,829 INFO Committing global session 0x1000043bbc60010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:37:07,586 INFO Submitting global closeSession request for session 0x1000043bbc60010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:37:10,729 INFO Processing ruok command from /127.0.0.1:37178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:37:10,815 INFO Processing ruok command from /127.0.0.1:37190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:37:20,733 INFO Processing ruok command from /127.0.0.1:37362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:37:20,818 INFO Processing ruok command from /127.0.0.1:37376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:37:30,744 INFO Processing ruok command from /127.0.0.1:37554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:37:30,812 INFO Processing ruok command from /127.0.0.1:37566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:37:40,741 INFO Processing ruok command from /127.0.0.1:37740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:37:40,812 INFO Processing ruok command from /127.0.0.1:37752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:37:50,742 INFO Processing ruok command from /127.0.0.1:37922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:37:50,814 INFO Processing ruok command from /127.0.0.1:37936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:38:00,746 INFO Processing ruok command from /127.0.0.1:38122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:38:00,803 INFO Processing ruok command from /127.0.0.1:38136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:38:10,762 INFO Processing ruok command from /127.0.0.1:38322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:38:10,855 INFO Processing ruok command from /127.0.0.1:38338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:38:20,766 INFO Processing ruok command from /127.0.0.1:38516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:38:20,822 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:38:30,737 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:38:30,825 INFO Processing ruok command from /127.0.0.1:38716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:38:40,737 INFO Processing ruok command from /127.0.0.1:38894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:38:40,787 INFO Processing ruok command from /127.0.0.1:38898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:38:50,732 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:38:50,814 INFO Processing ruok command from /127.0.0.1:39096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:39:00,763 INFO Processing ruok command from /127.0.0.1:39284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:39:00,840 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:39:07,019 INFO Committing global session 0x200004302ef0011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:39:10,743 INFO Processing ruok command from /127.0.0.1:39480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:39:10,807 INFO Processing ruok command from /127.0.0.1:39492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:39:20,749 INFO Processing ruok command from /127.0.0.1:39674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:39:20,828 INFO Processing ruok command from /127.0.0.1:39688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:39:30,738 INFO Processing ruok command from /127.0.0.1:39862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:39:30,819 INFO Processing ruok command from /127.0.0.1:39876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:39:40,758 INFO Processing ruok command from /127.0.0.1:40050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:39:40,837 INFO Processing ruok command from /127.0.0.1:40062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:39:50,748 INFO Processing ruok command from /127.0.0.1:40228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:39:50,812 INFO Processing ruok command from /127.0.0.1:40242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:40:00,745 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:40:00,819 INFO Processing ruok command from /127.0.0.1:40438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:40:10,742 INFO Processing ruok command from /127.0.0.1:40618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:40:10,848 INFO Processing ruok command from /127.0.0.1:40632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:40:20,739 INFO Processing ruok command from /127.0.0.1:40808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:40:20,805 INFO Processing ruok command from /127.0.0.1:40824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:40:30,726 INFO Processing ruok command from /127.0.0.1:41004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:40:30,808 INFO Processing ruok command from /127.0.0.1:41016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:40:40,739 INFO Processing ruok command from /127.0.0.1:41184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:40:40,793 INFO Processing ruok command from /127.0.0.1:41188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:40:50,747 INFO Processing ruok command from /127.0.0.1:41366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:40:50,827 INFO Processing ruok command from /127.0.0.1:41382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:41:00,733 INFO Processing ruok command from /127.0.0.1:41566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:41:00,782 INFO Processing ruok command from /127.0.0.1:41570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:41:06,538 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 05:41:06,549 INFO Committing global session 0x1000043bbc60011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:41:07,343 INFO Submitting global closeSession request for session 0x1000043bbc60011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:41:10,729 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:41:10,820 INFO Processing ruok command from /127.0.0.1:41774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:41:20,749 INFO Processing ruok command from /127.0.0.1:41950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:41:20,809 INFO Processing ruok command from /127.0.0.1:41964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:41:30,742 INFO Processing ruok command from /127.0.0.1:42148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:41:30,784 INFO Processing ruok command from /127.0.0.1:42152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:41:40,742 INFO Processing ruok command from /127.0.0.1:42344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:41:40,792 INFO Processing ruok command from /127.0.0.1:42348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:41:50,740 INFO Processing ruok command from /127.0.0.1:42522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:41:50,857 INFO Processing ruok command from /127.0.0.1:42536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:42:00,753 INFO Processing ruok command from /127.0.0.1:42728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:42:00,828 INFO Processing ruok command from /127.0.0.1:42740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:42:10,738 INFO Processing ruok command from /127.0.0.1:42914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:42:10,803 INFO Processing ruok command from /127.0.0.1:42926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:42:20,508 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-04-21 05:42:20,508 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-04-21 05:42:20,519 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-04-21 05:42:20,731 INFO Processing ruok command from /127.0.0.1:43108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:42:20,805 INFO Processing ruok command from /127.0.0.1:43124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:42:30,769 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:42:30,844 INFO Processing ruok command from /127.0.0.1:43324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:42:40,763 INFO Processing ruok command from /127.0.0.1:43496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:42:40,833 INFO Processing ruok command from /127.0.0.1:43508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:42:50,764 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:42:50,809 INFO Processing ruok command from /127.0.0.1:43694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:43:00,752 INFO Processing ruok command from /127.0.0.1:43876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:43:00,838 INFO Processing ruok command from /127.0.0.1:43890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:43:06,407 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 05:43:06,418 INFO Committing global session 0x1000043bbc60012 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:43:07,198 INFO Submitting global closeSession request for session 0x1000043bbc60012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:43:10,744 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:43:10,810 INFO Processing ruok command from /127.0.0.1:44082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:43:20,758 INFO Processing ruok command from /127.0.0.1:44256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:43:20,832 INFO Processing ruok command from /127.0.0.1:44272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:43:30,738 INFO Processing ruok command from /127.0.0.1:44448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:43:30,825 INFO Processing ruok command from /127.0.0.1:44460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:43:40,736 INFO Processing ruok command from /127.0.0.1:44638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:43:40,828 INFO Processing ruok command from /127.0.0.1:44654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:43:50,745 INFO Processing ruok command from /127.0.0.1:44830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:43:50,795 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:44:00,743 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:44:00,783 INFO Processing ruok command from /127.0.0.1:45030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:44:10,728 INFO Processing ruok command from /127.0.0.1:45222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:44:10,803 INFO Processing ruok command from /127.0.0.1:45232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:44:20,735 INFO Processing ruok command from /127.0.0.1:45412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:44:20,809 INFO Processing ruok command from /127.0.0.1:45426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:44:30,736 INFO Processing ruok command from /127.0.0.1:45604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:44:30,815 INFO Processing ruok command from /127.0.0.1:45616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:44:40,745 INFO Processing ruok command from /127.0.0.1:45796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:44:40,813 INFO Processing ruok command from /127.0.0.1:45808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:44:50,754 INFO Processing ruok command from /127.0.0.1:45976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:44:50,839 INFO Processing ruok command from /127.0.0.1:45996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:45:00,733 INFO Processing ruok command from /127.0.0.1:46180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:45:00,816 INFO Processing ruok command from /127.0.0.1:46192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:45:06,684 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 05:45:06,699 INFO Committing global session 0x1000043bbc60013 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:45:07,458 INFO Submitting global closeSession request for session 0x1000043bbc60013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:45:10,754 INFO Processing ruok command from /127.0.0.1:46370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:45:10,830 INFO Processing ruok command from /127.0.0.1:46384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:45:20,769 INFO Processing ruok command from /127.0.0.1:46558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:45:20,845 INFO Processing ruok command from /127.0.0.1:46572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:45:30,737 INFO Processing ruok command from /127.0.0.1:46750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:45:30,813 INFO Processing ruok command from /127.0.0.1:46764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:45:40,745 INFO Processing ruok command from /127.0.0.1:46940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:45:40,814 INFO Processing ruok command from /127.0.0.1:46952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:45:50,734 INFO Processing ruok command from /127.0.0.1:47126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:45:50,818 INFO Processing ruok command from /127.0.0.1:47140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:46:00,739 INFO Processing ruok command from /127.0.0.1:47336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:46:00,812 INFO Processing ruok command from /127.0.0.1:47348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:46:10,719 INFO Processing ruok command from /127.0.0.1:47524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:46:10,790 INFO Processing ruok command from /127.0.0.1:47528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:46:20,748 INFO Processing ruok command from /127.0.0.1:47714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:46:20,815 INFO Processing ruok command from /127.0.0.1:47728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:46:30,738 INFO Processing ruok command from /127.0.0.1:47902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:46:30,786 INFO Processing ruok command from /127.0.0.1:47906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:46:40,743 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:46:40,801 INFO Processing ruok command from /127.0.0.1:48092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:46:50,740 INFO Processing ruok command from /127.0.0.1:48272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:46:50,792 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:47:00,743 INFO Processing ruok command from /127.0.0.1:48474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:47:00,799 INFO Processing ruok command from /127.0.0.1:48478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:47:06,959 INFO Committing global session 0x200004302ef0012 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:47:10,731 INFO Processing ruok command from /127.0.0.1:48656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:47:10,804 INFO Processing ruok command from /127.0.0.1:48670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:47:20,744 INFO Processing ruok command from /127.0.0.1:48850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:47:20,801 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:47:30,739 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:47:30,795 INFO Processing ruok command from /127.0.0.1:49050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:47:40,737 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:47:40,804 INFO Processing ruok command from /127.0.0.1:49240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:47:50,736 INFO Processing ruok command from /127.0.0.1:49406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:47:50,801 INFO Processing ruok command from /127.0.0.1:49422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:48:00,739 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:48:00,829 INFO Processing ruok command from /127.0.0.1:49620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:48:10,749 INFO Processing ruok command from /127.0.0.1:49800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:48:10,817 INFO Processing ruok command from /127.0.0.1:49812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:48:20,738 INFO Processing ruok command from /127.0.0.1:49990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:48:20,813 INFO Processing ruok command from /127.0.0.1:50006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:48:30,761 INFO Processing ruok command from /127.0.0.1:50180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:48:30,835 INFO Processing ruok command from /127.0.0.1:50194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:48:40,734 INFO Processing ruok command from /127.0.0.1:50366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:48:40,804 INFO Processing ruok command from /127.0.0.1:50378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:48:50,739 INFO Processing ruok command from /127.0.0.1:50554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:48:50,786 INFO Processing ruok command from /127.0.0.1:50560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:49:00,744 INFO Processing ruok command from /127.0.0.1:50762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:49:00,814 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:49:06,500 INFO Committing global session 0x200004302ef0013 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:49:10,746 INFO Processing ruok command from /127.0.0.1:50958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:49:10,820 INFO Processing ruok command from /127.0.0.1:50972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:49:20,733 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:49:20,782 INFO Processing ruok command from /127.0.0.1:51158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:49:30,753 INFO Processing ruok command from /127.0.0.1:51346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:49:30,833 INFO Processing ruok command from /127.0.0.1:51360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:49:40,750 INFO Processing ruok command from /127.0.0.1:51528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:49:40,825 INFO Processing ruok command from /127.0.0.1:51542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:49:50,762 INFO Processing ruok command from /127.0.0.1:51704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:49:50,844 INFO Processing ruok command from /127.0.0.1:51718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:50:00,751 INFO Processing ruok command from /127.0.0.1:51902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:50:00,825 INFO Processing ruok command from /127.0.0.1:51922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:50:10,757 INFO Processing ruok command from /127.0.0.1:52102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:50:10,805 INFO Processing ruok command from /127.0.0.1:52110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:50:20,750 INFO Processing ruok command from /127.0.0.1:52292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:50:20,820 INFO Processing ruok command from /127.0.0.1:52308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:50:30,747 INFO Processing ruok command from /127.0.0.1:52486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:50:30,826 INFO Processing ruok command from /127.0.0.1:52498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:50:40,760 INFO Processing ruok command from /127.0.0.1:52678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:50:40,881 INFO Processing ruok command from /127.0.0.1:52690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:50:50,751 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:50:50,834 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:51:00,746 INFO Processing ruok command from /127.0.0.1:53052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:51:00,819 INFO Processing ruok command from /127.0.0.1:53064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:51:06,580 INFO Committing global session 0x200004302ef0014 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:51:10,735 INFO Processing ruok command from /127.0.0.1:53246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:51:10,809 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:51:20,746 INFO Processing ruok command from /127.0.0.1:53434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:51:20,817 INFO Processing ruok command from /127.0.0.1:53450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:51:30,744 INFO Processing ruok command from /127.0.0.1:53632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:51:30,822 INFO Processing ruok command from /127.0.0.1:53644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:51:40,750 INFO Processing ruok command from /127.0.0.1:53820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:51:40,834 INFO Processing ruok command from /127.0.0.1:53832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:51:50,751 INFO Processing ruok command from /127.0.0.1:53998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:51:50,837 INFO Processing ruok command from /127.0.0.1:54014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:52:00,750 INFO Processing ruok command from /127.0.0.1:54198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:52:00,830 INFO Processing ruok command from /127.0.0.1:54210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:52:10,749 INFO Processing ruok command from /127.0.0.1:54396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:52:10,824 INFO Processing ruok command from /127.0.0.1:54410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:52:20,736 INFO Processing ruok command from /127.0.0.1:54588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:52:20,827 INFO Processing ruok command from /127.0.0.1:54606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:52:30,736 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:52:30,818 INFO Processing ruok command from /127.0.0.1:54792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:52:40,738 INFO Processing ruok command from /127.0.0.1:54964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:52:40,818 INFO Processing ruok command from /127.0.0.1:54976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:52:50,750 INFO Processing ruok command from /127.0.0.1:55150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:52:50,806 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:53:00,752 INFO Processing ruok command from /127.0.0.1:55352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:53:00,810 INFO Processing ruok command from /127.0.0.1:55366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:53:06,827 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-04-21 05:53:06,836 INFO Committing global session 0x1000043bbc60014 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:53:07,603 INFO Submitting global closeSession request for session 0x1000043bbc60014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:53:10,733 INFO Processing ruok command from /127.0.0.1:55548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:53:10,820 INFO Processing ruok command from /127.0.0.1:55560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:53:20,744 INFO Processing ruok command from /127.0.0.1:55728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:53:20,804 INFO Processing ruok command from /127.0.0.1:55742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:53:30,739 INFO Processing ruok command from /127.0.0.1:55926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:53:30,822 INFO Processing ruok command from /127.0.0.1:55940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:53:40,733 INFO Processing ruok command from /127.0.0.1:56112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:53:40,808 INFO Processing ruok command from /127.0.0.1:56126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:53:50,732 INFO Processing ruok command from /127.0.0.1:56300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:53:50,813 INFO Processing ruok command from /127.0.0.1:56316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:54:00,747 INFO Processing ruok command from /127.0.0.1:56496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:54:00,794 INFO Processing ruok command from /127.0.0.1:56502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:54:10,744 INFO Processing ruok command from /127.0.0.1:56694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:54:10,825 INFO Processing ruok command from /127.0.0.1:56706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:54:20,746 INFO Processing ruok command from /127.0.0.1:56876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:54:20,827 INFO Processing ruok command from /127.0.0.1:56890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:54:30,752 INFO Processing ruok command from /127.0.0.1:57068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:54:30,834 INFO Processing ruok command from /127.0.0.1:57084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:54:40,741 INFO Processing ruok command from /127.0.0.1:57258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:54:40,839 INFO Processing ruok command from /127.0.0.1:57270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:54:50,733 INFO Processing ruok command from /127.0.0.1:57442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:54:50,789 INFO Processing ruok command from /127.0.0.1:57448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:55:00,740 INFO Processing ruok command from /127.0.0.1:57642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:55:00,816 INFO Processing ruok command from /127.0.0.1:57656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:55:06,331 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-04-21 05:55:06,343 INFO Committing global session 0x1000043bbc60015 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:55:07,152 INFO Submitting global closeSession request for session 0x1000043bbc60015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-04-21 05:55:10,746 INFO Processing ruok command from /127.0.0.1:57844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:55:10,827 INFO Processing ruok command from /127.0.0.1:57858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:55:20,771 INFO Processing ruok command from /127.0.0.1:58034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:55:20,830 INFO Processing ruok command from /127.0.0.1:58048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:55:30,750 INFO Processing ruok command from /127.0.0.1:58230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:55:30,810 INFO Processing ruok command from /127.0.0.1:58246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:55:40,742 INFO Processing ruok command from /127.0.0.1:58416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:55:40,820 INFO Processing ruok command from /127.0.0.1:58432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:55:50,744 INFO Processing ruok command from /127.0.0.1:58596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:55:50,818 INFO Processing ruok command from /127.0.0.1:58610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:56:00,754 INFO Processing ruok command from /127.0.0.1:58788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:56:00,832 INFO Processing ruok command from /127.0.0.1:58802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:56:10,753 INFO Processing ruok command from /127.0.0.1:58988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:56:10,826 INFO Processing ruok command from /127.0.0.1:59002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:56:20,738 INFO Processing ruok command from /127.0.0.1:59184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:56:20,786 INFO Processing ruok command from /127.0.0.1:59190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:56:30,759 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:56:30,826 INFO Processing ruok command from /127.0.0.1:59392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:56:40,740 INFO Processing ruok command from /127.0.0.1:59564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:56:40,823 INFO Processing ruok command from /127.0.0.1:59578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:56:50,742 INFO Processing ruok command from /127.0.0.1:59744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:56:50,789 INFO Processing ruok command from /127.0.0.1:59750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:57:00,735 INFO Processing ruok command from /127.0.0.1:59938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:57:00,820 INFO Processing ruok command from /127.0.0.1:59952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:57:06,492 INFO Committing global session 0x200004302ef0015 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1] 2022-04-21 05:57:10,749 INFO Processing ruok command from /127.0.0.1:60144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:57:10,807 INFO Processing ruok command from /127.0.0.1:60158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:57:20,730 INFO Processing ruok command from /127.0.0.1:60336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:57:20,794 INFO Processing ruok command from /127.0.0.1:60342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:57:30,750 INFO Processing ruok command from /127.0.0.1:60532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:57:30,795 INFO Processing ruok command from /127.0.0.1:60538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:57:40,735 INFO Processing ruok command from /127.0.0.1:60728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:57:40,791 INFO Processing ruok command from /127.0.0.1:60732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:57:50,748 INFO Processing ruok command from /127.0.0.1:60920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:57:50,795 INFO Processing ruok command from /127.0.0.1:60926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:58:00,746 INFO Processing ruok command from /127.0.0.1:32886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:58:00,826 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:58:10,741 INFO Processing ruok command from /127.0.0.1:33088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:58:10,795 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:58:20,737 INFO Processing ruok command from /127.0.0.1:33274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:58:20,807 INFO Processing ruok command from /127.0.0.1:33288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:58:30,746 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:58:30,828 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:58:40,744 INFO Processing ruok command from /127.0.0.1:33658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:58:40,832 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-04-21 05:58:50,735 INFO Processing ruok command from /127.0.0.1:33842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-04-21 05:58:50,820 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]