By type
Detected Zookeeper ID 3 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 ssl.quorum.hostnameVerification=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-07-20 04:49:34,360 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-20 04:49:34,370 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-20 04:49:34,371 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-20 04:49:34,377 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-07-20 04:49:34,377 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-20 04:49:34,377 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-20 04:49:34,408 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-20 04:49:34,408 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-20 04:49:34,411 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-20 04:49:34,420 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-07-20 04:49:34,423 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-20 04:49:34,434 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-20 04:49:34,451 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-07-20 04:49:34,476 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-07-20 04:49:34,579 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,579 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,579 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,646 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-20 04:49:34,648 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-20 04:49:34,648 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,648 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,648 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,649 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-20 04:49:34,649 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-20 04:49:34,658 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,690 INFO Logging initialized @1006ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-07-20 04:49:34,796 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-20 04:49:34,796 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-20 04:49:34,825 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-20 04:49:34,826 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,826 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,827 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,827 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,827 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,827 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,827 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,827 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,847 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,847 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,847 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,847 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,847 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,847 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,847 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,848 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,848 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,848 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,850 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,850 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,850 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,850 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,850 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-07-20 04:49:34,851 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-07-20 04:49:34,851 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,851 INFO Server environment:os.memory.free=228MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO Server environment:os.memory.total=246MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,852 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,853 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,853 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-20 04:49:34,860 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-20 04:49:34,860 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-20 04:49:34,862 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-20 04:49:34,862 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-20 04:49:34,876 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,876 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,876 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,877 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,877 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,877 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,877 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:34,886 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-07-20 04:49:34,886 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-20 04:49:34,893 INFO Snapshot loaded in 16 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-20 04:49:34,895 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-07-20 04:49:34,899 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-07-20 04:49:34,902 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,999 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:34,999 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:35,002 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-20 04:49:35,005 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-07-20 04:49:35,042 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-07-20 04:49:35,042 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-07-20 04:49:35,044 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main] 2022-07-20 04:49:35,049 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-07-20 04:49:35,059 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-20 04:49:35,070 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-07-20 04:49:35,071 INFO Started @1387ms (org.eclipse.jetty.server.Server) [main] 2022-07-20 04:49:35,071 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-07-20 04:49:35,072 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-20 04:49:35,079 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-07-20 04:49:35,081 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-20 04:49:35,081 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-20 04:49:35,094 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.170:3888] 2022-07-20 04:49:35,100 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-07-20 04:49:35,101 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.170:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.170:3888] 2022-07-20 04:49:35,110 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:35,111 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:35,121 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-20 04:49:35,324 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:35,651 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.235:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-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-07-20 04:49:35,726 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:35,818 INFO Received connection request from /10.233.65.74:33564 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.170:3888] 2022-07-20 04:49:36,070 INFO Accepted TLS connection from /10.233.65.74:33564 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.170:3888] 2022-07-20 04:49:36,070 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.74:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2022-07-20 04:49:36,081 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-07-20 04:49:36,082 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-07-20 04:49:36,082 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-07-20 04:49:36,083 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=3]] 2022-07-20 04:49:36,138 INFO SSL handshake complete with /10.233.65.74:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2022-07-20 04:49:36,146 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=3]] 2022-07-20 04:49:36,154 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-20 04:49:36,275 INFO Received connection request from /10.233.66.235:46142 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.170:3888] 2022-07-20 04:49:36,355 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,356 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,363 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,363 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,363 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,363 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,364 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,369 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,371 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,371 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,373 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,373 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,375 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,375 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,375 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,375 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,375 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,375 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,378 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,378 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,379 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=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,382 INFO LEADING - LEADER ELECTION TOOK - 1271 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,386 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,386 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,391 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,465 INFO Accepted TLS connection from /10.233.65.74:37768 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.65.74:37768] 2022-07-20 04:49:36,472 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.74:37768] 2022-07-20 04:49:36,483 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.65.74:37768] 2022-07-20 04:49:36,483 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.74:37768] 2022-07-20 04:49:36,484 INFO Sending DIFF zxid=0x0 for peer sid: 2 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.74:37768] 2022-07-20 04:49:36,487 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,496 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.235:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-07-20 04:49:36,509 INFO Notification: my state:LEADING; 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=3]] 2022-07-20 04:49:36,516 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-20 04:49:36,529 INFO Have quorum of supporters, sids: [[2, 3],[2, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,537 INFO Accepted TLS connection from /10.233.66.235:46142 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.170:3888] 2022-07-20 04:49:36,550 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-07-20 04:49:36,550 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-07-20 04:49:36,551 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-07-20 04:49:36,550 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-07-20 04:49:36,555 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,555 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,564 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-07-20 04:49:36,566 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,567 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,587 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-20 04:49:36,610 INFO SSL handshake complete with /10.233.66.235:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-07-20 04:49:36,617 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-20 04:49:37,436 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-20 04:49:37,512 INFO Accepted TLS connection from /10.233.66.235:46240 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.66.235:46240] 2022-07-20 04:49:37,518 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.66.235:46240] 2022-07-20 04:49:37,524 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.66.235:46240] 2022-07-20 04:49:37,524 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.235:46240] 2022-07-20 04:49:37,532 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.235:46240] 2022-07-20 04:49:54,996 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2022-07-20 04:49:54,996 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2022-07-20 04:49:54,996 INFO Processing ruok command from /127.0.0.1:51660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:49:54,996 INFO Processing ruok command from /127.0.0.1:51658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:49:57,370 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 04:49:57,384 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-07-20 04:49:57,395 INFO Committing global session 0x30000484a230000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:49:58,344 INFO Submitting global closeSession request for session 0x30000484a230000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 04:50:04,907 INFO Processing ruok command from /127.0.0.1:51726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:50:04,941 INFO Processing ruok command from /127.0.0.1:51728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:50:14,905 INFO Processing ruok command from /127.0.0.1:51800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:50:14,955 INFO Processing ruok command from /127.0.0.1:51802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:50:15,473 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 04:50:15,484 INFO Committing global session 0x30000484a230001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:50:16,832 INFO Committing global session 0x100004800a20000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:50:18,902 INFO Committing global session 0x200004899e70000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:50:19,249 INFO Committing global session 0x200004899e70001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:50:21,213 INFO Committing global session 0x100004800a20001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:50:22,862 INFO Committing global session 0x200004899e70002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:50:24,900 INFO Processing ruok command from /127.0.0.1:51866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:50:24,961 INFO Processing ruok command from /127.0.0.1:51868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:50:34,914 INFO Processing ruok command from /127.0.0.1:51934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:50:34,951 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:50:44,893 INFO Processing ruok command from /127.0.0.1:52000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:50:44,927 INFO Processing ruok command from /127.0.0.1:52002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:50:54,911 INFO Processing ruok command from /127.0.0.1:52068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:50:54,983 INFO Processing ruok command from /127.0.0.1:52070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:51:04,907 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:51:04,946 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:51:10,841 INFO Committing global session 0x200004899e70003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:51:14,902 INFO Processing ruok command from /127.0.0.1:52204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:51:14,936 INFO Processing ruok command from /127.0.0.1:52206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:51:24,905 INFO Processing ruok command from /127.0.0.1:52274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:51:24,984 INFO Processing ruok command from /127.0.0.1:52276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:51:34,411 INFO Committing global session 0x100004800a20002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:51:34,903 INFO Processing ruok command from /127.0.0.1:52348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:51:34,937 INFO Processing ruok command from /127.0.0.1:52350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:51:44,895 INFO Processing ruok command from /127.0.0.1:52420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:51:44,929 INFO Processing ruok command from /127.0.0.1:52422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:51:54,901 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:51:55,002 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:52:04,969 INFO Processing ruok command from /127.0.0.1:52616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:52:05,042 INFO Processing ruok command from /127.0.0.1:52618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:52:14,910 INFO Processing ruok command from /127.0.0.1:52690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:52:14,939 INFO Processing ruok command from /127.0.0.1:52692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:52:24,892 INFO Processing ruok command from /127.0.0.1:52762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:52:24,938 INFO Processing ruok command from /127.0.0.1:52764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:52:34,892 INFO Processing ruok command from /127.0.0.1:52842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:52:34,944 INFO Processing ruok command from /127.0.0.1:52844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:52:44,904 INFO Processing ruok command from /127.0.0.1:52922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:52:44,941 INFO Processing ruok command from /127.0.0.1:52924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:52:54,904 INFO Processing ruok command from /127.0.0.1:53004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:52:54,972 INFO Processing ruok command from /127.0.0.1:53006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:53:04,899 INFO Processing ruok command from /127.0.0.1:53084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:53:04,937 INFO Processing ruok command from /127.0.0.1:53086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:53:05,613 INFO Committing global session 0x100004800a20003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:53:14,895 INFO Processing ruok command from /127.0.0.1:53160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:53:14,928 INFO Processing ruok command from /127.0.0.1:53162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:53:24,928 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:53:25,003 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:53:34,912 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:53:34,949 INFO Processing ruok command from /127.0.0.1:53320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:53:44,896 INFO Processing ruok command from /127.0.0.1:53402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:53:44,931 INFO Processing ruok command from /127.0.0.1:53404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:53:54,897 INFO Processing ruok command from /127.0.0.1:53478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:53:54,937 INFO Processing ruok command from /127.0.0.1:53480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:54:04,893 INFO Processing ruok command from /127.0.0.1:53558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:54:04,937 INFO Processing ruok command from /127.0.0.1:53560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:54:14,913 INFO Processing ruok command from /127.0.0.1:53636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:54:14,950 INFO Processing ruok command from /127.0.0.1:53638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:54:24,899 INFO Processing ruok command from /127.0.0.1:53714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:54:24,934 INFO Processing ruok command from /127.0.0.1:53716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:54:34,896 INFO Processing ruok command from /127.0.0.1:53792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:54:34,931 INFO Processing ruok command from /127.0.0.1:53794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:54:44,900 INFO Processing ruok command from /127.0.0.1:53874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:54:44,935 INFO Processing ruok command from /127.0.0.1:53876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:54:54,924 INFO Processing ruok command from /127.0.0.1:53948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:54:54,956 INFO Processing ruok command from /127.0.0.1:53950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:55:04,914 INFO Processing ruok command from /127.0.0.1:54072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:55:04,988 INFO Processing ruok command from /127.0.0.1:54074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:55:05,618 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 04:55:05,626 INFO Committing global session 0x30000484a230002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:55:06,139 INFO Submitting global closeSession request for session 0x30000484a230002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 04:55:14,918 INFO Processing ruok command from /127.0.0.1:54162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:55:14,945 INFO Processing ruok command from /127.0.0.1:54164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:55:24,908 INFO Processing ruok command from /127.0.0.1:54272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:55:25,008 INFO Processing ruok command from /127.0.0.1:54274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:55:34,916 INFO Processing ruok command from /127.0.0.1:54384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:55:34,961 INFO Processing ruok command from /127.0.0.1:54386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:55:44,905 INFO Processing ruok command from /127.0.0.1:54476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:55:44,936 INFO Processing ruok command from /127.0.0.1:54478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:55:54,913 INFO Processing ruok command from /127.0.0.1:54574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:55:54,954 INFO Processing ruok command from /127.0.0.1:54576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:56:04,906 INFO Processing ruok command from /127.0.0.1:54660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:56:04,943 INFO Processing ruok command from /127.0.0.1:54662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:56:14,903 INFO Processing ruok command from /127.0.0.1:54752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:56:14,947 INFO Processing ruok command from /127.0.0.1:54754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:56:24,913 INFO Processing ruok command from /127.0.0.1:54880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:56:24,959 INFO Processing ruok command from /127.0.0.1:54882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:56:34,937 INFO Processing ruok command from /127.0.0.1:54976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:56:34,985 INFO Processing ruok command from /127.0.0.1:54978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:56:44,915 INFO Processing ruok command from /127.0.0.1:55066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:56:44,950 INFO Processing ruok command from /127.0.0.1:55068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:56:54,913 INFO Processing ruok command from /127.0.0.1:55238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:56:54,980 INFO Processing ruok command from /127.0.0.1:55240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:57:04,900 INFO Processing ruok command from /127.0.0.1:55328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:57:04,935 INFO Processing ruok command from /127.0.0.1:55330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:57:04,935 INFO Committing global session 0x200004899e70004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:57:14,891 INFO Processing ruok command from /127.0.0.1:55428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:57:14,927 INFO Processing ruok command from /127.0.0.1:55430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:57:24,923 INFO Processing ruok command from /127.0.0.1:55522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:57:24,957 INFO Processing ruok command from /127.0.0.1:55524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:57:34,892 INFO Processing ruok command from /127.0.0.1:55614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:57:34,930 INFO Processing ruok command from /127.0.0.1:55616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:57:44,921 INFO Processing ruok command from /127.0.0.1:55714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:57:44,961 INFO Processing ruok command from /127.0.0.1:55716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:57:54,894 INFO Processing ruok command from /127.0.0.1:55808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:57:54,931 INFO Processing ruok command from /127.0.0.1:55810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:58:04,915 INFO Processing ruok command from /127.0.0.1:55894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:58:04,951 INFO Processing ruok command from /127.0.0.1:55896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:58:14,899 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:58:14,957 INFO Processing ruok command from /127.0.0.1:55996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:58:24,897 INFO Processing ruok command from /127.0.0.1:56090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:58:24,952 INFO Processing ruok command from /127.0.0.1:56092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:58:34,900 INFO Processing ruok command from /127.0.0.1:56176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:58:34,932 INFO Processing ruok command from /127.0.0.1:56178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:58:44,908 INFO Processing ruok command from /127.0.0.1:56270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:58:44,943 INFO Processing ruok command from /127.0.0.1:56272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:58:54,901 INFO Processing ruok command from /127.0.0.1:56360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:58:54,940 INFO Processing ruok command from /127.0.0.1:56362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:59:04,901 INFO Processing ruok command from /127.0.0.1:56448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:59:04,938 INFO Processing ruok command from /127.0.0.1:56450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:59:05,120 INFO Committing global session 0x100004800a20004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 04:59:14,905 INFO Processing ruok command from /127.0.0.1:56542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:59:14,937 INFO Processing ruok command from /127.0.0.1:56544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:59:24,896 INFO Processing ruok command from /127.0.0.1:56630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:59:24,949 INFO Processing ruok command from /127.0.0.1:56632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:59:34,903 INFO Processing ruok command from /127.0.0.1:56724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:59:34,965 INFO Processing ruok command from /127.0.0.1:56726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:59:44,902 INFO Processing ruok command from /127.0.0.1:56818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:59:44,939 INFO Processing ruok command from /127.0.0.1:56820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 04:59:54,905 INFO Processing ruok command from /127.0.0.1:56914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 04:59:54,970 INFO Processing ruok command from /127.0.0.1:56916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:00:04,909 INFO Processing ruok command from /127.0.0.1:57004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:00:04,942 INFO Processing ruok command from /127.0.0.1:57006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:00:14,910 INFO Processing ruok command from /127.0.0.1:57110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:00:14,946 INFO Processing ruok command from /127.0.0.1:57112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:00:24,906 INFO Processing ruok command from /127.0.0.1:57202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:00:24,964 INFO Processing ruok command from /127.0.0.1:57204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:00:34,923 INFO Processing ruok command from /127.0.0.1:57296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:00:34,962 INFO Processing ruok command from /127.0.0.1:57298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:00:44,903 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:00:44,957 INFO Processing ruok command from /127.0.0.1:57392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:00:54,903 INFO Processing ruok command from /127.0.0.1:57482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:00:54,953 INFO Processing ruok command from /127.0.0.1:57484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:01:04,908 INFO Processing ruok command from /127.0.0.1:57570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:01:04,943 INFO Processing ruok command from /127.0.0.1:57572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:01:05,296 INFO Committing global session 0x100004800a20005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:01:14,910 INFO Processing ruok command from /127.0.0.1:57666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:01:14,976 INFO Processing ruok command from /127.0.0.1:57668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:01:24,903 INFO Processing ruok command from /127.0.0.1:57760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:01:24,983 INFO Processing ruok command from /127.0.0.1:57762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:01:34,897 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:01:34,932 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:01:44,899 INFO Processing ruok command from /127.0.0.1:57948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:01:44,927 INFO Processing ruok command from /127.0.0.1:57950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:01:54,903 INFO Processing ruok command from /127.0.0.1:58040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:01:54,968 INFO Processing ruok command from /127.0.0.1:58042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:02:04,897 INFO Processing ruok command from /127.0.0.1:58126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:02:04,949 INFO Processing ruok command from /127.0.0.1:58128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:02:14,901 INFO Processing ruok command from /127.0.0.1:58228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:02:14,970 INFO Processing ruok command from /127.0.0.1:58230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:02:24,891 INFO Processing ruok command from /127.0.0.1:58318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:02:24,964 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:02:34,913 INFO Processing ruok command from /127.0.0.1:58408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:02:34,977 INFO Processing ruok command from /127.0.0.1:58410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:02:44,900 INFO Processing ruok command from /127.0.0.1:58552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:02:44,933 INFO Processing ruok command from /127.0.0.1:58554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:02:54,900 INFO Processing ruok command from /127.0.0.1:58654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:02:54,934 INFO Processing ruok command from /127.0.0.1:58656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:03:04,907 INFO Processing ruok command from /127.0.0.1:58756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:03:04,950 INFO Processing ruok command from /127.0.0.1:58758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:03:06,050 INFO Committing global session 0x100004800a20006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:03:14,908 INFO Processing ruok command from /127.0.0.1:58854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:03:14,945 INFO Processing ruok command from /127.0.0.1:58856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:03:24,901 INFO Processing ruok command from /127.0.0.1:58944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:03:24,957 INFO Processing ruok command from /127.0.0.1:58946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:03:34,905 INFO Processing ruok command from /127.0.0.1:59032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:03:34,942 INFO Processing ruok command from /127.0.0.1:59034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:03:44,899 INFO Processing ruok command from /127.0.0.1:59138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:03:44,933 INFO Processing ruok command from /127.0.0.1:59140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:03:54,907 INFO Processing ruok command from /127.0.0.1:59234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:03:54,983 INFO Processing ruok command from /127.0.0.1:59236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:04:04,906 INFO Processing ruok command from /127.0.0.1:59330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:04:04,947 INFO Processing ruok command from /127.0.0.1:59332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:04:14,901 INFO Processing ruok command from /127.0.0.1:59442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:04:14,940 INFO Processing ruok command from /127.0.0.1:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:04:24,911 INFO Processing ruok command from /127.0.0.1:59536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:04:24,995 INFO Processing ruok command from /127.0.0.1:59538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:04:34,921 INFO Processing ruok command from /127.0.0.1:59630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:04:34,957 INFO Processing ruok command from /127.0.0.1:59632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:04:44,906 INFO Processing ruok command from /127.0.0.1:59750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:04:44,978 INFO Processing ruok command from /127.0.0.1:59752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:04:54,941 INFO Processing ruok command from /127.0.0.1:59858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:04:55,003 INFO Processing ruok command from /127.0.0.1:59860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:05:04,895 INFO Processing ruok command from /127.0.0.1:59966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:05:04,933 INFO Processing ruok command from /127.0.0.1:59968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:05:05,214 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 05:05:05,221 INFO Committing global session 0x30000484a230003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:05:05,731 INFO Submitting global closeSession request for session 0x30000484a230003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:05:14,918 INFO Processing ruok command from /127.0.0.1:60072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:05:14,962 INFO Processing ruok command from /127.0.0.1:60074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:05:24,903 INFO Processing ruok command from /127.0.0.1:60174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:05:24,943 INFO Processing ruok command from /127.0.0.1:60176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:05:34,900 INFO Processing ruok command from /127.0.0.1:60268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:05:34,961 INFO Processing ruok command from /127.0.0.1:60270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:05:44,901 INFO Processing ruok command from /127.0.0.1:60382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:05:44,935 INFO Processing ruok command from /127.0.0.1:60384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:05:54,898 INFO Processing ruok command from /127.0.0.1:60502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:05:54,953 INFO Processing ruok command from /127.0.0.1:60504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:06:04,906 INFO Processing ruok command from /127.0.0.1:60600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:06:04,938 INFO Processing ruok command from /127.0.0.1:60602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:06:14,914 INFO Processing ruok command from /127.0.0.1:60696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:06:14,952 INFO Processing ruok command from /127.0.0.1:60698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:06:24,896 INFO Processing ruok command from /127.0.0.1:60844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:06:24,944 INFO Processing ruok command from /127.0.0.1:60846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:06:34,900 INFO Processing ruok command from /127.0.0.1:60944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:06:34,942 INFO Processing ruok command from /127.0.0.1:60946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:06:44,911 INFO Processing ruok command from /127.0.0.1:32806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:06:44,948 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:06:54,908 INFO Processing ruok command from /127.0.0.1:32908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:06:54,973 INFO Processing ruok command from /127.0.0.1:32910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:07:04,898 INFO Processing ruok command from /127.0.0.1:33006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:07:04,974 INFO Processing ruok command from /127.0.0.1:33008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:07:05,024 INFO Committing global session 0x200004899e70005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:07:14,900 INFO Processing ruok command from /127.0.0.1:33102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:07:14,932 INFO Processing ruok command from /127.0.0.1:33104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:07:24,914 INFO Processing ruok command from /127.0.0.1:33206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:07:25,007 INFO Processing ruok command from /127.0.0.1:33208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:07:34,906 INFO Processing ruok command from /127.0.0.1:33310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:07:34,947 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:07:44,902 INFO Processing ruok command from /127.0.0.1:33402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:07:44,940 INFO Processing ruok command from /127.0.0.1:33404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:07:54,910 INFO Processing ruok command from /127.0.0.1:33500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:07:54,978 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:08:04,928 INFO Processing ruok command from /127.0.0.1:33590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:08:04,968 INFO Processing ruok command from /127.0.0.1:33592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:08:14,900 INFO Processing ruok command from /127.0.0.1:33698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:08:14,970 INFO Processing ruok command from /127.0.0.1:33700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:08:24,920 INFO Processing ruok command from /127.0.0.1:33798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:08:24,953 INFO Processing ruok command from /127.0.0.1:33800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:08:34,906 INFO Processing ruok command from /127.0.0.1:33890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:08:34,945 INFO Processing ruok command from /127.0.0.1:33892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:08:44,908 INFO Processing ruok command from /127.0.0.1:33998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:08:44,950 INFO Processing ruok command from /127.0.0.1:34000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:08:54,933 INFO Processing ruok command from /127.0.0.1:34104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:08:54,956 INFO Processing ruok command from /127.0.0.1:34106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:09:04,902 INFO Processing ruok command from /127.0.0.1:34192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:09:04,921 INFO Committing global session 0x200004899e70006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:09:04,940 INFO Processing ruok command from /127.0.0.1:34194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:09:14,899 INFO Processing ruok command from /127.0.0.1:34300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:09:14,977 INFO Processing ruok command from /127.0.0.1:34302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:09:24,910 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:09:24,988 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:09:34,906 INFO Processing ruok command from /127.0.0.1:34488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:09:34,941 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:09:44,913 INFO Processing ruok command from /127.0.0.1:34596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:09:44,945 INFO Processing ruok command from /127.0.0.1:34598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:09:54,909 INFO Processing ruok command from /127.0.0.1:34696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:09:54,955 INFO Processing ruok command from /127.0.0.1:34698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:10:04,906 INFO Processing ruok command from /127.0.0.1:34790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:10:04,951 INFO Processing ruok command from /127.0.0.1:34792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:10:14,912 INFO Processing ruok command from /127.0.0.1:34896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:10:14,953 INFO Processing ruok command from /127.0.0.1:34898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:10:24,898 INFO Processing ruok command from /127.0.0.1:34994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:10:24,939 INFO Processing ruok command from /127.0.0.1:34996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:10:34,909 INFO Processing ruok command from /127.0.0.1:35090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:10:34,948 INFO Processing ruok command from /127.0.0.1:35092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:10:44,905 INFO Processing ruok command from /127.0.0.1:35188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:10:44,938 INFO Processing ruok command from /127.0.0.1:35190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:10:54,903 INFO Processing ruok command from /127.0.0.1:35284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:10:54,953 INFO Processing ruok command from /127.0.0.1:35286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:11:04,912 INFO Processing ruok command from /127.0.0.1:35382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:11:04,973 INFO Processing ruok command from /127.0.0.1:35384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:11:05,000 INFO Committing global session 0x100004800a20007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:11:14,909 INFO Processing ruok command from /127.0.0.1:35492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:11:14,945 INFO Processing ruok command from /127.0.0.1:35494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:11:24,901 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:11:24,951 INFO Processing ruok command from /127.0.0.1:35596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:11:34,900 INFO Processing ruok command from /127.0.0.1:35692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:11:34,943 INFO Processing ruok command from /127.0.0.1:35694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:11:44,915 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:11:44,948 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:11:54,917 INFO Processing ruok command from /127.0.0.1:35898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:11:54,963 INFO Processing ruok command from /127.0.0.1:35900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:12:04,919 INFO Processing ruok command from /127.0.0.1:35992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:12:04,950 INFO Processing ruok command from /127.0.0.1:35994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:12:14,899 INFO Processing ruok command from /127.0.0.1:36094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:12:14,944 INFO Processing ruok command from /127.0.0.1:36096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:12:24,895 INFO Processing ruok command from /127.0.0.1:36196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:12:24,934 INFO Processing ruok command from /127.0.0.1:36198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:12:34,904 INFO Processing ruok command from /127.0.0.1:36292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:12:34,938 INFO Processing ruok command from /127.0.0.1:36294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:12:44,892 INFO Processing ruok command from /127.0.0.1:36388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:12:44,928 INFO Processing ruok command from /127.0.0.1:36390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:12:54,918 INFO Processing ruok command from /127.0.0.1:36488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:12:54,945 INFO Processing ruok command from /127.0.0.1:36490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:13:04,602 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 05:13:04,611 INFO Committing global session 0x30000484a230004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:13:04,898 INFO Processing ruok command from /127.0.0.1:36608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:13:04,931 INFO Processing ruok command from /127.0.0.1:36610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:13:05,407 INFO Submitting global closeSession request for session 0x30000484a230004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:13:14,908 INFO Processing ruok command from /127.0.0.1:36708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:13:14,939 INFO Processing ruok command from /127.0.0.1:36710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:13:24,911 INFO Processing ruok command from /127.0.0.1:36816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:13:24,958 INFO Processing ruok command from /127.0.0.1:36818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:13:34,898 INFO Processing ruok command from /127.0.0.1:36914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:13:34,934 INFO Processing ruok command from /127.0.0.1:36916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:13:44,898 INFO Processing ruok command from /127.0.0.1:37010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:13:44,933 INFO Processing ruok command from /127.0.0.1:37012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:13:54,897 INFO Processing ruok command from /127.0.0.1:37110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:13:54,941 INFO Processing ruok command from /127.0.0.1:37112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:14:04,905 INFO Processing ruok command from /127.0.0.1:37200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:14:04,941 INFO Processing ruok command from /127.0.0.1:37202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:14:14,904 INFO Processing ruok command from /127.0.0.1:37304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:14:14,936 INFO Processing ruok command from /127.0.0.1:37306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:14:24,915 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:14:24,959 INFO Processing ruok command from /127.0.0.1:37412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:14:34,914 INFO Processing ruok command from /127.0.0.1:37506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:14:34,982 INFO Processing ruok command from /127.0.0.1:37508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:14:44,931 INFO Processing ruok command from /127.0.0.1:37614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:14:44,964 INFO Processing ruok command from /127.0.0.1:37618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:14:54,927 INFO Processing ruok command from /127.0.0.1:37768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:14:55,007 INFO Processing ruok command from /127.0.0.1:37770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:15:04,903 INFO Processing ruok command from /127.0.0.1:37870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:15:04,925 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 05:15:04,931 INFO Committing global session 0x30000484a230005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:15:04,941 INFO Processing ruok command from /127.0.0.1:37874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:15:05,745 INFO Submitting global closeSession request for session 0x30000484a230005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:15:14,945 INFO Processing ruok command from /127.0.0.1:38040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:15:15,001 INFO Processing ruok command from /127.0.0.1:38042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:15:24,943 INFO Processing ruok command from /127.0.0.1:38176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:15:25,057 INFO Processing ruok command from /127.0.0.1:38180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:15:34,981 INFO Processing ruok command from /127.0.0.1:38342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:15:35,060 INFO Processing ruok command from /127.0.0.1:38344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:15:44,980 INFO Processing ruok command from /127.0.0.1:38498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:15:45,029 INFO Processing ruok command from /127.0.0.1:38500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:15:55,028 INFO Processing ruok command from /127.0.0.1:38668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:15:55,202 INFO Processing ruok command from /127.0.0.1:38670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:16:04,957 INFO Processing ruok command from /127.0.0.1:38808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:16:05,113 INFO Processing ruok command from /127.0.0.1:38810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:16:14,947 INFO Processing ruok command from /127.0.0.1:38950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:16:14,977 INFO Processing ruok command from /127.0.0.1:38952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:16:24,935 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:16:25,020 INFO Processing ruok command from /127.0.0.1:39082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:16:34,917 INFO Processing ruok command from /127.0.0.1:39208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:16:34,956 INFO Processing ruok command from /127.0.0.1:39210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:16:44,916 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:16:44,953 INFO Processing ruok command from /127.0.0.1:39320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:16:54,921 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:16:54,997 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:17:04,908 INFO Processing ruok command from /127.0.0.1:39532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:17:04,965 INFO Processing ruok command from /127.0.0.1:39534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:17:05,668 INFO Committing global session 0x200004899e70007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:17:14,929 INFO Processing ruok command from /127.0.0.1:39642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:17:14,976 INFO Processing ruok command from /127.0.0.1:39644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:17:24,930 INFO Processing ruok command from /127.0.0.1:39744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:17:24,972 INFO Processing ruok command from /127.0.0.1:39746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:17:34,895 INFO Processing ruok command from /127.0.0.1:39852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:17:34,935 INFO Processing ruok command from /127.0.0.1:39854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:17:44,908 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:17:44,942 INFO Processing ruok command from /127.0.0.1:39958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:17:54,900 INFO Processing ruok command from /127.0.0.1:40112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:17:54,948 INFO Processing ruok command from /127.0.0.1:40114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:18:04,917 INFO Processing ruok command from /127.0.0.1:40274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:18:05,009 INFO Processing ruok command from /127.0.0.1:40276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:18:14,939 INFO Processing ruok command from /127.0.0.1:40390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:18:14,970 INFO Processing ruok command from /127.0.0.1:40392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:18:24,923 INFO Processing ruok command from /127.0.0.1:40504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:18:24,991 INFO Processing ruok command from /127.0.0.1:40506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:18:35,009 INFO Processing ruok command from /127.0.0.1:40676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:18:35,112 INFO Processing ruok command from /127.0.0.1:40678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:18:44,960 INFO Processing ruok command from /127.0.0.1:40810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:18:45,062 INFO Processing ruok command from /127.0.0.1:40812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:18:49,073 INFO Committing global session 0x200004899e70008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:18:49,299 INFO Committing global session 0x100004800a20008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:18:51,506 INFO Committing global session 0x100004800a20009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:18:54,916 INFO Processing ruok command from /127.0.0.1:40980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:18:55,008 INFO Processing ruok command from /127.0.0.1:40982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:19:05,062 INFO Processing ruok command from /127.0.0.1:41128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:19:05,127 INFO Processing ruok command from /127.0.0.1:41130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:19:05,421 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 05:19:05,445 INFO Committing global session 0x30000484a230006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:19:06,095 INFO Submitting global closeSession request for session 0x30000484a230006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:19:14,937 INFO Processing ruok command from /127.0.0.1:41290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:19:15,009 INFO Processing ruok command from /127.0.0.1:41294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:19:24,950 INFO Processing ruok command from /127.0.0.1:41424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:19:25,084 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:19:34,979 INFO Processing ruok command from /127.0.0.1:41576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:19:35,095 INFO Processing ruok command from /127.0.0.1:41580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:19:36,586 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c04aabce-6aab-4e4f-86ae-6d4af0c403bd/onap-policy-clamp-ac-pf-ppnt-66df4fd76c-cw5tw (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:19:36,592 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f2b8acba-a973-49bb-8602-c84ea1b829b2/onap-policy-clamp-ac-http-ppnt-7c9cbcdc8b-vrvqc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:19:36,597 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5b7d29b5-fe11-4b73-91ee-268a3210e631/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:19:36,604 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1d894587-e28f-4f21-a168-f74718f729c0/onap-policy-xacml-pdp-6db69cdcc6-d6bnk (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:19:44,965 INFO Processing ruok command from /127.0.0.1:41758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:19:45,063 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:19:54,957 INFO Processing ruok command from /127.0.0.1:41872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:19:55,039 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:20:04,926 INFO Processing ruok command from /127.0.0.1:42012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:20:05,010 INFO Processing ruok command from /127.0.0.1:42014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:20:14,914 INFO Processing ruok command from /127.0.0.1:42132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:20:14,958 INFO Processing ruok command from /127.0.0.1:42134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:20:24,908 INFO Processing ruok command from /127.0.0.1:42274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:20:25,014 INFO Processing ruok command from /127.0.0.1:42276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:20:34,933 INFO Processing ruok command from /127.0.0.1:42400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:20:34,998 INFO Processing ruok command from /127.0.0.1:42402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:20:36,586 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d492a8be-f330-4ebc-b8e2-c397279eab7d/onap-policy-pap-5cbb786b68-7sqd9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:20:36,592 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5b7d29b5-fe11-4b73-91ee-268a3210e631 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:20:36,598 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/7e49256f-2339-45d2-b879-4bef9b397d7d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:20:36,604 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c04aabce-6aab-4e4f-86ae-6d4af0c403bd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:20:36,611 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b69fafc9-f9bb-490a-82be-194caafd434b/onap-policy-clamp-runtime-acm-74859969d8-r95mb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:20:36,616 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f2b8acba-a973-49bb-8602-c84ea1b829b2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:20:36,622 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1d894587-e28f-4f21-a168-f74718f729c0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:20:44,909 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:20:44,974 INFO Processing ruok command from /127.0.0.1:42536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:20:54,909 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:20:55,004 INFO Processing ruok command from /127.0.0.1:42664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:21:04,753 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 05:21:04,760 INFO Committing global session 0x30000484a230007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:21:04,912 INFO Processing ruok command from /127.0.0.1:42786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:21:04,976 INFO Processing ruok command from /127.0.0.1:42788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:21:05,518 INFO Submitting global closeSession request for session 0x30000484a230007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:21:14,912 INFO Processing ruok command from /127.0.0.1:42916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:21:14,966 INFO Processing ruok command from /127.0.0.1:42918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:21:24,905 INFO Processing ruok command from /127.0.0.1:43104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:21:24,976 INFO Processing ruok command from /127.0.0.1:43106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:21:34,913 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:21:35,003 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:21:36,585 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/22f7bb94-8ef0-4f93-884d-de4c13ab5d8f/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:21:36,592 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d492a8be-f330-4ebc-b8e2-c397279eab7d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:21:36,598 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a9b3010e-3131-4fda-bfdd-e484ac3a6317/onap-policy-clamp-ac-k8s-ppnt-7c7689d65c-jwmx8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:21:36,605 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:21:36,611 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b69fafc9-f9bb-490a-82be-194caafd434b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:21:44,923 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:21:44,989 INFO Processing ruok command from /127.0.0.1:43538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:21:54,925 INFO Processing ruok command from /127.0.0.1:43700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:21:55,009 INFO Processing ruok command from /127.0.0.1:43702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:22:04,906 INFO Processing ruok command from /127.0.0.1:43854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:22:04,949 INFO Processing ruok command from /127.0.0.1:43856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:22:14,923 INFO Processing ruok command from /127.0.0.1:43988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:22:14,958 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:22:24,927 INFO Processing ruok command from /127.0.0.1:44124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:22:25,001 INFO Processing ruok command from /127.0.0.1:44126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:22:34,914 INFO Processing ruok command from /127.0.0.1:44266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:22:34,989 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:22:36,586 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/22f7bb94-8ef0-4f93-884d-de4c13ab5d8f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:22:36,591 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a9b3010e-3131-4fda-bfdd-e484ac3a6317 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:22:44,906 INFO Processing ruok command from /127.0.0.1:44406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:22:44,942 INFO Processing ruok command from /127.0.0.1:44408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:22:54,913 INFO Processing ruok command from /127.0.0.1:44546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:22:54,987 INFO Processing ruok command from /127.0.0.1:44548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:23:04,746 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 05:23:04,753 INFO Committing global session 0x30000484a230008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:23:04,908 INFO Processing ruok command from /127.0.0.1:44682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:23:04,947 INFO Processing ruok command from /127.0.0.1:44684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:23:05,566 INFO Submitting global closeSession request for session 0x30000484a230008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:23:14,909 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:23:14,942 INFO Processing ruok command from /127.0.0.1:44816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:23:24,911 INFO Processing ruok command from /127.0.0.1:44954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:23:24,960 INFO Processing ruok command from /127.0.0.1:44956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:23:34,913 INFO Processing ruok command from /127.0.0.1:45088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:23:34,956 INFO Processing ruok command from /127.0.0.1:45090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:23:36,585 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:23:36,592 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:23:44,911 INFO Processing ruok command from /127.0.0.1:45226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:23:44,951 INFO Processing ruok command from /127.0.0.1:45228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:23:54,928 INFO Processing ruok command from /127.0.0.1:45360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:23:55,030 INFO Processing ruok command from /127.0.0.1:45362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:24:04,907 INFO Processing ruok command from /127.0.0.1:45504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:24:04,976 INFO Processing ruok command from /127.0.0.1:45506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:24:14,913 INFO Processing ruok command from /127.0.0.1:45634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:24:14,936 INFO Processing ruok command from /127.0.0.1:45636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:24:24,905 INFO Processing ruok command from /127.0.0.1:45770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:24:24,987 INFO Processing ruok command from /127.0.0.1:45772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:24:34,912 INFO Processing ruok command from /127.0.0.1:45912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:24:34,965 INFO Processing ruok command from /127.0.0.1:45914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:24:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:24:44,927 INFO Processing ruok command from /127.0.0.1:46060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:24:44,972 INFO Processing ruok command from /127.0.0.1:46062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:24:54,912 INFO Processing ruok command from /127.0.0.1:46204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:24:54,998 INFO Processing ruok command from /127.0.0.1:46206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:25:04,688 INFO Committing global session 0x200004899e70009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:25:04,906 INFO Processing ruok command from /127.0.0.1:46344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:25:04,942 INFO Processing ruok command from /127.0.0.1:46346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:25:14,909 INFO Processing ruok command from /127.0.0.1:46476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:25:14,945 INFO Processing ruok command from /127.0.0.1:46478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:25:24,920 INFO Processing ruok command from /127.0.0.1:46622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:25:24,998 INFO Processing ruok command from /127.0.0.1:46624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:25:34,937 INFO Processing ruok command from /127.0.0.1:46770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:25:35,055 INFO Processing ruok command from /127.0.0.1:46772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:25:44,939 INFO Processing ruok command from /127.0.0.1:46916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:25:45,047 INFO Processing ruok command from /127.0.0.1:46918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:25:54,958 INFO Processing ruok command from /127.0.0.1:47062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:25:55,051 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:26:04,933 INFO Processing ruok command from /127.0.0.1:47246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:26:05,018 INFO Processing ruok command from /127.0.0.1:47248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:26:14,925 INFO Processing ruok command from /127.0.0.1:47416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:26:15,002 INFO Processing ruok command from /127.0.0.1:47424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:26:24,967 INFO Processing ruok command from /127.0.0.1:47584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:26:25,100 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:26:35,004 INFO Processing ruok command from /127.0.0.1:47758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:26:35,164 INFO Processing ruok command from /127.0.0.1:47760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:26:44,936 INFO Processing ruok command from /127.0.0.1:47964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:26:44,984 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:26:54,934 INFO Processing ruok command from /127.0.0.1:48092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:26:55,054 INFO Processing ruok command from /127.0.0.1:48094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:27:04,842 INFO Committing global session 0x100004800a2000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:27:04,909 INFO Processing ruok command from /127.0.0.1:48256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:27:04,951 INFO Processing ruok command from /127.0.0.1:48258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:27:14,910 INFO Processing ruok command from /127.0.0.1:48408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:27:14,947 INFO Processing ruok command from /127.0.0.1:48410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:27:24,917 INFO Processing ruok command from /127.0.0.1:48546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:27:24,959 INFO Processing ruok command from /127.0.0.1:48548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:27:34,906 INFO Processing ruok command from /127.0.0.1:48694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:27:34,955 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:27:44,918 INFO Processing ruok command from /127.0.0.1:48866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:27:44,959 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:27:54,919 INFO Processing ruok command from /127.0.0.1:49002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:27:55,013 INFO Processing ruok command from /127.0.0.1:49004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:28:04,909 INFO Processing ruok command from /127.0.0.1:49150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:28:04,980 INFO Processing ruok command from /127.0.0.1:49152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:28:14,908 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:28:14,945 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:28:24,916 INFO Processing ruok command from /127.0.0.1:49436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:28:24,983 INFO Processing ruok command from /127.0.0.1:49438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:28:34,911 INFO Processing ruok command from /127.0.0.1:49584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:28:34,985 INFO Processing ruok command from /127.0.0.1:49586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:28:36,585 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:28:36,591 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:28:36,598 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl/dcae_ccvpn_cl_aaievent (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:28:44,910 INFO Processing ruok command from /127.0.0.1:49728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:28:44,954 INFO Processing ruok command from /127.0.0.1:49730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:28:54,920 INFO Processing ruok command from /127.0.0.1:49872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:28:55,035 INFO Processing ruok command from /127.0.0.1:49874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:29:04,853 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 05:29:04,876 INFO Committing global session 0x30000484a230009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:29:04,923 INFO Processing ruok command from /127.0.0.1:50020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:29:04,955 INFO Processing ruok command from /127.0.0.1:50022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:29:05,661 INFO Submitting global closeSession request for session 0x30000484a230009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:29:14,905 INFO Processing ruok command from /127.0.0.1:50154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:29:14,965 INFO Processing ruok command from /127.0.0.1:50156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:29:24,927 INFO Processing ruok command from /127.0.0.1:50294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:29:24,966 INFO Processing ruok command from /127.0.0.1:50296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:29:34,931 INFO Processing ruok command from /127.0.0.1:50436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:29:34,973 INFO Processing ruok command from /127.0.0.1:50438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:29:36,585 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:29:36,591 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:29:36,597 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:29:36,604 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:29:44,907 INFO Processing ruok command from /127.0.0.1:50588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:29:44,941 INFO Processing ruok command from /127.0.0.1:50590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:29:54,928 INFO Processing ruok command from /127.0.0.1:50728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:29:54,992 INFO Processing ruok command from /127.0.0.1:50730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:30:04,913 INFO Processing ruok command from /127.0.0.1:50876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:30:04,975 INFO Processing ruok command from /127.0.0.1:50878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:30:14,907 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:30:14,972 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:30:24,904 INFO Processing ruok command from /127.0.0.1:51166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:30:24,978 INFO Processing ruok command from /127.0.0.1:51168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:30:34,909 INFO Processing ruok command from /127.0.0.1:51316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:30:34,943 INFO Processing ruok command from /127.0.0.1:51318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:30:36,585 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:30:44,916 INFO Processing ruok command from /127.0.0.1:51468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:30:44,986 INFO Processing ruok command from /127.0.0.1:51470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:30:54,915 INFO Processing ruok command from /127.0.0.1:51616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:30:54,978 INFO Processing ruok command from /127.0.0.1:51618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:31:04,727 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 05:31:04,734 INFO Committing global session 0x30000484a23000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:31:04,906 INFO Processing ruok command from /127.0.0.1:51760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:31:04,939 INFO Processing ruok command from /127.0.0.1:51762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:31:05,512 INFO Submitting global closeSession request for session 0x30000484a23000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:31:14,922 INFO Processing ruok command from /127.0.0.1:51904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:31:14,957 INFO Processing ruok command from /127.0.0.1:51906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:31:24,932 INFO Processing ruok command from /127.0.0.1:52040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:31:24,990 INFO Processing ruok command from /127.0.0.1:52042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:31:34,940 INFO Processing ruok command from /127.0.0.1:52186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:31:34,995 INFO Processing ruok command from /127.0.0.1:52188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:31:36,586 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:31:44,904 INFO Processing ruok command from /127.0.0.1:52340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:31:44,941 INFO Processing ruok command from /127.0.0.1:52342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:31:54,923 INFO Processing ruok command from /127.0.0.1:52484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:31:54,957 INFO Processing ruok command from /127.0.0.1:52486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:32:04,908 INFO Processing ruok command from /127.0.0.1:52634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:32:04,944 INFO Processing ruok command from /127.0.0.1:52636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:32:14,899 INFO Processing ruok command from /127.0.0.1:52776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:32:14,936 INFO Processing ruok command from /127.0.0.1:52778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:32:24,918 INFO Processing ruok command from /127.0.0.1:52916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:32:24,958 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:32:34,912 INFO Processing ruok command from /127.0.0.1:53060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:32:34,951 INFO Processing ruok command from /127.0.0.1:53062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:32:36,586 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:32:44,917 INFO Processing ruok command from /127.0.0.1:53210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:32:44,959 INFO Processing ruok command from /127.0.0.1:53212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:32:54,904 INFO Processing ruok command from /127.0.0.1:53358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:32:54,985 INFO Processing ruok command from /127.0.0.1:53360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:33:04,846 INFO Committing global session 0x100004800a2000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:33:04,918 INFO Processing ruok command from /127.0.0.1:53502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:33:04,963 INFO Processing ruok command from /127.0.0.1:53504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:33:14,903 INFO Processing ruok command from /127.0.0.1:53654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:33:14,934 INFO Processing ruok command from /127.0.0.1:53656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:33:24,906 INFO Processing ruok command from /127.0.0.1:53800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:33:24,987 INFO Processing ruok command from /127.0.0.1:53802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:33:34,910 INFO Processing ruok command from /127.0.0.1:53940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:33:34,947 INFO Processing ruok command from /127.0.0.1:53942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:33:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:33:36,592 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-07-20 05:33:36,598 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:33:36,604 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-07-20 05:33:36,610 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:33:44,903 INFO Processing ruok command from /127.0.0.1:54090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:33:44,957 INFO Processing ruok command from /127.0.0.1:54092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:33:54,912 INFO Processing ruok command from /127.0.0.1:54232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:33:54,984 INFO Processing ruok command from /127.0.0.1:54234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:34:04,916 INFO Processing ruok command from /127.0.0.1:54376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:34:04,977 INFO Processing ruok command from /127.0.0.1:54378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:34:14,907 INFO Processing ruok command from /127.0.0.1:54526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:34:14,986 INFO Processing ruok command from /127.0.0.1:54528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:34:24,910 INFO Processing ruok command from /127.0.0.1:54668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:34:24,981 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:34:34,903 INFO Processing ruok command from /127.0.0.1:54814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:34:34,940 INFO Processing ruok command from /127.0.0.1:54816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:34:36,586 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:34:36,592 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:34:36,598 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:34:36,604 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-07-20 05:34:36,611 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:34:36,616 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:34:36,622 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:34:44,902 INFO Processing ruok command from /127.0.0.1:54968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:34:44,941 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:34:54,896 INFO Processing ruok command from /127.0.0.1:55112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:34:54,966 INFO Processing ruok command from /127.0.0.1:55114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:35:04,917 INFO Processing ruok command from /127.0.0.1:55260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:35:04,953 INFO Processing ruok command from /127.0.0.1:55262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:35:05,370 INFO Committing global session 0x200004899e7000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:35:14,927 INFO Processing ruok command from /127.0.0.1:55408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:35:14,986 INFO Processing ruok command from /127.0.0.1:55410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:35:24,893 INFO Processing ruok command from /127.0.0.1:55554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:35:24,975 INFO Processing ruok command from /127.0.0.1:55556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:35:34,913 INFO Processing ruok command from /127.0.0.1:55702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:35:34,953 INFO Processing ruok command from /127.0.0.1:55704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:35:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:35:36,591 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:35:36,597 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:35:44,906 INFO Processing ruok command from /127.0.0.1:55846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:35:44,960 INFO Processing ruok command from /127.0.0.1:55848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:35:54,932 INFO Processing ruok command from /127.0.0.1:55992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:35:55,011 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:36:04,926 INFO Processing ruok command from /127.0.0.1:56136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:36:04,968 INFO Processing ruok command from /127.0.0.1:56138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:36:14,923 INFO Processing ruok command from /127.0.0.1:56272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:36:14,952 INFO Processing ruok command from /127.0.0.1:56274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:36:24,909 INFO Processing ruok command from /127.0.0.1:56422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:36:24,976 INFO Processing ruok command from /127.0.0.1:56424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:36:34,903 INFO Processing ruok command from /127.0.0.1:56572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:36:35,024 INFO Processing ruok command from /127.0.0.1:56574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:36:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:36:44,912 INFO Processing ruok command from /127.0.0.1:56772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:36:44,953 INFO Processing ruok command from /127.0.0.1:56774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:36:54,948 INFO Processing ruok command from /127.0.0.1:56920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:36:55,056 INFO Processing ruok command from /127.0.0.1:56922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:37:04,881 INFO Committing global session 0x200004899e7000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:37:04,907 INFO Processing ruok command from /127.0.0.1:57090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:37:04,948 INFO Processing ruok command from /127.0.0.1:57092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:37:14,935 INFO Processing ruok command from /127.0.0.1:57234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:37:15,013 INFO Processing ruok command from /127.0.0.1:57236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:37:24,930 INFO Processing ruok command from /127.0.0.1:57380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:37:25,004 INFO Processing ruok command from /127.0.0.1:57384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:37:34,910 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:37:34,969 INFO Processing ruok command from /127.0.0.1:57536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:37:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:37:44,914 INFO Processing ruok command from /127.0.0.1:57686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:37:44,961 INFO Processing ruok command from /127.0.0.1:57688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:37:54,912 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:37:54,963 INFO Processing ruok command from /127.0.0.1:57828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:38:04,912 INFO Processing ruok command from /127.0.0.1:57974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:38:04,952 INFO Processing ruok command from /127.0.0.1:57976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:38:14,908 INFO Processing ruok command from /127.0.0.1:58116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:38:14,957 INFO Processing ruok command from /127.0.0.1:58118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:38:24,926 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:38:24,966 INFO Processing ruok command from /127.0.0.1:58268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:38:34,904 INFO Processing ruok command from /127.0.0.1:58412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:38:34,973 INFO Processing ruok command from /127.0.0.1:58414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:38:36,586 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-07-20 05:38:36,592 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-07-20 05:38:44,911 INFO Processing ruok command from /127.0.0.1:58576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:38:44,948 INFO Processing ruok command from /127.0.0.1:58578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:38:54,906 INFO Processing ruok command from /127.0.0.1:58720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:38:54,979 INFO Processing ruok command from /127.0.0.1:58722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:39:04,868 INFO Committing global session 0x200004899e7000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:39:04,913 INFO Processing ruok command from /127.0.0.1:58878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:39:04,978 INFO Processing ruok command from /127.0.0.1:58880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:39:14,902 INFO Processing ruok command from /127.0.0.1:59030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:39:14,946 INFO Processing ruok command from /127.0.0.1:59032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:39:24,898 INFO Processing ruok command from /127.0.0.1:59186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:39:24,966 INFO Processing ruok command from /127.0.0.1:59188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:39:34,906 INFO Processing ruok command from /127.0.0.1:59344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:39:34,948 INFO Processing ruok command from /127.0.0.1:59346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:39:36,586 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:39:36,591 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:39:44,902 INFO Processing ruok command from /127.0.0.1:59500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:39:44,972 INFO Processing ruok command from /127.0.0.1:59506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:39:54,928 INFO Processing ruok command from /127.0.0.1:59662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:39:54,996 INFO Processing ruok command from /127.0.0.1:59664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:40:04,923 INFO Processing ruok command from /127.0.0.1:59828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:40:04,976 INFO Processing ruok command from /127.0.0.1:59830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:40:14,935 INFO Processing ruok command from /127.0.0.1:59988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:40:14,990 INFO Processing ruok command from /127.0.0.1:59990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:40:24,916 INFO Processing ruok command from /127.0.0.1:60140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:40:24,990 INFO Processing ruok command from /127.0.0.1:60146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:40:34,907 INFO Processing ruok command from /127.0.0.1:60298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:40:35,001 INFO Processing ruok command from /127.0.0.1:60300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:40:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:40:36,591 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:40:44,911 INFO Processing ruok command from /127.0.0.1:60468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:40:45,010 INFO Processing ruok command from /127.0.0.1:60470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:40:54,946 INFO Processing ruok command from /127.0.0.1:60626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:40:55,014 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:41:04,868 INFO Committing global session 0x100004800a2000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:41:04,912 INFO Processing ruok command from /127.0.0.1:60784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:41:04,947 INFO Processing ruok command from /127.0.0.1:60788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:41:14,902 INFO Processing ruok command from /127.0.0.1:60940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:41:14,938 INFO Processing ruok command from /127.0.0.1:60942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:41:24,904 INFO Processing ruok command from /127.0.0.1:32860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:41:24,981 INFO Processing ruok command from /127.0.0.1:32862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:41:34,903 INFO Processing ruok command from /127.0.0.1:33020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:41:34,941 INFO Processing ruok command from /127.0.0.1:33022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:41:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 05:41:44,895 INFO Processing ruok command from /127.0.0.1:33170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:41:44,929 INFO Processing ruok command from /127.0.0.1:33172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:41:54,922 INFO Processing ruok command from /127.0.0.1:33328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:41:55,015 INFO Processing ruok command from /127.0.0.1:33330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:42:04,912 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:42:04,984 INFO Processing ruok command from /127.0.0.1:33486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:42:14,911 INFO Processing ruok command from /127.0.0.1:33634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:42:15,023 INFO Processing ruok command from /127.0.0.1:33636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:42:24,932 INFO Processing ruok command from /127.0.0.1:33792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:42:25,028 INFO Processing ruok command from /127.0.0.1:33794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:42:34,921 INFO Processing ruok command from /127.0.0.1:33956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:42:34,950 INFO Processing ruok command from /127.0.0.1:33958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:42:44,923 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:42:44,962 INFO Processing ruok command from /127.0.0.1:34124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:42:54,908 INFO Processing ruok command from /127.0.0.1:34278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:42:55,019 INFO Processing ruok command from /127.0.0.1:34280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:43:04,916 INFO Processing ruok command from /127.0.0.1:34448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:43:04,948 INFO Committing global session 0x100004800a2000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:43:04,953 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:43:14,907 INFO Processing ruok command from /127.0.0.1:34616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:43:14,987 INFO Processing ruok command from /127.0.0.1:34618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:43:24,932 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:43:24,989 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:43:34,904 INFO Processing ruok command from /127.0.0.1:34932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:43:34,939 INFO Processing ruok command from /127.0.0.1:34938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:43:44,906 INFO Processing ruok command from /127.0.0.1:35092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:43:44,983 INFO Processing ruok command from /127.0.0.1:35098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:43:54,923 INFO Processing ruok command from /127.0.0.1:35244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:43:55,002 INFO Processing ruok command from /127.0.0.1:35246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:44:04,937 INFO Processing ruok command from /127.0.0.1:35402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:44:04,981 INFO Processing ruok command from /127.0.0.1:35404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:44:14,923 INFO Processing ruok command from /127.0.0.1:35552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:44:15,023 INFO Processing ruok command from /127.0.0.1:35554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:44:24,923 INFO Processing ruok command from /127.0.0.1:35702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:44:24,954 INFO Processing ruok command from /127.0.0.1:35704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:44:34,908 INFO Processing ruok command from /127.0.0.1:35860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:44:34,963 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:44:44,945 INFO Processing ruok command from /127.0.0.1:36022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:44:45,008 INFO Processing ruok command from /127.0.0.1:36024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:44:54,944 INFO Processing ruok command from /127.0.0.1:36182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:44:55,013 INFO Processing ruok command from /127.0.0.1:36184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:45:04,575 INFO Committing global session 0x200004899e7000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:45:04,918 INFO Processing ruok command from /127.0.0.1:36350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:45:04,962 INFO Processing ruok command from /127.0.0.1:36352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:45:14,925 INFO Processing ruok command from /127.0.0.1:36502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:45:14,966 INFO Processing ruok command from /127.0.0.1:36504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:45:24,904 INFO Processing ruok command from /127.0.0.1:36646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:45:24,984 INFO Processing ruok command from /127.0.0.1:36652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:45:34,908 INFO Processing ruok command from /127.0.0.1:36810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:45:34,950 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:45:44,910 INFO Processing ruok command from /127.0.0.1:36966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:45:44,953 INFO Processing ruok command from /127.0.0.1:36968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:45:54,926 INFO Processing ruok command from /127.0.0.1:37112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:45:55,034 INFO Processing ruok command from /127.0.0.1:37118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:46:04,936 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:46:04,967 INFO Processing ruok command from /127.0.0.1:37274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:46:14,908 INFO Processing ruok command from /127.0.0.1:37428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:46:15,012 INFO Processing ruok command from /127.0.0.1:37430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:46:24,920 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:46:24,989 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:46:34,921 INFO Processing ruok command from /127.0.0.1:37746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:46:34,989 INFO Processing ruok command from /127.0.0.1:37748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:46:44,908 INFO Processing ruok command from /127.0.0.1:37918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:46:44,957 INFO Processing ruok command from /127.0.0.1:37920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:46:54,931 INFO Processing ruok command from /127.0.0.1:38072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:46:55,024 INFO Processing ruok command from /127.0.0.1:38074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:47:04,907 INFO Committing global session 0x200004899e7000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:47:04,907 INFO Processing ruok command from /127.0.0.1:38230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:47:04,984 INFO Processing ruok command from /127.0.0.1:38236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:47:14,912 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:47:14,993 INFO Processing ruok command from /127.0.0.1:38394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:47:24,916 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:47:24,986 INFO Processing ruok command from /127.0.0.1:38554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:47:34,913 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:47:34,987 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:47:44,902 INFO Processing ruok command from /127.0.0.1:38868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:47:44,938 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:47:54,918 INFO Processing ruok command from /127.0.0.1:39018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:47:54,987 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:48:04,924 INFO Processing ruok command from /127.0.0.1:39178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:48:05,026 INFO Processing ruok command from /127.0.0.1:39180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:48:14,919 INFO Processing ruok command from /127.0.0.1:39328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:48:15,044 INFO Processing ruok command from /127.0.0.1:39330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:48:24,910 INFO Processing ruok command from /127.0.0.1:39478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:48:25,032 INFO Processing ruok command from /127.0.0.1:39480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:48:34,924 INFO Processing ruok command from /127.0.0.1:39644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:48:34,959 INFO Processing ruok command from /127.0.0.1:39646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:48:44,896 INFO Processing ruok command from /127.0.0.1:39800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:48:44,931 INFO Processing ruok command from /127.0.0.1:39802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:48:54,942 INFO Processing ruok command from /127.0.0.1:39954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:48:55,017 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:49:04,824 INFO Committing global session 0x100004800a2000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:49:04,906 INFO Processing ruok command from /127.0.0.1:40110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:49:04,949 INFO Processing ruok command from /127.0.0.1:40112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:49:14,899 INFO Processing ruok command from /127.0.0.1:40280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:49:14,941 INFO Processing ruok command from /127.0.0.1:40282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:49:24,961 INFO Processing ruok command from /127.0.0.1:40444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:49:25,031 INFO Processing ruok command from /127.0.0.1:40446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:49:34,410 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-20 05:49:34,411 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-20 05:49:34,422 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-20 05:49:34,914 INFO Processing ruok command from /127.0.0.1:40612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:49:34,992 INFO Processing ruok command from /127.0.0.1:40614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:49:44,914 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:49:44,971 INFO Processing ruok command from /127.0.0.1:40770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:49:54,909 INFO Processing ruok command from /127.0.0.1:40932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:49:55,052 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:50:04,902 INFO Processing ruok command from /127.0.0.1:41104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:50:04,968 INFO Processing ruok command from /127.0.0.1:41106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:50:14,943 INFO Processing ruok command from /127.0.0.1:41262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:50:15,009 INFO Processing ruok command from /127.0.0.1:41264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:50:24,913 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:50:24,963 INFO Processing ruok command from /127.0.0.1:41430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:50:34,912 INFO Processing ruok command from /127.0.0.1:41584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:50:34,947 INFO Processing ruok command from /127.0.0.1:41586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:50:44,910 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:50:44,958 INFO Processing ruok command from /127.0.0.1:41764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:50:54,917 INFO Processing ruok command from /127.0.0.1:41922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:50:54,996 INFO Processing ruok command from /127.0.0.1:41924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:51:04,913 INFO Processing ruok command from /127.0.0.1:42080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:51:04,939 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 05:51:04,944 INFO Committing global session 0x30000484a23000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:51:04,953 INFO Processing ruok command from /127.0.0.1:42082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:51:05,713 INFO Submitting global closeSession request for session 0x30000484a23000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:51:14,928 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:51:15,006 INFO Processing ruok command from /127.0.0.1:42236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:51:24,907 INFO Processing ruok command from /127.0.0.1:42388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:51:25,048 INFO Processing ruok command from /127.0.0.1:42394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:51:34,990 INFO Processing ruok command from /127.0.0.1:42548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:51:35,062 INFO Processing ruok command from /127.0.0.1:42550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:51:44,924 INFO Processing ruok command from /127.0.0.1:42708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:51:44,987 INFO Processing ruok command from /127.0.0.1:42710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:51:54,905 INFO Processing ruok command from /127.0.0.1:42862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:51:55,008 INFO Processing ruok command from /127.0.0.1:42864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:52:04,942 INFO Processing ruok command from /127.0.0.1:43020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:52:05,016 INFO Processing ruok command from /127.0.0.1:43022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:52:14,911 INFO Processing ruok command from /127.0.0.1:43182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:52:14,990 INFO Processing ruok command from /127.0.0.1:43184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:52:24,941 INFO Processing ruok command from /127.0.0.1:43338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:52:24,973 INFO Processing ruok command from /127.0.0.1:43340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:52:34,913 INFO Processing ruok command from /127.0.0.1:43500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:52:34,951 INFO Processing ruok command from /127.0.0.1:43502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:52:44,947 INFO Processing ruok command from /127.0.0.1:43660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:52:44,986 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:52:54,908 INFO Processing ruok command from /127.0.0.1:43810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:52:55,003 INFO Processing ruok command from /127.0.0.1:43812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:53:04,884 INFO Committing global session 0x200004899e7000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:53:04,910 INFO Processing ruok command from /127.0.0.1:43958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:53:04,978 INFO Processing ruok command from /127.0.0.1:43964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:53:14,910 INFO Processing ruok command from /127.0.0.1:44116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:53:14,946 INFO Processing ruok command from /127.0.0.1:44118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:53:24,938 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:53:25,003 INFO Processing ruok command from /127.0.0.1:44272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:53:34,935 INFO Processing ruok command from /127.0.0.1:44432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:53:35,029 INFO Processing ruok command from /127.0.0.1:44434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:53:44,932 INFO Processing ruok command from /127.0.0.1:44590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:53:45,005 INFO Processing ruok command from /127.0.0.1:44592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:53:54,913 INFO Processing ruok command from /127.0.0.1:44740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:53:54,990 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:54:04,905 INFO Processing ruok command from /127.0.0.1:44908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:54:04,947 INFO Processing ruok command from /127.0.0.1:44910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:54:14,898 INFO Processing ruok command from /127.0.0.1:45066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:54:14,977 INFO Processing ruok command from /127.0.0.1:45068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:54:24,919 INFO Processing ruok command from /127.0.0.1:45230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:54:24,988 INFO Processing ruok command from /127.0.0.1:45232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:54:34,930 INFO Processing ruok command from /127.0.0.1:45384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:54:34,996 INFO Processing ruok command from /127.0.0.1:45390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:54:44,907 INFO Processing ruok command from /127.0.0.1:45554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:54:44,949 INFO Processing ruok command from /127.0.0.1:45556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:54:54,933 INFO Processing ruok command from /127.0.0.1:45708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:54:55,009 INFO Processing ruok command from /127.0.0.1:45710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:55:04,929 INFO Processing ruok command from /127.0.0.1:45862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:55:04,962 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 05:55:04,988 INFO Committing global session 0x30000484a23000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:55:05,010 INFO Processing ruok command from /127.0.0.1:45864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:55:05,741 INFO Submitting global closeSession request for session 0x30000484a23000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 05:55:14,923 INFO Processing ruok command from /127.0.0.1:46012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:55:15,023 INFO Processing ruok command from /127.0.0.1:46018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:55:24,903 INFO Processing ruok command from /127.0.0.1:46164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:55:24,995 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:55:34,903 INFO Processing ruok command from /127.0.0.1:46318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:55:35,014 INFO Processing ruok command from /127.0.0.1:46320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:55:44,909 INFO Processing ruok command from /127.0.0.1:46486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:55:45,011 INFO Processing ruok command from /127.0.0.1:46488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:55:54,906 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:55:54,979 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:56:04,906 INFO Processing ruok command from /127.0.0.1:46810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:56:04,942 INFO Processing ruok command from /127.0.0.1:46812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:56:14,912 INFO Processing ruok command from /127.0.0.1:46962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:56:14,976 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:56:24,908 INFO Processing ruok command from /127.0.0.1:47122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:56:24,952 INFO Processing ruok command from /127.0.0.1:47124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:56:34,905 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:56:34,972 INFO Processing ruok command from /127.0.0.1:47284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:56:44,902 INFO Processing ruok command from /127.0.0.1:47438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:56:44,963 INFO Processing ruok command from /127.0.0.1:47440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:56:54,967 INFO Processing ruok command from /127.0.0.1:47584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:56:55,068 INFO Processing ruok command from /127.0.0.1:47590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:57:04,498 INFO Committing global session 0x200004899e70010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:57:04,918 INFO Processing ruok command from /127.0.0.1:47746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:57:04,981 INFO Processing ruok command from /127.0.0.1:47748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:57:14,924 INFO Processing ruok command from /127.0.0.1:47900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:57:14,950 INFO Processing ruok command from /127.0.0.1:47902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:57:24,942 INFO Processing ruok command from /127.0.0.1:48062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:57:25,000 INFO Processing ruok command from /127.0.0.1:48064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:57:34,923 INFO Processing ruok command from /127.0.0.1:48222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:57:34,965 INFO Processing ruok command from /127.0.0.1:48224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:57:44,909 INFO Processing ruok command from /127.0.0.1:48376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:57:44,950 INFO Processing ruok command from /127.0.0.1:48378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:57:54,908 INFO Processing ruok command from /127.0.0.1:48538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:57:54,969 INFO Processing ruok command from /127.0.0.1:48540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:58:04,910 INFO Processing ruok command from /127.0.0.1:48694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:58:04,942 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:58:14,923 INFO Processing ruok command from /127.0.0.1:48850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:58:15,009 INFO Processing ruok command from /127.0.0.1:48852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:58:24,940 INFO Processing ruok command from /127.0.0.1:49008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:58:25,045 INFO Processing ruok command from /127.0.0.1:49010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:58:34,916 INFO Processing ruok command from /127.0.0.1:49164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:58:34,988 INFO Processing ruok command from /127.0.0.1:49166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:58:44,899 INFO Processing ruok command from /127.0.0.1:49322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:58:44,938 INFO Processing ruok command from /127.0.0.1:49326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:58:54,928 INFO Processing ruok command from /127.0.0.1:49482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:58:55,029 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:59:04,917 INFO Processing ruok command from /127.0.0.1:49644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:59:04,972 INFO Processing ruok command from /127.0.0.1:49646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:59:05,251 INFO Committing global session 0x200004899e70011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 05:59:14,932 INFO Processing ruok command from /127.0.0.1:49798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:59:14,965 INFO Processing ruok command from /127.0.0.1:49800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:59:24,911 INFO Processing ruok command from /127.0.0.1:49950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:59:24,988 INFO Processing ruok command from /127.0.0.1:49952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:59:34,928 INFO Processing ruok command from /127.0.0.1:50108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:59:34,986 INFO Processing ruok command from /127.0.0.1:50110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:59:44,920 INFO Processing ruok command from /127.0.0.1:50264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:59:44,995 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 05:59:54,944 INFO Processing ruok command from /127.0.0.1:50416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 05:59:55,045 INFO Processing ruok command from /127.0.0.1:50418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:00:04,906 INFO Processing ruok command from /127.0.0.1:50574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:00:05,016 INFO Processing ruok command from /127.0.0.1:50576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:00:14,906 INFO Processing ruok command from /127.0.0.1:50730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:00:14,950 INFO Processing ruok command from /127.0.0.1:50732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:00:24,926 INFO Processing ruok command from /127.0.0.1:50884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:00:25,014 INFO Processing ruok command from /127.0.0.1:50886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:00:34,930 INFO Processing ruok command from /127.0.0.1:51048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:00:35,033 INFO Processing ruok command from /127.0.0.1:51050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:00:44,966 INFO Processing ruok command from /127.0.0.1:51214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:00:44,983 INFO Processing ruok command from /127.0.0.1:51216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:00:54,920 INFO Processing ruok command from /127.0.0.1:51368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:00:54,972 INFO Processing ruok command from /127.0.0.1:51370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:01:04,761 INFO Committing global session 0x200004899e70012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:01:04,920 INFO Processing ruok command from /127.0.0.1:51524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:01:05,001 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:01:14,911 INFO Processing ruok command from /127.0.0.1:51676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:01:14,953 INFO Processing ruok command from /127.0.0.1:51678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:01:24,905 INFO Processing ruok command from /127.0.0.1:51826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:01:25,043 INFO Processing ruok command from /127.0.0.1:51828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:01:34,926 INFO Processing ruok command from /127.0.0.1:51982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:01:35,035 INFO Processing ruok command from /127.0.0.1:51984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:01:44,906 INFO Processing ruok command from /127.0.0.1:52148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:01:44,979 INFO Processing ruok command from /127.0.0.1:52150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:01:54,908 INFO Processing ruok command from /127.0.0.1:52294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:01:55,004 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:02:04,927 INFO Processing ruok command from /127.0.0.1:52450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:02:04,977 INFO Processing ruok command from /127.0.0.1:52452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:02:14,916 INFO Processing ruok command from /127.0.0.1:52608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:02:14,977 INFO Processing ruok command from /127.0.0.1:52610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:02:24,936 INFO Processing ruok command from /127.0.0.1:52764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:02:25,012 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:02:34,912 INFO Processing ruok command from /127.0.0.1:52922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:02:34,979 INFO Processing ruok command from /127.0.0.1:52924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:02:44,913 INFO Processing ruok command from /127.0.0.1:53088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:02:44,986 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:02:54,920 INFO Processing ruok command from /127.0.0.1:53234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:02:55,019 INFO Processing ruok command from /127.0.0.1:53236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:03:04,773 INFO Committing global session 0x100004800a2000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:03:04,914 INFO Processing ruok command from /127.0.0.1:53392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:03:04,951 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:03:14,935 INFO Processing ruok command from /127.0.0.1:53548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:03:15,012 INFO Processing ruok command from /127.0.0.1:53550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:03:24,919 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:03:24,952 INFO Processing ruok command from /127.0.0.1:53704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:03:34,914 INFO Processing ruok command from /127.0.0.1:53858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:03:34,978 INFO Processing ruok command from /127.0.0.1:53860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:03:44,920 INFO Processing ruok command from /127.0.0.1:54018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:03:45,066 INFO Processing ruok command from /127.0.0.1:54020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:03:54,939 INFO Processing ruok command from /127.0.0.1:54176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:03:55,043 INFO Processing ruok command from /127.0.0.1:54178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:04:04,934 INFO Processing ruok command from /127.0.0.1:54342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:04:04,972 INFO Processing ruok command from /127.0.0.1:54344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:04:14,899 INFO Processing ruok command from /127.0.0.1:54498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:04:14,936 INFO Processing ruok command from /127.0.0.1:54500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:04:24,946 INFO Processing ruok command from /127.0.0.1:54650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:04:25,044 INFO Processing ruok command from /127.0.0.1:54652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:04:34,932 INFO Processing ruok command from /127.0.0.1:54810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:04:34,997 INFO Processing ruok command from /127.0.0.1:54812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:04:44,908 INFO Processing ruok command from /127.0.0.1:54974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:04:44,956 INFO Processing ruok command from /127.0.0.1:54976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:04:54,919 INFO Processing ruok command from /127.0.0.1:55132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:04:54,960 INFO Processing ruok command from /127.0.0.1:55134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:05:04,631 INFO Committing global session 0x200004899e70013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:05:04,924 INFO Processing ruok command from /127.0.0.1:55284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:05:04,976 INFO Processing ruok command from /127.0.0.1:55286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:05:14,913 INFO Processing ruok command from /127.0.0.1:55442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:05:14,957 INFO Processing ruok command from /127.0.0.1:55444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:05:24,900 INFO Processing ruok command from /127.0.0.1:55604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:05:24,979 INFO Processing ruok command from /127.0.0.1:55606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:05:34,924 INFO Processing ruok command from /127.0.0.1:55760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:05:35,004 INFO Processing ruok command from /127.0.0.1:55762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:05:44,907 INFO Processing ruok command from /127.0.0.1:55936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:05:44,973 INFO Processing ruok command from /127.0.0.1:55938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:05:54,931 INFO Processing ruok command from /127.0.0.1:56102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:05:55,062 INFO Processing ruok command from /127.0.0.1:56104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:06:04,904 INFO Processing ruok command from /127.0.0.1:56262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:06:04,942 INFO Processing ruok command from /127.0.0.1:56264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:06:14,908 INFO Processing ruok command from /127.0.0.1:56428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:06:14,975 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:06:24,919 INFO Processing ruok command from /127.0.0.1:56588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:06:25,016 INFO Processing ruok command from /127.0.0.1:56590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:06:34,914 INFO Processing ruok command from /127.0.0.1:56754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:06:34,963 INFO Processing ruok command from /127.0.0.1:56756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:06:44,919 INFO Processing ruok command from /127.0.0.1:56920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:06:44,975 INFO Processing ruok command from /127.0.0.1:56922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:06:54,907 INFO Processing ruok command from /127.0.0.1:57080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:06:54,980 INFO Processing ruok command from /127.0.0.1:57082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:07:04,777 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 06:07:04,788 INFO Committing global session 0x30000484a23000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:07:04,912 INFO Processing ruok command from /127.0.0.1:57240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:07:04,975 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:07:05,613 INFO Submitting global closeSession request for session 0x30000484a23000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:07:14,917 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:07:14,961 INFO Processing ruok command from /127.0.0.1:57392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:07:24,912 INFO Processing ruok command from /127.0.0.1:57544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:07:25,007 INFO Processing ruok command from /127.0.0.1:57546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:07:34,924 INFO Processing ruok command from /127.0.0.1:57704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:07:34,958 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:07:44,932 INFO Processing ruok command from /127.0.0.1:57860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:07:44,960 INFO Processing ruok command from /127.0.0.1:57862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:07:54,903 INFO Processing ruok command from /127.0.0.1:58014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:07:55,012 INFO Processing ruok command from /127.0.0.1:58016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:08:04,906 INFO Processing ruok command from /127.0.0.1:58182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:08:04,944 INFO Processing ruok command from /127.0.0.1:58184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:08:14,902 INFO Processing ruok command from /127.0.0.1:58338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:08:14,947 INFO Processing ruok command from /127.0.0.1:58340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:08:24,919 INFO Processing ruok command from /127.0.0.1:58488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:08:24,996 INFO Processing ruok command from /127.0.0.1:58490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:08:34,910 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:08:34,950 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:08:44,925 INFO Processing ruok command from /127.0.0.1:58802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:08:44,965 INFO Processing ruok command from /127.0.0.1:58804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:08:54,920 INFO Processing ruok command from /127.0.0.1:58956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:08:55,003 INFO Processing ruok command from /127.0.0.1:58958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:09:04,908 INFO Processing ruok command from /127.0.0.1:59110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:09:04,958 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 06:09:04,963 INFO Committing global session 0x30000484a23000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:09:04,979 INFO Processing ruok command from /127.0.0.1:59112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:09:05,764 INFO Submitting global closeSession request for session 0x30000484a23000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:09:14,904 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:09:14,973 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:09:24,920 INFO Processing ruok command from /127.0.0.1:59418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:09:24,997 INFO Processing ruok command from /127.0.0.1:59420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:09:34,911 INFO Processing ruok command from /127.0.0.1:59574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:09:34,948 INFO Processing ruok command from /127.0.0.1:59576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:09:44,918 INFO Processing ruok command from /127.0.0.1:59740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:09:44,953 INFO Processing ruok command from /127.0.0.1:59742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:09:54,907 INFO Processing ruok command from /127.0.0.1:59894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:09:54,947 INFO Processing ruok command from /127.0.0.1:59896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:10:04,910 INFO Processing ruok command from /127.0.0.1:60056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:10:04,987 INFO Processing ruok command from /127.0.0.1:60058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:10:14,905 INFO Processing ruok command from /127.0.0.1:60210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:10:14,947 INFO Processing ruok command from /127.0.0.1:60212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:10:24,908 INFO Processing ruok command from /127.0.0.1:60374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:10:25,006 INFO Processing ruok command from /127.0.0.1:60376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:10:34,900 INFO Processing ruok command from /127.0.0.1:60532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:10:34,937 INFO Processing ruok command from /127.0.0.1:60534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:10:44,926 INFO Processing ruok command from /127.0.0.1:60714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:10:44,972 INFO Processing ruok command from /127.0.0.1:60716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:10:54,899 INFO Processing ruok command from /127.0.0.1:60876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:10:54,976 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:11:04,841 INFO Committing global session 0x200004899e70014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:11:04,907 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:11:04,977 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:11:14,910 INFO Processing ruok command from /127.0.0.1:32968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:11:14,950 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:11:24,927 INFO Processing ruok command from /127.0.0.1:33128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:11:24,993 INFO Processing ruok command from /127.0.0.1:33130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:11:34,914 INFO Processing ruok command from /127.0.0.1:33288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:11:34,990 INFO Processing ruok command from /127.0.0.1:33290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:11:44,919 INFO Processing ruok command from /127.0.0.1:33444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:11:44,956 INFO Processing ruok command from /127.0.0.1:33446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:11:54,924 INFO Processing ruok command from /127.0.0.1:33598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:11:54,965 INFO Processing ruok command from /127.0.0.1:33600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:12:04,920 INFO Processing ruok command from /127.0.0.1:33750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:12:04,977 INFO Processing ruok command from /127.0.0.1:33752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:12:14,898 INFO Processing ruok command from /127.0.0.1:33898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:12:14,937 INFO Processing ruok command from /127.0.0.1:33900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:12:24,905 INFO Processing ruok command from /127.0.0.1:34058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:12:24,957 INFO Processing ruok command from /127.0.0.1:34060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:12:34,893 INFO Processing ruok command from /127.0.0.1:34220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:12:34,929 INFO Processing ruok command from /127.0.0.1:34222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:12:44,900 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:12:44,937 INFO Processing ruok command from /127.0.0.1:34386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:12:54,923 INFO Processing ruok command from /127.0.0.1:34538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:12:54,980 INFO Processing ruok command from /127.0.0.1:34540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:13:04,585 INFO Committing global session 0x100004800a20010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:13:04,906 INFO Processing ruok command from /127.0.0.1:34696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:13:04,980 INFO Processing ruok command from /127.0.0.1:34698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:13:14,909 INFO Processing ruok command from /127.0.0.1:34852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:13:14,956 INFO Processing ruok command from /127.0.0.1:34854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:13:24,902 INFO Processing ruok command from /127.0.0.1:35016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:13:24,953 INFO Processing ruok command from /127.0.0.1:35018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:13:34,912 INFO Processing ruok command from /127.0.0.1:35172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:13:34,957 INFO Processing ruok command from /127.0.0.1:35174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:13:44,910 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:13:44,965 INFO Processing ruok command from /127.0.0.1:35328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:13:54,915 INFO Processing ruok command from /127.0.0.1:35484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:13:54,992 INFO Processing ruok command from /127.0.0.1:35486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:14:04,908 INFO Processing ruok command from /127.0.0.1:35644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:14:04,949 INFO Processing ruok command from /127.0.0.1:35646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:14:14,909 INFO Processing ruok command from /127.0.0.1:35800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:14:14,974 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:14:24,915 INFO Processing ruok command from /127.0.0.1:35958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:14:25,010 INFO Processing ruok command from /127.0.0.1:35960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:14:34,910 INFO Processing ruok command from /127.0.0.1:36114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:14:34,984 INFO Processing ruok command from /127.0.0.1:36116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:14:44,915 INFO Processing ruok command from /127.0.0.1:36282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:14:44,954 INFO Processing ruok command from /127.0.0.1:36284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:14:54,917 INFO Processing ruok command from /127.0.0.1:36436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:14:55,002 INFO Processing ruok command from /127.0.0.1:36438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:15:04,787 INFO Committing global session 0x100004800a20011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:15:04,897 INFO Processing ruok command from /127.0.0.1:36594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:15:04,969 INFO Processing ruok command from /127.0.0.1:36596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:15:14,898 INFO Processing ruok command from /127.0.0.1:36746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:15:14,940 INFO Processing ruok command from /127.0.0.1:36748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:15:24,906 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:15:24,953 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:15:34,928 INFO Processing ruok command from /127.0.0.1:37052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:15:35,010 INFO Processing ruok command from /127.0.0.1:37054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:15:44,918 INFO Processing ruok command from /127.0.0.1:37212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:15:44,955 INFO Processing ruok command from /127.0.0.1:37214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:15:54,907 INFO Processing ruok command from /127.0.0.1:37372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:15:54,980 INFO Processing ruok command from /127.0.0.1:37374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:16:04,919 INFO Processing ruok command from /127.0.0.1:37536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:16:04,957 INFO Processing ruok command from /127.0.0.1:37538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:16:14,898 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:16:14,967 INFO Processing ruok command from /127.0.0.1:37690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:16:24,932 INFO Processing ruok command from /127.0.0.1:37844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:16:24,968 INFO Processing ruok command from /127.0.0.1:37846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:16:34,935 INFO Processing ruok command from /127.0.0.1:37994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:16:34,952 INFO Processing ruok command from /127.0.0.1:37996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:16:44,928 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:16:44,981 INFO Processing ruok command from /127.0.0.1:38164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:16:54,894 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:16:54,983 INFO Processing ruok command from /127.0.0.1:38310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:17:04,742 INFO Committing global session 0x200004899e70015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:17:04,903 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:17:04,946 INFO Processing ruok command from /127.0.0.1:38468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:17:14,919 INFO Processing ruok command from /127.0.0.1:38620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:17:14,981 INFO Processing ruok command from /127.0.0.1:38622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:17:24,912 INFO Processing ruok command from /127.0.0.1:38772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:17:24,961 INFO Processing ruok command from /127.0.0.1:38774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:17:34,897 INFO Processing ruok command from /127.0.0.1:38926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:17:34,936 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:17:44,909 INFO Processing ruok command from /127.0.0.1:39078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:17:44,975 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:17:54,927 INFO Processing ruok command from /127.0.0.1:39238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:17:54,979 INFO Processing ruok command from /127.0.0.1:39240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:18:04,921 INFO Processing ruok command from /127.0.0.1:39398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:18:04,977 INFO Processing ruok command from /127.0.0.1:39400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:18:14,919 INFO Processing ruok command from /127.0.0.1:39548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:18:14,951 INFO Processing ruok command from /127.0.0.1:39550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:18:24,898 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:18:24,948 INFO Processing ruok command from /127.0.0.1:39712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:18:34,933 INFO Processing ruok command from /127.0.0.1:39860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:18:35,017 INFO Processing ruok command from /127.0.0.1:39862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:18:36,587 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:18:44,914 INFO Processing ruok command from /127.0.0.1:40022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:18:44,972 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:18:54,919 INFO Processing ruok command from /127.0.0.1:40196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:18:54,987 INFO Processing ruok command from /127.0.0.1:40200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:19:04,657 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 06:19:04,662 INFO Committing global session 0x30000484a23000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:19:04,911 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:19:04,970 INFO Processing ruok command from /127.0.0.1:40362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:19:05,471 INFO Submitting global closeSession request for session 0x30000484a23000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:19:14,908 INFO Processing ruok command from /127.0.0.1:40530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:19:14,946 INFO Processing ruok command from /127.0.0.1:40532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:19:24,929 INFO Processing ruok command from /127.0.0.1:40692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:19:25,012 INFO Processing ruok command from /127.0.0.1:40694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:19:34,922 INFO Processing ruok command from /127.0.0.1:40862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:19:34,982 INFO Processing ruok command from /127.0.0.1:40864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:19:36,585 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:19:44,906 INFO Processing ruok command from /127.0.0.1:41030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:19:44,983 INFO Processing ruok command from /127.0.0.1:41032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:19:54,906 INFO Processing ruok command from /127.0.0.1:41184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:19:54,953 INFO Processing ruok command from /127.0.0.1:41186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:20:04,912 INFO Processing ruok command from /127.0.0.1:41342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:20:04,951 INFO Processing ruok command from /127.0.0.1:41344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:20:14,908 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:20:14,945 INFO Processing ruok command from /127.0.0.1:41500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:20:24,913 INFO Processing ruok command from /127.0.0.1:41650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:20:24,991 INFO Processing ruok command from /127.0.0.1:41652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:20:34,924 INFO Processing ruok command from /127.0.0.1:41810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:20:34,966 INFO Processing ruok command from /127.0.0.1:41812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:20:36,586 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:20:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:20:36,597 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:20:44,916 INFO Processing ruok command from /127.0.0.1:41978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:20:44,990 INFO Processing ruok command from /127.0.0.1:41980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:20:54,914 INFO Processing ruok command from /127.0.0.1:42140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:20:54,983 INFO Processing ruok command from /127.0.0.1:42142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:21:04,662 INFO Committing global session 0x100004800a20012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:21:04,912 INFO Processing ruok command from /127.0.0.1:42302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:21:04,999 INFO Processing ruok command from /127.0.0.1:42304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:21:14,903 INFO Processing ruok command from /127.0.0.1:42458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:21:14,977 INFO Processing ruok command from /127.0.0.1:42460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:21:24,917 INFO Processing ruok command from /127.0.0.1:42612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:21:24,967 INFO Processing ruok command from /127.0.0.1:42614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:21:34,912 INFO Processing ruok command from /127.0.0.1:42764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:21:34,982 INFO Processing ruok command from /127.0.0.1:42766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:21:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:21:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:21:44,904 INFO Processing ruok command from /127.0.0.1:42924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:21:44,981 INFO Processing ruok command from /127.0.0.1:42926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:21:54,906 INFO Processing ruok command from /127.0.0.1:43074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:21:54,983 INFO Processing ruok command from /127.0.0.1:43076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:22:04,913 INFO Processing ruok command from /127.0.0.1:43230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:22:04,951 INFO Processing ruok command from /127.0.0.1:43232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:22:14,901 INFO Processing ruok command from /127.0.0.1:43400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:22:14,970 INFO Processing ruok command from /127.0.0.1:43402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:22:24,906 INFO Processing ruok command from /127.0.0.1:43566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:22:24,990 INFO Processing ruok command from /127.0.0.1:43568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:22:34,916 INFO Processing ruok command from /127.0.0.1:43722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:22:34,980 INFO Processing ruok command from /127.0.0.1:43724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:22:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:22:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:22:44,924 INFO Processing ruok command from /127.0.0.1:43896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:22:44,963 INFO Processing ruok command from /127.0.0.1:43898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:22:54,921 INFO Processing ruok command from /127.0.0.1:44054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:22:55,013 INFO Processing ruok command from /127.0.0.1:44056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:23:04,608 INFO Committing global session 0x200004899e70016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:23:04,915 INFO Processing ruok command from /127.0.0.1:44220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:23:04,951 INFO Processing ruok command from /127.0.0.1:44222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:23:14,922 INFO Processing ruok command from /127.0.0.1:44378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:23:14,974 INFO Processing ruok command from /127.0.0.1:44380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:23:24,906 INFO Processing ruok command from /127.0.0.1:44534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:23:24,982 INFO Processing ruok command from /127.0.0.1:44536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:23:34,903 INFO Processing ruok command from /127.0.0.1:44696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:23:34,955 INFO Processing ruok command from /127.0.0.1:44698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:23:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:23:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:23:44,923 INFO Processing ruok command from /127.0.0.1:44856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:23:44,959 INFO Processing ruok command from /127.0.0.1:44858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:23:54,919 INFO Processing ruok command from /127.0.0.1:45008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:23:54,991 INFO Processing ruok command from /127.0.0.1:45010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:24:04,907 INFO Processing ruok command from /127.0.0.1:45164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:24:04,974 INFO Processing ruok command from /127.0.0.1:45166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:24:14,913 INFO Processing ruok command from /127.0.0.1:45324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:24:14,966 INFO Processing ruok command from /127.0.0.1:45326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:24:24,909 INFO Processing ruok command from /127.0.0.1:45484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:24:24,997 INFO Processing ruok command from /127.0.0.1:45486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:24:34,906 INFO Processing ruok command from /127.0.0.1:45644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:24:34,968 INFO Processing ruok command from /127.0.0.1:45646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:24:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:24:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:24:36,597 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:24:44,915 INFO Processing ruok command from /127.0.0.1:45808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:24:44,976 INFO Processing ruok command from /127.0.0.1:45810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:24:54,935 INFO Processing ruok command from /127.0.0.1:45958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:24:55,011 INFO Processing ruok command from /127.0.0.1:45960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:25:04,912 INFO Processing ruok command from /127.0.0.1:46114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:25:04,981 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:25:05,049 INFO Committing global session 0x100004800a20013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:25:14,913 INFO Processing ruok command from /127.0.0.1:46268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:25:14,951 INFO Processing ruok command from /127.0.0.1:46270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:25:24,920 INFO Processing ruok command from /127.0.0.1:46420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:25:24,996 INFO Processing ruok command from /127.0.0.1:46422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:25:34,937 INFO Processing ruok command from /127.0.0.1:46578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:25:34,973 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:25:36,587 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:25:36,595 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:25:44,901 INFO Processing ruok command from /127.0.0.1:46748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:25:44,956 INFO Processing ruok command from /127.0.0.1:46750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:25:54,926 INFO Processing ruok command from /127.0.0.1:46912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:25:55,032 INFO Processing ruok command from /127.0.0.1:46914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:26:04,928 INFO Processing ruok command from /127.0.0.1:47072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:26:04,997 INFO Processing ruok command from /127.0.0.1:47074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:26:14,900 INFO Processing ruok command from /127.0.0.1:47234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:26:14,937 INFO Processing ruok command from /127.0.0.1:47236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:26:24,912 INFO Processing ruok command from /127.0.0.1:47382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:26:24,985 INFO Processing ruok command from /127.0.0.1:47384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:26:34,907 INFO Processing ruok command from /127.0.0.1:47548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:26:34,980 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:26:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:26:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:26:36,598 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-07-20 06:26:44,902 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:26:44,960 INFO Processing ruok command from /127.0.0.1:47710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:26:54,931 INFO Processing ruok command from /127.0.0.1:47858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:26:55,007 INFO Processing ruok command from /127.0.0.1:47860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:27:04,748 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 06:27:04,764 INFO Committing global session 0x30000484a230010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:27:04,918 INFO Processing ruok command from /127.0.0.1:48014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:27:04,976 INFO Processing ruok command from /127.0.0.1:48016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:27:05,541 INFO Submitting global closeSession request for session 0x30000484a230010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:27:14,910 INFO Processing ruok command from /127.0.0.1:48170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:27:14,946 INFO Processing ruok command from /127.0.0.1:48172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:27:24,918 INFO Processing ruok command from /127.0.0.1:48318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:27:25,004 INFO Processing ruok command from /127.0.0.1:48320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:27:34,906 INFO Processing ruok command from /127.0.0.1:48482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:27:34,949 INFO Processing ruok command from /127.0.0.1:48484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:27:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:27:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:27:36,598 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:27:44,932 INFO Processing ruok command from /127.0.0.1:48636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:27:44,957 INFO Processing ruok command from /127.0.0.1:48638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:27:54,923 INFO Processing ruok command from /127.0.0.1:48786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:27:54,969 INFO Processing ruok command from /127.0.0.1:48788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:28:04,908 INFO Processing ruok command from /127.0.0.1:48946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:28:04,961 INFO Processing ruok command from /127.0.0.1:48948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:28:14,904 INFO Processing ruok command from /127.0.0.1:49102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:28:14,995 INFO Processing ruok command from /127.0.0.1:49104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:28:24,930 INFO Processing ruok command from /127.0.0.1:49260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:28:25,002 INFO Processing ruok command from /127.0.0.1:49262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:28:34,908 INFO Processing ruok command from /127.0.0.1:49412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:28:34,957 INFO Processing ruok command from /127.0.0.1:49414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:28:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:28:36,592 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:28:36,598 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:28:44,920 INFO Processing ruok command from /127.0.0.1:49570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:28:44,957 INFO Processing ruok command from /127.0.0.1:49572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:28:54,933 INFO Processing ruok command from /127.0.0.1:49722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:28:54,997 INFO Processing ruok command from /127.0.0.1:49724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:29:04,855 INFO Committing global session 0x200004899e70017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:29:04,903 INFO Processing ruok command from /127.0.0.1:49880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:29:04,941 INFO Processing ruok command from /127.0.0.1:49882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:29:14,914 INFO Processing ruok command from /127.0.0.1:50036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:29:14,949 INFO Processing ruok command from /127.0.0.1:50038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:29:24,924 INFO Processing ruok command from /127.0.0.1:50196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:29:24,973 INFO Processing ruok command from /127.0.0.1:50198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:29:34,903 INFO Processing ruok command from /127.0.0.1:50354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:29:34,935 INFO Processing ruok command from /127.0.0.1:50356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:29:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:29:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:29:36,598 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:29:44,909 INFO Processing ruok command from /127.0.0.1:50512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:29:44,948 INFO Processing ruok command from /127.0.0.1:50514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:29:54,896 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:29:54,981 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:30:04,898 INFO Processing ruok command from /127.0.0.1:50822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:30:04,975 INFO Processing ruok command from /127.0.0.1:50824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:30:14,905 INFO Processing ruok command from /127.0.0.1:50978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:30:14,940 INFO Processing ruok command from /127.0.0.1:50980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:30:24,920 INFO Processing ruok command from /127.0.0.1:51142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:30:24,991 INFO Processing ruok command from /127.0.0.1:51144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:30:34,922 INFO Processing ruok command from /127.0.0.1:51298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:30:34,974 INFO Processing ruok command from /127.0.0.1:51300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:30:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:30:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:30:44,905 INFO Processing ruok command from /127.0.0.1:51466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:30:44,941 INFO Processing ruok command from /127.0.0.1:51468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:30:54,905 INFO Processing ruok command from /127.0.0.1:51618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:30:54,979 INFO Processing ruok command from /127.0.0.1:51620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:31:04,570 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 06:31:04,574 INFO Committing global session 0x30000484a230011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:31:04,906 INFO Processing ruok command from /127.0.0.1:51776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:31:04,943 INFO Processing ruok command from /127.0.0.1:51778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:31:05,381 INFO Submitting global closeSession request for session 0x30000484a230011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:31:14,913 INFO Processing ruok command from /127.0.0.1:51930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:31:14,947 INFO Processing ruok command from /127.0.0.1:51932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:31:24,910 INFO Processing ruok command from /127.0.0.1:52080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:31:24,990 INFO Processing ruok command from /127.0.0.1:52082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:31:34,896 INFO Processing ruok command from /127.0.0.1:52228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:31:34,939 INFO Processing ruok command from /127.0.0.1:52230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:31:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:31:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:31:36,597 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:31:36,604 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:31:36,610 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:31:44,907 INFO Processing ruok command from /127.0.0.1:52384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:31:44,953 INFO Processing ruok command from /127.0.0.1:52386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:31:54,893 INFO Processing ruok command from /127.0.0.1:52540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:31:54,964 INFO Processing ruok command from /127.0.0.1:52542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:32:04,926 INFO Processing ruok command from /127.0.0.1:52696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:32:04,989 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:32:14,910 INFO Processing ruok command from /127.0.0.1:52850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:32:14,981 INFO Processing ruok command from /127.0.0.1:52852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:32:24,932 INFO Processing ruok command from /127.0.0.1:53004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:32:24,993 INFO Processing ruok command from /127.0.0.1:53006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:32:34,904 INFO Processing ruok command from /127.0.0.1:53160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:32:34,939 INFO Processing ruok command from /127.0.0.1:53162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:32:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:32:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:32:36,598 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:32:36,604 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:32:36,610 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:32:44,926 INFO Processing ruok command from /127.0.0.1:53322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:32:44,950 INFO Processing ruok command from /127.0.0.1:53324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:32:54,919 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:32:54,979 INFO Processing ruok command from /127.0.0.1:53476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:33:04,814 INFO Committing global session 0x100004800a20014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:33:04,911 INFO Processing ruok command from /127.0.0.1:53628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:33:04,953 INFO Processing ruok command from /127.0.0.1:53632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:33:14,903 INFO Processing ruok command from /127.0.0.1:53784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:33:14,982 INFO Processing ruok command from /127.0.0.1:53786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:33:24,918 INFO Processing ruok command from /127.0.0.1:53934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:33:25,016 INFO Processing ruok command from /127.0.0.1:53936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:33:34,916 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:33:34,959 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:33:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:33:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:33:36,597 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:33:36,603 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:33:36,609 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:33:44,903 INFO Processing ruok command from /127.0.0.1:54256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:33:44,938 INFO Processing ruok command from /127.0.0.1:54258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:33:54,892 INFO Processing ruok command from /127.0.0.1:54410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:33:55,093 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:34:04,916 INFO Processing ruok command from /127.0.0.1:54570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:34:04,989 INFO Processing ruok command from /127.0.0.1:54572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:34:14,918 INFO Processing ruok command from /127.0.0.1:54724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:34:14,985 INFO Processing ruok command from /127.0.0.1:54726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:34:24,919 INFO Processing ruok command from /127.0.0.1:54884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:34:24,997 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:34:34,910 INFO Processing ruok command from /127.0.0.1:55044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:34:34,982 INFO Processing ruok command from /127.0.0.1:55046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:34:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:34:44,928 INFO Processing ruok command from /127.0.0.1:55204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:34:44,970 INFO Processing ruok command from /127.0.0.1:55206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:34:54,916 INFO Processing ruok command from /127.0.0.1:55356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:34:54,987 INFO Processing ruok command from /127.0.0.1:55358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:35:04,758 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 06:35:04,766 INFO Committing global session 0x30000484a230012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:35:04,903 INFO Processing ruok command from /127.0.0.1:55512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:35:04,996 INFO Processing ruok command from /127.0.0.1:55514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:35:05,561 INFO Submitting global closeSession request for session 0x30000484a230012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:35:14,914 INFO Processing ruok command from /127.0.0.1:55666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:35:14,955 INFO Processing ruok command from /127.0.0.1:55668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:35:24,939 INFO Processing ruok command from /127.0.0.1:55826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:35:24,986 INFO Processing ruok command from /127.0.0.1:55828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:35:34,908 INFO Processing ruok command from /127.0.0.1:55980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:35:34,952 INFO Processing ruok command from /127.0.0.1:55982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:35:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:35:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:35:44,917 INFO Processing ruok command from /127.0.0.1:56144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:35:44,972 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:35:54,923 INFO Processing ruok command from /127.0.0.1:56292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:35:55,008 INFO Processing ruok command from /127.0.0.1:56294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:36:04,905 INFO Processing ruok command from /127.0.0.1:56450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:36:04,943 INFO Processing ruok command from /127.0.0.1:56452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:36:14,921 INFO Processing ruok command from /127.0.0.1:56612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:36:14,960 INFO Processing ruok command from /127.0.0.1:56614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:36:24,901 INFO Processing ruok command from /127.0.0.1:56776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:36:24,956 INFO Processing ruok command from /127.0.0.1:56778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:36:34,904 INFO Processing ruok command from /127.0.0.1:56938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:36:34,943 INFO Processing ruok command from /127.0.0.1:56940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:36:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:36:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:36:44,905 INFO Processing ruok command from /127.0.0.1:57110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:36:45,063 INFO Processing ruok command from /127.0.0.1:57112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:36:54,909 INFO Processing ruok command from /127.0.0.1:57270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:36:54,990 INFO Processing ruok command from /127.0.0.1:57272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:37:04,637 INFO Committing global session 0x100004800a20015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:37:04,921 INFO Processing ruok command from /127.0.0.1:57434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:37:04,957 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:37:14,907 INFO Processing ruok command from /127.0.0.1:57602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:37:14,947 INFO Processing ruok command from /127.0.0.1:57604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:37:24,903 INFO Processing ruok command from /127.0.0.1:57764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:37:24,967 INFO Processing ruok command from /127.0.0.1:57766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:37:34,903 INFO Processing ruok command from /127.0.0.1:57932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:37:34,976 INFO Processing ruok command from /127.0.0.1:57934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:37:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:37:44,912 INFO Processing ruok command from /127.0.0.1:58100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:37:44,970 INFO Processing ruok command from /127.0.0.1:58102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:37:54,909 INFO Processing ruok command from /127.0.0.1:58260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:37:54,967 INFO Processing ruok command from /127.0.0.1:58262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:38:04,916 INFO Processing ruok command from /127.0.0.1:58424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:38:04,964 INFO Processing ruok command from /127.0.0.1:58426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:38:14,903 INFO Processing ruok command from /127.0.0.1:58576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:38:14,961 INFO Processing ruok command from /127.0.0.1:58578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:38:24,916 INFO Processing ruok command from /127.0.0.1:58728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:38:24,994 INFO Processing ruok command from /127.0.0.1:58730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:38:34,924 INFO Processing ruok command from /127.0.0.1:58890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:38:34,965 INFO Processing ruok command from /127.0.0.1:58892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:38:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:38:44,903 INFO Processing ruok command from /127.0.0.1:59052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:38:44,941 INFO Processing ruok command from /127.0.0.1:59054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:38:54,918 INFO Processing ruok command from /127.0.0.1:59198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:38:55,011 INFO Processing ruok command from /127.0.0.1:59200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:39:04,768 INFO Committing global session 0x100004800a20016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:39:04,900 INFO Processing ruok command from /127.0.0.1:59360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:39:04,936 INFO Processing ruok command from /127.0.0.1:59362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:39:14,917 INFO Processing ruok command from /127.0.0.1:59514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:39:14,943 INFO Processing ruok command from /127.0.0.1:59516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:39:24,915 INFO Processing ruok command from /127.0.0.1:59662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:39:24,979 INFO Processing ruok command from /127.0.0.1:59664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:39:34,912 INFO Processing ruok command from /127.0.0.1:59820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:39:34,965 INFO Processing ruok command from /127.0.0.1:59822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:39:36,586 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-07-20 06:39:44,910 INFO Processing ruok command from /127.0.0.1:59982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:39:44,948 INFO Processing ruok command from /127.0.0.1:59984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:39:54,925 INFO Processing ruok command from /127.0.0.1:60128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:39:54,998 INFO Processing ruok command from /127.0.0.1:60130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:40:04,911 INFO Processing ruok command from /127.0.0.1:60286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:40:04,949 INFO Processing ruok command from /127.0.0.1:60288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:40:14,914 INFO Processing ruok command from /127.0.0.1:60442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:40:14,951 INFO Processing ruok command from /127.0.0.1:60444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:40:24,911 INFO Processing ruok command from /127.0.0.1:60600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:40:24,961 INFO Processing ruok command from /127.0.0.1:60602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:40:34,906 INFO Processing ruok command from /127.0.0.1:60764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:40:34,944 INFO Processing ruok command from /127.0.0.1:60766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:40:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:40:44,929 INFO Processing ruok command from /127.0.0.1:60926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:40:44,987 INFO Processing ruok command from /127.0.0.1:60928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:40:54,905 INFO Processing ruok command from /127.0.0.1:32852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:40:54,987 INFO Processing ruok command from /127.0.0.1:32854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:41:04,663 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 06:41:04,668 INFO Committing global session 0x30000484a230013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:41:04,920 INFO Processing ruok command from /127.0.0.1:33016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:41:04,950 INFO Processing ruok command from /127.0.0.1:33018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:41:05,486 INFO Submitting global closeSession request for session 0x30000484a230013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:41:14,902 INFO Processing ruok command from /127.0.0.1:33176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:41:14,972 INFO Processing ruok command from /127.0.0.1:33178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:41:24,900 INFO Processing ruok command from /127.0.0.1:33324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:41:24,977 INFO Processing ruok command from /127.0.0.1:33326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:41:34,911 INFO Processing ruok command from /127.0.0.1:33482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:41:34,945 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:41:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:41:44,911 INFO Processing ruok command from /127.0.0.1:33640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:41:44,951 INFO Processing ruok command from /127.0.0.1:33642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:41:54,893 INFO Processing ruok command from /127.0.0.1:33790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:41:54,956 INFO Processing ruok command from /127.0.0.1:33792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:42:04,909 INFO Processing ruok command from /127.0.0.1:33944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:42:04,950 INFO Processing ruok command from /127.0.0.1:33946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:42:14,945 INFO Processing ruok command from /127.0.0.1:34102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:42:15,009 INFO Processing ruok command from /127.0.0.1:34104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:42:24,923 INFO Processing ruok command from /127.0.0.1:34256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:42:25,012 INFO Processing ruok command from /127.0.0.1:34258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:42:34,917 INFO Processing ruok command from /127.0.0.1:34414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:42:34,976 INFO Processing ruok command from /127.0.0.1:34416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:42:36,586 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-07-20 06:42:44,936 INFO Processing ruok command from /127.0.0.1:34576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:42:44,982 INFO Processing ruok command from /127.0.0.1:34578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:42:54,935 INFO Processing ruok command from /127.0.0.1:34732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:42:54,974 INFO Processing ruok command from /127.0.0.1:34734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:43:04,786 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 06:43:04,791 INFO Committing global session 0x30000484a230014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:43:04,909 INFO Processing ruok command from /127.0.0.1:34898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:43:05,005 INFO Processing ruok command from /127.0.0.1:34900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:43:05,609 INFO Submitting global closeSession request for session 0x30000484a230014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:43:14,936 INFO Processing ruok command from /127.0.0.1:35056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:43:14,983 INFO Processing ruok command from /127.0.0.1:35058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:43:24,922 INFO Processing ruok command from /127.0.0.1:35210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:43:24,985 INFO Processing ruok command from /127.0.0.1:35212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:43:34,918 INFO Processing ruok command from /127.0.0.1:35376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:43:34,962 INFO Processing ruok command from /127.0.0.1:35378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:43:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:43:44,923 INFO Processing ruok command from /127.0.0.1:35536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:43:44,987 INFO Processing ruok command from /127.0.0.1:35538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:43:54,916 INFO Processing ruok command from /127.0.0.1:35688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:43:54,989 INFO Processing ruok command from /127.0.0.1:35690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:44:04,903 INFO Processing ruok command from /127.0.0.1:35844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:44:04,946 INFO Processing ruok command from /127.0.0.1:35846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:44:14,910 INFO Processing ruok command from /127.0.0.1:35994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:44:14,979 INFO Processing ruok command from /127.0.0.1:35996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:44:24,926 INFO Processing ruok command from /127.0.0.1:36156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:44:25,007 INFO Processing ruok command from /127.0.0.1:36158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:44:34,900 INFO Processing ruok command from /127.0.0.1:36318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:44:34,940 INFO Processing ruok command from /127.0.0.1:36320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:44:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:44:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:44:44,947 INFO Processing ruok command from /127.0.0.1:36478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:44:45,005 INFO Processing ruok command from /127.0.0.1:36480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:44:54,907 INFO Processing ruok command from /127.0.0.1:36626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:44:54,993 INFO Processing ruok command from /127.0.0.1:36628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:45:04,751 INFO Committing global session 0x100004800a20017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:45:04,898 INFO Processing ruok command from /127.0.0.1:36788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:45:04,972 INFO Processing ruok command from /127.0.0.1:36790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:45:14,937 INFO Processing ruok command from /127.0.0.1:36944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:45:15,013 INFO Processing ruok command from /127.0.0.1:36946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:45:24,940 INFO Processing ruok command from /127.0.0.1:37100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:45:24,976 INFO Processing ruok command from /127.0.0.1:37102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:45:34,911 INFO Processing ruok command from /127.0.0.1:37258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:45:34,971 INFO Processing ruok command from /127.0.0.1:37260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:45:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:45:44,958 INFO Processing ruok command from /127.0.0.1:37444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:45:45,022 INFO Processing ruok command from /127.0.0.1:37446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:45:54,914 INFO Processing ruok command from /127.0.0.1:37600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:45:55,019 INFO Processing ruok command from /127.0.0.1:37602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:46:04,918 INFO Processing ruok command from /127.0.0.1:37758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:46:04,989 INFO Processing ruok command from /127.0.0.1:37760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:46:14,922 INFO Processing ruok command from /127.0.0.1:37916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:46:15,020 INFO Processing ruok command from /127.0.0.1:37918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:46:24,905 INFO Processing ruok command from /127.0.0.1:38076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:46:25,204 INFO Processing ruok command from /127.0.0.1:38078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:46:34,924 INFO Processing ruok command from /127.0.0.1:38234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:46:34,983 INFO Processing ruok command from /127.0.0.1:38236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:46:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:46:44,927 INFO Processing ruok command from /127.0.0.1:38390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:46:44,975 INFO Processing ruok command from /127.0.0.1:38392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:46:54,940 INFO Processing ruok command from /127.0.0.1:38546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:46:55,000 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:47:04,811 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 06:47:04,816 INFO Committing global session 0x30000484a230015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:47:04,899 INFO Processing ruok command from /127.0.0.1:38708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:47:04,970 INFO Processing ruok command from /127.0.0.1:38710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:47:05,601 INFO Submitting global closeSession request for session 0x30000484a230015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:47:14,938 INFO Processing ruok command from /127.0.0.1:38864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:47:14,986 INFO Processing ruok command from /127.0.0.1:38866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:47:24,935 INFO Processing ruok command from /127.0.0.1:39012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:47:25,020 INFO Processing ruok command from /127.0.0.1:39014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:47:34,920 INFO Processing ruok command from /127.0.0.1:39162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:47:34,997 INFO Processing ruok command from /127.0.0.1:39164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:47:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:47:44,903 INFO Processing ruok command from /127.0.0.1:39312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:47:44,945 INFO Processing ruok command from /127.0.0.1:39314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:47:54,929 INFO Processing ruok command from /127.0.0.1:39462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:47:55,015 INFO Processing ruok command from /127.0.0.1:39464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:48:04,918 INFO Processing ruok command from /127.0.0.1:39618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:48:04,983 INFO Processing ruok command from /127.0.0.1:39620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:48:14,904 INFO Processing ruok command from /127.0.0.1:39784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:48:14,965 INFO Processing ruok command from /127.0.0.1:39786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:48:24,923 INFO Processing ruok command from /127.0.0.1:39962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:48:25,007 INFO Processing ruok command from /127.0.0.1:39966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:48:34,910 INFO Processing ruok command from /127.0.0.1:40126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:48:34,993 INFO Processing ruok command from /127.0.0.1:40128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:48:36,585 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-07-20 06:48:36,591 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:48:44,929 INFO Processing ruok command from /127.0.0.1:40316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:48:44,988 INFO Processing ruok command from /127.0.0.1:40318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:48:54,941 INFO Processing ruok command from /127.0.0.1:40486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:48:55,032 INFO Processing ruok command from /127.0.0.1:40488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:49:04,671 INFO Committing global session 0x200004899e70018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:49:04,919 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:49:04,977 INFO Processing ruok command from /127.0.0.1:40660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:49:14,913 INFO Processing ruok command from /127.0.0.1:40820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:49:14,966 INFO Processing ruok command from /127.0.0.1:40822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:49:24,921 INFO Processing ruok command from /127.0.0.1:40976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:49:24,968 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:49:34,410 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-20 06:49:34,411 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-20 06:49:34,417 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-20 06:49:34,919 INFO Processing ruok command from /127.0.0.1:41136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:49:34,999 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:49:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:49:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:49:36,598 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:49:44,917 INFO Processing ruok command from /127.0.0.1:41294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:49:44,962 INFO Processing ruok command from /127.0.0.1:41296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:49:54,962 INFO Processing ruok command from /127.0.0.1:41440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:49:55,006 INFO Processing ruok command from /127.0.0.1:41448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:50:04,918 INFO Processing ruok command from /127.0.0.1:41612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:50:04,989 INFO Processing ruok command from /127.0.0.1:41614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:50:14,931 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:50:15,018 INFO Processing ruok command from /127.0.0.1:41764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:50:24,890 INFO Processing ruok command from /127.0.0.1:41918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:50:24,966 INFO Processing ruok command from /127.0.0.1:41920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:50:34,912 INFO Processing ruok command from /127.0.0.1:42076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:50:34,948 INFO Processing ruok command from /127.0.0.1:42078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:50:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:50:36,592 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:50:44,937 INFO Processing ruok command from /127.0.0.1:42246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:50:45,016 INFO Processing ruok command from /127.0.0.1:42248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:50:54,927 INFO Processing ruok command from /127.0.0.1:42402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:50:54,962 INFO Processing ruok command from /127.0.0.1:42404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:51:04,737 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 06:51:04,747 INFO Committing global session 0x30000484a230016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:51:04,927 INFO Processing ruok command from /127.0.0.1:42562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:51:04,989 INFO Processing ruok command from /127.0.0.1:42564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:51:05,561 INFO Submitting global closeSession request for session 0x30000484a230016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:51:14,912 INFO Processing ruok command from /127.0.0.1:42714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:51:14,962 INFO Processing ruok command from /127.0.0.1:42716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:51:24,922 INFO Processing ruok command from /127.0.0.1:42870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:51:24,999 INFO Processing ruok command from /127.0.0.1:42872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:51:34,914 INFO Processing ruok command from /127.0.0.1:43024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:51:34,979 INFO Processing ruok command from /127.0.0.1:43026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:51:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:51:44,916 INFO Processing ruok command from /127.0.0.1:43174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:51:44,950 INFO Processing ruok command from /127.0.0.1:43176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:51:54,932 INFO Processing ruok command from /127.0.0.1:43326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:51:54,998 INFO Processing ruok command from /127.0.0.1:43328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:52:04,920 INFO Processing ruok command from /127.0.0.1:43488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:52:05,011 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:52:14,911 INFO Processing ruok command from /127.0.0.1:43640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:52:14,949 INFO Processing ruok command from /127.0.0.1:43642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:52:24,936 INFO Processing ruok command from /127.0.0.1:43796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:52:24,979 INFO Processing ruok command from /127.0.0.1:43798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:52:34,895 INFO Processing ruok command from /127.0.0.1:43954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:52:34,934 INFO Processing ruok command from /127.0.0.1:43956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:52:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:52:44,916 INFO Processing ruok command from /127.0.0.1:44122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:52:44,991 INFO Processing ruok command from /127.0.0.1:44124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:52:54,918 INFO Processing ruok command from /127.0.0.1:44276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:52:54,981 INFO Processing ruok command from /127.0.0.1:44278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:53:04,897 INFO Processing ruok command from /127.0.0.1:44434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:53:04,967 INFO Processing ruok command from /127.0.0.1:44436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:53:05,063 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 06:53:05,070 INFO Committing global session 0x30000484a230017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:53:05,798 INFO Submitting global closeSession request for session 0x30000484a230017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:53:14,921 INFO Processing ruok command from /127.0.0.1:44590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:53:14,964 INFO Processing ruok command from /127.0.0.1:44592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:53:24,904 INFO Processing ruok command from /127.0.0.1:44746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:53:24,951 INFO Processing ruok command from /127.0.0.1:44748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:53:34,907 INFO Processing ruok command from /127.0.0.1:44912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:53:34,975 INFO Processing ruok command from /127.0.0.1:44914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:53:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:53:36,592 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-07-20 06:53:44,907 INFO Processing ruok command from /127.0.0.1:45068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:53:44,965 INFO Processing ruok command from /127.0.0.1:45070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:53:54,915 INFO Processing ruok command from /127.0.0.1:45224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:53:55,020 INFO Processing ruok command from /127.0.0.1:45226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:54:04,904 INFO Processing ruok command from /127.0.0.1:45384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:54:04,955 INFO Processing ruok command from /127.0.0.1:45386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:54:14,923 INFO Processing ruok command from /127.0.0.1:45548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:54:14,952 INFO Processing ruok command from /127.0.0.1:45550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:54:24,920 INFO Processing ruok command from /127.0.0.1:45706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:54:24,993 INFO Processing ruok command from /127.0.0.1:45708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:54:34,924 INFO Processing ruok command from /127.0.0.1:45866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:54:34,967 INFO Processing ruok command from /127.0.0.1:45868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:54:36,585 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:54:36,591 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:54:44,918 INFO Processing ruok command from /127.0.0.1:46026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:54:45,020 INFO Processing ruok command from /127.0.0.1:46028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:54:54,920 INFO Processing ruok command from /127.0.0.1:46184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:54:55,021 INFO Processing ruok command from /127.0.0.1:46186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:55:04,914 INFO Processing ruok command from /127.0.0.1:46332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:55:04,951 INFO Processing ruok command from /127.0.0.1:46334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:55:04,984 INFO Committing global session 0x100004800a20018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:55:14,920 INFO Processing ruok command from /127.0.0.1:46492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:55:14,980 INFO Processing ruok command from /127.0.0.1:46494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:55:24,925 INFO Processing ruok command from /127.0.0.1:46642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:55:25,038 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:55:34,939 INFO Processing ruok command from /127.0.0.1:46802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:55:34,992 INFO Processing ruok command from /127.0.0.1:46804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:55:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:55:36,592 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:55:44,922 INFO Processing ruok command from /127.0.0.1:46966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:55:44,968 INFO Processing ruok command from /127.0.0.1:46968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:55:54,923 INFO Processing ruok command from /127.0.0.1:47122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:55:54,972 INFO Processing ruok command from /127.0.0.1:47124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:56:04,924 INFO Processing ruok command from /127.0.0.1:47284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:56:04,958 INFO Processing ruok command from /127.0.0.1:47286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:56:14,918 INFO Processing ruok command from /127.0.0.1:47440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:56:14,949 INFO Processing ruok command from /127.0.0.1:47442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:56:24,905 INFO Processing ruok command from /127.0.0.1:47598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:56:24,972 INFO Processing ruok command from /127.0.0.1:47600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:56:34,903 INFO Processing ruok command from /127.0.0.1:47768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:56:34,960 INFO Processing ruok command from /127.0.0.1:47770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:56:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 06:56:44,901 INFO Processing ruok command from /127.0.0.1:47928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:56:44,940 INFO Processing ruok command from /127.0.0.1:47930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:56:54,896 INFO Processing ruok command from /127.0.0.1:48082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:56:54,945 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:57:04,596 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 06:57:04,602 INFO Committing global session 0x30000484a230018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:57:04,916 INFO Processing ruok command from /127.0.0.1:48244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:57:04,976 INFO Processing ruok command from /127.0.0.1:48250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:57:05,398 INFO Submitting global closeSession request for session 0x30000484a230018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 06:57:14,930 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:57:14,979 INFO Processing ruok command from /127.0.0.1:48398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:57:24,914 INFO Processing ruok command from /127.0.0.1:48558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:57:24,973 INFO Processing ruok command from /127.0.0.1:48560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:57:34,929 INFO Processing ruok command from /127.0.0.1:48708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:57:35,007 INFO Processing ruok command from /127.0.0.1:48710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:57:44,909 INFO Processing ruok command from /127.0.0.1:48862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:57:44,949 INFO Processing ruok command from /127.0.0.1:48864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:57:54,943 INFO Processing ruok command from /127.0.0.1:49020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:57:55,053 INFO Processing ruok command from /127.0.0.1:49022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:58:04,907 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:58:04,950 INFO Processing ruok command from /127.0.0.1:49182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:58:14,931 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:58:14,982 INFO Processing ruok command from /127.0.0.1:49336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:58:24,942 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:58:24,979 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:58:34,949 INFO Processing ruok command from /127.0.0.1:49638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:58:34,958 INFO Processing ruok command from /127.0.0.1:49640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:58:44,916 INFO Processing ruok command from /127.0.0.1:49798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:58:44,951 INFO Processing ruok command from /127.0.0.1:49800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:58:54,940 INFO Processing ruok command from /127.0.0.1:49962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:58:55,005 INFO Processing ruok command from /127.0.0.1:49964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:59:04,678 INFO Committing global session 0x100004800a20019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 06:59:04,931 INFO Processing ruok command from /127.0.0.1:50152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:59:04,992 INFO Processing ruok command from /127.0.0.1:50154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:59:14,913 INFO Processing ruok command from /127.0.0.1:50342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:59:15,016 INFO Processing ruok command from /127.0.0.1:50346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:59:24,950 INFO Processing ruok command from /127.0.0.1:50526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:59:24,987 INFO Processing ruok command from /127.0.0.1:50528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:59:34,920 INFO Processing ruok command from /127.0.0.1:50714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:59:34,974 INFO Processing ruok command from /127.0.0.1:50716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:59:44,917 INFO Processing ruok command from /127.0.0.1:50896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:59:44,992 INFO Processing ruok command from /127.0.0.1:50898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 06:59:54,933 INFO Processing ruok command from /127.0.0.1:51070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 06:59:55,043 INFO Processing ruok command from /127.0.0.1:51072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:00:04,934 INFO Processing ruok command from /127.0.0.1:51252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:00:04,998 INFO Processing ruok command from /127.0.0.1:51254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:00:14,918 INFO Processing ruok command from /127.0.0.1:51420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:00:14,956 INFO Processing ruok command from /127.0.0.1:51422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:00:24,930 INFO Processing ruok command from /127.0.0.1:51588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:00:24,967 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:00:34,925 INFO Processing ruok command from /127.0.0.1:51762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:00:34,972 INFO Processing ruok command from /127.0.0.1:51764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:00:44,935 INFO Processing ruok command from /127.0.0.1:51938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:00:44,994 INFO Processing ruok command from /127.0.0.1:51942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:00:54,938 INFO Processing ruok command from /127.0.0.1:52090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:00:55,010 INFO Processing ruok command from /127.0.0.1:52092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:01:04,957 INFO Processing ruok command from /127.0.0.1:52254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:01:05,011 INFO Committing global session 0x100004800a2001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:01:05,051 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:01:14,922 INFO Processing ruok command from /127.0.0.1:52422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:01:15,002 INFO Processing ruok command from /127.0.0.1:52424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:01:24,915 INFO Processing ruok command from /127.0.0.1:52594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:01:24,977 INFO Processing ruok command from /127.0.0.1:52596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:01:34,919 INFO Processing ruok command from /127.0.0.1:52770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:01:35,009 INFO Processing ruok command from /127.0.0.1:52772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:01:44,913 INFO Processing ruok command from /127.0.0.1:52954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:01:44,995 INFO Processing ruok command from /127.0.0.1:52956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:01:54,925 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:01:55,022 INFO Processing ruok command from /127.0.0.1:53144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:02:04,917 INFO Processing ruok command from /127.0.0.1:53328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:02:05,036 INFO Processing ruok command from /127.0.0.1:53330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:02:14,919 INFO Processing ruok command from /127.0.0.1:53544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:02:15,012 INFO Processing ruok command from /127.0.0.1:53546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:02:24,933 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:02:24,976 INFO Processing ruok command from /127.0.0.1:53728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:02:34,919 INFO Processing ruok command from /127.0.0.1:53910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:02:35,017 INFO Processing ruok command from /127.0.0.1:53912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:02:44,918 INFO Processing ruok command from /127.0.0.1:54094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:02:44,960 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:02:54,929 INFO Processing ruok command from /127.0.0.1:54268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:02:54,976 INFO Processing ruok command from /127.0.0.1:54270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:03:04,927 INFO Processing ruok command from /127.0.0.1:54450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:03:04,970 INFO Committing global session 0x100004800a2001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:03:05,017 INFO Processing ruok command from /127.0.0.1:54452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:03:14,925 INFO Processing ruok command from /127.0.0.1:54624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:03:14,997 INFO Processing ruok command from /127.0.0.1:54626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:03:24,946 INFO Processing ruok command from /127.0.0.1:54806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:03:25,008 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:03:34,897 INFO Processing ruok command from /127.0.0.1:55006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:03:34,964 INFO Processing ruok command from /127.0.0.1:55008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:03:36,586 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-07-20 07:03:44,911 INFO Processing ruok command from /127.0.0.1:55156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:03:44,956 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:03:54,962 INFO Processing ruok command from /127.0.0.1:55346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:03:54,986 INFO Processing ruok command from /127.0.0.1:55348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:04:04,928 INFO Processing ruok command from /127.0.0.1:55550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:04:05,014 INFO Processing ruok command from /127.0.0.1:55552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:04:14,924 INFO Processing ruok command from /127.0.0.1:55734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:04:15,013 INFO Processing ruok command from /127.0.0.1:55736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:04:24,949 INFO Processing ruok command from /127.0.0.1:55942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:04:25,025 INFO Processing ruok command from /127.0.0.1:55944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:04:34,946 INFO Processing ruok command from /127.0.0.1:56134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:04:34,976 INFO Processing ruok command from /127.0.0.1:56136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:04:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 07:04:44,941 INFO Processing ruok command from /127.0.0.1:56332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:04:45,005 INFO Processing ruok command from /127.0.0.1:56334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:04:54,934 INFO Processing ruok command from /127.0.0.1:56516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:04:55,031 INFO Processing ruok command from /127.0.0.1:56518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:05:04,903 INFO Processing ruok command from /127.0.0.1:56708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:05:04,919 INFO Committing global session 0x200004899e70019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:05:04,945 INFO Processing ruok command from /127.0.0.1:56710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:05:14,917 INFO Processing ruok command from /127.0.0.1:56898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:05:14,992 INFO Processing ruok command from /127.0.0.1:56900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:05:24,950 INFO Processing ruok command from /127.0.0.1:57088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:05:25,028 INFO Processing ruok command from /127.0.0.1:57090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:05:34,934 INFO Processing ruok command from /127.0.0.1:57270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:05:34,986 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:05:36,585 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 07:05:44,922 INFO Processing ruok command from /127.0.0.1:57448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:05:45,006 INFO Processing ruok command from /127.0.0.1:57450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:05:54,917 INFO Processing ruok command from /127.0.0.1:57652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:05:55,037 INFO Processing ruok command from /127.0.0.1:57654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:06:04,921 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:06:04,991 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:06:14,937 INFO Processing ruok command from /127.0.0.1:58070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:06:15,035 INFO Processing ruok command from /127.0.0.1:58072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:06:24,948 INFO Processing ruok command from /127.0.0.1:58268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:06:25,040 INFO Processing ruok command from /127.0.0.1:58270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:06:34,911 INFO Processing ruok command from /127.0.0.1:58480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:06:35,015 INFO Processing ruok command from /127.0.0.1:58482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:06:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 07:06:44,918 INFO Processing ruok command from /127.0.0.1:58692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:06:44,960 INFO Processing ruok command from /127.0.0.1:58694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:06:54,947 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:06:54,992 INFO Processing ruok command from /127.0.0.1:58890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:07:04,961 INFO Processing ruok command from /127.0.0.1:59096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:07:04,997 INFO Processing ruok command from /127.0.0.1:59098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:07:05,025 INFO Committing global session 0x100004800a2001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:07:14,913 INFO Processing ruok command from /127.0.0.1:59242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:07:14,956 INFO Processing ruok command from /127.0.0.1:59244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:07:24,939 INFO Processing ruok command from /127.0.0.1:59450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:07:24,972 INFO Processing ruok command from /127.0.0.1:59452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:07:34,914 INFO Processing ruok command from /127.0.0.1:59658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:07:34,999 INFO Processing ruok command from /127.0.0.1:59660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:07:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 07:07:44,916 INFO Processing ruok command from /127.0.0.1:59860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:07:44,963 INFO Processing ruok command from /127.0.0.1:59862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:07:54,909 INFO Processing ruok command from /127.0.0.1:60058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:07:54,956 INFO Processing ruok command from /127.0.0.1:60060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:08:04,923 INFO Processing ruok command from /127.0.0.1:60290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:08:04,959 INFO Processing ruok command from /127.0.0.1:60292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:08:14,921 INFO Processing ruok command from /127.0.0.1:60506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:08:15,005 INFO Processing ruok command from /127.0.0.1:60508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:08:24,949 INFO Processing ruok command from /127.0.0.1:60736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:08:25,039 INFO Processing ruok command from /127.0.0.1:60738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:08:34,926 INFO Processing ruok command from /127.0.0.1:60916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:08:34,968 INFO Processing ruok command from /127.0.0.1:60920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:08:36,587 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 07:08:44,908 INFO Processing ruok command from /127.0.0.1:32880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:08:44,983 INFO Processing ruok command from /127.0.0.1:32882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:08:54,939 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:08:55,049 INFO Processing ruok command from /127.0.0.1:33094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:09:04,775 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 07:09:04,781 INFO Committing global session 0x30000484a230019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:09:04,928 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:09:04,970 INFO Processing ruok command from /127.0.0.1:33314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:09:05,560 INFO Submitting global closeSession request for session 0x30000484a230019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 07:09:14,912 INFO Processing ruok command from /127.0.0.1:33524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:09:14,949 INFO Processing ruok command from /127.0.0.1:33526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:09:24,940 INFO Processing ruok command from /127.0.0.1:33736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:09:25,011 INFO Processing ruok command from /127.0.0.1:33738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:09:34,921 INFO Processing ruok command from /127.0.0.1:33960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:09:34,968 INFO Processing ruok command from /127.0.0.1:33962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:09:36,586 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 07:09:44,921 INFO Processing ruok command from /127.0.0.1:34184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:09:44,998 INFO Processing ruok command from /127.0.0.1:34186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:09:54,912 INFO Processing ruok command from /127.0.0.1:34338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:09:55,006 INFO Processing ruok command from /127.0.0.1:34344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:10:04,920 INFO Processing ruok command from /127.0.0.1:34548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:10:04,953 INFO Processing ruok command from /127.0.0.1:34550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:10:14,922 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:10:15,013 INFO Processing ruok command from /127.0.0.1:34770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:10:24,922 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:10:25,026 INFO Processing ruok command from /127.0.0.1:34990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:10:34,920 INFO Processing ruok command from /127.0.0.1:35246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:10:34,980 INFO Processing ruok command from /127.0.0.1:35248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:10:36,585 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-20 07:10:44,912 INFO Processing ruok command from /127.0.0.1:35486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:10:44,950 INFO Processing ruok command from /127.0.0.1:35488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:10:54,956 INFO Processing ruok command from /127.0.0.1:35724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:10:55,024 INFO Processing ruok command from /127.0.0.1:35726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:11:04,948 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:11:04,964 INFO Processing ruok command from /127.0.0.1:35880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:11:05,140 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-20 07:11:05,145 INFO Committing global session 0x30000484a23001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:11:05,911 INFO Submitting global closeSession request for session 0x30000484a23001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 07:11:14,901 INFO Processing ruok command from /127.0.0.1:36098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:11:14,936 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:11:24,917 INFO Processing ruok command from /127.0.0.1:36332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:11:25,000 INFO Processing ruok command from /127.0.0.1:36334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:11:34,921 INFO Processing ruok command from /127.0.0.1:36560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:11:35,007 INFO Processing ruok command from /127.0.0.1:36562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:11:44,911 INFO Processing ruok command from /127.0.0.1:36784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:11:45,004 INFO Processing ruok command from /127.0.0.1:36786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:11:54,912 INFO Processing ruok command from /127.0.0.1:37008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:11:55,017 INFO Processing ruok command from /127.0.0.1:37010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:12:04,913 INFO Processing ruok command from /127.0.0.1:37212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:12:04,985 INFO Processing ruok command from /127.0.0.1:37216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:12:14,921 INFO Processing ruok command from /127.0.0.1:37388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:12:14,986 INFO Processing ruok command from /127.0.0.1:37390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:12:24,922 INFO Processing ruok command from /127.0.0.1:37608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:12:24,968 INFO Processing ruok command from /127.0.0.1:37610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:12:34,912 INFO Processing ruok command from /127.0.0.1:37838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:12:34,953 INFO Processing ruok command from /127.0.0.1:37840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:12:44,911 INFO Processing ruok command from /127.0.0.1:38070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:12:44,947 INFO Processing ruok command from /127.0.0.1:38072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:12:54,919 INFO Processing ruok command from /127.0.0.1:38294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:12:55,015 INFO Processing ruok command from /127.0.0.1:38296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:13:04,841 INFO Committing global session 0x100004800a2001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:13:04,903 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:13:04,968 INFO Processing ruok command from /127.0.0.1:38550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:13:14,907 INFO Processing ruok command from /127.0.0.1:38712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:13:14,976 INFO Processing ruok command from /127.0.0.1:38716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:13:24,901 INFO Processing ruok command from /127.0.0.1:38966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:13:24,984 INFO Processing ruok command from /127.0.0.1:38968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:13:34,932 INFO Processing ruok command from /127.0.0.1:39206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:13:34,962 INFO Processing ruok command from /127.0.0.1:39208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:13:44,921 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:13:44,945 INFO Processing ruok command from /127.0.0.1:39444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:13:54,924 INFO Processing ruok command from /127.0.0.1:39688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:13:55,016 INFO Processing ruok command from /127.0.0.1:39690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:14:04,909 INFO Processing ruok command from /127.0.0.1:39922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:14:04,970 INFO Processing ruok command from /127.0.0.1:39926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:14:14,901 INFO Processing ruok command from /127.0.0.1:40080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:14:14,940 INFO Processing ruok command from /127.0.0.1:40082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:14:24,924 INFO Processing ruok command from /127.0.0.1:40322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:14:24,983 INFO Processing ruok command from /127.0.0.1:40324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:14:34,908 INFO Processing ruok command from /127.0.0.1:40564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:14:34,945 INFO Processing ruok command from /127.0.0.1:40566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:14:44,905 INFO Processing ruok command from /127.0.0.1:40808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:14:44,982 INFO Processing ruok command from /127.0.0.1:40810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:14:54,921 INFO Processing ruok command from /127.0.0.1:41052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:14:54,985 INFO Processing ruok command from /127.0.0.1:41054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:15:04,670 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-20 07:15:04,677 INFO Committing global session 0x30000484a23001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:15:04,914 INFO Processing ruok command from /127.0.0.1:41288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:15:04,956 INFO Processing ruok command from /127.0.0.1:41292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:15:05,457 INFO Submitting global closeSession request for session 0x30000484a23001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-20 07:15:14,910 INFO Processing ruok command from /127.0.0.1:41444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:15:14,952 INFO Processing ruok command from /127.0.0.1:41446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:15:24,912 INFO Processing ruok command from /127.0.0.1:41700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:15:24,974 INFO Processing ruok command from /127.0.0.1:41702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:15:34,936 INFO Processing ruok command from /127.0.0.1:41952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:15:34,984 INFO Processing ruok command from /127.0.0.1:41954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:15:44,915 INFO Processing ruok command from /127.0.0.1:42206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:15:44,955 INFO Processing ruok command from /127.0.0.1:42208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:15:54,907 INFO Processing ruok command from /127.0.0.1:42476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:15:54,983 INFO Processing ruok command from /127.0.0.1:42478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:16:04,941 INFO Processing ruok command from /127.0.0.1:42678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:16:04,981 INFO Processing ruok command from /127.0.0.1:42682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:16:14,909 INFO Processing ruok command from /127.0.0.1:42898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:16:14,958 INFO Processing ruok command from /127.0.0.1:42900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:16:24,915 INFO Processing ruok command from /127.0.0.1:43152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:16:24,972 INFO Processing ruok command from /127.0.0.1:43154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:16:34,917 INFO Processing ruok command from /127.0.0.1:43404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:16:34,961 INFO Processing ruok command from /127.0.0.1:43406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:16:44,903 INFO Processing ruok command from /127.0.0.1:43656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:16:44,944 INFO Processing ruok command from /127.0.0.1:43658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:16:54,930 INFO Processing ruok command from /127.0.0.1:43882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:16:54,988 INFO Processing ruok command from /127.0.0.1:43886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:17:04,721 INFO Committing global session 0x200004899e7001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-20 07:17:04,910 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:17:04,952 INFO Processing ruok command from /127.0.0.1:44070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:17:14,902 INFO Processing ruok command from /127.0.0.1:44320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:17:14,943 INFO Processing ruok command from /127.0.0.1:44322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:17:24,920 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:17:24,994 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:17:34,924 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:17:34,959 INFO Processing ruok command from /127.0.0.1:44838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:17:44,905 INFO Processing ruok command from /127.0.0.1:45104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:17:44,962 INFO Processing ruok command from /127.0.0.1:45106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:17:54,923 INFO Processing ruok command from /127.0.0.1:45266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:17:54,997 INFO Processing ruok command from /127.0.0.1:45272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-20 07:18:04,919 INFO Processing ruok command from /127.0.0.1:45524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-20 07:18:04,976 INFO Processing ruok command from /127.0.0.1:45526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]