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-06-20 02:48:31,203 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-20 02:48:31,213 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-20 02:48:31,214 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-20 02:48:31,218 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-06-20 02:48:31,218 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-20 02:48:31,219 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-06-20 02:48:31,254 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-06-20 02:48:31,254 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-06-20 02:48:31,256 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-20 02:48:31,263 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-06-20 02:48:31,265 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-06-20 02:48:31,276 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-20 02:48:31,284 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-06-20 02:48:31,308 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-06-20 02:48:31,415 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,415 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,416 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,483 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-20 02:48:31,484 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-20 02:48:31,485 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,485 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,485 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,486 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-20 02:48:31,486 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-06-20 02:48:31,495 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,530 INFO Logging initialized @1017ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-06-20 02:48:31,629 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-06-20 02:48:31,629 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-06-20 02:48:31,655 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-06-20 02:48:31,656 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,656 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,656 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,656 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,657 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,657 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,657 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,657 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,675 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,675 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,675 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,675 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,675 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,675 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,675 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,675 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,676 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,676 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,678 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,678 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,678 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,678 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,678 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.14.1.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.19.3.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,679 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO Server environment:os.memory.free=208MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO Server environment:os.memory.total=227MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,680 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,681 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,681 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,681 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,681 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-06-20 02:48:31,694 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-06-20 02:48:31,694 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-06-20 02:48:31,696 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-06-20 02:48:31,696 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-06-20 02:48:31,709 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,709 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,710 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,710 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,710 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,710 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,710 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,719 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-06-20 02:48:31,719 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-06-20 02:48:31,725 INFO Snapshot loaded in 15 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-06-20 02:48:31,727 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,731 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,733 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,820 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,820 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,823 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-06-20 02:48:31,828 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main] 2022-06-20 02:48:31,876 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-06-20 02:48:31,876 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-06-20 02:48:31,878 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main] 2022-06-20 02:48:31,882 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-06-20 02:48:31,894 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-06-20 02:48:31,904 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-06-20 02:48:31,904 INFO Started @1392ms (org.eclipse.jetty.server.Server) [main] 2022-06-20 02:48:31,904 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-06-20 02:48:31,905 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-06-20 02:48:31,913 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-06-20 02:48:31,914 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-06-20 02:48:31,915 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-06-20 02:48:31,924 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-06-20 02:48:31,926 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.67.82:3888] 2022-06-20 02:48:31,928 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.82:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.82:3888] 2022-06-20 02:48:31,933 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-20 02:48:31,935 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-06-20 02:48:31,945 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-06-20 02:48:32,149 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-06-20 02:48:32,417 INFO Received connection request from /10.233.70.202:36368 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.82:3888] 2022-06-20 02:48:32,550 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-06-20 02:48:32,735 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.202:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] 2022-06-20 02:48:32,747 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-06-20 02:48:32,747 INFO Accepted TLS connection from /10.233.70.202:36368 - 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.67.82:3888] 2022-06-20 02:48:32,753 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-06-20 02:48:32,765 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-06-20 02:48:32,765 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1449) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1060) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-06-20 02:48:32,768 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-06-20 02:48:32,767 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-06-20 02:48:32,846 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.230:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2022-06-20 02:48:32,851 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-06-20 02:48:32,879 INFO SSL handshake complete with /10.233.70.202:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-06-20 02:48:32,883 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-06-20 02:48:33,084 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-06-20 02:48:33,085 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-20 02:48:33,090 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-06-20 02:48:33,090 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-06-20 02:48:33,090 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-06-20 02:48:33,090 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-06-20 02:48:33,090 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-06-20 02:48:33,093 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-06-20 02:48:33,094 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-06-20 02:48:33,095 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-06-20 02:48:33,096 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-06-20 02:48:33,096 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-06-20 02:48:33,098 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-06-20 02:48:33,098 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-06-20 02:48:33,098 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-06-20 02:48:33,098 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-06-20 02:48:33,098 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-06-20 02:48:33,098 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-06-20 02:48:33,100 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-06-20 02:48:33,100 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-06-20 02:48:33,100 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-06-20 02:48:33,104 INFO LEADING - LEADER ELECTION TOOK - 1169 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-20 02:48:33,107 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-06-20 02:48:33,107 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-06-20 02:48:33,115 INFO Snapshot taken in 8 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-06-20 02:48:33,176 INFO Accepted TLS connection from /10.233.70.202:51612 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.70.202:51612] 2022-06-20 02:48:33,185 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.202:51612] 2022-06-20 02:48:33,196 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.70.202:51612] 2022-06-20 02:48:33,197 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.202:51612] 2022-06-20 02:48:33,197 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.202:51612] 2022-06-20 02:48:33,201 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-06-20 02:48:33,244 INFO Have quorum of supporters, sids: [[1, 3],[1, 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-06-20 02:48:33,260 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-06-20 02:48:33,260 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-06-20 02:48:33,269 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-06-20 02:48:33,270 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-06-20 02:48:33,271 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-06-20 02:48:33,290 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-06-20 02:48:33,514 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-06-20 02:48:33,939 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-06-20 02:48:34,359 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-06-20 02:48:34,420 INFO Accepted TLS connection from /10.233.72.230:51168 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.72.230:51168] 2022-06-20 02:48:34,425 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.72.230:51168] 2022-06-20 02:48:34,430 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.72.230:51168] 2022-06-20 02:48:34,430 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.230:51168] 2022-06-20 02:48:34,437 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.72.230:51168] 2022-06-20 02:48:52,066 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-06-20 02:48:52,066 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-06-20 02:48:52,066 INFO Processing ruok command from /127.0.0.1:34916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:48:52,066 INFO Processing ruok command from /127.0.0.1:34914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:48:53,982 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-06-20 02:48:53,991 INFO Committing global session 0x10000467dcb0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:02,012 INFO Processing ruok command from /127.0.0.1:34972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:49:02,081 INFO Processing ruok command from /127.0.0.1:34974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:49:11,987 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:49:12,025 INFO Processing ruok command from /127.0.0.1:35036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:49:12,121 INFO Committing global session 0x10000467dcb0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:13,018 INFO Committing global session 0x10000467dcb0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:15,510 INFO Committing global session 0x2000045e3db0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:16,445 INFO Committing global session 0x2000045e3db0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:17,833 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 02:49:17,845 INFO Committing global session 0x3000046ca170000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:19,631 INFO Committing global session 0x10000467dcb0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:21,984 INFO Processing ruok command from /127.0.0.1:35092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:49:22,024 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:49:31,991 INFO Processing ruok command from /127.0.0.1:35152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:49:32,026 INFO Processing ruok command from /127.0.0.1:35154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:49:41,989 INFO Processing ruok command from /127.0.0.1:35210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:49:42,029 INFO Processing ruok command from /127.0.0.1:35212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:49:43,741 INFO Committing global session 0x10000467dcb0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:49:51,993 INFO Processing ruok command from /127.0.0.1:35274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:49:52,031 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:50:01,983 INFO Processing ruok command from /127.0.0.1:35330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:50:02,028 INFO Processing ruok command from /127.0.0.1:35332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:50:04,259 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 02:50:04,267 INFO Committing global session 0x3000046ca170001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:50:04,964 INFO Submitting global closeSession request for session 0x3000046ca170001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 02:50:11,985 INFO Processing ruok command from /127.0.0.1:35384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:50:12,045 INFO Processing ruok command from /127.0.0.1:35386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:50:22,001 INFO Processing ruok command from /127.0.0.1:35498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:50:22,075 INFO Processing ruok command from /127.0.0.1:35500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:50:32,001 INFO Processing ruok command from /127.0.0.1:35582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:50:32,046 INFO Processing ruok command from /127.0.0.1:35584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:50:41,984 INFO Processing ruok command from /127.0.0.1:35640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:50:42,027 INFO Processing ruok command from /127.0.0.1:35642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:50:51,992 INFO Processing ruok command from /127.0.0.1:35702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:50:52,034 INFO Processing ruok command from /127.0.0.1:35704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:51:01,992 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:51:02,030 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:51:11,981 INFO Processing ruok command from /127.0.0.1:35844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:51:12,025 INFO Processing ruok command from /127.0.0.1:35846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:51:21,997 INFO Processing ruok command from /127.0.0.1:35908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:51:22,037 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:51:31,987 INFO Processing ruok command from /127.0.0.1:35972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:51:32,024 INFO Processing ruok command from /127.0.0.1:35974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:51:41,984 INFO Processing ruok command from /127.0.0.1:36036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:51:42,044 INFO Processing ruok command from /127.0.0.1:36038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:51:50,762 INFO Committing global session 0x2000045e3db0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:51:51,985 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:51:52,019 INFO Processing ruok command from /127.0.0.1:36102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:52:01,998 INFO Processing ruok command from /127.0.0.1:36162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:52:02,043 INFO Processing ruok command from /127.0.0.1:36164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:52:11,981 INFO Processing ruok command from /127.0.0.1:36228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:52:12,057 INFO Processing ruok command from /127.0.0.1:36232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:52:21,980 INFO Processing ruok command from /127.0.0.1:36292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:52:22,040 INFO Processing ruok command from /127.0.0.1:36294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:52:31,987 INFO Processing ruok command from /127.0.0.1:36354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:52:32,021 INFO Processing ruok command from /127.0.0.1:36356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:52:41,986 INFO Processing ruok command from /127.0.0.1:36414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:52:42,023 INFO Processing ruok command from /127.0.0.1:36416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:52:51,986 INFO Processing ruok command from /127.0.0.1:36478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:52:52,024 INFO Processing ruok command from /127.0.0.1:36480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:53:01,981 INFO Processing ruok command from /127.0.0.1:36538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:53:02,047 INFO Processing ruok command from /127.0.0.1:36540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:53:11,976 INFO Processing ruok command from /127.0.0.1:36596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:53:12,036 INFO Processing ruok command from /127.0.0.1:36598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:53:21,981 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:53:22,056 INFO Processing ruok command from /127.0.0.1:36662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:53:31,996 INFO Processing ruok command from /127.0.0.1:36724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:53:32,031 INFO Processing ruok command from /127.0.0.1:36726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:53:41,993 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:53:42,076 INFO Processing ruok command from /127.0.0.1:36816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:53:50,608 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 02:53:50,635 INFO Committing global session 0x3000046ca170002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:53:51,354 INFO Submitting global closeSession request for session 0x3000046ca170002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 02:53:52,003 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:53:52,083 INFO Processing ruok command from /127.0.0.1:36906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:54:02,002 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:54:02,065 INFO Processing ruok command from /127.0.0.1:36982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:54:12,021 INFO Processing ruok command from /127.0.0.1:37092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:54:12,146 INFO Processing ruok command from /127.0.0.1:37096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:54:22,028 INFO Processing ruok command from /127.0.0.1:37190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:54:22,116 INFO Processing ruok command from /127.0.0.1:37192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:54:31,992 INFO Processing ruok command from /127.0.0.1:37256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:54:32,054 INFO Processing ruok command from /127.0.0.1:37258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:54:42,004 INFO Processing ruok command from /127.0.0.1:37324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:54:42,075 INFO Processing ruok command from /127.0.0.1:37326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:54:51,997 INFO Processing ruok command from /127.0.0.1:37386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:54:52,075 INFO Processing ruok command from /127.0.0.1:37388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:55:01,996 INFO Processing ruok command from /127.0.0.1:37456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:55:02,068 INFO Processing ruok command from /127.0.0.1:37458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:55:12,004 INFO Processing ruok command from /127.0.0.1:37526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:55:12,064 INFO Processing ruok command from /127.0.0.1:37528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:55:22,029 INFO Processing ruok command from /127.0.0.1:37596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:55:22,102 INFO Processing ruok command from /127.0.0.1:37598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:55:32,000 INFO Processing ruok command from /127.0.0.1:37662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:55:32,045 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:55:41,989 INFO Processing ruok command from /127.0.0.1:37724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:55:42,030 INFO Processing ruok command from /127.0.0.1:37726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:55:50,547 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 02:55:50,557 INFO Committing global session 0x3000046ca170003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:55:51,360 INFO Submitting global closeSession request for session 0x3000046ca170003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 02:55:51,998 INFO Processing ruok command from /127.0.0.1:37792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:55:52,038 INFO Processing ruok command from /127.0.0.1:37794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:56:01,982 INFO Processing ruok command from /127.0.0.1:37864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:56:02,067 INFO Processing ruok command from /127.0.0.1:37866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:56:11,988 INFO Processing ruok command from /127.0.0.1:37928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:56:12,024 INFO Processing ruok command from /127.0.0.1:37930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:56:21,989 INFO Processing ruok command from /127.0.0.1:37994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:56:22,071 INFO Processing ruok command from /127.0.0.1:37996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:56:31,989 INFO Processing ruok command from /127.0.0.1:38062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:56:32,095 INFO Processing ruok command from /127.0.0.1:38064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:56:42,028 INFO Processing ruok command from /127.0.0.1:38130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:56:42,062 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:56:51,995 INFO Processing ruok command from /127.0.0.1:38198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:56:52,064 INFO Processing ruok command from /127.0.0.1:38200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:57:01,993 INFO Processing ruok command from /127.0.0.1:38262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:57:02,061 INFO Processing ruok command from /127.0.0.1:38264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:57:11,984 INFO Processing ruok command from /127.0.0.1:38330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:57:12,030 INFO Processing ruok command from /127.0.0.1:38332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:57:22,027 INFO Processing ruok command from /127.0.0.1:38398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:57:22,086 INFO Processing ruok command from /127.0.0.1:38400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:57:32,011 INFO Processing ruok command from /127.0.0.1:38468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:57:32,064 INFO Processing ruok command from /127.0.0.1:38470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:57:41,982 INFO Processing ruok command from /127.0.0.1:38536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:57:42,031 INFO Processing ruok command from /127.0.0.1:38538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:57:50,466 INFO Committing global session 0x10000467dcb0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:57:51,997 INFO Processing ruok command from /127.0.0.1:38608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:57:52,036 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:58:01,983 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:58:02,057 INFO Processing ruok command from /127.0.0.1:38696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:58:11,994 INFO Processing ruok command from /127.0.0.1:38772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:58:12,078 INFO Processing ruok command from /127.0.0.1:38774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:58:21,987 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:58:22,073 INFO Processing ruok command from /127.0.0.1:38872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:58:31,990 INFO Processing ruok command from /127.0.0.1:38970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:58:32,024 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:58:41,993 INFO Processing ruok command from /127.0.0.1:39038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:58:42,032 INFO Processing ruok command from /127.0.0.1:39040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:58:51,986 INFO Processing ruok command from /127.0.0.1:39106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:58:52,021 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:59:01,988 INFO Processing ruok command from /127.0.0.1:39174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:59:02,022 INFO Processing ruok command from /127.0.0.1:39176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:59:11,988 INFO Processing ruok command from /127.0.0.1:39244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:59:12,020 INFO Processing ruok command from /127.0.0.1:39246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:59:21,979 INFO Processing ruok command from /127.0.0.1:39316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:59:22,056 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:59:31,988 INFO Processing ruok command from /127.0.0.1:39384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:59:32,046 INFO Processing ruok command from /127.0.0.1:39386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:59:41,997 INFO Processing ruok command from /127.0.0.1:39450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:59:42,043 INFO Processing ruok command from /127.0.0.1:39452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 02:59:50,507 INFO Committing global session 0x2000045e3db0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 02:59:51,991 INFO Processing ruok command from /127.0.0.1:39522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 02:59:52,055 INFO Processing ruok command from /127.0.0.1:39524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:00:01,980 INFO Processing ruok command from /127.0.0.1:39588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:00:02,058 INFO Processing ruok command from /127.0.0.1:39590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:00:11,988 INFO Processing ruok command from /127.0.0.1:39654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:00:12,022 INFO Processing ruok command from /127.0.0.1:39656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:00:22,001 INFO Processing ruok command from /127.0.0.1:39760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:00:22,098 INFO Processing ruok command from /127.0.0.1:39762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:00:32,155 INFO Processing ruok command from /127.0.0.1:39826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:00:32,221 INFO Processing ruok command from /127.0.0.1:39828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:00:41,983 INFO Processing ruok command from /127.0.0.1:39902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:00:42,018 INFO Processing ruok command from /127.0.0.1:39904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:00:51,993 INFO Processing ruok command from /127.0.0.1:39976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:00:52,034 INFO Processing ruok command from /127.0.0.1:39978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:01:01,994 INFO Processing ruok command from /127.0.0.1:40042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:01:02,063 INFO Processing ruok command from /127.0.0.1:40044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:01:11,990 INFO Processing ruok command from /127.0.0.1:40106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:01:12,052 INFO Processing ruok command from /127.0.0.1:40108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:01:22,000 INFO Processing ruok command from /127.0.0.1:40200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:01:22,042 INFO Processing ruok command from /127.0.0.1:40204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:01:32,017 INFO Processing ruok command from /127.0.0.1:40272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:01:32,108 INFO Processing ruok command from /127.0.0.1:40274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:01:41,995 INFO Processing ruok command from /127.0.0.1:40346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:01:42,029 INFO Processing ruok command from /127.0.0.1:40348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:01:50,842 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:01:50,859 INFO Committing global session 0x3000046ca170004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:01:51,638 INFO Submitting global closeSession request for session 0x3000046ca170004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:01:51,986 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:01:52,026 INFO Processing ruok command from /127.0.0.1:40430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:02:02,005 INFO Processing ruok command from /127.0.0.1:40496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:02:02,060 INFO Processing ruok command from /127.0.0.1:40498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:02:12,031 INFO Processing ruok command from /127.0.0.1:40564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:02:12,045 INFO Processing ruok command from /127.0.0.1:40566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:02:21,993 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:02:22,028 INFO Processing ruok command from /127.0.0.1:40646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:02:31,987 INFO Processing ruok command from /127.0.0.1:40716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:02:32,030 INFO Processing ruok command from /127.0.0.1:40718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:02:41,985 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:02:42,042 INFO Processing ruok command from /127.0.0.1:40792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:02:51,987 INFO Processing ruok command from /127.0.0.1:40902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:02:52,054 INFO Processing ruok command from /127.0.0.1:40906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:03:01,973 INFO Processing ruok command from /127.0.0.1:40984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:03:02,013 INFO Processing ruok command from /127.0.0.1:40986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:03:11,985 INFO Processing ruok command from /127.0.0.1:41052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:03:12,051 INFO Processing ruok command from /127.0.0.1:41054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:03:21,989 INFO Processing ruok command from /127.0.0.1:41140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:03:22,030 INFO Processing ruok command from /127.0.0.1:41142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:03:31,985 INFO Processing ruok command from /127.0.0.1:41298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:03:32,044 INFO Processing ruok command from /127.0.0.1:41300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:03:41,988 INFO Processing ruok command from /127.0.0.1:41368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:03:42,029 INFO Processing ruok command from /127.0.0.1:41370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:03:50,779 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 03:03:50,786 INFO Committing global session 0x3000046ca170005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:03:51,542 INFO Submitting global closeSession request for session 0x3000046ca170005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:03:51,979 INFO Processing ruok command from /127.0.0.1:41464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:03:52,022 INFO Processing ruok command from /127.0.0.1:41466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:04:01,985 INFO Processing ruok command from /127.0.0.1:41540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:04:02,025 INFO Processing ruok command from /127.0.0.1:41542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:04:11,984 INFO Processing ruok command from /127.0.0.1:41622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:04:12,016 INFO Processing ruok command from /127.0.0.1:41624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:04:21,981 INFO Processing ruok command from /127.0.0.1:41710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:04:22,048 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:04:31,989 INFO Processing ruok command from /127.0.0.1:41792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:04:32,020 INFO Processing ruok command from /127.0.0.1:41794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:04:41,991 INFO Processing ruok command from /127.0.0.1:41868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:04:42,027 INFO Processing ruok command from /127.0.0.1:41870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:04:51,994 INFO Processing ruok command from /127.0.0.1:41962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:04:52,062 INFO Processing ruok command from /127.0.0.1:41964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:05:02,014 INFO Processing ruok command from /127.0.0.1:42030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:05:02,050 INFO Processing ruok command from /127.0.0.1:42032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:05:11,980 INFO Processing ruok command from /127.0.0.1:42104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:05:12,029 INFO Processing ruok command from /127.0.0.1:42106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:05:21,987 INFO Processing ruok command from /127.0.0.1:42190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:05:22,056 INFO Processing ruok command from /127.0.0.1:42192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:05:31,981 INFO Processing ruok command from /127.0.0.1:42266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:05:32,027 INFO Processing ruok command from /127.0.0.1:42268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:05:41,993 INFO Processing ruok command from /127.0.0.1:42336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:05:42,031 INFO Processing ruok command from /127.0.0.1:42338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:05:50,573 INFO Committing global session 0x2000045e3db0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:05:51,990 INFO Processing ruok command from /127.0.0.1:42428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:05:52,038 INFO Processing ruok command from /127.0.0.1:42430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:06:01,979 INFO Processing ruok command from /127.0.0.1:42502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:06:02,025 INFO Processing ruok command from /127.0.0.1:42504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:06:11,985 INFO Processing ruok command from /127.0.0.1:42580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:06:12,035 INFO Processing ruok command from /127.0.0.1:42582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:06:22,000 INFO Processing ruok command from /127.0.0.1:42668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:06:22,037 INFO Processing ruok command from /127.0.0.1:42670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:06:31,984 INFO Processing ruok command from /127.0.0.1:42760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:06:32,050 INFO Processing ruok command from /127.0.0.1:42762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:06:41,998 INFO Processing ruok command from /127.0.0.1:42828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:06:42,037 INFO Processing ruok command from /127.0.0.1:42830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:06:51,994 INFO Processing ruok command from /127.0.0.1:42920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:06:52,039 INFO Processing ruok command from /127.0.0.1:42922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:07:02,001 INFO Processing ruok command from /127.0.0.1:42996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:07:02,045 INFO Processing ruok command from /127.0.0.1:42998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:07:11,993 INFO Processing ruok command from /127.0.0.1:43074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:07:12,044 INFO Processing ruok command from /127.0.0.1:43076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:07:21,991 INFO Processing ruok command from /127.0.0.1:43214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:07:22,036 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:07:32,005 INFO Processing ruok command from /127.0.0.1:43320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:07:32,044 INFO Processing ruok command from /127.0.0.1:43322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:07:41,993 INFO Processing ruok command from /127.0.0.1:43418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:07:42,046 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:07:50,703 INFO Committing global session 0x10000467dcb0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:07:52,068 INFO Processing ruok command from /127.0.0.1:43524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:07:52,182 INFO Processing ruok command from /127.0.0.1:43526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:08:02,003 INFO Processing ruok command from /127.0.0.1:43594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:08:02,091 INFO Processing ruok command from /127.0.0.1:43596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:08:11,978 INFO Processing ruok command from /127.0.0.1:43702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:08:12,026 INFO Processing ruok command from /127.0.0.1:43706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:08:22,090 INFO Processing ruok command from /127.0.0.1:43876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:08:22,186 INFO Processing ruok command from /127.0.0.1:43878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:08:32,184 INFO Processing ruok command from /127.0.0.1:44044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:08:32,363 INFO Processing ruok command from /127.0.0.1:44046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:08:42,017 INFO Processing ruok command from /127.0.0.1:44176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:08:42,115 INFO Processing ruok command from /127.0.0.1:44178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:08:52,044 INFO Processing ruok command from /127.0.0.1:44272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:08:52,139 INFO Processing ruok command from /127.0.0.1:44274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:09:01,997 INFO Processing ruok command from /127.0.0.1:44374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:09:02,044 INFO Processing ruok command from /127.0.0.1:44376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:09:12,052 INFO Processing ruok command from /127.0.0.1:44480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:09:12,122 INFO Processing ruok command from /127.0.0.1:44482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:09:22,012 INFO Processing ruok command from /127.0.0.1:44572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:09:22,110 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:09:32,001 INFO Processing ruok command from /127.0.0.1:44676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:09:32,096 INFO Processing ruok command from /127.0.0.1:44678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:09:41,997 INFO Processing ruok command from /127.0.0.1:44808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:09:42,042 INFO Processing ruok command from /127.0.0.1:44812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:09:50,513 INFO Committing global session 0x2000045e3db0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:09:52,002 INFO Processing ruok command from /127.0.0.1:44946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:09:52,055 INFO Processing ruok command from /127.0.0.1:44950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:10:01,989 INFO Processing ruok command from /127.0.0.1:45052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:10:02,030 INFO Processing ruok command from /127.0.0.1:45054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:10:11,985 INFO Processing ruok command from /127.0.0.1:45162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:10:12,036 INFO Processing ruok command from /127.0.0.1:45164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:10:21,979 INFO Processing ruok command from /127.0.0.1:45284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:10:22,021 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:10:32,012 INFO Processing ruok command from /127.0.0.1:45404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:10:32,084 INFO Processing ruok command from /127.0.0.1:45406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:10:42,000 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:10:42,044 INFO Processing ruok command from /127.0.0.1:45522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:10:51,988 INFO Processing ruok command from /127.0.0.1:45652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:10:52,028 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:11:01,999 INFO Processing ruok command from /127.0.0.1:45774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:11:02,067 INFO Processing ruok command from /127.0.0.1:45776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:11:11,043 INFO Committing global session 0x2000045e3db0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:11:11,166 INFO Committing global session 0x2000045e3db0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:11:12,036 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:11:12,119 INFO Processing ruok command from /127.0.0.1:45910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:11:13,147 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:11:13,160 INFO Committing global session 0x3000046ca170006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:11:21,998 INFO Processing ruok command from /127.0.0.1:46074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:11:22,039 INFO Processing ruok command from /127.0.0.1:46076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:11:32,004 INFO Processing ruok command from /127.0.0.1:46228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:11:32,087 INFO Processing ruok command from /127.0.0.1:46230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:11:42,060 INFO Processing ruok command from /127.0.0.1:46330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:11:42,148 INFO Processing ruok command from /127.0.0.1:46332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:11:50,431 INFO Committing global session 0x2000045e3db0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:11:52,002 INFO Processing ruok command from /127.0.0.1:46446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:11:52,069 INFO Processing ruok command from /127.0.0.1:46448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:12:02,011 INFO Processing ruok command from /127.0.0.1:46552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:12:02,078 INFO Processing ruok command from /127.0.0.1:46554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:12:11,992 INFO Processing ruok command from /127.0.0.1:46696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:12:12,103 INFO Processing ruok command from /127.0.0.1:46698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:12:22,002 INFO Processing ruok command from /127.0.0.1:46808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:12:22,040 INFO Processing ruok command from /127.0.0.1:46810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:12:31,990 INFO Processing ruok command from /127.0.0.1:46910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:12:32,060 INFO Processing ruok command from /127.0.0.1:46912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:12:33,289 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a6db32a8-ce7a-46ac-bdd8-b8b3b6b77b4b/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:12:33,295 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8ecd4fd6-e1ae-459a-a1bb-41228739f1ec/onap-policy-xacml-pdp-6db69cdcc6-c7554 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:12:33,301 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fb27466c-980f-48f6-803e-d5ab63da51be/onap-policy-clamp-ac-pf-ppnt-699b8c7cb6-vmtnb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:12:33,308 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/897a5c95-76e0-44e9-a91d-d97789b3e526/onap-policy-clamp-ac-k8s-ppnt-c5c979798-7bn7m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:12:33,314 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c372b17d-04ec-44d5-a822-c052148a10ed/onap-policy-clamp-ac-http-ppnt-84ff6866f5-nfwrn (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:12:41,998 INFO Processing ruok command from /127.0.0.1:47020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:12:42,080 INFO Processing ruok command from /127.0.0.1:47022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:12:52,008 INFO Processing ruok command from /127.0.0.1:47156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:12:52,048 INFO Processing ruok command from /127.0.0.1:47158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:13:01,981 INFO Processing ruok command from /127.0.0.1:47284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:13:02,017 INFO Processing ruok command from /127.0.0.1:47288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:13:11,991 INFO Processing ruok command from /127.0.0.1:47410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:13:12,102 INFO Processing ruok command from /127.0.0.1:47412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:13:22,007 INFO Processing ruok command from /127.0.0.1:47522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:13:22,064 INFO Processing ruok command from /127.0.0.1:47524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:13:32,023 INFO Processing ruok command from /127.0.0.1:47652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:13:32,053 INFO Processing ruok command from /127.0.0.1:47654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:13:33,289 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fb27466c-980f-48f6-803e-d5ab63da51be (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:13:33,295 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a6db32a8-ce7a-46ac-bdd8-b8b3b6b77b4b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:13:33,302 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8ecd4fd6-e1ae-459a-a1bb-41228739f1ec (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:13:33,307 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c372b17d-04ec-44d5-a822-c052148a10ed (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:13:33,313 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/897a5c95-76e0-44e9-a91d-d97789b3e526 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:13:41,987 INFO Processing ruok command from /127.0.0.1:47760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:13:42,055 INFO Processing ruok command from /127.0.0.1:47762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:13:50,684 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 03:13:50,696 INFO Committing global session 0x3000046ca170007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:13:51,560 INFO Submitting global closeSession request for session 0x3000046ca170007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:13:51,992 INFO Processing ruok command from /127.0.0.1:47896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:13:52,027 INFO Processing ruok command from /127.0.0.1:47898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:14:02,092 INFO Processing ruok command from /127.0.0.1:48048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:14:02,177 INFO Processing ruok command from /127.0.0.1:48050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:14:12,007 INFO Processing ruok command from /127.0.0.1:48206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:14:12,068 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:14:22,010 INFO Processing ruok command from /127.0.0.1:48342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:14:22,057 INFO Processing ruok command from /127.0.0.1:48344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:14:32,028 INFO Processing ruok command from /127.0.0.1:48478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:14:32,111 INFO Processing ruok command from /127.0.0.1:48480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:14:33,294 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/328202f6-c643-4dd9-beaa-1032ed57d615 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:14:33,300 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:14:33,307 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/93dfb3b2-2c67-4863-9728-73b4c081f076/onap-policy-pap-55d755cc55-klp9m (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:14:33,313 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/58fcc0ab-d787-44ca-9030-0f5e7f9bca96/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:14:41,992 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:14:42,035 INFO Processing ruok command from /127.0.0.1:48620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:14:52,006 INFO Processing ruok command from /127.0.0.1:48758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:14:52,108 INFO Processing ruok command from /127.0.0.1:48760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:15:01,976 INFO Processing ruok command from /127.0.0.1:48870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:15:02,038 INFO Processing ruok command from /127.0.0.1:48872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:15:11,982 INFO Processing ruok command from /127.0.0.1:49010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:15:12,031 INFO Processing ruok command from /127.0.0.1:49012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:15:22,001 INFO Processing ruok command from /127.0.0.1:49144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:15:22,042 INFO Processing ruok command from /127.0.0.1:49146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:15:31,981 INFO Processing ruok command from /127.0.0.1:49256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:15:32,044 INFO Processing ruok command from /127.0.0.1:49258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:15:33,289 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:15:33,296 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/93dfb3b2-2c67-4863-9728-73b4c081f076 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:15:33,301 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/feb6090b-8d57-4216-bdfe-277ea5d47fa4/onap-policy-clamp-runtime-acm-6847cc68d9-fvwf2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:15:33,307 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/58fcc0ab-d787-44ca-9030-0f5e7f9bca96 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:15:42,012 INFO Processing ruok command from /127.0.0.1:49376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:15:42,047 INFO Processing ruok command from /127.0.0.1:49378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:15:50,623 INFO Committing global session 0x2000045e3db0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:15:51,988 INFO Processing ruok command from /127.0.0.1:49496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:15:52,063 INFO Processing ruok command from /127.0.0.1:49498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:16:01,991 INFO Processing ruok command from /127.0.0.1:49602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:16:02,068 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:16:11,984 INFO Processing ruok command from /127.0.0.1:49710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:16:12,020 INFO Processing ruok command from /127.0.0.1:49712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:16:21,991 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:16:22,052 INFO Processing ruok command from /127.0.0.1:49838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:16:31,995 INFO Processing ruok command from /127.0.0.1:49952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:16:32,031 INFO Processing ruok command from /127.0.0.1:49954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:16:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:16:33,295 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/feb6090b-8d57-4216-bdfe-277ea5d47fa4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:16:42,000 INFO Processing ruok command from /127.0.0.1:50062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:16:42,066 INFO Processing ruok command from /127.0.0.1:50064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:16:51,979 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:16:52,030 INFO Processing ruok command from /127.0.0.1:50188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:17:02,011 INFO Processing ruok command from /127.0.0.1:50294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:17:02,105 INFO Processing ruok command from /127.0.0.1:50296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:17:11,989 INFO Processing ruok command from /127.0.0.1:50406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:17:12,030 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:17:21,995 INFO Processing ruok command from /127.0.0.1:50532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:17:22,024 INFO Processing ruok command from /127.0.0.1:50534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:17:31,980 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:17:32,046 INFO Processing ruok command from /127.0.0.1:50646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:17:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8dec7773-5982-4768-ada0-60e1b7d3a079/onap-policy-clamp-runtime-acm-6847cc68d9-fvwf2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:17:41,984 INFO Processing ruok command from /127.0.0.1:50760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:17:42,050 INFO Processing ruok command from /127.0.0.1:50762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:17:50,365 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:17:50,374 INFO Committing global session 0x3000046ca170008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:17:51,197 INFO Submitting global closeSession request for session 0x3000046ca170008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:17:51,991 INFO Processing ruok command from /127.0.0.1:50880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:17:52,057 INFO Processing ruok command from /127.0.0.1:50882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:18:02,002 INFO Processing ruok command from /127.0.0.1:50994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:18:02,020 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:18:11,984 INFO Processing ruok command from /127.0.0.1:51102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:18:12,043 INFO Processing ruok command from /127.0.0.1:51104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:18:21,982 INFO Processing ruok command from /127.0.0.1:51222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:18:22,020 INFO Processing ruok command from /127.0.0.1:51224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:18:31,994 INFO Processing ruok command from /127.0.0.1:51336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:18:32,046 INFO Processing ruok command from /127.0.0.1:51338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:18:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8dec7773-5982-4768-ada0-60e1b7d3a079 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:18:41,997 INFO Processing ruok command from /127.0.0.1:51460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:18:42,065 INFO Processing ruok command from /127.0.0.1:51464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:18:51,991 INFO Processing ruok command from /127.0.0.1:51588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:18:52,027 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:19:01,999 INFO Processing ruok command from /127.0.0.1:51698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:19:02,067 INFO Processing ruok command from /127.0.0.1:51700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:19:11,975 INFO Processing ruok command from /127.0.0.1:51810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:19:12,017 INFO Processing ruok command from /127.0.0.1:51812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:19:21,989 INFO Processing ruok command from /127.0.0.1:51934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:19:22,030 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:19:31,986 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:19:32,024 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:19:33,289 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/e9ba25ff-5851-4560-bbb6-c7ebe738ed0f/onap-policy-clamp-runtime-acm-6847cc68d9-fvwf2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:19:42,000 INFO Processing ruok command from /127.0.0.1:52160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:19:42,077 INFO Processing ruok command from /127.0.0.1:52162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:19:50,681 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 03:19:50,688 INFO Committing global session 0x3000046ca170009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:19:51,536 INFO Submitting global closeSession request for session 0x3000046ca170009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:19:51,981 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:19:52,030 INFO Processing ruok command from /127.0.0.1:52288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:20:01,984 INFO Processing ruok command from /127.0.0.1:52398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:20:02,049 INFO Processing ruok command from /127.0.0.1:52400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:20:11,990 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:20:12,038 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:20:21,996 INFO Processing ruok command from /127.0.0.1:52638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:20:22,038 INFO Processing ruok command from /127.0.0.1:52640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:20:31,988 INFO Processing ruok command from /127.0.0.1:52748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:20:32,031 INFO Processing ruok command from /127.0.0.1:52750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:20:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/e9ba25ff-5851-4560-bbb6-c7ebe738ed0f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:20:41,987 INFO Processing ruok command from /127.0.0.1:52858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:20:42,023 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:20:51,973 INFO Processing ruok command from /127.0.0.1:52982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:20:52,027 INFO Processing ruok command from /127.0.0.1:52984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:21:01,975 INFO Processing ruok command from /127.0.0.1:53094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:21:02,012 INFO Processing ruok command from /127.0.0.1:53096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:21:11,994 INFO Processing ruok command from /127.0.0.1:53204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:21:12,066 INFO Processing ruok command from /127.0.0.1:53206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:21:22,001 INFO Processing ruok command from /127.0.0.1:53336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:21:22,040 INFO Processing ruok command from /127.0.0.1:53338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:21:32,041 INFO Processing ruok command from /127.0.0.1:53472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:21:32,083 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:21:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:21:42,009 INFO Processing ruok command from /127.0.0.1:53602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:21:42,055 INFO Processing ruok command from /127.0.0.1:53604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:21:50,652 INFO Committing global session 0x10000467dcb0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:21:52,055 INFO Processing ruok command from /127.0.0.1:53728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:21:52,108 INFO Processing ruok command from /127.0.0.1:53730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:22:02,006 INFO Processing ruok command from /127.0.0.1:53838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:22:02,088 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:22:12,003 INFO Processing ruok command from /127.0.0.1:53948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:22:12,091 INFO Processing ruok command from /127.0.0.1:53950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:22:22,015 INFO Processing ruok command from /127.0.0.1:54112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:22:22,080 INFO Processing ruok command from /127.0.0.1:54114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:22:32,029 INFO Processing ruok command from /127.0.0.1:54230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:22:32,089 INFO Processing ruok command from /127.0.0.1:54232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:22:33,289 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:22:42,046 INFO Processing ruok command from /127.0.0.1:54338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:22:42,149 INFO Processing ruok command from /127.0.0.1:54340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:22:51,999 INFO Processing ruok command from /127.0.0.1:54482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:22:52,095 INFO Processing ruok command from /127.0.0.1:54484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:23:02,041 INFO Processing ruok command from /127.0.0.1:54600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:23:02,149 INFO Processing ruok command from /127.0.0.1:54602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:23:12,079 INFO Processing ruok command from /127.0.0.1:54710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:23:12,179 INFO Processing ruok command from /127.0.0.1:54712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:23:22,057 INFO Processing ruok command from /127.0.0.1:54828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:23:22,158 INFO Processing ruok command from /127.0.0.1:54830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:23:32,024 INFO Processing ruok command from /127.0.0.1:54944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:23:32,109 INFO Processing ruok command from /127.0.0.1:54946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:23:42,075 INFO Processing ruok command from /127.0.0.1:55050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:23:42,267 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:23:50,502 INFO Committing global session 0x2000045e3db000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:23:52,072 INFO Processing ruok command from /127.0.0.1:55206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:23:52,143 INFO Processing ruok command from /127.0.0.1:55208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:24:02,029 INFO Processing ruok command from /127.0.0.1:55316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:24:02,112 INFO Processing ruok command from /127.0.0.1:55318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:24:11,993 INFO Processing ruok command from /127.0.0.1:55426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:24:12,025 INFO Processing ruok command from /127.0.0.1:55428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:24:21,977 INFO Processing ruok command from /127.0.0.1:55552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:24:22,020 INFO Processing ruok command from /127.0.0.1:55554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:24:31,985 INFO Processing ruok command from /127.0.0.1:55678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:24:32,038 INFO Processing ruok command from /127.0.0.1:55680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:24:41,985 INFO Processing ruok command from /127.0.0.1:55784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:24:42,061 INFO Processing ruok command from /127.0.0.1:55786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:24:51,985 INFO Processing ruok command from /127.0.0.1:55906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:24:52,045 INFO Processing ruok command from /127.0.0.1:55908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:25:01,997 INFO Processing ruok command from /127.0.0.1:56014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:25:02,065 INFO Processing ruok command from /127.0.0.1:56016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:25:12,008 INFO Processing ruok command from /127.0.0.1:56128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:25:12,038 INFO Processing ruok command from /127.0.0.1:56130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:25:21,977 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:25:22,016 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:25:32,020 INFO Processing ruok command from /127.0.0.1:56364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:25:32,059 INFO Processing ruok command from /127.0.0.1:56370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:25:42,018 INFO Processing ruok command from /127.0.0.1:56484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:25:42,090 INFO Processing ruok command from /127.0.0.1:56486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:25:50,443 INFO Committing global session 0x2000045e3db000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:25:51,996 INFO Processing ruok command from /127.0.0.1:56600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:25:52,045 INFO Processing ruok command from /127.0.0.1:56602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:26:01,999 INFO Processing ruok command from /127.0.0.1:56716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:26:02,057 INFO Processing ruok command from /127.0.0.1:56718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:26:11,990 INFO Processing ruok command from /127.0.0.1:56860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:26:12,062 INFO Processing ruok command from /127.0.0.1:56862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:26:21,996 INFO Processing ruok command from /127.0.0.1:56994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:26:22,061 INFO Processing ruok command from /127.0.0.1:56996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:26:31,997 INFO Processing ruok command from /127.0.0.1:57100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:26:32,047 INFO Processing ruok command from /127.0.0.1:57102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:26:33,289 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5d4413fc-f64a-4d96-ac92-c64d0efda286/onap-policy-clamp-runtime-acm-6847cc68d9-fvwf2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:26:42,033 INFO Processing ruok command from /127.0.0.1:57224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:26:42,077 INFO Processing ruok command from /127.0.0.1:57226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:26:51,988 INFO Processing ruok command from /127.0.0.1:57398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:26:52,028 INFO Processing ruok command from /127.0.0.1:57400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:27:01,989 INFO Processing ruok command from /127.0.0.1:57546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:27:02,032 INFO Processing ruok command from /127.0.0.1:57548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:27:11,975 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:27:12,009 INFO Processing ruok command from /127.0.0.1:57676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:27:21,978 INFO Processing ruok command from /127.0.0.1:57846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:27:22,020 INFO Processing ruok command from /127.0.0.1:57848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:27:31,992 INFO Processing ruok command from /127.0.0.1:58034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:27:32,036 INFO Processing ruok command from /127.0.0.1:58036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:27:33,290 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:27:33,295 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:27:33,301 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5d4413fc-f64a-4d96-ac92-c64d0efda286 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:27:42,007 INFO Processing ruok command from /127.0.0.1:58296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:27:42,095 INFO Processing ruok command from /127.0.0.1:58298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:27:50,679 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:27:50,685 INFO Committing global session 0x3000046ca17000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:27:51,566 INFO Submitting global closeSession request for session 0x3000046ca17000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:27:52,014 INFO Processing ruok command from /127.0.0.1:58500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:27:52,075 INFO Processing ruok command from /127.0.0.1:58502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:28:02,034 INFO Processing ruok command from /127.0.0.1:58686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:28:02,077 INFO Processing ruok command from /127.0.0.1:58688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:28:11,987 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:28:12,031 INFO Processing ruok command from /127.0.0.1:58838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:28:21,983 INFO Processing ruok command from /127.0.0.1:59002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:28:22,042 INFO Processing ruok command from /127.0.0.1:59004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:28:32,051 INFO Processing ruok command from /127.0.0.1:59190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:28:32,150 INFO Processing ruok command from /127.0.0.1:59192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:28:33,294 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:28:33,303 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:28:33,315 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:28:42,179 INFO Processing ruok command from /127.0.0.1:59414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:28:42,335 INFO Processing ruok command from /127.0.0.1:59418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:28:52,008 INFO Processing ruok command from /127.0.0.1:59654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:28:52,039 INFO Processing ruok command from /127.0.0.1:59656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:29:01,990 INFO Processing ruok command from /127.0.0.1:59838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:29:02,084 INFO Processing ruok command from /127.0.0.1:59840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:29:12,062 INFO Processing ruok command from /127.0.0.1:60008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:29:12,127 INFO Processing ruok command from /127.0.0.1:60010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:29:22,012 INFO Processing ruok command from /127.0.0.1:60172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:29:22,087 INFO Processing ruok command from /127.0.0.1:60174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:29:32,019 INFO Processing ruok command from /127.0.0.1:60334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:29:32,111 INFO Processing ruok command from /127.0.0.1:60338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:29:33,290 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:29:42,014 INFO Processing ruok command from /127.0.0.1:60502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:29:42,069 INFO Processing ruok command from /127.0.0.1:60504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:29:50,421 INFO Committing global session 0x10000467dcb0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:29:52,021 INFO Processing ruok command from /127.0.0.1:60706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:29:52,152 INFO Processing ruok command from /127.0.0.1:60708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:30:02,046 INFO Processing ruok command from /127.0.0.1:60870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:30:02,104 INFO Processing ruok command from /127.0.0.1:60872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:30:12,009 INFO Processing ruok command from /127.0.0.1:32862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:30:12,090 INFO Processing ruok command from /127.0.0.1:32864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:30:22,021 INFO Processing ruok command from /127.0.0.1:33044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:30:22,109 INFO Processing ruok command from /127.0.0.1:33046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:30:32,014 INFO Processing ruok command from /127.0.0.1:33248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:30:32,109 INFO Processing ruok command from /127.0.0.1:33250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:30:33,289 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:30:42,005 INFO Processing ruok command from /127.0.0.1:33420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:30:42,047 INFO Processing ruok command from /127.0.0.1:33422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:30:52,045 INFO Processing ruok command from /127.0.0.1:33598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:30:52,131 INFO Processing ruok command from /127.0.0.1:33600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:31:02,020 INFO Processing ruok command from /127.0.0.1:33774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:31:02,096 INFO Processing ruok command from /127.0.0.1:33776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:31:11,980 INFO Processing ruok command from /127.0.0.1:33918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:31:12,016 INFO Processing ruok command from /127.0.0.1:33920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:31:22,011 INFO Processing ruok command from /127.0.0.1:34096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:31:22,046 INFO Processing ruok command from /127.0.0.1:34098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:31:31,986 INFO Processing ruok command from /127.0.0.1:34248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:31:32,027 INFO Processing ruok command from /127.0.0.1:34250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:31:41,992 INFO Processing ruok command from /127.0.0.1:34414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:31:42,052 INFO Processing ruok command from /127.0.0.1:34416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:31:50,629 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 03:31:50,635 INFO Committing global session 0x3000046ca17000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:31:51,429 INFO Submitting global closeSession request for session 0x3000046ca17000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:31:51,984 INFO Processing ruok command from /127.0.0.1:34588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:31:52,024 INFO Processing ruok command from /127.0.0.1:34590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:32:01,982 INFO Processing ruok command from /127.0.0.1:34838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:32:02,040 INFO Processing ruok command from /127.0.0.1:34842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:32:11,988 INFO Processing ruok command from /127.0.0.1:35024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:32:12,074 INFO Processing ruok command from /127.0.0.1:35028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:32:21,986 INFO Processing ruok command from /127.0.0.1:35234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:32:22,061 INFO Processing ruok command from /127.0.0.1:35236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:32:31,996 INFO Processing ruok command from /127.0.0.1:35436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:32:32,030 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:32:33,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:32:33,295 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/22f6a18f-9772-41f0-992e-50349ecc7aa8/onap-policy-clamp-runtime-acm-6847cc68d9-fvwf2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:32:42,001 INFO Processing ruok command from /127.0.0.1:35600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:32:42,029 INFO Processing ruok command from /127.0.0.1:35602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:32:52,005 INFO Processing ruok command from /127.0.0.1:35770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:32:52,069 INFO Processing ruok command from /127.0.0.1:35772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:33:01,995 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:33:02,040 INFO Processing ruok command from /127.0.0.1:35978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:33:11,993 INFO Processing ruok command from /127.0.0.1:36132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:33:12,025 INFO Processing ruok command from /127.0.0.1:36134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:33:22,000 INFO Processing ruok command from /127.0.0.1:36316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:33:22,041 INFO Processing ruok command from /127.0.0.1:36318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:33:31,997 INFO Processing ruok command from /127.0.0.1:36474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:33:32,039 INFO Processing ruok command from /127.0.0.1:36476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:33:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/22f6a18f-9772-41f0-992e-50349ecc7aa8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:33:33,295 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:33:42,009 INFO Processing ruok command from /127.0.0.1:36654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:33:42,103 INFO Processing ruok command from /127.0.0.1:36656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:33:50,538 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:33:50,544 INFO Committing global session 0x3000046ca17000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:33:51,418 INFO Submitting global closeSession request for session 0x3000046ca17000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:33:51,990 INFO Processing ruok command from /127.0.0.1:36824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:33:52,065 INFO Processing ruok command from /127.0.0.1:36826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:34:02,012 INFO Processing ruok command from /127.0.0.1:37022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:34:02,055 INFO Processing ruok command from /127.0.0.1:37024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:34:11,993 INFO Processing ruok command from /127.0.0.1:37182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:34:12,056 INFO Processing ruok command from /127.0.0.1:37184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:34:22,005 INFO Processing ruok command from /127.0.0.1:37368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:34:22,057 INFO Processing ruok command from /127.0.0.1:37370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:34:31,990 INFO Processing ruok command from /127.0.0.1:37514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:34:32,026 INFO Processing ruok command from /127.0.0.1:37518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:34:33,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,295 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1bd3c1d8-d927-4001-aeb2-99ea50f90bfc/onap-policy-clamp-runtime-acm-6847cc68d9-fvwf2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,301 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,307 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,313 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,320 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,326 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,332 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:33,338 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group/multicloud-k8s-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:34:41,987 INFO Processing ruok command from /127.0.0.1:37682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:34:42,070 INFO Processing ruok command from /127.0.0.1:37686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:34:52,004 INFO Processing ruok command from /127.0.0.1:37852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:34:52,050 INFO Processing ruok command from /127.0.0.1:37854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:35:02,018 INFO Processing ruok command from /127.0.0.1:38064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:35:02,091 INFO Processing ruok command from /127.0.0.1:38066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:35:12,008 INFO Processing ruok command from /127.0.0.1:38222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:35:12,093 INFO Processing ruok command from /127.0.0.1:38224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:35:21,994 INFO Processing ruok command from /127.0.0.1:38406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:35:22,035 INFO Processing ruok command from /127.0.0.1:38408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:35:31,981 INFO Processing ruok command from /127.0.0.1:38564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:35:32,024 INFO Processing ruok command from /127.0.0.1:38566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:35:33,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,295 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1bd3c1d8-d927-4001-aeb2-99ea50f90bfc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,301 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,307 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,313 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,320 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,326 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,331 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:33,337 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:35:42,047 INFO Processing ruok command from /127.0.0.1:38744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:35:42,077 INFO Processing ruok command from /127.0.0.1:38746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:35:50,493 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 03:35:50,500 INFO Committing global session 0x3000046ca17000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:35:51,335 INFO Submitting global closeSession request for session 0x3000046ca17000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:35:52,001 INFO Processing ruok command from /127.0.0.1:38912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:35:52,083 INFO Processing ruok command from /127.0.0.1:38914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:36:01,998 INFO Processing ruok command from /127.0.0.1:39120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:36:02,087 INFO Processing ruok command from /127.0.0.1:39122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:36:11,996 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:36:12,077 INFO Processing ruok command from /127.0.0.1:39278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:36:22,010 INFO Processing ruok command from /127.0.0.1:39466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:36:22,104 INFO Processing ruok command from /127.0.0.1:39470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:36:32,000 INFO Processing ruok command from /127.0.0.1:39624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:36:32,079 INFO Processing ruok command from /127.0.0.1:39626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:36:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:36:33,295 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:36:33,301 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:36:41,992 INFO Processing ruok command from /127.0.0.1:39796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:36:42,034 INFO Processing ruok command from /127.0.0.1:39798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:36:52,005 INFO Processing ruok command from /127.0.0.1:39976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:36:52,090 INFO Processing ruok command from /127.0.0.1:39978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:37:01,982 INFO Processing ruok command from /127.0.0.1:40182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:37:02,023 INFO Processing ruok command from /127.0.0.1:40184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:37:12,003 INFO Processing ruok command from /127.0.0.1:40346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:37:12,079 INFO Processing ruok command from /127.0.0.1:40348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:37:22,008 INFO Processing ruok command from /127.0.0.1:40538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:37:22,060 INFO Processing ruok command from /127.0.0.1:40540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:37:31,988 INFO Processing ruok command from /127.0.0.1:40694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:37:32,053 INFO Processing ruok command from /127.0.0.1:40696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:37:33,289 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:37:42,027 INFO Processing ruok command from /127.0.0.1:40866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:37:42,086 INFO Processing ruok command from /127.0.0.1:40870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:37:50,460 INFO Committing global session 0x2000045e3db000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:37:51,997 INFO Processing ruok command from /127.0.0.1:41050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:37:52,074 INFO Processing ruok command from /127.0.0.1:41052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:38:02,021 INFO Processing ruok command from /127.0.0.1:41254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:38:02,069 INFO Processing ruok command from /127.0.0.1:41256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:38:11,994 INFO Processing ruok command from /127.0.0.1:41418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:38:12,086 INFO Processing ruok command from /127.0.0.1:41420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:38:21,995 INFO Processing ruok command from /127.0.0.1:41602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:38:22,033 INFO Processing ruok command from /127.0.0.1:41604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:38:31,984 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:38:32,072 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:38:33,289 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:38:42,009 INFO Processing ruok command from /127.0.0.1:41938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:38:42,092 INFO Processing ruok command from /127.0.0.1:41940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:38:51,985 INFO Processing ruok command from /127.0.0.1:42112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:38:52,023 INFO Processing ruok command from /127.0.0.1:42114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:39:02,002 INFO Processing ruok command from /127.0.0.1:42316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:39:02,043 INFO Processing ruok command from /127.0.0.1:42318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:39:12,000 INFO Processing ruok command from /127.0.0.1:42488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:39:12,041 INFO Processing ruok command from /127.0.0.1:42490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:39:21,988 INFO Processing ruok command from /127.0.0.1:42684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:39:22,026 INFO Processing ruok command from /127.0.0.1:42686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:39:32,012 INFO Processing ruok command from /127.0.0.1:42838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:39:32,051 INFO Processing ruok command from /127.0.0.1:42840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:39:33,289 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:39:41,999 INFO Processing ruok command from /127.0.0.1:43020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:39:42,083 INFO Processing ruok command from /127.0.0.1:43022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:39:50,632 INFO Committing global session 0x2000045e3db000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:39:52,003 INFO Processing ruok command from /127.0.0.1:43198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:39:52,063 INFO Processing ruok command from /127.0.0.1:43200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:40:02,006 INFO Processing ruok command from /127.0.0.1:43412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:40:02,050 INFO Processing ruok command from /127.0.0.1:43414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:40:11,993 INFO Processing ruok command from /127.0.0.1:43574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:40:12,062 INFO Processing ruok command from /127.0.0.1:43578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:40:21,985 INFO Processing ruok command from /127.0.0.1:43764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:40:22,027 INFO Processing ruok command from /127.0.0.1:43766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:40:31,987 INFO Processing ruok command from /127.0.0.1:43924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:40:32,032 INFO Processing ruok command from /127.0.0.1:43926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:40:33,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7e4c757b-3757-4582-98b6-5691feb93069/onap-policy-clamp-runtime-acm-6847cc68d9-fvwf2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:40:41,997 INFO Processing ruok command from /127.0.0.1:44102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:40:42,062 INFO Processing ruok command from /127.0.0.1:44104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:40:52,015 INFO Processing ruok command from /127.0.0.1:44278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:40:52,118 INFO Processing ruok command from /127.0.0.1:44280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:41:01,993 INFO Processing ruok command from /127.0.0.1:44478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:41:02,039 INFO Processing ruok command from /127.0.0.1:44486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:41:11,989 INFO Processing ruok command from /127.0.0.1:44652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:41:12,034 INFO Processing ruok command from /127.0.0.1:44654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:41:21,999 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:41:22,034 INFO Processing ruok command from /127.0.0.1:44842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:41:32,007 INFO Processing ruok command from /127.0.0.1:45010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:41:32,050 INFO Processing ruok command from /127.0.0.1:45012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:41:33,289 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7e4c757b-3757-4582-98b6-5691feb93069 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:41:41,991 INFO Processing ruok command from /127.0.0.1:45196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:41:42,031 INFO Processing ruok command from /127.0.0.1:45198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:41:50,428 INFO Committing global session 0x10000467dcb0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:41:51,989 INFO Processing ruok command from /127.0.0.1:45382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:41:52,023 INFO Processing ruok command from /127.0.0.1:45384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:42:01,995 INFO Processing ruok command from /127.0.0.1:45572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:42:02,040 INFO Processing ruok command from /127.0.0.1:45578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:42:11,990 INFO Processing ruok command from /127.0.0.1:45766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:42:12,058 INFO Processing ruok command from /127.0.0.1:45768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:42:21,990 INFO Processing ruok command from /127.0.0.1:45966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:42:22,042 INFO Processing ruok command from /127.0.0.1:45968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:42:31,985 INFO Processing ruok command from /127.0.0.1:46120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:42:32,029 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:42:33,289 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:42:41,983 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:42:42,065 INFO Processing ruok command from /127.0.0.1:46304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:42:51,983 INFO Processing ruok command from /127.0.0.1:46484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:42:52,029 INFO Processing ruok command from /127.0.0.1:46486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:43:01,984 INFO Processing ruok command from /127.0.0.1:46672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:43:02,031 INFO Processing ruok command from /127.0.0.1:46674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:43:11,997 INFO Processing ruok command from /127.0.0.1:46878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:43:12,063 INFO Processing ruok command from /127.0.0.1:46880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:43:21,989 INFO Processing ruok command from /127.0.0.1:47068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:43:22,034 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:43:32,001 INFO Processing ruok command from /127.0.0.1:47228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:43:32,062 INFO Processing ruok command from /127.0.0.1:47230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:43:33,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 03:43:42,006 INFO Processing ruok command from /127.0.0.1:47408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:43:42,090 INFO Processing ruok command from /127.0.0.1:47412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:43:50,399 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:43:50,404 INFO Committing global session 0x3000046ca17000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:43:51,272 INFO Submitting global closeSession request for session 0x3000046ca17000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:43:52,006 INFO Processing ruok command from /127.0.0.1:47586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:43:52,071 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:44:01,986 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:44:02,053 INFO Processing ruok command from /127.0.0.1:47786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:44:11,997 INFO Processing ruok command from /127.0.0.1:47978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:44:12,028 INFO Processing ruok command from /127.0.0.1:47980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:44:21,996 INFO Processing ruok command from /127.0.0.1:48158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:44:22,068 INFO Processing ruok command from /127.0.0.1:48160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:44:31,986 INFO Processing ruok command from /127.0.0.1:48314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:44:32,045 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:44:42,009 INFO Processing ruok command from /127.0.0.1:48494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:44:42,038 INFO Processing ruok command from /127.0.0.1:48496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:44:51,989 INFO Processing ruok command from /127.0.0.1:48666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:44:52,063 INFO Processing ruok command from /127.0.0.1:48668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:45:01,988 INFO Processing ruok command from /127.0.0.1:48846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:45:02,037 INFO Processing ruok command from /127.0.0.1:48848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:45:11,998 INFO Processing ruok command from /127.0.0.1:49038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:45:12,065 INFO Processing ruok command from /127.0.0.1:49040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:45:21,993 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:45:22,035 INFO Processing ruok command from /127.0.0.1:49228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:45:31,981 INFO Processing ruok command from /127.0.0.1:49384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:45:32,020 INFO Processing ruok command from /127.0.0.1:49386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:45:42,013 INFO Processing ruok command from /127.0.0.1:49562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:45:42,106 INFO Processing ruok command from /127.0.0.1:49564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:45:50,466 INFO Committing global session 0x10000467dcb000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:45:52,004 INFO Processing ruok command from /127.0.0.1:49736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:45:52,046 INFO Processing ruok command from /127.0.0.1:49738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:46:01,982 INFO Processing ruok command from /127.0.0.1:49908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:46:02,038 INFO Processing ruok command from /127.0.0.1:49912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:46:11,990 INFO Processing ruok command from /127.0.0.1:50098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:46:12,032 INFO Processing ruok command from /127.0.0.1:50100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:46:22,002 INFO Processing ruok command from /127.0.0.1:50282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:46:22,047 INFO Processing ruok command from /127.0.0.1:50284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:46:31,987 INFO Processing ruok command from /127.0.0.1:50432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:46:32,031 INFO Processing ruok command from /127.0.0.1:50434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:46:41,977 INFO Processing ruok command from /127.0.0.1:50614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:46:42,037 INFO Processing ruok command from /127.0.0.1:50616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:46:51,990 INFO Processing ruok command from /127.0.0.1:50792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:46:52,034 INFO Processing ruok command from /127.0.0.1:50794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:47:02,012 INFO Processing ruok command from /127.0.0.1:51026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:47:02,096 INFO Processing ruok command from /127.0.0.1:51034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:47:12,003 INFO Processing ruok command from /127.0.0.1:51234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:47:12,079 INFO Processing ruok command from /127.0.0.1:51236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:47:21,993 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:47:22,069 INFO Processing ruok command from /127.0.0.1:51432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:47:31,993 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:47:32,048 INFO Processing ruok command from /127.0.0.1:51598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:47:41,994 INFO Processing ruok command from /127.0.0.1:51780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:47:42,064 INFO Processing ruok command from /127.0.0.1:51782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:47:50,602 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 03:47:50,607 INFO Committing global session 0x3000046ca17000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:47:51,456 INFO Submitting global closeSession request for session 0x3000046ca17000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:47:51,988 INFO Processing ruok command from /127.0.0.1:51958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:47:52,024 INFO Processing ruok command from /127.0.0.1:51960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:48:02,001 INFO Processing ruok command from /127.0.0.1:52128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:48:02,038 INFO Processing ruok command from /127.0.0.1:52130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:48:12,015 INFO Processing ruok command from /127.0.0.1:52328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:48:12,048 INFO Processing ruok command from /127.0.0.1:52330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:48:21,995 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:48:22,032 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:48:31,255 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-20 03:48:31,256 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-06-20 03:48:31,265 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-20 03:48:31,991 INFO Processing ruok command from /127.0.0.1:52672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:48:32,031 INFO Processing ruok command from /127.0.0.1:52674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:48:42,007 INFO Processing ruok command from /127.0.0.1:52852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:48:42,088 INFO Processing ruok command from /127.0.0.1:52854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:48:51,989 INFO Processing ruok command from /127.0.0.1:53036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:48:52,033 INFO Processing ruok command from /127.0.0.1:53038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:49:01,985 INFO Processing ruok command from /127.0.0.1:53206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:49:02,021 INFO Processing ruok command from /127.0.0.1:53208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:49:11,981 INFO Processing ruok command from /127.0.0.1:53404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:49:12,020 INFO Processing ruok command from /127.0.0.1:53406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:49:22,001 INFO Processing ruok command from /127.0.0.1:53590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:49:22,045 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:49:31,999 INFO Processing ruok command from /127.0.0.1:53746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:49:32,063 INFO Processing ruok command from /127.0.0.1:53748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:49:41,996 INFO Processing ruok command from /127.0.0.1:53926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:49:42,043 INFO Processing ruok command from /127.0.0.1:53928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:49:50,562 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:49:50,568 INFO Committing global session 0x3000046ca170010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:49:51,351 INFO Submitting global closeSession request for session 0x3000046ca170010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:49:52,008 INFO Processing ruok command from /127.0.0.1:54102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:49:52,084 INFO Processing ruok command from /127.0.0.1:54104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:50:01,996 INFO Processing ruok command from /127.0.0.1:54280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:50:02,043 INFO Processing ruok command from /127.0.0.1:54282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:50:11,987 INFO Processing ruok command from /127.0.0.1:54474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:50:12,039 INFO Processing ruok command from /127.0.0.1:54478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:50:21,985 INFO Processing ruok command from /127.0.0.1:54654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:50:22,069 INFO Processing ruok command from /127.0.0.1:54658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:50:32,003 INFO Processing ruok command from /127.0.0.1:54814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:50:32,043 INFO Processing ruok command from /127.0.0.1:54816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:50:41,995 INFO Processing ruok command from /127.0.0.1:54990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:50:42,077 INFO Processing ruok command from /127.0.0.1:54992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:50:51,991 INFO Processing ruok command from /127.0.0.1:55168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:50:52,033 INFO Processing ruok command from /127.0.0.1:55170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:51:01,986 INFO Processing ruok command from /127.0.0.1:55340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:51:02,027 INFO Processing ruok command from /127.0.0.1:55342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:51:11,985 INFO Processing ruok command from /127.0.0.1:55542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:51:12,065 INFO Processing ruok command from /127.0.0.1:55544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:51:22,005 INFO Processing ruok command from /127.0.0.1:55728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:51:22,073 INFO Processing ruok command from /127.0.0.1:55730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:51:32,005 INFO Processing ruok command from /127.0.0.1:55888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:51:32,068 INFO Processing ruok command from /127.0.0.1:55890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:51:41,998 INFO Processing ruok command from /127.0.0.1:56066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:51:42,031 INFO Processing ruok command from /127.0.0.1:56068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:51:50,535 INFO Committing global session 0x2000045e3db000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:51:51,997 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:51:52,047 INFO Processing ruok command from /127.0.0.1:56242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:52:01,975 INFO Processing ruok command from /127.0.0.1:56414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:52:02,024 INFO Processing ruok command from /127.0.0.1:56418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:52:11,990 INFO Processing ruok command from /127.0.0.1:56612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:52:12,056 INFO Processing ruok command from /127.0.0.1:56616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:52:22,015 INFO Processing ruok command from /127.0.0.1:56798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:52:22,063 INFO Processing ruok command from /127.0.0.1:56800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:52:32,001 INFO Processing ruok command from /127.0.0.1:56950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:52:32,070 INFO Processing ruok command from /127.0.0.1:56952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:52:42,016 INFO Processing ruok command from /127.0.0.1:57130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:52:42,109 INFO Processing ruok command from /127.0.0.1:57132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:52:52,000 INFO Processing ruok command from /127.0.0.1:57302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:52:52,037 INFO Processing ruok command from /127.0.0.1:57304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:53:01,990 INFO Processing ruok command from /127.0.0.1:57478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:53:02,066 INFO Processing ruok command from /127.0.0.1:57480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:53:12,005 INFO Processing ruok command from /127.0.0.1:57672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:53:12,077 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:53:21,985 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:53:22,050 INFO Processing ruok command from /127.0.0.1:57856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:53:31,988 INFO Processing ruok command from /127.0.0.1:58008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:53:32,029 INFO Processing ruok command from /127.0.0.1:58010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:53:42,006 INFO Processing ruok command from /127.0.0.1:58194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:53:42,048 INFO Processing ruok command from /127.0.0.1:58196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:53:50,484 INFO Committing global session 0x10000467dcb000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:53:52,011 INFO Processing ruok command from /127.0.0.1:58374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:53:52,084 INFO Processing ruok command from /127.0.0.1:58376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:54:02,005 INFO Processing ruok command from /127.0.0.1:58544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:54:02,040 INFO Processing ruok command from /127.0.0.1:58546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:54:12,004 INFO Processing ruok command from /127.0.0.1:58740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:54:12,072 INFO Processing ruok command from /127.0.0.1:58742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:54:21,984 INFO Processing ruok command from /127.0.0.1:58934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:54:22,058 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:54:31,997 INFO Processing ruok command from /127.0.0.1:59094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:54:32,038 INFO Processing ruok command from /127.0.0.1:59096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:54:41,985 INFO Processing ruok command from /127.0.0.1:59274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:54:42,029 INFO Processing ruok command from /127.0.0.1:59278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:54:51,979 INFO Processing ruok command from /127.0.0.1:59448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:54:52,018 INFO Processing ruok command from /127.0.0.1:59450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:55:02,001 INFO Processing ruok command from /127.0.0.1:59616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:55:02,069 INFO Processing ruok command from /127.0.0.1:59618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:55:11,995 INFO Processing ruok command from /127.0.0.1:59816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:55:12,076 INFO Processing ruok command from /127.0.0.1:59820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:55:21,990 INFO Processing ruok command from /127.0.0.1:60000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:55:22,035 INFO Processing ruok command from /127.0.0.1:60002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:55:32,009 INFO Processing ruok command from /127.0.0.1:60158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:55:32,054 INFO Processing ruok command from /127.0.0.1:60160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:55:41,995 INFO Processing ruok command from /127.0.0.1:60336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:55:42,035 INFO Processing ruok command from /127.0.0.1:60338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:55:50,475 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 03:55:50,481 INFO Committing global session 0x3000046ca170011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:55:51,343 INFO Submitting global closeSession request for session 0x3000046ca170011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:55:51,996 INFO Processing ruok command from /127.0.0.1:60508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:55:52,076 INFO Processing ruok command from /127.0.0.1:60510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:56:01,986 INFO Processing ruok command from /127.0.0.1:60680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:56:02,033 INFO Processing ruok command from /127.0.0.1:60682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:56:11,994 INFO Processing ruok command from /127.0.0.1:60874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:56:12,034 INFO Processing ruok command from /127.0.0.1:60876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:56:21,999 INFO Processing ruok command from /127.0.0.1:32828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:56:22,035 INFO Processing ruok command from /127.0.0.1:32830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:56:31,987 INFO Processing ruok command from /127.0.0.1:32984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:56:32,071 INFO Processing ruok command from /127.0.0.1:32986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:56:41,997 INFO Processing ruok command from /127.0.0.1:33162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:56:42,031 INFO Processing ruok command from /127.0.0.1:33164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:56:51,986 INFO Processing ruok command from /127.0.0.1:33332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:56:52,029 INFO Processing ruok command from /127.0.0.1:33334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:57:02,003 INFO Processing ruok command from /127.0.0.1:33504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:57:02,075 INFO Processing ruok command from /127.0.0.1:33506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:57:11,994 INFO Processing ruok command from /127.0.0.1:33700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:57:12,066 INFO Processing ruok command from /127.0.0.1:33704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:57:21,991 INFO Processing ruok command from /127.0.0.1:33894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:57:22,032 INFO Processing ruok command from /127.0.0.1:33896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:57:31,985 INFO Processing ruok command from /127.0.0.1:34050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:57:32,067 INFO Processing ruok command from /127.0.0.1:34052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:57:41,984 INFO Processing ruok command from /127.0.0.1:34222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:57:42,020 INFO Processing ruok command from /127.0.0.1:34224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:57:50,559 INFO Committing global session 0x2000045e3db000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:57:51,989 INFO Processing ruok command from /127.0.0.1:34404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:57:52,086 INFO Processing ruok command from /127.0.0.1:34406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:58:02,015 INFO Processing ruok command from /127.0.0.1:34574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:58:02,091 INFO Processing ruok command from /127.0.0.1:34576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:58:11,999 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:58:12,040 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:58:22,002 INFO Processing ruok command from /127.0.0.1:34962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:58:22,048 INFO Processing ruok command from /127.0.0.1:34964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:58:31,983 INFO Processing ruok command from /127.0.0.1:35118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:58:32,055 INFO Processing ruok command from /127.0.0.1:35122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:58:42,016 INFO Processing ruok command from /127.0.0.1:35294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:58:42,067 INFO Processing ruok command from /127.0.0.1:35298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:58:51,993 INFO Processing ruok command from /127.0.0.1:35476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:58:52,050 INFO Processing ruok command from /127.0.0.1:35478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:59:01,995 INFO Processing ruok command from /127.0.0.1:35650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:59:02,032 INFO Processing ruok command from /127.0.0.1:35652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:59:11,993 INFO Processing ruok command from /127.0.0.1:35854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:59:12,040 INFO Processing ruok command from /127.0.0.1:35856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:59:22,006 INFO Processing ruok command from /127.0.0.1:36046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:59:22,105 INFO Processing ruok command from /127.0.0.1:36048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:59:32,024 INFO Processing ruok command from /127.0.0.1:36204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:59:32,061 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:59:41,996 INFO Processing ruok command from /127.0.0.1:36378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:59:42,062 INFO Processing ruok command from /127.0.0.1:36380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 03:59:50,578 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 03:59:50,586 INFO Committing global session 0x3000046ca170012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 03:59:51,389 INFO Submitting global closeSession request for session 0x3000046ca170012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 03:59:51,986 INFO Processing ruok command from /127.0.0.1:36552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 03:59:52,048 INFO Processing ruok command from /127.0.0.1:36554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:00:02,000 INFO Processing ruok command from /127.0.0.1:36726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:00:02,045 INFO Processing ruok command from /127.0.0.1:36728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:00:11,989 INFO Processing ruok command from /127.0.0.1:36920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:00:12,041 INFO Processing ruok command from /127.0.0.1:36922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:00:21,990 INFO Processing ruok command from /127.0.0.1:37108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:00:22,059 INFO Processing ruok command from /127.0.0.1:37112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:00:31,995 INFO Processing ruok command from /127.0.0.1:37272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:00:32,040 INFO Processing ruok command from /127.0.0.1:37274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:00:41,988 INFO Processing ruok command from /127.0.0.1:37446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:00:42,025 INFO Processing ruok command from /127.0.0.1:37448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:00:51,987 INFO Processing ruok command from /127.0.0.1:37634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:00:52,038 INFO Processing ruok command from /127.0.0.1:37636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:01:01,977 INFO Processing ruok command from /127.0.0.1:37810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:01:02,019 INFO Processing ruok command from /127.0.0.1:37812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:01:11,985 INFO Processing ruok command from /127.0.0.1:38006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:01:12,063 INFO Processing ruok command from /127.0.0.1:38008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:01:21,993 INFO Processing ruok command from /127.0.0.1:38192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:01:22,040 INFO Processing ruok command from /127.0.0.1:38194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:01:31,982 INFO Processing ruok command from /127.0.0.1:38348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:01:32,016 INFO Processing ruok command from /127.0.0.1:38350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:01:41,995 INFO Processing ruok command from /127.0.0.1:38524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:01:42,063 INFO Processing ruok command from /127.0.0.1:38526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:01:50,602 INFO Committing global session 0x2000045e3db0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:01:51,993 INFO Processing ruok command from /127.0.0.1:38702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:01:52,032 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:02:01,993 INFO Processing ruok command from /127.0.0.1:38880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:02:02,051 INFO Processing ruok command from /127.0.0.1:38882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:02:11,991 INFO Processing ruok command from /127.0.0.1:39076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:02:12,033 INFO Processing ruok command from /127.0.0.1:39078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:02:21,990 INFO Processing ruok command from /127.0.0.1:39264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:02:22,053 INFO Processing ruok command from /127.0.0.1:39266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:02:32,000 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:02:32,050 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:02:42,004 INFO Processing ruok command from /127.0.0.1:39600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:02:42,046 INFO Processing ruok command from /127.0.0.1:39602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:02:52,005 INFO Processing ruok command from /127.0.0.1:39780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:02:52,049 INFO Processing ruok command from /127.0.0.1:39782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:03:02,005 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:03:02,039 INFO Processing ruok command from /127.0.0.1:39958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:03:11,991 INFO Processing ruok command from /127.0.0.1:40146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:03:12,058 INFO Processing ruok command from /127.0.0.1:40148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:03:21,988 INFO Processing ruok command from /127.0.0.1:40332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:03:22,040 INFO Processing ruok command from /127.0.0.1:40334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:03:31,994 INFO Processing ruok command from /127.0.0.1:40490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:03:32,031 INFO Processing ruok command from /127.0.0.1:40492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:03:42,006 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:03:42,048 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:03:50,603 INFO Committing global session 0x10000467dcb000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:03:51,984 INFO Processing ruok command from /127.0.0.1:40842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:03:52,021 INFO Processing ruok command from /127.0.0.1:40844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:04:01,982 INFO Processing ruok command from /127.0.0.1:41014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:04:02,023 INFO Processing ruok command from /127.0.0.1:41016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:04:11,996 INFO Processing ruok command from /127.0.0.1:41212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:04:12,060 INFO Processing ruok command from /127.0.0.1:41214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:04:21,991 INFO Processing ruok command from /127.0.0.1:41394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:04:22,062 INFO Processing ruok command from /127.0.0.1:41398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:04:31,989 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:04:32,028 INFO Processing ruok command from /127.0.0.1:41562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:04:41,988 INFO Processing ruok command from /127.0.0.1:41736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:04:42,057 INFO Processing ruok command from /127.0.0.1:41738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:04:51,996 INFO Processing ruok command from /127.0.0.1:41908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:04:52,037 INFO Processing ruok command from /127.0.0.1:41910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:05:01,981 INFO Processing ruok command from /127.0.0.1:42080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:05:02,024 INFO Processing ruok command from /127.0.0.1:42082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:05:12,005 INFO Processing ruok command from /127.0.0.1:42276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:05:12,040 INFO Processing ruok command from /127.0.0.1:42278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:05:22,005 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:05:22,089 INFO Processing ruok command from /127.0.0.1:42472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:05:31,994 INFO Processing ruok command from /127.0.0.1:42626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:05:32,052 INFO Processing ruok command from /127.0.0.1:42628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:05:41,980 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:05:42,021 INFO Processing ruok command from /127.0.0.1:42806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:05:50,446 INFO Committing global session 0x10000467dcb000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:05:51,995 INFO Processing ruok command from /127.0.0.1:42980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:05:52,070 INFO Processing ruok command from /127.0.0.1:42982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:06:02,009 INFO Processing ruok command from /127.0.0.1:43156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:06:02,051 INFO Processing ruok command from /127.0.0.1:43158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:06:11,989 INFO Processing ruok command from /127.0.0.1:43354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:06:12,056 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:06:21,984 INFO Processing ruok command from /127.0.0.1:43538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:06:22,033 INFO Processing ruok command from /127.0.0.1:43540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:06:31,986 INFO Processing ruok command from /127.0.0.1:43700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:06:32,047 INFO Processing ruok command from /127.0.0.1:43702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:06:41,993 INFO Processing ruok command from /127.0.0.1:43886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:06:42,034 INFO Processing ruok command from /127.0.0.1:43888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:06:51,984 INFO Processing ruok command from /127.0.0.1:44058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:06:52,022 INFO Processing ruok command from /127.0.0.1:44060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:07:01,992 INFO Processing ruok command from /127.0.0.1:44236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:07:02,052 INFO Processing ruok command from /127.0.0.1:44238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:07:11,993 INFO Processing ruok command from /127.0.0.1:44428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:07:12,063 INFO Processing ruok command from /127.0.0.1:44430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:07:21,993 INFO Processing ruok command from /127.0.0.1:44618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:07:22,082 INFO Processing ruok command from /127.0.0.1:44620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:07:31,999 INFO Processing ruok command from /127.0.0.1:44782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:07:32,098 INFO Processing ruok command from /127.0.0.1:44784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:07:41,994 INFO Processing ruok command from /127.0.0.1:44958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:07:42,070 INFO Processing ruok command from /127.0.0.1:44960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:07:50,535 INFO Committing global session 0x10000467dcb000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:07:52,003 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:07:52,033 INFO Processing ruok command from /127.0.0.1:45144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:08:01,990 INFO Processing ruok command from /127.0.0.1:45324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:08:02,037 INFO Processing ruok command from /127.0.0.1:45326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:08:11,989 INFO Processing ruok command from /127.0.0.1:45532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:08:12,073 INFO Processing ruok command from /127.0.0.1:45534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:08:21,984 INFO Processing ruok command from /127.0.0.1:45722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:08:22,040 INFO Processing ruok command from /127.0.0.1:45724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:08:31,992 INFO Processing ruok command from /127.0.0.1:45878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:08:32,050 INFO Processing ruok command from /127.0.0.1:45880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:08:41,990 INFO Processing ruok command from /127.0.0.1:46060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:08:42,060 INFO Processing ruok command from /127.0.0.1:46062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:08:51,981 INFO Processing ruok command from /127.0.0.1:46244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:08:52,033 INFO Processing ruok command from /127.0.0.1:46246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:09:01,983 INFO Processing ruok command from /127.0.0.1:46432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:09:02,021 INFO Processing ruok command from /127.0.0.1:46434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:09:11,995 INFO Processing ruok command from /127.0.0.1:46646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:09:12,030 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:09:21,988 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:09:22,042 INFO Processing ruok command from /127.0.0.1:46846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:09:31,997 INFO Processing ruok command from /127.0.0.1:47010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:09:32,035 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:09:41,989 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:09:42,028 INFO Processing ruok command from /127.0.0.1:47192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:09:50,516 INFO Committing global session 0x10000467dcb000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:09:51,997 INFO Processing ruok command from /127.0.0.1:47366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:09:52,084 INFO Processing ruok command from /127.0.0.1:47368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:10:01,986 INFO Processing ruok command from /127.0.0.1:47542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:10:02,031 INFO Processing ruok command from /127.0.0.1:47544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:10:11,997 INFO Processing ruok command from /127.0.0.1:47734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:10:12,062 INFO Processing ruok command from /127.0.0.1:47736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:10:21,991 INFO Processing ruok command from /127.0.0.1:47924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:10:22,067 INFO Processing ruok command from /127.0.0.1:47926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:10:31,981 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:10:32,024 INFO Processing ruok command from /127.0.0.1:48092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:10:41,979 INFO Processing ruok command from /127.0.0.1:48270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:10:42,016 INFO Processing ruok command from /127.0.0.1:48272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:10:51,989 INFO Processing ruok command from /127.0.0.1:48454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:10:52,066 INFO Processing ruok command from /127.0.0.1:48456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:11:01,993 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:11:02,074 INFO Processing ruok command from /127.0.0.1:48626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:11:12,011 INFO Processing ruok command from /127.0.0.1:48824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:11:12,077 INFO Processing ruok command from /127.0.0.1:48830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:11:21,990 INFO Processing ruok command from /127.0.0.1:49024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:11:22,057 INFO Processing ruok command from /127.0.0.1:49026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:11:31,993 INFO Processing ruok command from /127.0.0.1:49204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:11:32,034 INFO Processing ruok command from /127.0.0.1:49210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:11:41,991 INFO Processing ruok command from /127.0.0.1:49388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:11:42,029 INFO Processing ruok command from /127.0.0.1:49390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:11:50,504 INFO Committing global session 0x2000045e3db0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:11:51,988 INFO Processing ruok command from /127.0.0.1:49566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:11:52,024 INFO Processing ruok command from /127.0.0.1:49568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:12:01,994 INFO Processing ruok command from /127.0.0.1:49750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:12:02,031 INFO Processing ruok command from /127.0.0.1:49752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:12:11,985 INFO Processing ruok command from /127.0.0.1:49946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:12:12,033 INFO Processing ruok command from /127.0.0.1:49948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:12:21,987 INFO Processing ruok command from /127.0.0.1:50138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:12:22,046 INFO Processing ruok command from /127.0.0.1:50140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:12:31,991 INFO Processing ruok command from /127.0.0.1:50306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:12:32,049 INFO Processing ruok command from /127.0.0.1:50308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:12:41,976 INFO Processing ruok command from /127.0.0.1:50482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:12:42,045 INFO Processing ruok command from /127.0.0.1:50484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:12:51,991 INFO Processing ruok command from /127.0.0.1:50662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:12:52,069 INFO Processing ruok command from /127.0.0.1:50664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:13:02,005 INFO Processing ruok command from /127.0.0.1:50840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:13:02,046 INFO Processing ruok command from /127.0.0.1:50842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:13:11,996 INFO Processing ruok command from /127.0.0.1:51034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:13:12,056 INFO Processing ruok command from /127.0.0.1:51036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:13:21,993 INFO Processing ruok command from /127.0.0.1:51222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:13:22,032 INFO Processing ruok command from /127.0.0.1:51224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:13:31,995 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:13:32,058 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:13:41,985 INFO Processing ruok command from /127.0.0.1:51564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:13:42,056 INFO Processing ruok command from /127.0.0.1:51566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:13:50,429 INFO Committing global session 0x2000045e3db0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:13:51,989 INFO Processing ruok command from /127.0.0.1:51748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:13:52,028 INFO Processing ruok command from /127.0.0.1:51750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:14:01,993 INFO Processing ruok command from /127.0.0.1:51922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:14:02,030 INFO Processing ruok command from /127.0.0.1:51924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:14:11,997 INFO Processing ruok command from /127.0.0.1:52114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:14:12,059 INFO Processing ruok command from /127.0.0.1:52116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:14:21,990 INFO Processing ruok command from /127.0.0.1:52308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:14:22,029 INFO Processing ruok command from /127.0.0.1:52312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:14:31,991 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:14:32,037 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:14:42,003 INFO Processing ruok command from /127.0.0.1:52634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:14:42,111 INFO Processing ruok command from /127.0.0.1:52636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:14:51,992 INFO Processing ruok command from /127.0.0.1:52814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:14:52,054 INFO Processing ruok command from /127.0.0.1:52816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:15:01,980 INFO Processing ruok command from /127.0.0.1:52992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:15:02,018 INFO Processing ruok command from /127.0.0.1:52994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:15:11,980 INFO Processing ruok command from /127.0.0.1:53194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:15:12,029 INFO Processing ruok command from /127.0.0.1:53196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:15:21,983 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:15:22,038 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:15:31,991 INFO Processing ruok command from /127.0.0.1:53564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:15:32,051 INFO Processing ruok command from /127.0.0.1:53566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:15:41,992 INFO Processing ruok command from /127.0.0.1:53746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:15:42,059 INFO Processing ruok command from /127.0.0.1:53748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:15:50,629 INFO Committing global session 0x10000467dcb0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:15:52,011 INFO Processing ruok command from /127.0.0.1:53930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:15:52,050 INFO Processing ruok command from /127.0.0.1:53932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:16:01,981 INFO Processing ruok command from /127.0.0.1:54102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:16:02,034 INFO Processing ruok command from /127.0.0.1:54104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:16:11,994 INFO Processing ruok command from /127.0.0.1:54290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:16:12,032 INFO Processing ruok command from /127.0.0.1:54292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:16:21,992 INFO Processing ruok command from /127.0.0.1:54488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:16:22,024 INFO Processing ruok command from /127.0.0.1:54490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:16:31,994 INFO Processing ruok command from /127.0.0.1:54644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:16:32,064 INFO Processing ruok command from /127.0.0.1:54648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:16:33,289 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:16:41,999 INFO Processing ruok command from /127.0.0.1:54828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:16:42,036 INFO Processing ruok command from /127.0.0.1:54830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:16:51,992 INFO Processing ruok command from /127.0.0.1:55002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:16:52,055 INFO Processing ruok command from /127.0.0.1:55004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:17:01,996 INFO Processing ruok command from /127.0.0.1:55176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:17:02,060 INFO Processing ruok command from /127.0.0.1:55178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:17:11,998 INFO Processing ruok command from /127.0.0.1:55374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:17:12,074 INFO Processing ruok command from /127.0.0.1:55376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:17:21,984 INFO Processing ruok command from /127.0.0.1:55564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:17:22,027 INFO Processing ruok command from /127.0.0.1:55566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:17:31,990 INFO Processing ruok command from /127.0.0.1:55716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:17:32,063 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:17:33,289 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:17:41,989 INFO Processing ruok command from /127.0.0.1:55896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:17:42,040 INFO Processing ruok command from /127.0.0.1:55898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:17:50,466 INFO Committing global session 0x10000467dcb0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:17:51,999 INFO Processing ruok command from /127.0.0.1:56068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:17:52,039 INFO Processing ruok command from /127.0.0.1:56072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:18:01,994 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:18:02,031 INFO Processing ruok command from /127.0.0.1:56242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:18:11,994 INFO Processing ruok command from /127.0.0.1:56428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:18:12,039 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:18:22,004 INFO Processing ruok command from /127.0.0.1:56616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:18:22,042 INFO Processing ruok command from /127.0.0.1:56620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:18:31,982 INFO Processing ruok command from /127.0.0.1:56776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:18:32,022 INFO Processing ruok command from /127.0.0.1:56778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:18:33,289 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:18:41,979 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:18:42,103 INFO Processing ruok command from /127.0.0.1:56954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:18:51,995 INFO Processing ruok command from /127.0.0.1:57136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:18:52,044 INFO Processing ruok command from /127.0.0.1:57138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:19:01,991 INFO Processing ruok command from /127.0.0.1:57306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:19:02,054 INFO Processing ruok command from /127.0.0.1:57308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:19:11,995 INFO Processing ruok command from /127.0.0.1:57508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:19:12,027 INFO Processing ruok command from /127.0.0.1:57510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:19:22,061 INFO Processing ruok command from /127.0.0.1:57690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:19:22,166 INFO Processing ruok command from /127.0.0.1:57692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:19:32,024 INFO Processing ruok command from /127.0.0.1:57858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:19:32,066 INFO Processing ruok command from /127.0.0.1:57860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:19:33,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:19:42,001 INFO Processing ruok command from /127.0.0.1:58024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:19:42,077 INFO Processing ruok command from /127.0.0.1:58026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:19:50,424 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 04:19:50,429 INFO Committing global session 0x3000046ca170013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:19:51,292 INFO Submitting global closeSession request for session 0x3000046ca170013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 04:19:51,997 INFO Processing ruok command from /127.0.0.1:58208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:19:52,035 INFO Processing ruok command from /127.0.0.1:58210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:20:02,141 INFO Processing ruok command from /127.0.0.1:58374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:20:02,213 INFO Processing ruok command from /127.0.0.1:58376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:20:11,993 INFO Processing ruok command from /127.0.0.1:58572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:20:12,075 INFO Processing ruok command from /127.0.0.1:58574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:20:21,996 INFO Processing ruok command from /127.0.0.1:58750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:20:22,122 INFO Processing ruok command from /127.0.0.1:58752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:20:32,013 INFO Processing ruok command from /127.0.0.1:58918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:20:32,055 INFO Processing ruok command from /127.0.0.1:58920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:20:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup2c7f53a7-fe7c-4173-9f21-2635384478d6/homles2c7f53a7-fe7c-4173-9f21-2635384478d6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:20:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:20:41,991 INFO Processing ruok command from /127.0.0.1:59090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:20:42,034 INFO Processing ruok command from /127.0.0.1:59094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:20:51,986 INFO Processing ruok command from /127.0.0.1:59280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:20:52,080 INFO Processing ruok command from /127.0.0.1:59282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:21:01,984 INFO Processing ruok command from /127.0.0.1:59458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:21:02,064 INFO Processing ruok command from /127.0.0.1:59460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:21:11,994 INFO Processing ruok command from /127.0.0.1:59660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:21:12,072 INFO Processing ruok command from /127.0.0.1:59662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:21:22,016 INFO Processing ruok command from /127.0.0.1:59848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:21:22,067 INFO Processing ruok command from /127.0.0.1:59850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:21:31,990 INFO Processing ruok command from /127.0.0.1:60016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:21:32,030 INFO Processing ruok command from /127.0.0.1:60018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:21:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:21:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup2c7f53a7-fe7c-4173-9f21-2635384478d6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:21:42,011 INFO Processing ruok command from /127.0.0.1:60194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:21:42,063 INFO Processing ruok command from /127.0.0.1:60196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:21:50,503 INFO Committing global session 0x10000467dcb0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:21:52,006 INFO Processing ruok command from /127.0.0.1:60386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:21:52,033 INFO Processing ruok command from /127.0.0.1:60388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:22:02,004 INFO Processing ruok command from /127.0.0.1:60572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:22:02,093 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:22:11,988 INFO Processing ruok command from /127.0.0.1:60774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:22:12,029 INFO Processing ruok command from /127.0.0.1:60776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:22:21,987 INFO Processing ruok command from /127.0.0.1:60956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:22:22,072 INFO Processing ruok command from /127.0.0.1:60958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:22:31,985 INFO Processing ruok command from /127.0.0.1:32892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:22:32,039 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:22:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:22:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:22:41,992 INFO Processing ruok command from /127.0.0.1:33066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:22:42,032 INFO Processing ruok command from /127.0.0.1:33068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:22:51,996 INFO Processing ruok command from /127.0.0.1:33254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:22:52,057 INFO Processing ruok command from /127.0.0.1:33256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:23:01,999 INFO Processing ruok command from /127.0.0.1:33426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:23:02,039 INFO Processing ruok command from /127.0.0.1:33428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:23:12,016 INFO Processing ruok command from /127.0.0.1:33626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:23:12,056 INFO Processing ruok command from /127.0.0.1:33628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:23:21,981 INFO Processing ruok command from /127.0.0.1:33812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:23:22,023 INFO Processing ruok command from /127.0.0.1:33814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:23:32,021 INFO Processing ruok command from /127.0.0.1:33970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:23:32,080 INFO Processing ruok command from /127.0.0.1:33972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:23:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:23:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:23:41,996 INFO Processing ruok command from /127.0.0.1:34150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:23:42,032 INFO Processing ruok command from /127.0.0.1:34152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:23:50,347 INFO Committing global session 0x2000045e3db0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:23:51,998 INFO Processing ruok command from /127.0.0.1:34342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:23:52,058 INFO Processing ruok command from /127.0.0.1:34344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:24:01,997 INFO Processing ruok command from /127.0.0.1:34512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:24:02,044 INFO Processing ruok command from /127.0.0.1:34514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:24:11,991 INFO Processing ruok command from /127.0.0.1:34714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:24:12,055 INFO Processing ruok command from /127.0.0.1:34716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:24:21,989 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:24:22,022 INFO Processing ruok command from /127.0.0.1:34906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:24:32,008 INFO Processing ruok command from /127.0.0.1:35070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:24:32,053 INFO Processing ruok command from /127.0.0.1:35072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:24:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:24:33,297 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:24:33,304 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:24:33,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:24:41,989 INFO Processing ruok command from /127.0.0.1:35238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:24:42,053 INFO Processing ruok command from /127.0.0.1:35240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:24:51,998 INFO Processing ruok command from /127.0.0.1:35422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:24:52,078 INFO Processing ruok command from /127.0.0.1:35424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:25:02,002 INFO Processing ruok command from /127.0.0.1:35586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:25:02,088 INFO Processing ruok command from /127.0.0.1:35592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:25:11,999 INFO Processing ruok command from /127.0.0.1:35780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:25:12,063 INFO Processing ruok command from /127.0.0.1:35786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:25:21,991 INFO Processing ruok command from /127.0.0.1:35962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:25:22,032 INFO Processing ruok command from /127.0.0.1:35964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:25:31,989 INFO Processing ruok command from /127.0.0.1:36130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:25:32,085 INFO Processing ruok command from /127.0.0.1:36132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:25:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:25:33,295 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:25:33,301 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:25:41,994 INFO Processing ruok command from /127.0.0.1:36300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:25:42,040 INFO Processing ruok command from /127.0.0.1:36302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:25:50,530 INFO Committing global session 0x10000467dcb0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:25:52,002 INFO Processing ruok command from /127.0.0.1:36486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:25:52,046 INFO Processing ruok command from /127.0.0.1:36488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:26:01,996 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:26:02,054 INFO Processing ruok command from /127.0.0.1:36662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:26:11,977 INFO Processing ruok command from /127.0.0.1:36860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:26:12,062 INFO Processing ruok command from /127.0.0.1:36862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:26:22,002 INFO Processing ruok command from /127.0.0.1:37042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:26:22,039 INFO Processing ruok command from /127.0.0.1:37044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:26:31,997 INFO Processing ruok command from /127.0.0.1:37210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:26:32,047 INFO Processing ruok command from /127.0.0.1:37212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:26:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:26:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:26:33,302 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:26:33,308 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:26:42,010 INFO Processing ruok command from /127.0.0.1:37384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:26:42,055 INFO Processing ruok command from /127.0.0.1:37386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:26:51,998 INFO Processing ruok command from /127.0.0.1:37566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:26:52,038 INFO Processing ruok command from /127.0.0.1:37568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:27:01,984 INFO Processing ruok command from /127.0.0.1:37732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:27:02,032 INFO Processing ruok command from /127.0.0.1:37734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:27:11,994 INFO Processing ruok command from /127.0.0.1:37936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:27:12,039 INFO Processing ruok command from /127.0.0.1:37938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:27:21,993 INFO Processing ruok command from /127.0.0.1:38120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:27:22,034 INFO Processing ruok command from /127.0.0.1:38122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:27:31,991 INFO Processing ruok command from /127.0.0.1:38286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:27:32,033 INFO Processing ruok command from /127.0.0.1:38288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:27:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:27:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:27:41,988 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:27:42,043 INFO Processing ruok command from /127.0.0.1:38454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:27:50,400 INFO Committing global session 0x2000045e3db0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:27:51,998 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:27:52,033 INFO Processing ruok command from /127.0.0.1:38634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:28:01,990 INFO Processing ruok command from /127.0.0.1:38800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:28:02,054 INFO Processing ruok command from /127.0.0.1:38804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:28:11,984 INFO Processing ruok command from /127.0.0.1:39004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:28:12,030 INFO Processing ruok command from /127.0.0.1:39006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:28:22,000 INFO Processing ruok command from /127.0.0.1:39188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:28:22,091 INFO Processing ruok command from /127.0.0.1:39190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:28:31,989 INFO Processing ruok command from /127.0.0.1:39350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:28:32,053 INFO Processing ruok command from /127.0.0.1:39352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:28:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:28:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:28:33,301 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:28:41,985 INFO Processing ruok command from /127.0.0.1:39520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:28:42,027 INFO Processing ruok command from /127.0.0.1:39522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:28:51,983 INFO Processing ruok command from /127.0.0.1:39714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:28:52,024 INFO Processing ruok command from /127.0.0.1:39716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:29:01,982 INFO Processing ruok command from /127.0.0.1:39880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:29:02,037 INFO Processing ruok command from /127.0.0.1:39882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:29:11,981 INFO Processing ruok command from /127.0.0.1:40082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:29:12,024 INFO Processing ruok command from /127.0.0.1:40086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:29:22,023 INFO Processing ruok command from /127.0.0.1:40270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:29:22,049 INFO Processing ruok command from /127.0.0.1:40272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:29:31,993 INFO Processing ruok command from /127.0.0.1:40436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:29:32,027 INFO Processing ruok command from /127.0.0.1:40438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:29:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:29:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:29:41,990 INFO Processing ruok command from /127.0.0.1:40604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:29:42,066 INFO Processing ruok command from /127.0.0.1:40606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:29:50,494 INFO Committing global session 0x10000467dcb0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:29:51,989 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:29:52,061 INFO Processing ruok command from /127.0.0.1:40782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:30:01,992 INFO Processing ruok command from /127.0.0.1:40954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:30:02,067 INFO Processing ruok command from /127.0.0.1:40956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:30:11,989 INFO Processing ruok command from /127.0.0.1:41148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:30:12,030 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:30:21,980 INFO Processing ruok command from /127.0.0.1:41330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:30:22,021 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:30:31,979 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:30:32,017 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:30:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:30:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:30:41,973 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:30:42,009 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:30:51,993 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:30:52,032 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:31:01,996 INFO Processing ruok command from /127.0.0.1:42012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:31:02,036 INFO Processing ruok command from /127.0.0.1:42014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:31:11,994 INFO Processing ruok command from /127.0.0.1:42202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:31:12,039 INFO Processing ruok command from /127.0.0.1:42208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:31:21,992 INFO Processing ruok command from /127.0.0.1:42396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:31:22,058 INFO Processing ruok command from /127.0.0.1:42398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:31:31,990 INFO Processing ruok command from /127.0.0.1:42566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:31:32,076 INFO Processing ruok command from /127.0.0.1:42568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:31:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:31:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:31:33,302 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:31:33,307 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:31:33,313 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:31:41,997 INFO Processing ruok command from /127.0.0.1:42732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:31:42,065 INFO Processing ruok command from /127.0.0.1:42734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:31:50,604 INFO Committing global session 0x10000467dcb0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:31:51,984 INFO Processing ruok command from /127.0.0.1:42912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:31:52,023 INFO Processing ruok command from /127.0.0.1:42914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:32:02,002 INFO Processing ruok command from /127.0.0.1:43078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:32:02,085 INFO Processing ruok command from /127.0.0.1:43082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:32:11,988 INFO Processing ruok command from /127.0.0.1:43258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:32:12,034 INFO Processing ruok command from /127.0.0.1:43262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:32:22,019 INFO Processing ruok command from /127.0.0.1:43468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:32:22,051 INFO Processing ruok command from /127.0.0.1:43470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:32:31,990 INFO Processing ruok command from /127.0.0.1:43638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:32:32,063 INFO Processing ruok command from /127.0.0.1:43642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:32:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:32:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:32:33,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:32:33,308 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:32:33,314 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:32:41,999 INFO Processing ruok command from /127.0.0.1:43802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:32:42,038 INFO Processing ruok command from /127.0.0.1:43804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:32:51,983 INFO Processing ruok command from /127.0.0.1:43980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:32:52,067 INFO Processing ruok command from /127.0.0.1:43982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:33:01,997 INFO Processing ruok command from /127.0.0.1:44140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:33:02,055 INFO Processing ruok command from /127.0.0.1:44142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:33:11,999 INFO Processing ruok command from /127.0.0.1:44330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:33:12,037 INFO Processing ruok command from /127.0.0.1:44332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:33:21,994 INFO Processing ruok command from /127.0.0.1:44526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:33:22,042 INFO Processing ruok command from /127.0.0.1:44528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:33:31,986 INFO Processing ruok command from /127.0.0.1:44688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:33:32,040 INFO Processing ruok command from /127.0.0.1:44690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:33:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:33:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:33:33,301 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:33:33,308 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:33:42,009 INFO Processing ruok command from /127.0.0.1:44860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:33:42,085 INFO Processing ruok command from /127.0.0.1:44862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:33:50,511 INFO Committing global session 0x10000467dcb0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:33:51,986 INFO Processing ruok command from /127.0.0.1:45048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:33:52,020 INFO Processing ruok command from /127.0.0.1:45050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:34:01,991 INFO Processing ruok command from /127.0.0.1:45220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:34:02,036 INFO Processing ruok command from /127.0.0.1:45224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:34:11,981 INFO Processing ruok command from /127.0.0.1:45410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:34:12,042 INFO Processing ruok command from /127.0.0.1:45412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:34:21,988 INFO Processing ruok command from /127.0.0.1:45620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:34:22,041 INFO Processing ruok command from /127.0.0.1:45622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:34:32,010 INFO Processing ruok command from /127.0.0.1:45794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:34:32,056 INFO Processing ruok command from /127.0.0.1:45796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:34:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:34:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:34:42,018 INFO Processing ruok command from /127.0.0.1:45960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:34:42,049 INFO Processing ruok command from /127.0.0.1:45962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:34:52,000 INFO Processing ruok command from /127.0.0.1:46142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:34:52,045 INFO Processing ruok command from /127.0.0.1:46144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:35:02,003 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:35:02,048 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:35:11,989 INFO Processing ruok command from /127.0.0.1:46492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:35:12,028 INFO Processing ruok command from /127.0.0.1:46494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:35:21,996 INFO Processing ruok command from /127.0.0.1:46710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:35:22,031 INFO Processing ruok command from /127.0.0.1:46712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:35:31,994 INFO Processing ruok command from /127.0.0.1:46890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:35:32,031 INFO Processing ruok command from /127.0.0.1:46892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:35:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:35:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:35:42,038 INFO Processing ruok command from /127.0.0.1:47062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:35:42,145 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:35:50,489 INFO Committing global session 0x2000045e3db0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:35:52,005 INFO Processing ruok command from /127.0.0.1:47254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:35:52,109 INFO Processing ruok command from /127.0.0.1:47256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:36:01,992 INFO Processing ruok command from /127.0.0.1:47424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:36:02,030 INFO Processing ruok command from /127.0.0.1:47426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:36:12,008 INFO Processing ruok command from /127.0.0.1:47612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:36:12,054 INFO Processing ruok command from /127.0.0.1:47614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:36:22,014 INFO Processing ruok command from /127.0.0.1:47810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:36:22,086 INFO Processing ruok command from /127.0.0.1:47812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:36:31,997 INFO Processing ruok command from /127.0.0.1:47978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:36:32,033 INFO Processing ruok command from /127.0.0.1:47980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:36:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:36:41,988 INFO Processing ruok command from /127.0.0.1:48152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:36:42,026 INFO Processing ruok command from /127.0.0.1:48154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:36:51,996 INFO Processing ruok command from /127.0.0.1:48330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:36:52,061 INFO Processing ruok command from /127.0.0.1:48332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:37:01,984 INFO Processing ruok command from /127.0.0.1:48518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:37:02,021 INFO Processing ruok command from /127.0.0.1:48520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:37:11,991 INFO Processing ruok command from /127.0.0.1:48864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:37:12,040 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:37:22,003 INFO Processing ruok command from /127.0.0.1:49072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:37:22,071 INFO Processing ruok command from /127.0.0.1:49074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:37:31,991 INFO Processing ruok command from /127.0.0.1:49272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:37:32,025 INFO Processing ruok command from /127.0.0.1:49274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:37:33,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:37:41,999 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:37:42,073 INFO Processing ruok command from /127.0.0.1:49456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:37:50,635 INFO Committing global session 0x10000467dcb0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:37:51,991 INFO Processing ruok command from /127.0.0.1:49666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:37:52,038 INFO Processing ruok command from /127.0.0.1:49668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:38:02,002 INFO Processing ruok command from /127.0.0.1:49848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:38:02,045 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:38:12,008 INFO Processing ruok command from /127.0.0.1:50036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:38:12,077 INFO Processing ruok command from /127.0.0.1:50038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:38:21,995 INFO Processing ruok command from /127.0.0.1:50240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:38:22,071 INFO Processing ruok command from /127.0.0.1:50242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:38:31,989 INFO Processing ruok command from /127.0.0.1:50404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:38:32,027 INFO Processing ruok command from /127.0.0.1:50406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:38:42,010 INFO Processing ruok command from /127.0.0.1:50590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:38:42,068 INFO Processing ruok command from /127.0.0.1:50592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:38:52,010 INFO Processing ruok command from /127.0.0.1:50778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:38:52,086 INFO Processing ruok command from /127.0.0.1:50780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:39:01,981 INFO Processing ruok command from /127.0.0.1:50942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:39:02,063 INFO Processing ruok command from /127.0.0.1:50944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:39:11,999 INFO Processing ruok command from /127.0.0.1:51134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:39:12,066 INFO Processing ruok command from /127.0.0.1:51142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:39:22,022 INFO Processing ruok command from /127.0.0.1:51394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:39:22,095 INFO Processing ruok command from /127.0.0.1:51398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:39:32,009 INFO Processing ruok command from /127.0.0.1:51588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:39:32,093 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:39:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:39:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:39:41,979 INFO Processing ruok command from /127.0.0.1:51768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:39:42,047 INFO Processing ruok command from /127.0.0.1:51774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:39:50,444 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 04:39:50,449 INFO Committing global session 0x3000046ca170014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:39:51,306 INFO Submitting global closeSession request for session 0x3000046ca170014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 04:39:51,994 INFO Processing ruok command from /127.0.0.1:51988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:39:52,037 INFO Processing ruok command from /127.0.0.1:51990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:40:01,987 INFO Processing ruok command from /127.0.0.1:52162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:40:02,025 INFO Processing ruok command from /127.0.0.1:52164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:40:11,980 INFO Processing ruok command from /127.0.0.1:52348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:40:12,056 INFO Processing ruok command from /127.0.0.1:52350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:40:22,001 INFO Processing ruok command from /127.0.0.1:52550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:40:22,046 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:40:32,005 INFO Processing ruok command from /127.0.0.1:52710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:40:32,066 INFO Processing ruok command from /127.0.0.1:52712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:40:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:40:33,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:40:33,302 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:40:41,986 INFO Processing ruok command from /127.0.0.1:52884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:40:42,020 INFO Processing ruok command from /127.0.0.1:52886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:40:52,002 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:40:52,047 INFO Processing ruok command from /127.0.0.1:53082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:41:02,001 INFO Processing ruok command from /127.0.0.1:53256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:41:02,067 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:41:11,980 INFO Processing ruok command from /127.0.0.1:53468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:41:12,026 INFO Processing ruok command from /127.0.0.1:53470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:41:21,983 INFO Processing ruok command from /127.0.0.1:53728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:41:22,050 INFO Processing ruok command from /127.0.0.1:53730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:41:31,983 INFO Processing ruok command from /127.0.0.1:53952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:41:32,028 INFO Processing ruok command from /127.0.0.1:53956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:41:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:41:33,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:41:33,301 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:41:41,993 INFO Processing ruok command from /127.0.0.1:54174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:41:42,029 INFO Processing ruok command from /127.0.0.1:54176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:41:50,603 INFO Committing global session 0x10000467dcb0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:41:51,984 INFO Processing ruok command from /127.0.0.1:54374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:41:52,021 INFO Processing ruok command from /127.0.0.1:54376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:42:02,020 INFO Processing ruok command from /127.0.0.1:54614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:42:02,080 INFO Processing ruok command from /127.0.0.1:54616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:42:11,986 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:42:12,051 INFO Processing ruok command from /127.0.0.1:54810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:42:22,005 INFO Processing ruok command from /127.0.0.1:55070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:42:22,055 INFO Processing ruok command from /127.0.0.1:55072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:42:31,977 INFO Processing ruok command from /127.0.0.1:55322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:42:32,019 INFO Processing ruok command from /127.0.0.1:55324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:42:33,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:42:41,983 INFO Processing ruok command from /127.0.0.1:55536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:42:42,036 INFO Processing ruok command from /127.0.0.1:55538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:42:51,988 INFO Processing ruok command from /127.0.0.1:55716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:42:52,057 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:43:01,993 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:43:02,070 INFO Processing ruok command from /127.0.0.1:55952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:43:11,990 INFO Processing ruok command from /127.0.0.1:56198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:43:12,070 INFO Processing ruok command from /127.0.0.1:56200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:43:21,995 INFO Processing ruok command from /127.0.0.1:56478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:43:22,059 INFO Processing ruok command from /127.0.0.1:56482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:43:32,000 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:43:32,040 INFO Processing ruok command from /127.0.0.1:56762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:43:33,289 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:43:42,026 INFO Processing ruok command from /127.0.0.1:57064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:43:42,063 INFO Processing ruok command from /127.0.0.1:57066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:43:50,392 INFO Committing global session 0x2000045e3db0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:43:51,992 INFO Processing ruok command from /127.0.0.1:57344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:43:52,036 INFO Processing ruok command from /127.0.0.1:57346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:44:01,997 INFO Processing ruok command from /127.0.0.1:57506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:44:02,036 INFO Processing ruok command from /127.0.0.1:57508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:44:11,997 INFO Processing ruok command from /127.0.0.1:57912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:44:12,044 INFO Processing ruok command from /127.0.0.1:57916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:44:22,003 INFO Processing ruok command from /127.0.0.1:58138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:44:22,036 INFO Processing ruok command from /127.0.0.1:58140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:44:32,007 INFO Processing ruok command from /127.0.0.1:58382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:44:32,044 INFO Processing ruok command from /127.0.0.1:58384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:44:42,019 INFO Processing ruok command from /127.0.0.1:58692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:44:42,059 INFO Processing ruok command from /127.0.0.1:58694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:44:51,995 INFO Processing ruok command from /127.0.0.1:58988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:44:52,053 INFO Processing ruok command from /127.0.0.1:58990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:45:02,039 INFO Processing ruok command from /127.0.0.1:59230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:45:02,084 INFO Processing ruok command from /127.0.0.1:59232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:45:11,991 INFO Processing ruok command from /127.0.0.1:59420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:45:12,023 INFO Processing ruok command from /127.0.0.1:59422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:45:21,997 INFO Processing ruok command from /127.0.0.1:59624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:45:22,033 INFO Processing ruok command from /127.0.0.1:59626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:45:31,991 INFO Processing ruok command from /127.0.0.1:59788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:45:32,075 INFO Processing ruok command from /127.0.0.1:59790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:45:41,994 INFO Processing ruok command from /127.0.0.1:59962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:45:42,051 INFO Processing ruok command from /127.0.0.1:59964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:45:50,561 INFO Committing global session 0x2000045e3db0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:45:51,993 INFO Processing ruok command from /127.0.0.1:60148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:45:52,033 INFO Processing ruok command from /127.0.0.1:60150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:46:01,995 INFO Processing ruok command from /127.0.0.1:60316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:46:02,068 INFO Processing ruok command from /127.0.0.1:60318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:46:11,976 INFO Processing ruok command from /127.0.0.1:60500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:46:12,017 INFO Processing ruok command from /127.0.0.1:60502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:46:21,993 INFO Processing ruok command from /127.0.0.1:60696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:46:22,033 INFO Processing ruok command from /127.0.0.1:60698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:46:31,994 INFO Processing ruok command from /127.0.0.1:60856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:46:32,062 INFO Processing ruok command from /127.0.0.1:60860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:46:42,022 INFO Processing ruok command from /127.0.0.1:32794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:46:42,090 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:46:52,009 INFO Processing ruok command from /127.0.0.1:32978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:46:52,053 INFO Processing ruok command from /127.0.0.1:32980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:47:01,990 INFO Processing ruok command from /127.0.0.1:33144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:47:02,032 INFO Processing ruok command from /127.0.0.1:33148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:47:11,998 INFO Processing ruok command from /127.0.0.1:33328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:47:12,037 INFO Processing ruok command from /127.0.0.1:33330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:47:21,999 INFO Processing ruok command from /127.0.0.1:33528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:47:22,039 INFO Processing ruok command from /127.0.0.1:33530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:47:31,987 INFO Processing ruok command from /127.0.0.1:33686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:47:32,069 INFO Processing ruok command from /127.0.0.1:33688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:47:41,998 INFO Processing ruok command from /127.0.0.1:33860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:47:42,040 INFO Processing ruok command from /127.0.0.1:33862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:47:50,555 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 04:47:50,561 INFO Committing global session 0x3000046ca170015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:47:51,407 INFO Submitting global closeSession request for session 0x3000046ca170015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 04:47:51,977 INFO Processing ruok command from /127.0.0.1:34048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:47:52,044 INFO Processing ruok command from /127.0.0.1:34050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:48:01,980 INFO Processing ruok command from /127.0.0.1:34208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:48:02,021 INFO Processing ruok command from /127.0.0.1:34210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:48:11,989 INFO Processing ruok command from /127.0.0.1:34398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:48:12,063 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:48:21,989 INFO Processing ruok command from /127.0.0.1:34592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:48:22,026 INFO Processing ruok command from /127.0.0.1:34594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:48:31,255 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-20 04:48:31,256 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-06-20 04:48:31,261 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-06-20 04:48:31,988 INFO Processing ruok command from /127.0.0.1:34752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:48:32,027 INFO Processing ruok command from /127.0.0.1:34754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:48:41,999 INFO Processing ruok command from /127.0.0.1:34924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:48:42,059 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:48:52,012 INFO Processing ruok command from /127.0.0.1:35108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:48:52,055 INFO Processing ruok command from /127.0.0.1:35110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:49:01,989 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:49:02,031 INFO Processing ruok command from /127.0.0.1:35278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:49:12,012 INFO Processing ruok command from /127.0.0.1:35460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:49:12,056 INFO Processing ruok command from /127.0.0.1:35462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:49:21,986 INFO Processing ruok command from /127.0.0.1:35656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:49:22,060 INFO Processing ruok command from /127.0.0.1:35658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:49:31,998 INFO Processing ruok command from /127.0.0.1:35818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:49:32,092 INFO Processing ruok command from /127.0.0.1:35820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:49:41,993 INFO Processing ruok command from /127.0.0.1:35986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:49:42,070 INFO Processing ruok command from /127.0.0.1:35988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:49:50,574 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 04:49:50,580 INFO Committing global session 0x3000046ca170016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:49:51,459 INFO Submitting global closeSession request for session 0x3000046ca170016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 04:49:52,000 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:49:52,040 INFO Processing ruok command from /127.0.0.1:36174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:50:01,975 INFO Processing ruok command from /127.0.0.1:36342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:50:02,028 INFO Processing ruok command from /127.0.0.1:36344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:50:11,982 INFO Processing ruok command from /127.0.0.1:36528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:50:12,023 INFO Processing ruok command from /127.0.0.1:36530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:50:21,999 INFO Processing ruok command from /127.0.0.1:36740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:50:22,074 INFO Processing ruok command from /127.0.0.1:36742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:50:31,995 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:50:32,057 INFO Processing ruok command from /127.0.0.1:36906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:50:42,011 INFO Processing ruok command from /127.0.0.1:37080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:50:42,082 INFO Processing ruok command from /127.0.0.1:37082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:50:51,988 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:50:52,035 INFO Processing ruok command from /127.0.0.1:37272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:51:01,999 INFO Processing ruok command from /127.0.0.1:37432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:51:02,039 INFO Processing ruok command from /127.0.0.1:37434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:51:12,000 INFO Processing ruok command from /127.0.0.1:37614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:51:12,076 INFO Processing ruok command from /127.0.0.1:37616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:51:22,020 INFO Processing ruok command from /127.0.0.1:37810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:51:22,094 INFO Processing ruok command from /127.0.0.1:37812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:51:31,997 INFO Processing ruok command from /127.0.0.1:37986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:51:32,093 INFO Processing ruok command from /127.0.0.1:37988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:51:33,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:51:42,003 INFO Processing ruok command from /127.0.0.1:38164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:51:42,063 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:51:50,626 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 04:51:50,632 INFO Committing global session 0x3000046ca170017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:51:51,503 INFO Submitting global closeSession request for session 0x3000046ca170017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 04:51:52,004 INFO Processing ruok command from /127.0.0.1:38352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:51:52,052 INFO Processing ruok command from /127.0.0.1:38354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:52:02,023 INFO Processing ruok command from /127.0.0.1:38518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:52:02,137 INFO Processing ruok command from /127.0.0.1:38520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:52:11,987 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:52:12,071 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:52:22,012 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:52:22,129 INFO Processing ruok command from /127.0.0.1:38982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:52:32,045 INFO Processing ruok command from /127.0.0.1:39160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:52:32,122 INFO Processing ruok command from /127.0.0.1:39162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:52:33,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:52:42,014 INFO Processing ruok command from /127.0.0.1:39410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:52:42,045 INFO Processing ruok command from /127.0.0.1:39412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:52:52,002 INFO Processing ruok command from /127.0.0.1:39602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:52:52,077 INFO Processing ruok command from /127.0.0.1:39604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:53:01,996 INFO Processing ruok command from /127.0.0.1:39814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:53:02,033 INFO Processing ruok command from /127.0.0.1:39816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:53:11,994 INFO Processing ruok command from /127.0.0.1:40010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:53:12,056 INFO Processing ruok command from /127.0.0.1:40012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:53:22,000 INFO Processing ruok command from /127.0.0.1:40228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:53:22,032 INFO Processing ruok command from /127.0.0.1:40230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:53:31,984 INFO Processing ruok command from /127.0.0.1:40404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:53:32,052 INFO Processing ruok command from /127.0.0.1:40406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:53:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:53:41,987 INFO Processing ruok command from /127.0.0.1:40584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:53:42,027 INFO Processing ruok command from /127.0.0.1:40586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:53:50,615 INFO Committing global session 0x10000467dcb0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:53:52,000 INFO Processing ruok command from /127.0.0.1:40772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:53:52,046 INFO Processing ruok command from /127.0.0.1:40778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:54:02,001 INFO Processing ruok command from /127.0.0.1:40938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:54:02,047 INFO Processing ruok command from /127.0.0.1:40944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:54:12,008 INFO Processing ruok command from /127.0.0.1:41128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:54:12,052 INFO Processing ruok command from /127.0.0.1:41130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:54:22,020 INFO Processing ruok command from /127.0.0.1:41330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:54:22,076 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:54:32,005 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:54:32,079 INFO Processing ruok command from /127.0.0.1:41502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:54:33,289 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:54:42,005 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:54:42,046 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:54:52,004 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:54:52,043 INFO Processing ruok command from /127.0.0.1:41848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:55:01,998 INFO Processing ruok command from /127.0.0.1:42006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:55:02,059 INFO Processing ruok command from /127.0.0.1:42008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:55:11,980 INFO Processing ruok command from /127.0.0.1:42194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:55:12,020 INFO Processing ruok command from /127.0.0.1:42196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:55:22,003 INFO Processing ruok command from /127.0.0.1:42404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:55:22,076 INFO Processing ruok command from /127.0.0.1:42406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:55:31,987 INFO Processing ruok command from /127.0.0.1:42646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:55:32,021 INFO Processing ruok command from /127.0.0.1:42648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:55:41,989 INFO Processing ruok command from /127.0.0.1:42892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:55:42,049 INFO Processing ruok command from /127.0.0.1:42894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:55:50,612 INFO Committing global session 0x10000467dcb001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:55:51,997 INFO Processing ruok command from /127.0.0.1:43190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:55:52,099 INFO Processing ruok command from /127.0.0.1:43196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:56:02,008 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:56:02,072 INFO Processing ruok command from /127.0.0.1:43466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:56:12,007 INFO Processing ruok command from /127.0.0.1:43652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:56:12,079 INFO Processing ruok command from /127.0.0.1:43654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:56:21,993 INFO Processing ruok command from /127.0.0.1:43892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:56:22,039 INFO Processing ruok command from /127.0.0.1:43894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:56:31,980 INFO Processing ruok command from /127.0.0.1:44124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:56:32,040 INFO Processing ruok command from /127.0.0.1:44126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:56:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:56:41,996 INFO Processing ruok command from /127.0.0.1:44298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:56:42,056 INFO Processing ruok command from /127.0.0.1:44300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:56:51,989 INFO Processing ruok command from /127.0.0.1:44590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:56:52,060 INFO Processing ruok command from /127.0.0.1:44594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:57:02,037 INFO Processing ruok command from /127.0.0.1:44804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:57:02,111 INFO Processing ruok command from /127.0.0.1:44808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:57:12,005 INFO Processing ruok command from /127.0.0.1:45152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:57:12,049 INFO Processing ruok command from /127.0.0.1:45154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:57:21,991 INFO Processing ruok command from /127.0.0.1:45362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:57:22,032 INFO Processing ruok command from /127.0.0.1:45364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:57:31,979 INFO Processing ruok command from /127.0.0.1:45566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:57:32,026 INFO Processing ruok command from /127.0.0.1:45570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:57:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:57:33,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:57:41,980 INFO Processing ruok command from /127.0.0.1:45926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:57:42,017 INFO Processing ruok command from /127.0.0.1:45928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:57:50,389 INFO Committing global session 0x10000467dcb001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:57:51,990 INFO Processing ruok command from /127.0.0.1:46172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:57:52,023 INFO Processing ruok command from /127.0.0.1:46174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:58:01,994 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:58:02,037 INFO Processing ruok command from /127.0.0.1:46368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:58:11,984 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:58:12,025 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:58:21,996 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:58:22,080 INFO Processing ruok command from /127.0.0.1:47220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:58:31,989 INFO Processing ruok command from /127.0.0.1:47412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:58:32,062 INFO Processing ruok command from /127.0.0.1:47414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:58:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:58:33,295 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:58:33,302 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:58:41,992 INFO Processing ruok command from /127.0.0.1:47666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:58:42,033 INFO Processing ruok command from /127.0.0.1:47668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:58:52,004 INFO Processing ruok command from /127.0.0.1:47854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:58:52,076 INFO Processing ruok command from /127.0.0.1:47856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:59:02,002 INFO Processing ruok command from /127.0.0.1:48024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:59:02,038 INFO Processing ruok command from /127.0.0.1:48026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:59:11,990 INFO Processing ruok command from /127.0.0.1:48206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:59:12,059 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:59:21,987 INFO Processing ruok command from /127.0.0.1:48416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:59:22,025 INFO Processing ruok command from /127.0.0.1:48418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:59:31,980 INFO Processing ruok command from /127.0.0.1:48586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:59:32,022 INFO Processing ruok command from /127.0.0.1:48588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:59:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:59:33,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 04:59:42,011 INFO Processing ruok command from /127.0.0.1:48756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:59:42,049 INFO Processing ruok command from /127.0.0.1:48758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 04:59:50,631 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-06-20 04:59:50,636 INFO Committing global session 0x3000046ca170018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 04:59:51,508 INFO Submitting global closeSession request for session 0x3000046ca170018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 04:59:51,987 INFO Processing ruok command from /127.0.0.1:48946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 04:59:52,047 INFO Processing ruok command from /127.0.0.1:48948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:00:01,995 INFO Processing ruok command from /127.0.0.1:49114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:00:02,032 INFO Processing ruok command from /127.0.0.1:49116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:00:11,996 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:00:12,030 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:00:22,005 INFO Processing ruok command from /127.0.0.1:49498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:00:22,084 INFO Processing ruok command from /127.0.0.1:49500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:00:31,989 INFO Processing ruok command from /127.0.0.1:49662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:00:32,055 INFO Processing ruok command from /127.0.0.1:49664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:00:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:00:33,295 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:00:41,993 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:00:42,033 INFO Processing ruok command from /127.0.0.1:49838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:00:52,003 INFO Processing ruok command from /127.0.0.1:50018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:00:52,076 INFO Processing ruok command from /127.0.0.1:50020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:01:01,998 INFO Processing ruok command from /127.0.0.1:50174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:01:02,069 INFO Processing ruok command from /127.0.0.1:50178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:01:11,984 INFO Processing ruok command from /127.0.0.1:50354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:01:12,028 INFO Processing ruok command from /127.0.0.1:50360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:01:21,976 INFO Processing ruok command from /127.0.0.1:50572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:01:22,048 INFO Processing ruok command from /127.0.0.1:50574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:01:31,987 INFO Processing ruok command from /127.0.0.1:50736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:01:32,026 INFO Processing ruok command from /127.0.0.1:50738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:01:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:01:42,001 INFO Processing ruok command from /127.0.0.1:50908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:01:42,035 INFO Processing ruok command from /127.0.0.1:50910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:01:50,772 INFO Committing global session 0x2000045e3db0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:01:51,981 INFO Processing ruok command from /127.0.0.1:51094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:01:52,058 INFO Processing ruok command from /127.0.0.1:51096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:02:02,002 INFO Processing ruok command from /127.0.0.1:51258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:02:02,046 INFO Processing ruok command from /127.0.0.1:51262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:02:11,994 INFO Processing ruok command from /127.0.0.1:51422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:02:12,036 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:02:21,991 INFO Processing ruok command from /127.0.0.1:51642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:02:22,033 INFO Processing ruok command from /127.0.0.1:51644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:02:31,989 INFO Processing ruok command from /127.0.0.1:51806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:02:32,026 INFO Processing ruok command from /127.0.0.1:51808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:02:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:02:41,987 INFO Processing ruok command from /127.0.0.1:51974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:02:42,021 INFO Processing ruok command from /127.0.0.1:51976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:02:51,997 INFO Processing ruok command from /127.0.0.1:52152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:02:52,050 INFO Processing ruok command from /127.0.0.1:52154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:03:01,994 INFO Processing ruok command from /127.0.0.1:52318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:03:02,030 INFO Processing ruok command from /127.0.0.1:52320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:03:11,997 INFO Processing ruok command from /127.0.0.1:52482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:03:12,059 INFO Processing ruok command from /127.0.0.1:52484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:03:22,001 INFO Processing ruok command from /127.0.0.1:52706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:03:22,049 INFO Processing ruok command from /127.0.0.1:52708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:03:32,011 INFO Processing ruok command from /127.0.0.1:52868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:03:32,087 INFO Processing ruok command from /127.0.0.1:52870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:03:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:03:41,987 INFO Processing ruok command from /127.0.0.1:53040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:03:42,040 INFO Processing ruok command from /127.0.0.1:53042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:03:50,535 INFO Committing global session 0x10000467dcb001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:03:52,008 INFO Processing ruok command from /127.0.0.1:53242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:03:52,044 INFO Processing ruok command from /127.0.0.1:53244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:04:01,990 INFO Processing ruok command from /127.0.0.1:53406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:04:02,063 INFO Processing ruok command from /127.0.0.1:53408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:04:11,988 INFO Processing ruok command from /127.0.0.1:53568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:04:12,031 INFO Processing ruok command from /127.0.0.1:53570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:04:21,976 INFO Processing ruok command from /127.0.0.1:53790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:04:22,047 INFO Processing ruok command from /127.0.0.1:53792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:04:31,999 INFO Processing ruok command from /127.0.0.1:53952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:04:32,039 INFO Processing ruok command from /127.0.0.1:53954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:04:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:04:41,985 INFO Processing ruok command from /127.0.0.1:54122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:04:42,022 INFO Processing ruok command from /127.0.0.1:54124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:04:51,994 INFO Processing ruok command from /127.0.0.1:54306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:04:52,040 INFO Processing ruok command from /127.0.0.1:54308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:05:01,999 INFO Processing ruok command from /127.0.0.1:54476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:05:02,038 INFO Processing ruok command from /127.0.0.1:54478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:05:12,002 INFO Processing ruok command from /127.0.0.1:54640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:05:12,048 INFO Processing ruok command from /127.0.0.1:54642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:05:21,995 INFO Processing ruok command from /127.0.0.1:54860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:05:22,072 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:05:31,987 INFO Processing ruok command from /127.0.0.1:55024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:05:32,033 INFO Processing ruok command from /127.0.0.1:55026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:05:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:05:41,989 INFO Processing ruok command from /127.0.0.1:55194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:05:42,023 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:05:50,378 INFO Committing global session 0x10000467dcb001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:05:52,001 INFO Processing ruok command from /127.0.0.1:55384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:05:52,079 INFO Processing ruok command from /127.0.0.1:55386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:06:02,002 INFO Processing ruok command from /127.0.0.1:55550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:06:02,072 INFO Processing ruok command from /127.0.0.1:55552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:06:11,982 INFO Processing ruok command from /127.0.0.1:55712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:06:12,029 INFO Processing ruok command from /127.0.0.1:55714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:06:21,999 INFO Processing ruok command from /127.0.0.1:55932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:06:22,034 INFO Processing ruok command from /127.0.0.1:55934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:06:31,984 INFO Processing ruok command from /127.0.0.1:56096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:06:32,023 INFO Processing ruok command from /127.0.0.1:56098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:06:33,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:06:41,996 INFO Processing ruok command from /127.0.0.1:56270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:06:42,028 INFO Processing ruok command from /127.0.0.1:56272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:06:51,996 INFO Processing ruok command from /127.0.0.1:56458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:06:52,039 INFO Processing ruok command from /127.0.0.1:56460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:07:01,992 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:07:02,028 INFO Processing ruok command from /127.0.0.1:56624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:07:11,981 INFO Processing ruok command from /127.0.0.1:56788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:07:12,038 INFO Processing ruok command from /127.0.0.1:56790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:07:22,006 INFO Processing ruok command from /127.0.0.1:57012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:07:22,072 INFO Processing ruok command from /127.0.0.1:57014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:07:31,992 INFO Processing ruok command from /127.0.0.1:57180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:07:32,036 INFO Processing ruok command from /127.0.0.1:57182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:07:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:07:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:07:42,000 INFO Processing ruok command from /127.0.0.1:57352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:07:42,071 INFO Processing ruok command from /127.0.0.1:57354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:07:50,523 INFO Committing global session 0x2000045e3db0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:07:52,011 INFO Processing ruok command from /127.0.0.1:57544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:07:52,058 INFO Processing ruok command from /127.0.0.1:57546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:08:01,994 INFO Processing ruok command from /127.0.0.1:57718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:08:02,064 INFO Processing ruok command from /127.0.0.1:57720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:08:11,993 INFO Processing ruok command from /127.0.0.1:57878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:08:12,056 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:08:21,979 INFO Processing ruok command from /127.0.0.1:58092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:08:22,015 INFO Processing ruok command from /127.0.0.1:58094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:08:32,000 INFO Processing ruok command from /127.0.0.1:58250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:08:32,040 INFO Processing ruok command from /127.0.0.1:58254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:08:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:08:33,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:08:42,003 INFO Processing ruok command from /127.0.0.1:58426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:08:42,039 INFO Processing ruok command from /127.0.0.1:58428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:08:51,994 INFO Processing ruok command from /127.0.0.1:58614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:08:52,034 INFO Processing ruok command from /127.0.0.1:58616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:09:01,984 INFO Processing ruok command from /127.0.0.1:58782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:09:02,024 INFO Processing ruok command from /127.0.0.1:58784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:09:11,993 INFO Processing ruok command from /127.0.0.1:58950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:09:12,065 INFO Processing ruok command from /127.0.0.1:58954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:09:21,981 INFO Processing ruok command from /127.0.0.1:59174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:09:22,023 INFO Processing ruok command from /127.0.0.1:59176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:09:32,000 INFO Processing ruok command from /127.0.0.1:59336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:09:32,043 INFO Processing ruok command from /127.0.0.1:59338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:09:33,289 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:09:41,996 INFO Processing ruok command from /127.0.0.1:59502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:09:42,078 INFO Processing ruok command from /127.0.0.1:59506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:09:50,537 INFO Committing global session 0x10000467dcb001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:09:51,994 INFO Processing ruok command from /127.0.0.1:59692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:09:52,036 INFO Processing ruok command from /127.0.0.1:59694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:10:01,988 INFO Processing ruok command from /127.0.0.1:59858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:10:02,027 INFO Processing ruok command from /127.0.0.1:59862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:10:11,982 INFO Processing ruok command from /127.0.0.1:60042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:10:12,019 INFO Processing ruok command from /127.0.0.1:60044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:10:22,005 INFO Processing ruok command from /127.0.0.1:60266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:10:22,054 INFO Processing ruok command from /127.0.0.1:60268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:10:32,003 INFO Processing ruok command from /127.0.0.1:60438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:10:32,047 INFO Processing ruok command from /127.0.0.1:60440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:10:33,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-06-20 05:10:41,999 INFO Processing ruok command from /127.0.0.1:60618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:10:42,071 INFO Processing ruok command from /127.0.0.1:60620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:10:51,995 INFO Processing ruok command from /127.0.0.1:60816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:10:52,042 INFO Processing ruok command from /127.0.0.1:60818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:11:01,986 INFO Processing ruok command from /127.0.0.1:60988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:11:02,027 INFO Processing ruok command from /127.0.0.1:60990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:11:11,984 INFO Processing ruok command from /127.0.0.1:32932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:11:12,050 INFO Processing ruok command from /127.0.0.1:32934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:11:21,980 INFO Processing ruok command from /127.0.0.1:33158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:11:22,033 INFO Processing ruok command from /127.0.0.1:33160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:11:31,991 INFO Processing ruok command from /127.0.0.1:33322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:11:32,063 INFO Processing ruok command from /127.0.0.1:33324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:11:41,983 INFO Processing ruok command from /127.0.0.1:33506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:11:42,070 INFO Processing ruok command from /127.0.0.1:33508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:11:50,352 INFO Committing global session 0x2000045e3db001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:11:52,000 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:11:52,035 INFO Processing ruok command from /127.0.0.1:33700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:12:02,008 INFO Processing ruok command from /127.0.0.1:33868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:12:02,048 INFO Processing ruok command from /127.0.0.1:33870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:12:12,008 INFO Processing ruok command from /127.0.0.1:34028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:12:12,090 INFO Processing ruok command from /127.0.0.1:34034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:12:21,996 INFO Processing ruok command from /127.0.0.1:34252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:12:22,039 INFO Processing ruok command from /127.0.0.1:34254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:12:31,986 INFO Processing ruok command from /127.0.0.1:34412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:12:32,075 INFO Processing ruok command from /127.0.0.1:34422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:12:41,991 INFO Processing ruok command from /127.0.0.1:34594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:12:42,025 INFO Processing ruok command from /127.0.0.1:34598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:12:51,991 INFO Processing ruok command from /127.0.0.1:34766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:12:52,035 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:13:02,010 INFO Processing ruok command from /127.0.0.1:34948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:13:02,050 INFO Processing ruok command from /127.0.0.1:34950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:13:11,979 INFO Processing ruok command from /127.0.0.1:35104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:13:12,029 INFO Processing ruok command from /127.0.0.1:35106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:13:21,988 INFO Processing ruok command from /127.0.0.1:35334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:13:22,022 INFO Processing ruok command from /127.0.0.1:35336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:13:31,986 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:13:32,019 INFO Processing ruok command from /127.0.0.1:35498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:13:41,996 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:13:42,096 INFO Processing ruok command from /127.0.0.1:35684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:13:50,401 INFO Committing global session 0x2000045e3db001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:13:51,987 INFO Processing ruok command from /127.0.0.1:35860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:13:52,021 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:14:01,998 INFO Processing ruok command from /127.0.0.1:36030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:14:02,034 INFO Processing ruok command from /127.0.0.1:36032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:14:11,987 INFO Processing ruok command from /127.0.0.1:36192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:14:12,051 INFO Processing ruok command from /127.0.0.1:36194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:14:21,997 INFO Processing ruok command from /127.0.0.1:36420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:14:22,055 INFO Processing ruok command from /127.0.0.1:36422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:14:31,996 INFO Processing ruok command from /127.0.0.1:36580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:14:32,063 INFO Processing ruok command from /127.0.0.1:36582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:14:42,008 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:14:42,050 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:14:52,003 INFO Processing ruok command from /127.0.0.1:36938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:14:52,039 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:15:01,991 INFO Processing ruok command from /127.0.0.1:37110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:15:02,082 INFO Processing ruok command from /127.0.0.1:37112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:15:11,984 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:15:12,066 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:15:22,005 INFO Processing ruok command from /127.0.0.1:37496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:15:22,048 INFO Processing ruok command from /127.0.0.1:37498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:15:32,003 INFO Processing ruok command from /127.0.0.1:37652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:15:32,056 INFO Processing ruok command from /127.0.0.1:37654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:15:41,989 INFO Processing ruok command from /127.0.0.1:37828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:15:42,063 INFO Processing ruok command from /127.0.0.1:37832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:15:50,534 INFO Committing global session 0x2000045e3db001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:15:51,990 INFO Processing ruok command from /127.0.0.1:38004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:15:52,080 INFO Processing ruok command from /127.0.0.1:38006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:16:02,001 INFO Processing ruok command from /127.0.0.1:38184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:16:02,059 INFO Processing ruok command from /127.0.0.1:38186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:16:12,001 INFO Processing ruok command from /127.0.0.1:38340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:16:12,068 INFO Processing ruok command from /127.0.0.1:38342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:16:21,992 INFO Processing ruok command from /127.0.0.1:38564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:16:22,031 INFO Processing ruok command from /127.0.0.1:38566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:16:32,007 INFO Processing ruok command from /127.0.0.1:38720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:16:32,085 INFO Processing ruok command from /127.0.0.1:38722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:16:41,972 INFO Processing ruok command from /127.0.0.1:38904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:16:42,011 INFO Processing ruok command from /127.0.0.1:38906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:16:51,995 INFO Processing ruok command from /127.0.0.1:39086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:16:52,037 INFO Processing ruok command from /127.0.0.1:39088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:17:01,976 INFO Processing ruok command from /127.0.0.1:39260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:17:02,015 INFO Processing ruok command from /127.0.0.1:39262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:17:11,996 INFO Processing ruok command from /127.0.0.1:39420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:17:12,056 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:17:21,984 INFO Processing ruok command from /127.0.0.1:39654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:17:22,020 INFO Processing ruok command from /127.0.0.1:39656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:17:32,012 INFO Processing ruok command from /127.0.0.1:39810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:17:32,053 INFO Processing ruok command from /127.0.0.1:39814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:17:41,986 INFO Processing ruok command from /127.0.0.1:39994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:17:42,021 INFO Processing ruok command from /127.0.0.1:39996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:17:50,444 INFO Committing global session 0x10000467dcb001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:17:51,995 INFO Processing ruok command from /127.0.0.1:40166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:17:52,090 INFO Processing ruok command from /127.0.0.1:40168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:18:02,000 INFO Processing ruok command from /127.0.0.1:40342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:18:02,027 INFO Processing ruok command from /127.0.0.1:40344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:18:12,002 INFO Processing ruok command from /127.0.0.1:40498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:18:12,070 INFO Processing ruok command from /127.0.0.1:40500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:18:21,990 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:18:22,030 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:18:31,990 INFO Processing ruok command from /127.0.0.1:40890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:18:32,067 INFO Processing ruok command from /127.0.0.1:40892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:18:41,986 INFO Processing ruok command from /127.0.0.1:41070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:18:42,027 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:18:51,983 INFO Processing ruok command from /127.0.0.1:41246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:18:52,024 INFO Processing ruok command from /127.0.0.1:41248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:19:01,980 INFO Processing ruok command from /127.0.0.1:41426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:19:02,020 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:19:12,003 INFO Processing ruok command from /127.0.0.1:41584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:19:12,036 INFO Processing ruok command from /127.0.0.1:41586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:19:22,008 INFO Processing ruok command from /127.0.0.1:41812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:19:22,055 INFO Processing ruok command from /127.0.0.1:41814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:19:31,999 INFO Processing ruok command from /127.0.0.1:41972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:19:32,061 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:19:41,982 INFO Processing ruok command from /127.0.0.1:42154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:19:42,040 INFO Processing ruok command from /127.0.0.1:42156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:19:50,475 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-06-20 05:19:50,482 INFO Committing global session 0x3000046ca170019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:19:51,328 INFO Submitting global closeSession request for session 0x3000046ca170019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-06-20 05:19:51,995 INFO Processing ruok command from /127.0.0.1:42334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:19:52,055 INFO Processing ruok command from /127.0.0.1:42336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:20:02,004 INFO Processing ruok command from /127.0.0.1:42506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:20:02,047 INFO Processing ruok command from /127.0.0.1:42508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:20:12,015 INFO Processing ruok command from /127.0.0.1:42668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:20:12,088 INFO Processing ruok command from /127.0.0.1:42670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:20:21,997 INFO Processing ruok command from /127.0.0.1:42890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:20:22,043 INFO Processing ruok command from /127.0.0.1:42892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:20:31,995 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:20:32,061 INFO Processing ruok command from /127.0.0.1:43048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:20:41,991 INFO Processing ruok command from /127.0.0.1:43228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:20:42,057 INFO Processing ruok command from /127.0.0.1:43230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:20:51,993 INFO Processing ruok command from /127.0.0.1:43406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:20:52,030 INFO Processing ruok command from /127.0.0.1:43408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:21:01,981 INFO Processing ruok command from /127.0.0.1:43588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:21:02,040 INFO Processing ruok command from /127.0.0.1:43590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:21:12,002 INFO Processing ruok command from /127.0.0.1:43748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:21:12,060 INFO Processing ruok command from /127.0.0.1:43750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:21:21,985 INFO Processing ruok command from /127.0.0.1:43978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:21:22,066 INFO Processing ruok command from /127.0.0.1:43980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:21:31,980 INFO Processing ruok command from /127.0.0.1:44134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:21:32,040 INFO Processing ruok command from /127.0.0.1:44136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:21:41,990 INFO Processing ruok command from /127.0.0.1:44314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:21:42,041 INFO Processing ruok command from /127.0.0.1:44316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:21:50,435 INFO Committing global session 0x2000045e3db001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-06-20 05:21:51,985 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:21:52,024 INFO Processing ruok command from /127.0.0.1:44502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-06-20 05:22:01,999 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-06-20 05:22:02,039 INFO Processing ruok command from /127.0.0.1:44672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]