By type
Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 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-06-03 02:44:35,958 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-03 02:44:35,969 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-03 02:44:35,970 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-03 02:44:35,976 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-06-03 02:44:35,977 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-03 02:44:35,977 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-03 02:44:35,995 WARN No server failure will be tolerated. You need at least 3 servers. (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-03 02:44:36,008 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-06-03 02:44:36,008 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-06-03 02:44:36,010 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-03 02:44:36,016 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-06-03 02:44:36,023 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-06-03 02:44:36,037 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-06-03 02:44:36,038 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-03 02:44:36,061 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@6193932a (org.apache.zookeeper.server.ServerMetrics) [main] 2022-06-03 02:44:36,191 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,191 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,191 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,276 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-03 02:44:36,278 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-03 02:44:36,278 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,278 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,278 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,279 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-03 02:44:36,279 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-03 02:44:36,290 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,326 INFO Logging initialized @1199ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-06-03 02:44:36,445 WARN o.e.j.s.ServletContextHandler@7bba5817{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-06-03 02:44:36,445 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-06-03 02:44:36,475 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-06-03 02:44:36,476 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,476 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,477 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,477 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,477 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,477 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,477 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,477 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,495 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,495 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,495 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,495 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,495 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,496 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,496 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,496 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,496 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,496 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,498 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,498 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,498 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,498 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,498 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-06-03 02:44:36,498 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-06-03 02:44:36,498 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,498 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,498 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:os.memory.free=213MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO Server environment:os.memory.total=231MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,499 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,500 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,500 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,500 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,500 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-03 02:44:36,515 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-06-03 02:44:36,515 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-06-03 02:44:36,517 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-06-03 02:44:36,518 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-06-03 02:44:36,533 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,533 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,533 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,534 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,534 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,534 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,534 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,545 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-06-03 02:44:36,546 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-06-03 02:44:36,554 INFO Snapshot loaded in 19 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-06-03 02:44:36,555 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-06-03 02:44:36,560 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-06-03 02:44:36,563 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,683 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,684 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,687 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-03 02:44:36,692 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-06-03 02:44:36,742 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-06-03 02:44:36,742 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-06-03 02:44:36,744 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main] 2022-06-03 02:44:36,748 WARN ServletContext@o.e.j.s.ServletContextHandler@7bba5817{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-06-03 02:44:36,761 INFO Started o.e.j.s.ServletContextHandler@7bba5817{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-06-03 02:44:36,774 INFO Started ServerConnector@26e356f0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-06-03 02:44:36,775 INFO Started @1648ms (org.eclipse.jetty.server.Server) [main] 2022-06-03 02:44:36,775 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-06-03 02:44:36,776 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-03 02:44:36,783 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-06-03 02:44:36,785 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-06-03 02:44:36,785 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-06-03 02:44:36,791 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.226:3888] 2022-06-03 02:44:36,793 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-06-03 02:44:36,795 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.226:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.226:3888] 2022-06-03 02:44:36,804 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:36,805 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:36,820 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-06-03 02:44:37,033 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:37,327 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.212:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] 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.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-06-03 02:44:37,435 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:37,440 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.212:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 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.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-06-03 02:44:38,237 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:38,241 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.212:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 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.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-06-03 02:44:39,395 INFO Received connection request from /10.233.70.212:60946 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.226:3888] 2022-06-03 02:44:39,839 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:39,842 INFO Accepted TLS connection from onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.70.212:60946 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.226:3888] 2022-06-03 02:44:39,998 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.212:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2022-06-03 02:44:40,011 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=2]] 2022-06-03 02:44:40,017 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=2]] 2022-06-03 02:44:40,218 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,219 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,224 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,224 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,224 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,224 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,224 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,228 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,230 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,230 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,232 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,232 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,234 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,234 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,234 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,234 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,235 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,235 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,237 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,237 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,237 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,242 INFO LEADING - LEADER ELECTION TOOK - 3437 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,246 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,246 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,253 INFO Snapshot taken in 7 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,326 INFO Accepted TLS connection from onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.70.212:38090 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.70.212:38090] 2022-06-03 02:44:40,336 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.212:38090] 2022-06-03 02:44:40,366 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.70.212:38090] 2022-06-03 02:44:40,368 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.212:38090] 2022-06-03 02:44:40,368 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.212:38090] 2022-06-03 02:44:40,372 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,430 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,449 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,449 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,459 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2022-06-03 02:44:40,460 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,460 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:40,478 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-03 02:44:54,492 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-06-03 02:44:54,492 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-06-03 02:44:54,493 INFO Processing ruok command from /127.0.0.1:33968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:44:54,493 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:44:56,791 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2022-06-03 02:44:56,804 INFO Committing global session 0x1000041ad7b0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:45:04,385 INFO Processing ruok command from /127.0.0.1:34024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:45:04,438 INFO Processing ruok command from /127.0.0.1:34026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:45:14,384 INFO Processing ruok command from /127.0.0.1:34086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:45:14,432 INFO Processing ruok command from /127.0.0.1:34088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:45:18,609 INFO Committing global session 0x1000041ad7b0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:45:20,422 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 02:45:20,449 INFO Committing global session 0x200004256f50000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:45:24,363 INFO Processing ruok command from /127.0.0.1:34146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:45:24,436 INFO Committing global session 0x1000041ad7b0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:45:24,457 INFO Processing ruok command from /127.0.0.1:34148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:45:26,080 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 02:45:26,094 INFO Committing global session 0x200004256f50001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:45:34,370 INFO Processing ruok command from /127.0.0.1:34202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:45:34,408 INFO Processing ruok command from /127.0.0.1:34204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:45:44,402 INFO Processing ruok command from /127.0.0.1:34264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:45:44,509 INFO Processing ruok command from /127.0.0.1:34266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:45:47,018 INFO Committing global session 0x1000041ad7b0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:45:54,378 INFO Processing ruok command from /127.0.0.1:34324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:45:54,454 INFO Processing ruok command from /127.0.0.1:34326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:46:04,374 INFO Processing ruok command from /127.0.0.1:34382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:46:04,421 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:46:07,632 INFO Committing global session 0x1000041ad7b0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:46:14,372 INFO Processing ruok command from /127.0.0.1:34464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:46:14,451 INFO Processing ruok command from /127.0.0.1:34466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:46:24,375 INFO Processing ruok command from /127.0.0.1:34582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:46:24,445 INFO Processing ruok command from /127.0.0.1:34584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:46:34,365 INFO Processing ruok command from /127.0.0.1:34638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:46:34,464 INFO Processing ruok command from /127.0.0.1:34640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:46:44,358 INFO Processing ruok command from /127.0.0.1:34696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:46:44,432 INFO Processing ruok command from /127.0.0.1:34698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:46:54,378 INFO Processing ruok command from /127.0.0.1:34766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:46:54,472 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:47:04,370 INFO Processing ruok command from /127.0.0.1:34828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:47:04,455 INFO Processing ruok command from /127.0.0.1:34830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:47:14,359 INFO Processing ruok command from /127.0.0.1:34924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:47:14,417 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:47:24,360 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:47:24,432 INFO Processing ruok command from /127.0.0.1:35036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:47:34,359 INFO Processing ruok command from /127.0.0.1:35104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:47:34,429 INFO Processing ruok command from /127.0.0.1:35106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:47:44,366 INFO Processing ruok command from /127.0.0.1:35162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:47:44,439 INFO Processing ruok command from /127.0.0.1:35164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:47:48,131 INFO Committing global session 0x1000041ad7b0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:47:54,393 INFO Processing ruok command from /127.0.0.1:35228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:47:54,468 INFO Processing ruok command from /127.0.0.1:35230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:48:04,369 INFO Processing ruok command from /127.0.0.1:35288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:48:04,448 INFO Processing ruok command from /127.0.0.1:35290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:48:14,364 INFO Processing ruok command from /127.0.0.1:35346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:48:14,437 INFO Processing ruok command from /127.0.0.1:35348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:48:24,360 INFO Processing ruok command from /127.0.0.1:35410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:48:24,440 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:48:34,351 INFO Processing ruok command from /127.0.0.1:35468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:48:34,394 INFO Processing ruok command from /127.0.0.1:35470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:48:44,404 INFO Processing ruok command from /127.0.0.1:35526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:48:44,438 INFO Processing ruok command from /127.0.0.1:35528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:48:54,364 INFO Processing ruok command from /127.0.0.1:35592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:48:54,437 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:49:04,385 INFO Processing ruok command from /127.0.0.1:35648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:49:04,427 INFO Processing ruok command from /127.0.0.1:35650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:49:14,375 INFO Processing ruok command from /127.0.0.1:35710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:49:14,409 INFO Processing ruok command from /127.0.0.1:35712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:49:24,393 INFO Processing ruok command from /127.0.0.1:35774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:49:24,474 INFO Processing ruok command from /127.0.0.1:35776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:49:34,390 INFO Processing ruok command from /127.0.0.1:35838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:49:34,486 INFO Processing ruok command from /127.0.0.1:35840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:49:44,382 INFO Processing ruok command from /127.0.0.1:35900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:49:44,445 INFO Processing ruok command from /127.0.0.1:35902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:49:48,228 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 02:49:48,236 INFO Committing global session 0x200004256f50002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:49:49,015 INFO Submitting global closeSession request for session 0x200004256f50002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 02:49:54,358 INFO Processing ruok command from /127.0.0.1:35960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:49:54,420 INFO Processing ruok command from /127.0.0.1:35962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:50:04,403 INFO Processing ruok command from /127.0.0.1:36016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:50:04,493 INFO Processing ruok command from /127.0.0.1:36018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:50:14,366 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:50:14,401 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:50:24,368 INFO Processing ruok command from /127.0.0.1:36140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:50:24,411 INFO Processing ruok command from /127.0.0.1:36142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:50:34,380 INFO Processing ruok command from /127.0.0.1:36208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:50:34,440 INFO Processing ruok command from /127.0.0.1:36212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:50:44,371 INFO Processing ruok command from /127.0.0.1:36328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:50:44,411 INFO Processing ruok command from /127.0.0.1:36330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:50:54,365 INFO Processing ruok command from /127.0.0.1:36416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:50:54,417 INFO Processing ruok command from /127.0.0.1:36418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:51:04,372 INFO Processing ruok command from /127.0.0.1:36498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:51:04,400 INFO Processing ruok command from /127.0.0.1:36500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:51:14,380 INFO Processing ruok command from /127.0.0.1:36592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:51:14,464 INFO Processing ruok command from /127.0.0.1:36594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:51:24,360 INFO Processing ruok command from /127.0.0.1:36672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:51:24,428 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:51:34,373 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:51:34,455 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:51:44,368 INFO Processing ruok command from /127.0.0.1:36832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:51:44,438 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:51:48,022 INFO Committing global session 0x1000041ad7b0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:51:54,345 INFO Processing ruok command from /127.0.0.1:36932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:51:54,412 INFO Processing ruok command from /127.0.0.1:36934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:52:04,400 INFO Processing ruok command from /127.0.0.1:37034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:52:04,459 INFO Processing ruok command from /127.0.0.1:37036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:52:14,384 INFO Processing ruok command from /127.0.0.1:37114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:52:14,485 INFO Processing ruok command from /127.0.0.1:37116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:52:24,377 INFO Processing ruok command from /127.0.0.1:37200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:52:24,476 INFO Processing ruok command from /127.0.0.1:37202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:52:34,383 INFO Processing ruok command from /127.0.0.1:37284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:52:34,432 INFO Processing ruok command from /127.0.0.1:37286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:52:44,409 INFO Processing ruok command from /127.0.0.1:37358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:52:44,467 INFO Processing ruok command from /127.0.0.1:37360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:52:54,369 INFO Processing ruok command from /127.0.0.1:37442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:52:54,439 INFO Processing ruok command from /127.0.0.1:37444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:53:04,385 INFO Processing ruok command from /127.0.0.1:37522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:53:04,448 INFO Processing ruok command from /127.0.0.1:37524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:53:14,370 INFO Processing ruok command from /127.0.0.1:37660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:53:14,427 INFO Processing ruok command from /127.0.0.1:37662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:53:24,372 INFO Processing ruok command from /127.0.0.1:37740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:53:24,455 INFO Processing ruok command from /127.0.0.1:37742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:53:34,382 INFO Processing ruok command from /127.0.0.1:37848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:53:34,458 INFO Processing ruok command from /127.0.0.1:37850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:53:44,362 INFO Processing ruok command from /127.0.0.1:37934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:53:44,440 INFO Processing ruok command from /127.0.0.1:37936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:53:48,240 INFO Committing global session 0x1000041ad7b0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:53:54,424 INFO Processing ruok command from /127.0.0.1:38036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:53:54,563 INFO Processing ruok command from /127.0.0.1:38038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:54:04,390 INFO Processing ruok command from /127.0.0.1:38156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:54:04,426 INFO Processing ruok command from /127.0.0.1:38158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:54:14,394 INFO Processing ruok command from /127.0.0.1:38262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:54:14,503 INFO Processing ruok command from /127.0.0.1:38264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:54:24,389 INFO Processing ruok command from /127.0.0.1:38360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:54:24,478 INFO Processing ruok command from /127.0.0.1:38362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:54:34,364 INFO Processing ruok command from /127.0.0.1:38446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:54:34,447 INFO Processing ruok command from /127.0.0.1:38448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:54:44,371 INFO Processing ruok command from /127.0.0.1:38524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:54:44,434 INFO Processing ruok command from /127.0.0.1:38526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:54:54,357 INFO Processing ruok command from /127.0.0.1:38624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:54:54,404 INFO Processing ruok command from /127.0.0.1:38626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:55:04,385 INFO Processing ruok command from /127.0.0.1:38740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:55:04,430 INFO Processing ruok command from /127.0.0.1:38742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:55:14,367 INFO Processing ruok command from /127.0.0.1:38820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:55:14,457 INFO Processing ruok command from /127.0.0.1:38822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:55:24,374 INFO Processing ruok command from /127.0.0.1:38910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:55:24,430 INFO Processing ruok command from /127.0.0.1:38912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:55:34,364 INFO Processing ruok command from /127.0.0.1:39000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:55:34,439 INFO Processing ruok command from /127.0.0.1:39002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:55:44,383 INFO Processing ruok command from /127.0.0.1:39076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:55:44,458 INFO Processing ruok command from /127.0.0.1:39078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:55:47,976 INFO Committing global session 0x1000041ad7b0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:55:54,375 INFO Processing ruok command from /127.0.0.1:39170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:55:54,443 INFO Processing ruok command from /127.0.0.1:39172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:56:04,376 INFO Processing ruok command from /127.0.0.1:39280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:56:04,459 INFO Processing ruok command from /127.0.0.1:39282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:56:14,380 INFO Processing ruok command from /127.0.0.1:39360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:56:14,462 INFO Processing ruok command from /127.0.0.1:39362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:56:24,363 INFO Processing ruok command from /127.0.0.1:39462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:56:24,443 INFO Processing ruok command from /127.0.0.1:39472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:56:34,382 INFO Processing ruok command from /127.0.0.1:39564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:56:34,465 INFO Processing ruok command from /127.0.0.1:39566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:56:44,368 INFO Processing ruok command from /127.0.0.1:39656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:56:44,436 INFO Processing ruok command from /127.0.0.1:39658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:56:54,367 INFO Processing ruok command from /127.0.0.1:39746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:56:54,442 INFO Processing ruok command from /127.0.0.1:39748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:57:04,369 INFO Processing ruok command from /127.0.0.1:39844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:57:04,430 INFO Processing ruok command from /127.0.0.1:39846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:57:14,373 INFO Processing ruok command from /127.0.0.1:39934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:57:14,437 INFO Processing ruok command from /127.0.0.1:39936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:57:24,385 INFO Processing ruok command from /127.0.0.1:40034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:57:24,448 INFO Processing ruok command from /127.0.0.1:40036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:57:34,373 INFO Processing ruok command from /127.0.0.1:40132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:57:34,402 INFO Processing ruok command from /127.0.0.1:40134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:57:44,374 INFO Processing ruok command from /127.0.0.1:40218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:57:44,417 INFO Processing ruok command from /127.0.0.1:40220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:57:48,230 INFO Committing global session 0x1000041ad7b0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:57:54,363 INFO Processing ruok command from /127.0.0.1:40316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:57:54,422 INFO Processing ruok command from /127.0.0.1:40320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:58:04,377 INFO Processing ruok command from /127.0.0.1:40422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:58:04,450 INFO Processing ruok command from /127.0.0.1:40424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:58:14,372 INFO Processing ruok command from /127.0.0.1:40512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:58:14,449 INFO Processing ruok command from /127.0.0.1:40514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:58:24,363 INFO Processing ruok command from /127.0.0.1:40618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:58:24,440 INFO Processing ruok command from /127.0.0.1:40620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:58:34,365 INFO Processing ruok command from /127.0.0.1:40724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:58:34,428 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:58:44,402 INFO Processing ruok command from /127.0.0.1:40828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:58:44,541 INFO Processing ruok command from /127.0.0.1:40830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:58:54,377 INFO Processing ruok command from /127.0.0.1:40942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:58:54,446 INFO Processing ruok command from /127.0.0.1:40944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:59:04,370 INFO Processing ruok command from /127.0.0.1:41042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:59:04,443 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:59:14,364 INFO Processing ruok command from /127.0.0.1:41140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:59:14,460 INFO Processing ruok command from /127.0.0.1:41142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:59:24,371 INFO Processing ruok command from /127.0.0.1:41252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:59:24,471 INFO Processing ruok command from /127.0.0.1:41254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:59:34,377 INFO Processing ruok command from /127.0.0.1:41354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:59:34,422 INFO Processing ruok command from /127.0.0.1:41356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:59:44,390 INFO Processing ruok command from /127.0.0.1:41454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:59:44,466 INFO Processing ruok command from /127.0.0.1:41456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 02:59:48,342 INFO Committing global session 0x1000041ad7b000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 02:59:54,385 INFO Processing ruok command from /127.0.0.1:41564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 02:59:54,454 INFO Processing ruok command from /127.0.0.1:41566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:00:04,382 INFO Processing ruok command from /127.0.0.1:41670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:00:04,455 INFO Processing ruok command from /127.0.0.1:41672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:00:14,369 INFO Processing ruok command from /127.0.0.1:41766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:00:14,457 INFO Processing ruok command from /127.0.0.1:41768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:00:24,373 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:00:24,455 INFO Processing ruok command from /127.0.0.1:41876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:00:34,370 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:00:34,412 INFO Processing ruok command from /127.0.0.1:41976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:00:44,361 INFO Processing ruok command from /127.0.0.1:42074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:00:44,441 INFO Processing ruok command from /127.0.0.1:42076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:00:54,389 INFO Processing ruok command from /127.0.0.1:42182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:00:54,484 INFO Processing ruok command from /127.0.0.1:42184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:01:04,388 INFO Processing ruok command from /127.0.0.1:42282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:01:04,473 INFO Processing ruok command from /127.0.0.1:42284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:01:14,409 INFO Processing ruok command from /127.0.0.1:42404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:01:14,458 INFO Processing ruok command from /127.0.0.1:42406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:01:24,366 INFO Processing ruok command from /127.0.0.1:42546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:01:24,428 INFO Processing ruok command from /127.0.0.1:42548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:01:34,372 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:01:34,444 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:01:44,376 INFO Processing ruok command from /127.0.0.1:42760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:01:44,421 INFO Processing ruok command from /127.0.0.1:42762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:01:47,988 INFO Committing global session 0x1000041ad7b000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:01:54,361 INFO Processing ruok command from /127.0.0.1:42884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:01:54,425 INFO Processing ruok command from /127.0.0.1:42888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:02:04,364 INFO Processing ruok command from /127.0.0.1:42990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:02:04,438 INFO Processing ruok command from /127.0.0.1:42992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:02:14,369 INFO Processing ruok command from /127.0.0.1:43094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:02:14,422 INFO Processing ruok command from /127.0.0.1:43096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:02:24,350 INFO Processing ruok command from /127.0.0.1:43204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:02:24,416 INFO Processing ruok command from /127.0.0.1:43206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:02:34,369 INFO Processing ruok command from /127.0.0.1:43308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:02:34,444 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:02:44,384 INFO Processing ruok command from /127.0.0.1:43406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:02:44,445 INFO Processing ruok command from /127.0.0.1:43408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:02:54,363 INFO Processing ruok command from /127.0.0.1:43520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:02:54,399 INFO Processing ruok command from /127.0.0.1:43522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:03:04,422 INFO Processing ruok command from /127.0.0.1:43622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:03:04,521 INFO Processing ruok command from /127.0.0.1:43624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:03:14,363 INFO Processing ruok command from /127.0.0.1:43718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:03:14,438 INFO Processing ruok command from /127.0.0.1:43720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:03:24,371 INFO Processing ruok command from /127.0.0.1:43826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:03:24,449 INFO Processing ruok command from /127.0.0.1:43828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:03:34,359 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:03:34,399 INFO Processing ruok command from /127.0.0.1:43930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:03:44,354 INFO Processing ruok command from /127.0.0.1:44034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:03:44,396 INFO Processing ruok command from /127.0.0.1:44036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:03:48,085 INFO Committing global session 0x1000041ad7b000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:03:54,361 INFO Processing ruok command from /127.0.0.1:44146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:03:54,440 INFO Processing ruok command from /127.0.0.1:44148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:04:04,354 INFO Processing ruok command from /127.0.0.1:44246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:04:04,400 INFO Processing ruok command from /127.0.0.1:44248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:04:14,366 INFO Processing ruok command from /127.0.0.1:44348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:04:14,444 INFO Processing ruok command from /127.0.0.1:44350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:04:24,372 INFO Processing ruok command from /127.0.0.1:44464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:04:24,449 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:04:34,364 INFO Processing ruok command from /127.0.0.1:44566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:04:34,407 INFO Processing ruok command from /127.0.0.1:44568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:04:44,366 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:04:44,427 INFO Processing ruok command from /127.0.0.1:44672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:04:54,373 INFO Processing ruok command from /127.0.0.1:44778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:04:54,450 INFO Processing ruok command from /127.0.0.1:44780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:05:04,413 INFO Processing ruok command from /127.0.0.1:44884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:05:04,490 INFO Processing ruok command from /127.0.0.1:44886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:05:14,416 INFO Processing ruok command from /127.0.0.1:44998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:05:14,552 INFO Processing ruok command from /127.0.0.1:45002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:05:24,395 INFO Processing ruok command from /127.0.0.1:45122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:05:24,473 INFO Processing ruok command from /127.0.0.1:45124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:05:34,412 INFO Processing ruok command from /127.0.0.1:45234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:05:34,492 INFO Processing ruok command from /127.0.0.1:45236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:05:44,365 INFO Processing ruok command from /127.0.0.1:45330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:05:44,448 INFO Processing ruok command from /127.0.0.1:45332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:05:48,094 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:05:48,103 INFO Committing global session 0x200004256f50003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:05:48,908 INFO Submitting global closeSession request for session 0x200004256f50003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:05:54,390 INFO Processing ruok command from /127.0.0.1:45438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:05:54,473 INFO Processing ruok command from /127.0.0.1:45440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:06:04,406 INFO Processing ruok command from /127.0.0.1:45564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:06:04,504 INFO Processing ruok command from /127.0.0.1:45566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:06:14,408 INFO Processing ruok command from /127.0.0.1:45714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:06:14,439 INFO Processing ruok command from /127.0.0.1:45716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:06:24,429 INFO Processing ruok command from /127.0.0.1:45858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:06:24,512 INFO Processing ruok command from /127.0.0.1:45860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:06:34,437 INFO Processing ruok command from /127.0.0.1:45984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:06:34,539 INFO Processing ruok command from /127.0.0.1:45986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:06:44,389 INFO Processing ruok command from /127.0.0.1:46096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:06:44,480 INFO Processing ruok command from /127.0.0.1:46100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:06:54,379 INFO Processing ruok command from /127.0.0.1:46262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:06:54,457 INFO Processing ruok command from /127.0.0.1:46266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:07:04,396 INFO Processing ruok command from /127.0.0.1:46388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:07:04,514 INFO Processing ruok command from /127.0.0.1:46390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:07:14,402 INFO Processing ruok command from /127.0.0.1:46516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:07:14,496 INFO Processing ruok command from /127.0.0.1:46518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:07:24,441 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:07:24,597 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:07:34,384 INFO Processing ruok command from /127.0.0.1:46788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:07:34,418 INFO Processing ruok command from /127.0.0.1:46790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:07:44,378 INFO Processing ruok command from /127.0.0.1:46896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:07:44,432 INFO Processing ruok command from /127.0.0.1:46900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:07:48,043 INFO Committing global session 0x1000041ad7b000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:07:52,032 INFO Committing global session 0x1000041ad7b000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:07:52,177 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 03:07:52,200 INFO Committing global session 0x200004256f50004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:07:53,333 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:07:53,350 INFO Committing global session 0x200004256f50005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:07:54,374 INFO Processing ruok command from /127.0.0.1:47014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:07:54,440 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:08:04,384 INFO Processing ruok command from /127.0.0.1:47142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:08:04,443 INFO Processing ruok command from /127.0.0.1:47144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:08:14,429 INFO Processing ruok command from /127.0.0.1:47278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:08:14,500 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:08:24,358 INFO Processing ruok command from /127.0.0.1:47420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:08:24,481 INFO Processing ruok command from /127.0.0.1:47422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:08:34,379 INFO Processing ruok command from /127.0.0.1:47558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:08:34,476 INFO Processing ruok command from /127.0.0.1:47560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:08:40,478 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ca8ca03d-a897-4f9c-9bc5-3a0025972da1/onap-policy-clamp-ac-k8s-ppnt-c5c979798-vp7w4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:08:40,484 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b985f79a-29a2-469a-a96f-275c257b6bc2/onap-policy-clamp-ac-pf-ppnt-699b8c7cb6-mgngx (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:08:40,490 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/dd3f9560-7fbc-4788-9f61-ea437e7f1c2c/onap-policy-clamp-ac-http-ppnt-84ff6866f5-n4cl7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:08:44,369 INFO Processing ruok command from /127.0.0.1:47672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:08:44,455 INFO Processing ruok command from /127.0.0.1:47676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:08:54,384 INFO Processing ruok command from /127.0.0.1:47788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:08:54,456 INFO Processing ruok command from /127.0.0.1:47790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:09:04,361 INFO Processing ruok command from /127.0.0.1:47908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:09:04,449 INFO Processing ruok command from /127.0.0.1:47910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:09:14,359 INFO Processing ruok command from /127.0.0.1:48028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:09:14,456 INFO Processing ruok command from /127.0.0.1:48032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:09:24,381 INFO Processing ruok command from /127.0.0.1:48148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:09:24,481 INFO Processing ruok command from /127.0.0.1:48150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:09:34,423 INFO Processing ruok command from /127.0.0.1:48282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:09:34,525 INFO Processing ruok command from /127.0.0.1:48284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:09:40,479 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ca8ca03d-a897-4f9c-9bc5-3a0025972da1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:09:40,485 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b985f79a-29a2-469a-a96f-275c257b6bc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:09:40,491 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4a1dafbf-0585-4f56-9656-d49c0c182ded/onap-policy-xacml-pdp-6db69cdcc6-sf9mv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:09:40,497 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/dd3f9560-7fbc-4788-9f61-ea437e7f1c2c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:09:40,504 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c38c2191-5a57-4e00-8b26-0034fdf93df4/onap-policy-clamp-runtime-acm-6847cc68d9-jpxvq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:09:40,510 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5b4b9b0e-c346-4d9f-b66b-e8d4ca924ae9/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:09:40,516 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/47048798-747b-40eb-849e-99b500244d13/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:09:44,388 INFO Processing ruok command from /127.0.0.1:48406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:09:44,469 INFO Processing ruok command from /127.0.0.1:48408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:09:48,250 INFO Committing global session 0x1000041ad7b000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:09:54,371 INFO Processing ruok command from /127.0.0.1:48528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:09:54,418 INFO Processing ruok command from /127.0.0.1:48530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:10:04,377 INFO Processing ruok command from /127.0.0.1:48660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:10:04,424 INFO Processing ruok command from /127.0.0.1:48662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:10:14,372 INFO Processing ruok command from /127.0.0.1:48820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:10:14,429 INFO Processing ruok command from /127.0.0.1:48824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:10:24,400 INFO Processing ruok command from /127.0.0.1:48942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:10:24,447 INFO Processing ruok command from /127.0.0.1:48944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:10:34,374 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:10:34,414 INFO Processing ruok command from /127.0.0.1:49062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:10:40,480 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/47048798-747b-40eb-849e-99b500244d13 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:10:40,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c38c2191-5a57-4e00-8b26-0034fdf93df4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:10:40,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4a1dafbf-0585-4f56-9656-d49c0c182ded (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:10:40,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5b4b9b0e-c346-4d9f-b66b-e8d4ca924ae9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:10:40,511 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/258f9f43-9143-417d-a962-5e7f43a4de4f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:10:40,517 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/db0f5aac-1000-4daf-8ce6-910d040aa6d2/onap-policy-pap-55d755cc55-77qzp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:10:44,368 INFO Processing ruok command from /127.0.0.1:49174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:10:44,402 INFO Processing ruok command from /127.0.0.1:49178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:10:54,377 INFO Processing ruok command from /127.0.0.1:49306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:10:54,449 INFO Processing ruok command from /127.0.0.1:49308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:11:04,375 INFO Processing ruok command from /127.0.0.1:49424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:11:04,439 INFO Processing ruok command from /127.0.0.1:49426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:11:14,382 INFO Processing ruok command from /127.0.0.1:49546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:11:14,435 INFO Processing ruok command from /127.0.0.1:49550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:11:24,383 INFO Processing ruok command from /127.0.0.1:49666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:11:24,455 INFO Processing ruok command from /127.0.0.1:49670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:11:34,371 INFO Processing ruok command from /127.0.0.1:49786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:11:34,427 INFO Processing ruok command from /127.0.0.1:49788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:11:40,478 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/db0f5aac-1000-4daf-8ce6-910d040aa6d2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:11:40,484 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:11:40,490 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:11:44,382 INFO Processing ruok command from /127.0.0.1:49900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:11:44,471 INFO Processing ruok command from /127.0.0.1:49904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:11:47,936 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 03:11:47,944 INFO Committing global session 0x200004256f50006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:11:48,750 INFO Submitting global closeSession request for session 0x200004256f50006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:11:54,367 INFO Processing ruok command from /127.0.0.1:50018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:11:54,455 INFO Processing ruok command from /127.0.0.1:50020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:12:04,354 INFO Processing ruok command from /127.0.0.1:50138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:12:04,412 INFO Processing ruok command from /127.0.0.1:50140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:12:14,372 INFO Processing ruok command from /127.0.0.1:50250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:12:14,414 INFO Processing ruok command from /127.0.0.1:50254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:12:24,388 INFO Processing ruok command from /127.0.0.1:50372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:12:24,443 INFO Processing ruok command from /127.0.0.1:50374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:12:34,380 INFO Processing ruok command from /127.0.0.1:50496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:12:34,418 INFO Processing ruok command from /127.0.0.1:50498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:12:40,478 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:12:44,382 INFO Processing ruok command from /127.0.0.1:50612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:12:44,471 INFO Processing ruok command from /127.0.0.1:50616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:12:54,379 INFO Processing ruok command from /127.0.0.1:50738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:12:54,455 INFO Processing ruok command from /127.0.0.1:50740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:13:04,372 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:13:04,401 INFO Processing ruok command from /127.0.0.1:50862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:13:14,384 INFO Processing ruok command from /127.0.0.1:50980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:13:14,432 INFO Processing ruok command from /127.0.0.1:50984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:13:24,392 INFO Processing ruok command from /127.0.0.1:51160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:13:24,451 INFO Processing ruok command from /127.0.0.1:51162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:13:34,387 INFO Processing ruok command from /127.0.0.1:51314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:13:34,440 INFO Processing ruok command from /127.0.0.1:51316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:13:40,479 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:13:44,423 INFO Processing ruok command from /127.0.0.1:51426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:13:44,513 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:13:47,923 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:13:47,939 INFO Committing global session 0x200004256f50007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:13:48,784 INFO Submitting global closeSession request for session 0x200004256f50007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:13:54,363 INFO Processing ruok command from /127.0.0.1:51550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:13:54,444 INFO Processing ruok command from /127.0.0.1:51552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:14:04,369 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:14:04,456 INFO Processing ruok command from /127.0.0.1:51666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:14:14,376 INFO Processing ruok command from /127.0.0.1:51782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:14:14,454 INFO Processing ruok command from /127.0.0.1:51786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:14:24,361 INFO Processing ruok command from /127.0.0.1:51902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:14:24,432 INFO Processing ruok command from /127.0.0.1:51904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:14:34,392 INFO Processing ruok command from /127.0.0.1:52024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:14:34,442 INFO Processing ruok command from /127.0.0.1:52026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:14:44,377 INFO Processing ruok command from /127.0.0.1:52166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:14:44,468 INFO Processing ruok command from /127.0.0.1:52170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:14:54,371 INFO Processing ruok command from /127.0.0.1:52294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:14:54,441 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:15:04,369 INFO Processing ruok command from /127.0.0.1:52412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:15:04,454 INFO Processing ruok command from /127.0.0.1:52414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:15:14,370 INFO Processing ruok command from /127.0.0.1:52534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:15:14,418 INFO Processing ruok command from /127.0.0.1:52538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:15:24,377 INFO Processing ruok command from /127.0.0.1:52652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:15:24,465 INFO Processing ruok command from /127.0.0.1:52654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:15:34,375 INFO Processing ruok command from /127.0.0.1:52784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:15:34,440 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:15:44,381 INFO Processing ruok command from /127.0.0.1:52902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:15:44,428 INFO Processing ruok command from /127.0.0.1:52906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:15:48,060 INFO Committing global session 0x1000041ad7b0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:15:54,397 INFO Processing ruok command from /127.0.0.1:53026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:15:54,508 INFO Processing ruok command from /127.0.0.1:53028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:16:04,379 INFO Processing ruok command from /127.0.0.1:53140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:16:04,437 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:16:14,360 INFO Processing ruok command from /127.0.0.1:53252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:16:14,413 INFO Processing ruok command from /127.0.0.1:53256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:16:24,370 INFO Processing ruok command from /127.0.0.1:53372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:16:24,446 INFO Processing ruok command from /127.0.0.1:53374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:16:34,368 INFO Processing ruok command from /127.0.0.1:53496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:16:34,441 INFO Processing ruok command from /127.0.0.1:53498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:16:44,359 INFO Processing ruok command from /127.0.0.1:53610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:16:44,429 INFO Processing ruok command from /127.0.0.1:53614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:16:54,390 INFO Processing ruok command from /127.0.0.1:53740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:16:54,477 INFO Processing ruok command from /127.0.0.1:53742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:17:04,371 INFO Processing ruok command from /127.0.0.1:53866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:17:04,455 INFO Processing ruok command from /127.0.0.1:53868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:17:14,385 INFO Processing ruok command from /127.0.0.1:53976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:17:14,453 INFO Processing ruok command from /127.0.0.1:53980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:17:24,362 INFO Processing ruok command from /127.0.0.1:54108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:17:24,426 INFO Processing ruok command from /127.0.0.1:54110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:17:34,375 INFO Processing ruok command from /127.0.0.1:54236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:17:34,425 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:17:44,383 INFO Processing ruok command from /127.0.0.1:54358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:17:44,456 INFO Processing ruok command from /127.0.0.1:54362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:17:47,954 INFO Committing global session 0x1000041ad7b0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:17:54,377 INFO Processing ruok command from /127.0.0.1:54490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:17:54,462 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:18:04,396 INFO Processing ruok command from /127.0.0.1:54608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:18:04,474 INFO Processing ruok command from /127.0.0.1:54610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:18:14,383 INFO Processing ruok command from /127.0.0.1:54736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:18:14,444 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:18:24,406 INFO Processing ruok command from /127.0.0.1:54874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:18:24,427 INFO Processing ruok command from /127.0.0.1:54876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:18:34,395 INFO Processing ruok command from /127.0.0.1:54992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:18:34,480 INFO Processing ruok command from /127.0.0.1:54994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:18:44,398 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:18:44,484 INFO Processing ruok command from /127.0.0.1:55124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:18:54,393 INFO Processing ruok command from /127.0.0.1:55246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:18:54,488 INFO Processing ruok command from /127.0.0.1:55254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:19:04,373 INFO Processing ruok command from /127.0.0.1:55382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:19:04,458 INFO Processing ruok command from /127.0.0.1:55384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:19:14,381 INFO Processing ruok command from /127.0.0.1:55498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:19:14,455 INFO Processing ruok command from /127.0.0.1:55502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:19:24,371 INFO Processing ruok command from /127.0.0.1:55624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:19:24,483 INFO Processing ruok command from /127.0.0.1:55626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:19:34,378 INFO Processing ruok command from /127.0.0.1:55744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:19:34,480 INFO Processing ruok command from /127.0.0.1:55746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:19:44,380 INFO Processing ruok command from /127.0.0.1:55874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:19:44,437 INFO Processing ruok command from /127.0.0.1:55878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:19:48,001 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 03:19:48,026 INFO Committing global session 0x200004256f50008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:19:48,864 INFO Submitting global closeSession request for session 0x200004256f50008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:19:54,372 INFO Processing ruok command from /127.0.0.1:56002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:19:54,440 INFO Processing ruok command from /127.0.0.1:56004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:20:04,423 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:20:04,460 INFO Processing ruok command from /127.0.0.1:56148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:20:14,425 INFO Processing ruok command from /127.0.0.1:56270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:20:14,521 INFO Processing ruok command from /127.0.0.1:56272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:20:24,388 INFO Processing ruok command from /127.0.0.1:56400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:20:24,447 INFO Processing ruok command from /127.0.0.1:56402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:20:34,374 INFO Processing ruok command from /127.0.0.1:56526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:20:34,443 INFO Processing ruok command from /127.0.0.1:56528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:20:44,361 INFO Processing ruok command from /127.0.0.1:56656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:20:44,480 INFO Processing ruok command from /127.0.0.1:56660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:20:54,376 INFO Processing ruok command from /127.0.0.1:56776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:20:54,431 INFO Processing ruok command from /127.0.0.1:56778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:21:04,375 INFO Processing ruok command from /127.0.0.1:56902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:21:04,445 INFO Processing ruok command from /127.0.0.1:56904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:21:14,374 INFO Processing ruok command from /127.0.0.1:57020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:21:14,457 INFO Processing ruok command from /127.0.0.1:57024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:21:24,386 INFO Processing ruok command from /127.0.0.1:57164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:21:24,496 INFO Processing ruok command from /127.0.0.1:57166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:21:34,385 INFO Processing ruok command from /127.0.0.1:57282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:21:34,473 INFO Processing ruok command from /127.0.0.1:57284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:21:44,363 INFO Processing ruok command from /127.0.0.1:57404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:21:44,422 INFO Processing ruok command from /127.0.0.1:57408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:21:47,939 INFO Committing global session 0x1000041ad7b0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:21:54,373 INFO Processing ruok command from /127.0.0.1:57532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:21:54,450 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:22:04,422 INFO Processing ruok command from /127.0.0.1:57654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:22:04,476 INFO Processing ruok command from /127.0.0.1:57656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:22:14,372 INFO Processing ruok command from /127.0.0.1:57778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:22:14,442 INFO Processing ruok command from /127.0.0.1:57782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:22:24,394 INFO Processing ruok command from /127.0.0.1:57902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:22:24,493 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:22:34,374 INFO Processing ruok command from /127.0.0.1:58024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:22:34,468 INFO Processing ruok command from /127.0.0.1:58026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:22:44,374 INFO Processing ruok command from /127.0.0.1:58150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:22:44,476 INFO Processing ruok command from /127.0.0.1:58154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:22:54,368 INFO Processing ruok command from /127.0.0.1:58276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:22:54,416 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:23:04,395 INFO Processing ruok command from /127.0.0.1:58402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:23:04,477 INFO Processing ruok command from /127.0.0.1:58404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:23:14,396 INFO Processing ruok command from /127.0.0.1:58524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:23:14,497 INFO Processing ruok command from /127.0.0.1:58526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:23:24,376 INFO Processing ruok command from /127.0.0.1:58650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:23:24,417 INFO Processing ruok command from /127.0.0.1:58652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:23:34,369 INFO Processing ruok command from /127.0.0.1:58766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:23:34,455 INFO Processing ruok command from /127.0.0.1:58768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:23:44,370 INFO Processing ruok command from /127.0.0.1:58894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:23:44,450 INFO Processing ruok command from /127.0.0.1:58898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:23:47,870 INFO Committing global session 0x1000041ad7b0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:23:54,379 INFO Processing ruok command from /127.0.0.1:59018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:23:54,469 INFO Processing ruok command from /127.0.0.1:59020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:24:04,376 INFO Processing ruok command from /127.0.0.1:59144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:24:04,445 INFO Processing ruok command from /127.0.0.1:59146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:24:14,388 INFO Processing ruok command from /127.0.0.1:59264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:24:14,466 INFO Processing ruok command from /127.0.0.1:59266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:24:24,481 INFO Processing ruok command from /127.0.0.1:59394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:24:24,645 INFO Processing ruok command from /127.0.0.1:59396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:24:34,407 INFO Processing ruok command from /127.0.0.1:59520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:24:34,544 INFO Processing ruok command from /127.0.0.1:59522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:24:44,383 INFO Processing ruok command from /127.0.0.1:59640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:24:44,457 INFO Processing ruok command from /127.0.0.1:59644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:24:54,393 INFO Processing ruok command from /127.0.0.1:59768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:24:54,435 INFO Processing ruok command from /127.0.0.1:59770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:25:04,375 INFO Processing ruok command from /127.0.0.1:59890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:25:04,533 INFO Processing ruok command from /127.0.0.1:59892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:25:14,422 INFO Processing ruok command from /127.0.0.1:60008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:25:14,481 INFO Processing ruok command from /127.0.0.1:60010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:25:24,417 INFO Processing ruok command from /127.0.0.1:60144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:25:24,441 INFO Processing ruok command from /127.0.0.1:60146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:25:34,379 INFO Processing ruok command from /127.0.0.1:60266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:25:34,457 INFO Processing ruok command from /127.0.0.1:60268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:25:44,400 INFO Processing ruok command from /127.0.0.1:60394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:25:44,479 INFO Processing ruok command from /127.0.0.1:60396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:25:48,127 INFO Committing global session 0x1000041ad7b0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:25:54,378 INFO Processing ruok command from /127.0.0.1:60518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:25:54,461 INFO Processing ruok command from /127.0.0.1:60520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:26:04,372 INFO Processing ruok command from /127.0.0.1:60640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:26:04,455 INFO Processing ruok command from /127.0.0.1:60642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:26:14,376 INFO Processing ruok command from /127.0.0.1:60784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:26:14,473 INFO Processing ruok command from /127.0.0.1:60788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:26:24,414 INFO Processing ruok command from /127.0.0.1:60924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:26:24,491 INFO Processing ruok command from /127.0.0.1:60926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:26:34,462 INFO Processing ruok command from /127.0.0.1:32826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:26:34,563 INFO Processing ruok command from /127.0.0.1:32828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:26:44,373 INFO Processing ruok command from /127.0.0.1:32952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:26:44,448 INFO Processing ruok command from /127.0.0.1:32956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:26:54,365 INFO Processing ruok command from /127.0.0.1:33080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:26:54,452 INFO Processing ruok command from /127.0.0.1:33082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:27:04,359 INFO Processing ruok command from /127.0.0.1:33214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:27:04,439 INFO Processing ruok command from /127.0.0.1:33216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:27:14,380 INFO Processing ruok command from /127.0.0.1:33340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:27:14,446 INFO Processing ruok command from /127.0.0.1:33344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:27:24,381 INFO Processing ruok command from /127.0.0.1:33476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:27:24,468 INFO Processing ruok command from /127.0.0.1:33478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:27:34,365 INFO Processing ruok command from /127.0.0.1:33608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:27:34,420 INFO Processing ruok command from /127.0.0.1:33610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:27:44,397 INFO Processing ruok command from /127.0.0.1:33738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:27:44,475 INFO Processing ruok command from /127.0.0.1:33740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:27:47,928 INFO Committing global session 0x1000041ad7b0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:27:54,380 INFO Processing ruok command from /127.0.0.1:33868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:27:54,477 INFO Processing ruok command from /127.0.0.1:33870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:28:04,389 INFO Processing ruok command from /127.0.0.1:34004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:28:04,449 INFO Processing ruok command from /127.0.0.1:34006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:28:14,380 INFO Processing ruok command from /127.0.0.1:34132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:28:14,468 INFO Processing ruok command from /127.0.0.1:34138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:28:24,369 INFO Processing ruok command from /127.0.0.1:34276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:28:24,417 INFO Processing ruok command from /127.0.0.1:34280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:28:34,390 INFO Processing ruok command from /127.0.0.1:34404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:28:34,517 INFO Processing ruok command from /127.0.0.1:34406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:28:44,440 INFO Processing ruok command from /127.0.0.1:34534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:28:44,546 INFO Processing ruok command from /127.0.0.1:34536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:28:54,426 INFO Processing ruok command from /127.0.0.1:34674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:28:54,532 INFO Processing ruok command from /127.0.0.1:34676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:29:04,432 INFO Processing ruok command from /127.0.0.1:34826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:29:04,465 INFO Processing ruok command from /127.0.0.1:34828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:29:14,396 INFO Processing ruok command from /127.0.0.1:35000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:29:14,515 INFO Processing ruok command from /127.0.0.1:35002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:29:24,367 INFO Processing ruok command from /127.0.0.1:35146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:29:24,420 INFO Processing ruok command from /127.0.0.1:35148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:29:34,388 INFO Processing ruok command from /127.0.0.1:35288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:29:34,470 INFO Processing ruok command from /127.0.0.1:35290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:29:44,387 INFO Processing ruok command from /127.0.0.1:35454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:29:44,454 INFO Processing ruok command from /127.0.0.1:35456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:29:47,936 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:29:47,953 INFO Committing global session 0x200004256f50009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:29:48,812 INFO Submitting global closeSession request for session 0x200004256f50009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:29:54,394 INFO Processing ruok command from /127.0.0.1:35582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:29:54,515 INFO Processing ruok command from /127.0.0.1:35586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:30:04,397 INFO Processing ruok command from /127.0.0.1:35744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:30:04,483 INFO Processing ruok command from /127.0.0.1:35746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:30:14,540 INFO Processing ruok command from /127.0.0.1:35920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:30:14,688 INFO Processing ruok command from /127.0.0.1:35922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:30:24,466 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:30:24,652 INFO Processing ruok command from /127.0.0.1:36088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:30:34,448 INFO Processing ruok command from /127.0.0.1:36244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:30:34,588 INFO Processing ruok command from /127.0.0.1:36246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:30:44,385 INFO Processing ruok command from /127.0.0.1:36502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:30:44,486 INFO Processing ruok command from /127.0.0.1:36506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:30:54,424 INFO Processing ruok command from /127.0.0.1:36646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:30:54,518 INFO Processing ruok command from /127.0.0.1:36648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:31:04,362 INFO Processing ruok command from /127.0.0.1:36786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:31:04,443 INFO Processing ruok command from /127.0.0.1:36788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:31:14,378 INFO Processing ruok command from /127.0.0.1:36936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:31:14,459 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:31:24,360 INFO Processing ruok command from /127.0.0.1:37094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:31:24,413 INFO Processing ruok command from /127.0.0.1:37096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:31:34,379 INFO Processing ruok command from /127.0.0.1:37258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:31:34,449 INFO Processing ruok command from /127.0.0.1:37260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:31:44,384 INFO Processing ruok command from /127.0.0.1:37390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:31:44,469 INFO Processing ruok command from /127.0.0.1:37394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:31:48,170 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 03:31:48,184 INFO Committing global session 0x200004256f5000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:31:49,041 INFO Submitting global closeSession request for session 0x200004256f5000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:31:54,384 INFO Processing ruok command from /127.0.0.1:37548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:31:54,423 INFO Processing ruok command from /127.0.0.1:37550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:32:04,371 INFO Processing ruok command from /127.0.0.1:37720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:32:04,412 INFO Processing ruok command from /127.0.0.1:37722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:32:14,369 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:32:14,450 INFO Processing ruok command from /127.0.0.1:37898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:32:24,374 INFO Processing ruok command from /127.0.0.1:38072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:32:24,456 INFO Processing ruok command from /127.0.0.1:38074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:32:34,378 INFO Processing ruok command from /127.0.0.1:38250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:32:34,456 INFO Processing ruok command from /127.0.0.1:38254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:32:40,479 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:32:40,484 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:32:44,362 INFO Processing ruok command from /127.0.0.1:38394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:32:44,403 INFO Processing ruok command from /127.0.0.1:38398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:32:54,372 INFO Processing ruok command from /127.0.0.1:38880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:32:54,443 INFO Processing ruok command from /127.0.0.1:38882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:33:04,416 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:33:04,541 INFO Processing ruok command from /127.0.0.1:39112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:33:14,377 INFO Processing ruok command from /127.0.0.1:39242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:33:14,438 INFO Processing ruok command from /127.0.0.1:39246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:33:24,377 INFO Processing ruok command from /127.0.0.1:39478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:33:24,466 INFO Processing ruok command from /127.0.0.1:39480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:33:34,378 INFO Processing ruok command from /127.0.0.1:39620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:33:34,470 INFO Processing ruok command from /127.0.0.1:39622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:33:40,479 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:33:40,486 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:33:44,390 INFO Processing ruok command from /127.0.0.1:39762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:33:44,446 INFO Processing ruok command from /127.0.0.1:39764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:33:48,001 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:33:48,039 INFO Committing global session 0x200004256f5000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:33:48,878 INFO Submitting global closeSession request for session 0x200004256f5000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:33:54,393 INFO Processing ruok command from /127.0.0.1:39996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:33:54,455 INFO Processing ruok command from /127.0.0.1:39998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:34:04,380 INFO Processing ruok command from /127.0.0.1:40136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:34:04,527 INFO Processing ruok command from /127.0.0.1:40140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:34:14,385 INFO Processing ruok command from /127.0.0.1:40268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:34:14,454 INFO Processing ruok command from /127.0.0.1:40270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:34:24,390 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:34:24,500 INFO Processing ruok command from /127.0.0.1:40416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:34:34,405 INFO Processing ruok command from /127.0.0.1:40548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:34:34,482 INFO Processing ruok command from /127.0.0.1:40550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:34:40,478 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:34:40,484 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:34:44,394 INFO Processing ruok command from /127.0.0.1:40686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:34:44,433 INFO Processing ruok command from /127.0.0.1:40688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:34:54,392 INFO Processing ruok command from /127.0.0.1:40900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:34:54,455 INFO Processing ruok command from /127.0.0.1:40902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:35:04,384 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:35:04,466 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:35:14,455 INFO Processing ruok command from /127.0.0.1:41184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:35:14,591 INFO Processing ruok command from /127.0.0.1:41186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:35:24,400 INFO Processing ruok command from /127.0.0.1:41340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:35:24,477 INFO Processing ruok command from /127.0.0.1:41342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:35:34,380 INFO Processing ruok command from /127.0.0.1:41484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:35:34,421 INFO Processing ruok command from /127.0.0.1:41486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:35:40,478 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:35:40,484 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:35:40,490 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:35:40,496 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:35:40,503 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:35:40,509 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group/multicloud-k8s-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:35:40,515 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:35:44,376 INFO Processing ruok command from /127.0.0.1:41620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:35:44,443 INFO Processing ruok command from /127.0.0.1:41624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:35:48,170 INFO Committing global session 0x1000041ad7b0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:35:54,383 INFO Processing ruok command from /127.0.0.1:41852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:35:54,473 INFO Processing ruok command from /127.0.0.1:41854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:36:04,362 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:36:04,432 INFO Processing ruok command from /127.0.0.1:41994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:36:14,373 INFO Processing ruok command from /127.0.0.1:42128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:36:14,452 INFO Processing ruok command from /127.0.0.1:42132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:36:24,383 INFO Processing ruok command from /127.0.0.1:42288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:36:24,450 INFO Processing ruok command from /127.0.0.1:42290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:36:34,372 INFO Processing ruok command from /127.0.0.1:42432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:36:34,449 INFO Processing ruok command from /127.0.0.1:42434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:36:40,479 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,491 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,498 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,504 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,510 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,517 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,522 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:40,528 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:36:44,392 INFO Processing ruok command from /127.0.0.1:42568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:36:44,434 INFO Processing ruok command from /127.0.0.1:42570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:36:54,384 INFO Processing ruok command from /127.0.0.1:42710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:36:54,436 INFO Processing ruok command from /127.0.0.1:42712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:37:04,376 INFO Processing ruok command from /127.0.0.1:42850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:37:04,450 INFO Processing ruok command from /127.0.0.1:42852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:37:14,398 INFO Processing ruok command from /127.0.0.1:42984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:37:14,473 INFO Processing ruok command from /127.0.0.1:42986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:37:24,384 INFO Processing ruok command from /127.0.0.1:43126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:37:24,478 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:37:34,365 INFO Processing ruok command from /127.0.0.1:43268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:37:34,460 INFO Processing ruok command from /127.0.0.1:43270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:37:40,478 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:37:40,484 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:37:40,490 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:37:44,378 INFO Processing ruok command from /127.0.0.1:43412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:37:44,462 INFO Processing ruok command from /127.0.0.1:43416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:37:47,913 INFO Committing global session 0x1000041ad7b0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:37:54,375 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:37:54,431 INFO Processing ruok command from /127.0.0.1:43550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:38:04,383 INFO Processing ruok command from /127.0.0.1:43690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:38:04,533 INFO Processing ruok command from /127.0.0.1:43692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:38:14,375 INFO Processing ruok command from /127.0.0.1:43820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:38:14,436 INFO Processing ruok command from /127.0.0.1:43824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:38:24,387 INFO Processing ruok command from /127.0.0.1:43968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:38:24,474 INFO Processing ruok command from /127.0.0.1:43970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:38:34,375 INFO Processing ruok command from /127.0.0.1:44100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:38:34,451 INFO Processing ruok command from /127.0.0.1:44102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:38:40,479 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:38:40,486 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:38:44,375 INFO Processing ruok command from /127.0.0.1:44240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:38:44,463 INFO Processing ruok command from /127.0.0.1:44244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:38:54,400 INFO Processing ruok command from /127.0.0.1:44378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:38:54,483 INFO Processing ruok command from /127.0.0.1:44380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:39:04,366 INFO Processing ruok command from /127.0.0.1:44606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:39:04,409 INFO Processing ruok command from /127.0.0.1:44608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:39:14,386 INFO Processing ruok command from /127.0.0.1:44740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:39:14,451 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:39:24,419 INFO Processing ruok command from /127.0.0.1:44882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:39:24,523 INFO Processing ruok command from /127.0.0.1:44884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:39:34,393 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:39:34,460 INFO Processing ruok command from /127.0.0.1:45028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:39:40,478 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-03 03:39:44,391 INFO Processing ruok command from /127.0.0.1:45168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:39:44,496 INFO Processing ruok command from /127.0.0.1:45170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:39:48,008 INFO Committing global session 0x1000041ad7b0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:39:54,398 INFO Processing ruok command from /127.0.0.1:45310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:39:54,480 INFO Processing ruok command from /127.0.0.1:45312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:40:04,362 INFO Processing ruok command from /127.0.0.1:45454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:40:04,436 INFO Processing ruok command from /127.0.0.1:45456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:40:14,382 INFO Processing ruok command from /127.0.0.1:45580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:40:14,455 INFO Processing ruok command from /127.0.0.1:45584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:40:24,365 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:40:24,462 INFO Processing ruok command from /127.0.0.1:45732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:40:34,382 INFO Processing ruok command from /127.0.0.1:45874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:40:34,476 INFO Processing ruok command from /127.0.0.1:45876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:40:44,380 INFO Processing ruok command from /127.0.0.1:46014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:40:44,469 INFO Processing ruok command from /127.0.0.1:46018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:40:54,379 INFO Processing ruok command from /127.0.0.1:46154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:40:54,429 INFO Processing ruok command from /127.0.0.1:46156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:41:04,361 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:41:04,449 INFO Processing ruok command from /127.0.0.1:46304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:41:14,384 INFO Processing ruok command from /127.0.0.1:46438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:41:14,456 INFO Processing ruok command from /127.0.0.1:46442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:41:24,380 INFO Processing ruok command from /127.0.0.1:46578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:41:24,444 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:41:34,463 INFO Processing ruok command from /127.0.0.1:46722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:41:34,579 INFO Processing ruok command from /127.0.0.1:46724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:41:44,401 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:41:44,480 INFO Processing ruok command from /127.0.0.1:46856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:41:48,153 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 03:41:48,160 INFO Committing global session 0x200004256f5000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:41:49,022 INFO Submitting global closeSession request for session 0x200004256f5000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:41:54,359 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:41:54,444 INFO Processing ruok command from /127.0.0.1:46996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:42:04,390 INFO Processing ruok command from /127.0.0.1:47222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:42:04,451 INFO Processing ruok command from /127.0.0.1:47224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:42:14,363 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:42:14,417 INFO Processing ruok command from /127.0.0.1:47360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:42:24,379 INFO Processing ruok command from /127.0.0.1:47508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:42:24,441 INFO Processing ruok command from /127.0.0.1:47510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:42:34,371 INFO Processing ruok command from /127.0.0.1:47646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:42:34,422 INFO Processing ruok command from /127.0.0.1:47648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:42:44,392 INFO Processing ruok command from /127.0.0.1:47782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:42:44,459 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:42:54,375 INFO Processing ruok command from /127.0.0.1:47920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:42:54,460 INFO Processing ruok command from /127.0.0.1:47922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:43:04,374 INFO Processing ruok command from /127.0.0.1:48068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:43:04,475 INFO Processing ruok command from /127.0.0.1:48070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:43:14,363 INFO Processing ruok command from /127.0.0.1:48202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:43:14,446 INFO Processing ruok command from /127.0.0.1:48206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:43:24,380 INFO Processing ruok command from /127.0.0.1:48344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:43:24,466 INFO Processing ruok command from /127.0.0.1:48346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:43:34,373 INFO Processing ruok command from /127.0.0.1:48488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:43:34,472 INFO Processing ruok command from /127.0.0.1:48490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:43:44,388 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:43:44,474 INFO Processing ruok command from /127.0.0.1:48624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:43:47,900 INFO Committing global session 0x1000041ad7b0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:43:54,382 INFO Processing ruok command from /127.0.0.1:48772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:43:54,449 INFO Processing ruok command from /127.0.0.1:48774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:44:04,403 INFO Processing ruok command from /127.0.0.1:48920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:44:04,480 INFO Processing ruok command from /127.0.0.1:48922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:44:14,368 INFO Processing ruok command from /127.0.0.1:49054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:44:14,462 INFO Processing ruok command from /127.0.0.1:49058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:44:24,409 INFO Processing ruok command from /127.0.0.1:49202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:44:24,526 INFO Processing ruok command from /127.0.0.1:49204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:44:34,392 INFO Processing ruok command from /127.0.0.1:49344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:44:34,457 INFO Processing ruok command from /127.0.0.1:49346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:44:36,011 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-03 03:44:36,013 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-06-03 03:44:36,027 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-03 03:44:44,377 INFO Processing ruok command from /127.0.0.1:49478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:44:44,434 INFO Processing ruok command from /127.0.0.1:49482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:44:54,389 INFO Processing ruok command from /127.0.0.1:49612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:44:54,475 INFO Processing ruok command from /127.0.0.1:49614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:45:04,369 INFO Processing ruok command from /127.0.0.1:49842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:45:04,423 INFO Processing ruok command from /127.0.0.1:49844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:45:14,376 INFO Processing ruok command from /127.0.0.1:49976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:45:14,452 INFO Processing ruok command from /127.0.0.1:49980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:45:24,392 INFO Processing ruok command from /127.0.0.1:50122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:45:24,513 INFO Processing ruok command from /127.0.0.1:50124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:45:34,361 INFO Processing ruok command from /127.0.0.1:50274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:45:34,442 INFO Processing ruok command from /127.0.0.1:50276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:45:44,360 INFO Processing ruok command from /127.0.0.1:50402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:45:44,407 INFO Processing ruok command from /127.0.0.1:50406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:45:47,850 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:45:47,858 INFO Committing global session 0x200004256f5000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:45:48,747 INFO Submitting global closeSession request for session 0x200004256f5000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:45:54,431 INFO Processing ruok command from /127.0.0.1:50548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:45:54,557 INFO Processing ruok command from /127.0.0.1:50550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:46:04,374 INFO Processing ruok command from /127.0.0.1:50702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:46:04,479 INFO Processing ruok command from /127.0.0.1:50704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:46:14,368 INFO Processing ruok command from /127.0.0.1:50832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:46:14,445 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:46:24,373 INFO Processing ruok command from /127.0.0.1:50976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:46:24,424 INFO Processing ruok command from /127.0.0.1:50978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:46:34,392 INFO Processing ruok command from /127.0.0.1:51116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:46:34,463 INFO Processing ruok command from /127.0.0.1:51118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:46:44,379 INFO Processing ruok command from /127.0.0.1:51254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:46:44,460 INFO Processing ruok command from /127.0.0.1:51258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:46:54,419 INFO Processing ruok command from /127.0.0.1:51400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:46:54,478 INFO Processing ruok command from /127.0.0.1:51402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:47:04,368 INFO Processing ruok command from /127.0.0.1:51542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:47:04,431 INFO Processing ruok command from /127.0.0.1:51544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:47:14,362 INFO Processing ruok command from /127.0.0.1:51674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:47:14,460 INFO Processing ruok command from /127.0.0.1:51678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:47:24,377 INFO Processing ruok command from /127.0.0.1:51818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:47:24,455 INFO Processing ruok command from /127.0.0.1:51820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:47:34,396 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:47:34,491 INFO Processing ruok command from /127.0.0.1:51956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:47:44,374 INFO Processing ruok command from /127.0.0.1:52092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:47:44,437 INFO Processing ruok command from /127.0.0.1:52096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:47:48,075 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 03:47:48,083 INFO Committing global session 0x200004256f5000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:47:48,957 INFO Submitting global closeSession request for session 0x200004256f5000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:47:54,379 INFO Processing ruok command from /127.0.0.1:52238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:47:54,431 INFO Processing ruok command from /127.0.0.1:52240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:48:04,426 INFO Processing ruok command from /127.0.0.1:52468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:48:04,526 INFO Processing ruok command from /127.0.0.1:52470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:48:14,402 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:48:14,495 INFO Processing ruok command from /127.0.0.1:52604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:48:24,380 INFO Processing ruok command from /127.0.0.1:52746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:48:24,449 INFO Processing ruok command from /127.0.0.1:52748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:48:34,389 INFO Processing ruok command from /127.0.0.1:52884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:48:34,473 INFO Processing ruok command from /127.0.0.1:52886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:48:44,365 INFO Processing ruok command from /127.0.0.1:53014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:48:44,454 INFO Processing ruok command from /127.0.0.1:53020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:48:54,363 INFO Processing ruok command from /127.0.0.1:53160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:48:54,452 INFO Processing ruok command from /127.0.0.1:53162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:49:04,376 INFO Processing ruok command from /127.0.0.1:53304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:49:04,431 INFO Processing ruok command from /127.0.0.1:53306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:49:14,360 INFO Processing ruok command from /127.0.0.1:53434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:49:14,447 INFO Processing ruok command from /127.0.0.1:53438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:49:24,372 INFO Processing ruok command from /127.0.0.1:53580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:49:24,480 INFO Processing ruok command from /127.0.0.1:53582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:49:34,366 INFO Processing ruok command from /127.0.0.1:53712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:49:34,414 INFO Processing ruok command from /127.0.0.1:53714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:49:44,386 INFO Processing ruok command from /127.0.0.1:53852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:49:44,440 INFO Processing ruok command from /127.0.0.1:53854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:49:47,974 INFO Committing global session 0x1000041ad7b001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:49:54,394 INFO Processing ruok command from /127.0.0.1:53996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:49:54,477 INFO Processing ruok command from /127.0.0.1:53998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:50:04,361 INFO Processing ruok command from /127.0.0.1:54138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:50:04,443 INFO Processing ruok command from /127.0.0.1:54140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:50:14,417 INFO Processing ruok command from /127.0.0.1:54276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:50:14,526 INFO Processing ruok command from /127.0.0.1:54278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:50:24,386 INFO Processing ruok command from /127.0.0.1:54428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:50:24,508 INFO Processing ruok command from /127.0.0.1:54430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:50:34,399 INFO Processing ruok command from /127.0.0.1:54564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:50:34,478 INFO Processing ruok command from /127.0.0.1:54566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:50:44,371 INFO Processing ruok command from /127.0.0.1:54702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:50:44,457 INFO Processing ruok command from /127.0.0.1:54706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:50:54,392 INFO Processing ruok command from /127.0.0.1:54842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:50:54,437 INFO Processing ruok command from /127.0.0.1:54846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:51:04,367 INFO Processing ruok command from /127.0.0.1:55082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:51:04,471 INFO Processing ruok command from /127.0.0.1:55084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:51:14,398 INFO Processing ruok command from /127.0.0.1:55224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:51:14,460 INFO Processing ruok command from /127.0.0.1:55226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:51:24,368 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:51:24,455 INFO Processing ruok command from /127.0.0.1:55382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:51:34,382 INFO Processing ruok command from /127.0.0.1:55524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:51:34,443 INFO Processing ruok command from /127.0.0.1:55526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:51:44,404 INFO Processing ruok command from /127.0.0.1:55660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:51:44,500 INFO Processing ruok command from /127.0.0.1:55662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:51:48,012 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:51:48,019 INFO Committing global session 0x200004256f5000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:51:48,890 INFO Submitting global closeSession request for session 0x200004256f5000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:51:54,418 INFO Processing ruok command from /127.0.0.1:55802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:51:54,468 INFO Processing ruok command from /127.0.0.1:55804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:52:04,363 INFO Processing ruok command from /127.0.0.1:55948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:52:04,456 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:52:14,384 INFO Processing ruok command from /127.0.0.1:56082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:52:14,437 INFO Processing ruok command from /127.0.0.1:56086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:52:24,451 INFO Processing ruok command from /127.0.0.1:56224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:52:24,535 INFO Processing ruok command from /127.0.0.1:56226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:52:34,384 INFO Processing ruok command from /127.0.0.1:56370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:52:34,489 INFO Processing ruok command from /127.0.0.1:56372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:52:44,372 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:52:44,445 INFO Processing ruok command from /127.0.0.1:56510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:52:54,371 INFO Processing ruok command from /127.0.0.1:56652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:52:54,419 INFO Processing ruok command from /127.0.0.1:56654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:53:04,381 INFO Processing ruok command from /127.0.0.1:56800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:53:04,477 INFO Processing ruok command from /127.0.0.1:56802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:53:14,382 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:53:14,433 INFO Processing ruok command from /127.0.0.1:56940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:53:24,397 INFO Processing ruok command from /127.0.0.1:57092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:53:24,442 INFO Processing ruok command from /127.0.0.1:57094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:53:34,378 INFO Processing ruok command from /127.0.0.1:57228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:53:34,423 INFO Processing ruok command from /127.0.0.1:57230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:53:44,379 INFO Processing ruok command from /127.0.0.1:57360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:53:44,468 INFO Processing ruok command from /127.0.0.1:57364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:53:48,113 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 03:53:48,121 INFO Committing global session 0x200004256f50010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:53:48,930 INFO Submitting global closeSession request for session 0x200004256f50010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:53:54,409 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:53:54,531 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:54:04,372 INFO Processing ruok command from /127.0.0.1:57754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:54:04,437 INFO Processing ruok command from /127.0.0.1:57756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:54:14,382 INFO Processing ruok command from /127.0.0.1:57886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:54:14,452 INFO Processing ruok command from /127.0.0.1:57892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:54:24,417 INFO Processing ruok command from /127.0.0.1:58030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:54:24,537 INFO Processing ruok command from /127.0.0.1:58032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:54:34,433 INFO Processing ruok command from /127.0.0.1:58182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:54:34,528 INFO Processing ruok command from /127.0.0.1:58184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:54:44,396 INFO Processing ruok command from /127.0.0.1:58326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:54:44,457 INFO Processing ruok command from /127.0.0.1:58328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:54:54,389 INFO Processing ruok command from /127.0.0.1:58462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:54:54,468 INFO Processing ruok command from /127.0.0.1:58464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:55:04,376 INFO Processing ruok command from /127.0.0.1:58612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:55:04,450 INFO Processing ruok command from /127.0.0.1:58614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:55:14,375 INFO Processing ruok command from /127.0.0.1:58744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:55:14,432 INFO Processing ruok command from /127.0.0.1:58748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:55:24,370 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:55:24,450 INFO Processing ruok command from /127.0.0.1:58890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:55:34,379 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:55:34,425 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:55:44,372 INFO Processing ruok command from /127.0.0.1:59160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:55:44,422 INFO Processing ruok command from /127.0.0.1:59164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:55:48,088 INFO Committing global session 0x1000041ad7b001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:55:54,385 INFO Processing ruok command from /127.0.0.1:59304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:55:54,466 INFO Processing ruok command from /127.0.0.1:59306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:56:04,365 INFO Processing ruok command from /127.0.0.1:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:56:04,432 INFO Processing ruok command from /127.0.0.1:59446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:56:14,372 INFO Processing ruok command from /127.0.0.1:59574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:56:14,435 INFO Processing ruok command from /127.0.0.1:59578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:56:24,366 INFO Processing ruok command from /127.0.0.1:59720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:56:24,454 INFO Processing ruok command from /127.0.0.1:59722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:56:34,444 INFO Processing ruok command from /127.0.0.1:59862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:56:34,556 INFO Processing ruok command from /127.0.0.1:59864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:56:44,372 INFO Processing ruok command from /127.0.0.1:59998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:56:44,510 INFO Processing ruok command from /127.0.0.1:60002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:56:54,371 INFO Processing ruok command from /127.0.0.1:60132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:56:54,436 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:57:04,372 INFO Processing ruok command from /127.0.0.1:60370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:57:04,454 INFO Processing ruok command from /127.0.0.1:60372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:57:14,393 INFO Processing ruok command from /127.0.0.1:60506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:57:14,477 INFO Processing ruok command from /127.0.0.1:60508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:57:24,387 INFO Processing ruok command from /127.0.0.1:60654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:57:24,481 INFO Processing ruok command from /127.0.0.1:60656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:57:34,377 INFO Processing ruok command from /127.0.0.1:60800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:57:34,436 INFO Processing ruok command from /127.0.0.1:60802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:57:44,385 INFO Processing ruok command from /127.0.0.1:60946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:57:44,460 INFO Processing ruok command from /127.0.0.1:60950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:57:48,092 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 03:57:48,100 INFO Committing global session 0x200004256f50011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:57:48,953 INFO Submitting global closeSession request for session 0x200004256f50011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 03:57:54,383 INFO Processing ruok command from /127.0.0.1:32852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:57:54,465 INFO Processing ruok command from /127.0.0.1:32854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:58:04,370 INFO Processing ruok command from /127.0.0.1:32998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:58:04,421 INFO Processing ruok command from /127.0.0.1:33000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:58:14,383 INFO Processing ruok command from /127.0.0.1:33128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:58:14,483 INFO Processing ruok command from /127.0.0.1:33132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:58:24,369 INFO Processing ruok command from /127.0.0.1:33268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:58:24,453 INFO Processing ruok command from /127.0.0.1:33270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:58:34,376 INFO Processing ruok command from /127.0.0.1:33406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:58:34,426 INFO Processing ruok command from /127.0.0.1:33408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:58:44,441 INFO Processing ruok command from /127.0.0.1:33546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:58:44,539 INFO Processing ruok command from /127.0.0.1:33548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:58:54,379 INFO Processing ruok command from /127.0.0.1:33694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:58:54,454 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:59:04,369 INFO Processing ruok command from /127.0.0.1:33836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:59:04,448 INFO Processing ruok command from /127.0.0.1:33838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:59:14,376 INFO Processing ruok command from /127.0.0.1:33964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:59:14,445 INFO Processing ruok command from /127.0.0.1:33968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:59:24,392 INFO Processing ruok command from /127.0.0.1:34110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:59:24,451 INFO Processing ruok command from /127.0.0.1:34112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:59:34,383 INFO Processing ruok command from /127.0.0.1:34252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:59:34,443 INFO Processing ruok command from /127.0.0.1:34254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:59:44,367 INFO Processing ruok command from /127.0.0.1:34394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:59:44,444 INFO Processing ruok command from /127.0.0.1:34398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 03:59:48,030 INFO Committing global session 0x1000041ad7b001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 03:59:54,373 INFO Processing ruok command from /127.0.0.1:34548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 03:59:54,448 INFO Processing ruok command from /127.0.0.1:34550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:00:04,359 INFO Processing ruok command from /127.0.0.1:34790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:00:04,425 INFO Processing ruok command from /127.0.0.1:34792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:00:14,384 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:00:14,471 INFO Processing ruok command from /127.0.0.1:34932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:00:24,368 INFO Processing ruok command from /127.0.0.1:35078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:00:24,463 INFO Processing ruok command from /127.0.0.1:35080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:00:34,384 INFO Processing ruok command from /127.0.0.1:35226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:00:34,453 INFO Processing ruok command from /127.0.0.1:35228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:00:44,392 INFO Processing ruok command from /127.0.0.1:35364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:00:44,487 INFO Processing ruok command from /127.0.0.1:35366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:00:54,416 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:00:54,538 INFO Processing ruok command from /127.0.0.1:35498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:01:04,376 INFO Processing ruok command from /127.0.0.1:35642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:01:04,459 INFO Processing ruok command from /127.0.0.1:35644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:01:14,368 INFO Processing ruok command from /127.0.0.1:35766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:01:14,458 INFO Processing ruok command from /127.0.0.1:35770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:01:24,410 INFO Processing ruok command from /127.0.0.1:35914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:01:24,474 INFO Processing ruok command from /127.0.0.1:35916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:01:34,387 INFO Processing ruok command from /127.0.0.1:36054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:01:34,479 INFO Processing ruok command from /127.0.0.1:36056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:01:44,376 INFO Processing ruok command from /127.0.0.1:36194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:01:44,467 INFO Processing ruok command from /127.0.0.1:36198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:01:48,091 INFO Committing global session 0x1000041ad7b001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 04:01:54,363 INFO Processing ruok command from /127.0.0.1:36332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:01:54,437 INFO Processing ruok command from /127.0.0.1:36334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:02:04,361 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:02:04,430 INFO Processing ruok command from /127.0.0.1:36472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:02:14,374 INFO Processing ruok command from /127.0.0.1:36600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:02:14,450 INFO Processing ruok command from /127.0.0.1:36604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:02:24,355 INFO Processing ruok command from /127.0.0.1:36742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:02:24,399 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:02:34,358 INFO Processing ruok command from /127.0.0.1:36878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:02:34,448 INFO Processing ruok command from /127.0.0.1:36880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:02:44,365 INFO Processing ruok command from /127.0.0.1:37016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:02:44,452 INFO Processing ruok command from /127.0.0.1:37020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:02:54,400 INFO Processing ruok command from /127.0.0.1:37164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:02:54,476 INFO Processing ruok command from /127.0.0.1:37166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:03:04,427 INFO Processing ruok command from /127.0.0.1:37402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:03:04,541 INFO Processing ruok command from /127.0.0.1:37404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:03:14,399 INFO Processing ruok command from /127.0.0.1:37538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:03:14,489 INFO Processing ruok command from /127.0.0.1:37540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:03:24,396 INFO Processing ruok command from /127.0.0.1:37682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:03:24,453 INFO Processing ruok command from /127.0.0.1:37684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:03:34,390 INFO Processing ruok command from /127.0.0.1:37830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:03:34,448 INFO Processing ruok command from /127.0.0.1:37832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:03:44,384 INFO Processing ruok command from /127.0.0.1:37962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:03:44,442 INFO Processing ruok command from /127.0.0.1:37966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:03:48,105 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 04:03:48,112 INFO Committing global session 0x200004256f50012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 04:03:48,991 INFO Submitting global closeSession request for session 0x200004256f50012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 04:03:54,382 INFO Processing ruok command from /127.0.0.1:38102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:03:54,420 INFO Processing ruok command from /127.0.0.1:38104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:04:04,374 INFO Processing ruok command from /127.0.0.1:38252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:04:04,419 INFO Processing ruok command from /127.0.0.1:38254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:04:14,380 INFO Processing ruok command from /127.0.0.1:38384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:04:14,430 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:04:24,377 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:04:24,427 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:04:34,381 INFO Processing ruok command from /127.0.0.1:38660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:04:34,459 INFO Processing ruok command from /127.0.0.1:38662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:04:44,363 INFO Processing ruok command from /127.0.0.1:38794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:04:44,429 INFO Processing ruok command from /127.0.0.1:38798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:04:54,380 INFO Processing ruok command from /127.0.0.1:38946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:04:54,470 INFO Processing ruok command from /127.0.0.1:38948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:05:04,364 INFO Processing ruok command from /127.0.0.1:39084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:05:04,435 INFO Processing ruok command from /127.0.0.1:39086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:05:14,394 INFO Processing ruok command from /127.0.0.1:39218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:05:14,491 INFO Processing ruok command from /127.0.0.1:39222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:05:24,382 INFO Processing ruok command from /127.0.0.1:39362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:05:24,491 INFO Processing ruok command from /127.0.0.1:39366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:05:34,379 INFO Processing ruok command from /127.0.0.1:39504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:05:34,428 INFO Processing ruok command from /127.0.0.1:39506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:05:44,372 INFO Processing ruok command from /127.0.0.1:39646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:05:44,465 INFO Processing ruok command from /127.0.0.1:39650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:05:48,115 INFO Committing global session 0x1000041ad7b001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 04:05:54,385 INFO Processing ruok command from /127.0.0.1:39796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:05:54,454 INFO Processing ruok command from /127.0.0.1:39798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:06:04,378 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:06:04,435 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:06:14,383 INFO Processing ruok command from /127.0.0.1:40154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:06:14,456 INFO Processing ruok command from /127.0.0.1:40158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:06:24,403 INFO Processing ruok command from /127.0.0.1:40302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:06:24,513 INFO Processing ruok command from /127.0.0.1:40306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:06:34,397 INFO Processing ruok command from /127.0.0.1:40454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:06:34,442 INFO Processing ruok command from /127.0.0.1:40456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:06:44,372 INFO Processing ruok command from /127.0.0.1:40584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:06:44,442 INFO Processing ruok command from /127.0.0.1:40588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:06:54,369 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:06:54,462 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:07:04,373 INFO Processing ruok command from /127.0.0.1:40872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:07:04,448 INFO Processing ruok command from /127.0.0.1:40874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:07:14,431 INFO Processing ruok command from /127.0.0.1:41004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:07:14,529 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:07:24,386 INFO Processing ruok command from /127.0.0.1:41156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:07:24,483 INFO Processing ruok command from /127.0.0.1:41158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:07:34,401 INFO Processing ruok command from /127.0.0.1:41298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:07:34,494 INFO Processing ruok command from /127.0.0.1:41300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:07:44,398 INFO Processing ruok command from /127.0.0.1:41432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:07:44,507 INFO Processing ruok command from /127.0.0.1:41434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:07:48,000 INFO Committing global session 0x1000041ad7b001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 04:07:54,382 INFO Processing ruok command from /127.0.0.1:41570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:07:54,429 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:08:04,382 INFO Processing ruok command from /127.0.0.1:41710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:08:04,454 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:08:14,381 INFO Processing ruok command from /127.0.0.1:41840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:08:14,465 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:08:24,377 INFO Processing ruok command from /127.0.0.1:41982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:08:24,455 INFO Processing ruok command from /127.0.0.1:41984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:08:34,382 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:08:34,482 INFO Processing ruok command from /127.0.0.1:42124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:08:44,373 INFO Processing ruok command from /127.0.0.1:42264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:08:44,450 INFO Processing ruok command from /127.0.0.1:42268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:08:54,368 INFO Processing ruok command from /127.0.0.1:42400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:08:54,425 INFO Processing ruok command from /127.0.0.1:42402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:09:04,366 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:09:04,442 INFO Processing ruok command from /127.0.0.1:42634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:09:14,376 INFO Processing ruok command from /127.0.0.1:42756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:09:14,424 INFO Processing ruok command from /127.0.0.1:42760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:09:24,392 INFO Processing ruok command from /127.0.0.1:42904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:09:24,504 INFO Processing ruok command from /127.0.0.1:42906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:09:34,363 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:09:34,432 INFO Processing ruok command from /127.0.0.1:43048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:09:44,383 INFO Processing ruok command from /127.0.0.1:43186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:09:44,460 INFO Processing ruok command from /127.0.0.1:43190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:09:48,052 INFO Committing global session 0x1000041ad7b0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 04:09:54,382 INFO Processing ruok command from /127.0.0.1:43332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:09:54,447 INFO Processing ruok command from /127.0.0.1:43334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:10:04,379 INFO Processing ruok command from /127.0.0.1:43480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:10:04,450 INFO Processing ruok command from /127.0.0.1:43482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:10:14,394 INFO Processing ruok command from /127.0.0.1:43618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:10:14,437 INFO Processing ruok command from /127.0.0.1:43620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:10:24,377 INFO Processing ruok command from /127.0.0.1:43760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:10:24,413 INFO Processing ruok command from /127.0.0.1:43762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:10:34,376 INFO Processing ruok command from /127.0.0.1:43892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:10:34,445 INFO Processing ruok command from /127.0.0.1:43894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:10:44,369 INFO Processing ruok command from /127.0.0.1:44032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:10:44,469 INFO Processing ruok command from /127.0.0.1:44036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:10:54,376 INFO Processing ruok command from /127.0.0.1:44170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:10:54,430 INFO Processing ruok command from /127.0.0.1:44172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:11:04,352 INFO Processing ruok command from /127.0.0.1:44312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:11:04,419 INFO Processing ruok command from /127.0.0.1:44314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:11:14,380 INFO Processing ruok command from /127.0.0.1:44448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:11:14,439 INFO Processing ruok command from /127.0.0.1:44452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:11:24,349 INFO Processing ruok command from /127.0.0.1:44582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:11:24,431 INFO Processing ruok command from /127.0.0.1:44584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:11:34,418 INFO Processing ruok command from /127.0.0.1:44724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:11:34,538 INFO Processing ruok command from /127.0.0.1:44726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:11:44,383 INFO Processing ruok command from /127.0.0.1:44862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:11:44,489 INFO Processing ruok command from /127.0.0.1:44866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:11:47,944 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-03 04:11:47,952 INFO Committing global session 0x200004256f50013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 04:11:48,813 INFO Submitting global closeSession request for session 0x200004256f50013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 04:11:54,393 INFO Processing ruok command from /127.0.0.1:45006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:11:54,491 INFO Processing ruok command from /127.0.0.1:45008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:12:04,371 INFO Processing ruok command from /127.0.0.1:45248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:12:04,420 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:12:14,370 INFO Processing ruok command from /127.0.0.1:45380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:12:14,438 INFO Processing ruok command from /127.0.0.1:45384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:12:24,393 INFO Processing ruok command from /127.0.0.1:45536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:12:24,498 INFO Processing ruok command from /127.0.0.1:45538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:12:34,383 INFO Processing ruok command from /127.0.0.1:45680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:12:34,464 INFO Processing ruok command from /127.0.0.1:45682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:12:44,388 INFO Processing ruok command from /127.0.0.1:45816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:12:44,461 INFO Processing ruok command from /127.0.0.1:45818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:12:54,366 INFO Processing ruok command from /127.0.0.1:45952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:12:54,444 INFO Processing ruok command from /127.0.0.1:45954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:13:04,385 INFO Processing ruok command from /127.0.0.1:46092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:13:04,432 INFO Processing ruok command from /127.0.0.1:46094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:13:14,383 INFO Processing ruok command from /127.0.0.1:46230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:13:14,466 INFO Processing ruok command from /127.0.0.1:46234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:13:24,381 INFO Processing ruok command from /127.0.0.1:46370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:13:24,429 INFO Processing ruok command from /127.0.0.1:46372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:13:34,391 INFO Processing ruok command from /127.0.0.1:46514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:13:34,481 INFO Processing ruok command from /127.0.0.1:46516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:13:44,488 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:13:44,619 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:13:48,243 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-03 04:13:48,251 INFO Committing global session 0x200004256f50014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-06-03 04:13:49,135 INFO Submitting global closeSession request for session 0x200004256f50014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-03 04:13:54,393 INFO Processing ruok command from /127.0.0.1:46792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:13:54,443 INFO Processing ruok command from /127.0.0.1:46794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:14:04,398 INFO Processing ruok command from /127.0.0.1:46934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:14:04,463 INFO Processing ruok command from /127.0.0.1:46936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:14:14,428 INFO Processing ruok command from /127.0.0.1:47072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:14:14,463 INFO Processing ruok command from /127.0.0.1:47074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:14:24,382 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:14:24,455 INFO Processing ruok command from /127.0.0.1:47218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:14:34,375 INFO Processing ruok command from /127.0.0.1:47352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:14:34,451 INFO Processing ruok command from /127.0.0.1:47354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:14:44,388 INFO Processing ruok command from /127.0.0.1:47490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:14:44,469 INFO Processing ruok command from /127.0.0.1:47492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:14:54,393 INFO Processing ruok command from /127.0.0.1:47626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:14:54,440 INFO Processing ruok command from /127.0.0.1:47628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:15:04,373 INFO Processing ruok command from /127.0.0.1:47866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:15:04,448 INFO Processing ruok command from /127.0.0.1:47868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:15:14,378 INFO Processing ruok command from /127.0.0.1:48000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:15:14,419 INFO Processing ruok command from /127.0.0.1:48008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:15:24,364 INFO Processing ruok command from /127.0.0.1:48156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:15:24,416 INFO Processing ruok command from /127.0.0.1:48158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:15:34,372 INFO Processing ruok command from /127.0.0.1:48306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:15:34,426 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-03 04:15:44,369 INFO Processing ruok command from /127.0.0.1:48436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-03 04:15:44,464 INFO Processing ruok command from /127.0.0.1:48444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]