By type
Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-07-07 04:56:53,289 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-07 04:56:53,300 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-07 04:56:53,300 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-07 04:56:53,304 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-07-07 04:56:53,305 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-07 04:56:53,305 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-07 04:56:53,379 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-07 04:56:53,379 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-07 04:56:53,381 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-07 04:56:53,387 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-07-07 04:56:53,388 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-07 04:56:53,399 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-07 04:56:53,409 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-07-07 04:56:53,430 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@1ffe63b9 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-07-07 04:56:53,541 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:53,541 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:53,541 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:53,609 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-07 04:56:53,611 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-07 04:56:53,611 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:53,612 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:53,612 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:53,613 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-07 04:56:53,613 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-07 04:56:53,621 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,655 INFO Logging initialized @1089ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-07-07 04:56:53,800 WARN o.e.j.s.ServletContextHandler@17f9d882{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-07 04:56:53,800 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-07 04:56:53,830 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-07 04:56:53,832 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,832 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,832 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,832 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,833 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,833 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,833 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,833 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,853 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,854 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,854 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,854 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,854 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,854 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,854 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,854 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,855 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,855 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,857 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,857 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,857 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,858 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,858 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,858 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.14.1.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.19.3.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,858 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,858 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,858 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:os.memory.free=228MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,859 INFO Server environment:os.memory.total=246MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,860 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,860 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,860 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,860 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,860 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,861 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,861 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,861 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-07 04:56:53,869 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-07 04:56:53,869 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-07 04:56:53,871 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-07 04:56:53,871 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-07 04:56:53,885 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,885 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,885 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,885 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,885 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,886 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,886 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,895 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-07-07 04:56:53,895 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-07 04:56:53,902 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-07 04:56:53,904 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,909 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:53,912 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:54,012 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:54,012 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:54,014 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-07 04:56:54,018 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main] 2022-07-07 04:56:54,054 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-07-07 04:56:54,054 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-07-07 04:56:54,056 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main] 2022-07-07 04:56:54,060 WARN ServletContext@o.e.j.s.ServletContextHandler@17f9d882{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-07-07 04:56:54,071 INFO Started o.e.j.s.ServletContextHandler@17f9d882{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-07 04:56:54,082 INFO Started ServerConnector@1151e434{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-07-07 04:56:54,082 INFO Started @1517ms (org.eclipse.jetty.server.Server) [main] 2022-07-07 04:56:54,083 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-07-07 04:56:54,084 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-07 04:56:54,101 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-07-07 04:56:54,103 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-07 04:56:54,103 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-07 04:56:54,106 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.33:3888] 2022-07-07 04:56:54,109 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-07-07 04:56:54,110 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.33:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.33:3888] 2022-07-07 04:56:54,117 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:54,119 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:54,132 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-07-07 04:56:54,336 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:54,573 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:54,573 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:54,739 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:54,740 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:54,740 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:55,540 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:55,541 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:55,541 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:57,142 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:57,142 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:57,143 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-07 04:56:57,915 INFO Received connection request from /10.233.71.108:33208 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.33:3888] 2022-07-07 04:56:58,310 INFO Accepted TLS connection from /10.233.71.108:33208 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.33:3888] 2022-07-07 04:56:58,477 INFO SSL handshake complete with /10.233.71.108:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2022-07-07 04:56:58,492 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-07-07 04:56:58,498 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2022-07-07 04:56:58,699 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,699 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,704 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,704 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,704 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,704 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,704 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,708 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,710 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,710 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,711 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,711 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,713 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,713 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,713 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,713 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,713 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,713 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,715 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,716 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,716 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,720 INFO LEADING - LEADER ELECTION TOOK - 4601 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,724 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,724 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,729 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,824 INFO Accepted TLS connection from /10.233.71.108:32946 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.71.108:32946] 2022-07-07 04:56:58,838 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.71.108:32946] 2022-07-07 04:56:58,852 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.71.108:32946] 2022-07-07 04:56:58,853 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.108:32946] 2022-07-07 04:56:58,856 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.108:32946] 2022-07-07 04:56:58,859 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,960 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,994 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:58,995 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:59,005 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2022-07-07 04:56:59,006 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:59,007 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:56:59,026 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-07 04:57:00,248 INFO Received connection request from /10.233.70.189:48626 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.33:3888] 2022-07-07 04:57:00,576 INFO Accepted TLS connection from /10.233.70.189:48626 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.33:3888] 2022-07-07 04:57:00,607 INFO Notification: my state:LEADING; 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=2]] 2022-07-07 04:57:00,720 INFO Accepted TLS connection from /10.233.70.189:35352 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.70.189:35352] 2022-07-07 04:57:00,747 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.189:35352] 2022-07-07 04:57:00,754 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.70.189:35352] 2022-07-07 04:57:00,754 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.189:35352] 2022-07-07 04:57:00,760 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.70.189:35352] 2022-07-07 04:57:15,168 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2022-07-07 04:57:15,168 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2022-07-07 04:57:15,168 INFO Processing ruok command from /127.0.0.1:36906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:57:15,171 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:57:17,153 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2022-07-07 04:57:17,167 INFO Committing global session 0x300004c343f0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:57:25,058 INFO Processing ruok command from /127.0.0.1:36964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:57:25,114 INFO Processing ruok command from /127.0.0.1:36966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:57:35,053 INFO Processing ruok command from /127.0.0.1:37022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:57:35,106 INFO Processing ruok command from /127.0.0.1:37024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:57:37,629 INFO Committing global session 0x300004c343f0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:57:38,802 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 04:57:38,821 INFO Committing global session 0x200004dac1e0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:57:39,594 INFO Committing global session 0x300004c343f0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:57:42,772 INFO Committing global session 0x300004c343f0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:57:43,884 INFO Committing global session 0x300004c343f0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:57:45,051 INFO Processing ruok command from /127.0.0.1:37080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:57:45,084 INFO Processing ruok command from /127.0.0.1:37082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:57:45,314 INFO Committing global session 0x300004c343f0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:57:55,041 INFO Processing ruok command from /127.0.0.1:37140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:57:55,073 INFO Processing ruok command from /127.0.0.1:37142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:58:05,052 INFO Processing ruok command from /127.0.0.1:37198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:58:05,090 INFO Processing ruok command from /127.0.0.1:37200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:58:07,224 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 04:58:07,230 INFO Committing global session 0x200004dac1e0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:58:15,041 INFO Processing ruok command from /127.0.0.1:37254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:58:15,125 INFO Processing ruok command from /127.0.0.1:37256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:58:25,083 INFO Processing ruok command from /127.0.0.1:37354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:58:25,140 INFO Processing ruok command from /127.0.0.1:37356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:58:27,588 INFO Committing global session 0x300004c343f0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:58:35,064 INFO Processing ruok command from /127.0.0.1:37430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:58:35,135 INFO Processing ruok command from /127.0.0.1:37432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:58:45,048 INFO Processing ruok command from /127.0.0.1:37496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:58:45,083 INFO Processing ruok command from /127.0.0.1:37498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:58:48,153 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 04:58:48,163 INFO Committing global session 0x200004dac1e0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 04:58:48,999 INFO Submitting global closeSession request for session 0x200004dac1e0002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 04:58:55,054 INFO Processing ruok command from /127.0.0.1:37560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:58:55,121 INFO Processing ruok command from /127.0.0.1:37562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:59:05,047 INFO Processing ruok command from /127.0.0.1:37622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:59:05,088 INFO Processing ruok command from /127.0.0.1:37624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:59:15,048 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:59:15,096 INFO Processing ruok command from /127.0.0.1:37690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:59:25,035 INFO Processing ruok command from /127.0.0.1:37756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:59:25,075 INFO Processing ruok command from /127.0.0.1:37758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:59:35,040 INFO Processing ruok command from /127.0.0.1:37822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:59:35,093 INFO Processing ruok command from /127.0.0.1:37824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:59:45,048 INFO Processing ruok command from /127.0.0.1:37892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:59:45,085 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 04:59:55,061 INFO Processing ruok command from /127.0.0.1:37966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 04:59:55,121 INFO Processing ruok command from /127.0.0.1:37968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:00:05,039 INFO Processing ruok command from /127.0.0.1:38036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:00:05,113 INFO Processing ruok command from /127.0.0.1:38038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:00:15,050 INFO Processing ruok command from /127.0.0.1:38110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:00:15,092 INFO Processing ruok command from /127.0.0.1:38112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:00:25,047 INFO Processing ruok command from /127.0.0.1:38176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:00:25,086 INFO Processing ruok command from /127.0.0.1:38182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:00:35,049 INFO Processing ruok command from /127.0.0.1:38246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:00:35,082 INFO Processing ruok command from /127.0.0.1:38248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:00:45,037 INFO Processing ruok command from /127.0.0.1:38320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:00:45,078 INFO Processing ruok command from /127.0.0.1:38322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:00:48,393 INFO Committing global session 0x300004c343f0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:00:55,052 INFO Processing ruok command from /127.0.0.1:38384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:00:55,086 INFO Processing ruok command from /127.0.0.1:38386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:01:05,046 INFO Processing ruok command from /127.0.0.1:38454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:01:05,097 INFO Processing ruok command from /127.0.0.1:38456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:01:15,043 INFO Processing ruok command from /127.0.0.1:38526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:01:15,082 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:01:25,076 INFO Processing ruok command from /127.0.0.1:38592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:01:25,124 INFO Processing ruok command from /127.0.0.1:38594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:01:35,051 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:01:35,096 INFO Processing ruok command from /127.0.0.1:38694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:01:45,041 INFO Processing ruok command from /127.0.0.1:38758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:01:45,103 INFO Processing ruok command from /127.0.0.1:38760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:01:55,051 INFO Processing ruok command from /127.0.0.1:38822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:01:55,117 INFO Processing ruok command from /127.0.0.1:38824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:02:05,048 INFO Processing ruok command from /127.0.0.1:38898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:02:05,088 INFO Processing ruok command from /127.0.0.1:38900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:02:15,051 INFO Processing ruok command from /127.0.0.1:38962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:02:15,090 INFO Processing ruok command from /127.0.0.1:38964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:02:25,041 INFO Processing ruok command from /127.0.0.1:39032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:02:25,086 INFO Processing ruok command from /127.0.0.1:39034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:02:35,057 INFO Processing ruok command from /127.0.0.1:39142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:02:35,111 INFO Processing ruok command from /127.0.0.1:39144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:02:45,058 INFO Processing ruok command from /127.0.0.1:39208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:02:45,093 INFO Processing ruok command from /127.0.0.1:39210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:02:48,537 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 05:02:48,545 INFO Committing global session 0x200004dac1e0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:02:49,267 INFO Submitting global closeSession request for session 0x200004dac1e0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:02:55,069 INFO Processing ruok command from /127.0.0.1:39282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:02:55,132 INFO Processing ruok command from /127.0.0.1:39284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:03:05,069 INFO Processing ruok command from /127.0.0.1:39408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:03:05,146 INFO Processing ruok command from /127.0.0.1:39410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:03:15,069 INFO Processing ruok command from /127.0.0.1:39486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:03:15,116 INFO Processing ruok command from /127.0.0.1:39488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:03:25,076 INFO Processing ruok command from /127.0.0.1:39592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:03:25,129 INFO Processing ruok command from /127.0.0.1:39594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:03:35,053 INFO Processing ruok command from /127.0.0.1:39692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:03:35,099 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:03:45,050 INFO Processing ruok command from /127.0.0.1:39784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:03:45,102 INFO Processing ruok command from /127.0.0.1:39786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:03:55,040 INFO Processing ruok command from /127.0.0.1:39860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:03:55,086 INFO Processing ruok command from /127.0.0.1:39862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:04:05,042 INFO Processing ruok command from /127.0.0.1:39948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:04:05,110 INFO Processing ruok command from /127.0.0.1:39950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:04:15,043 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:04:15,089 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:04:25,058 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:04:25,107 INFO Processing ruok command from /127.0.0.1:40120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:04:35,050 INFO Processing ruok command from /127.0.0.1:40200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:04:35,079 INFO Processing ruok command from /127.0.0.1:40202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:04:45,051 INFO Processing ruok command from /127.0.0.1:40286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:04:45,117 INFO Processing ruok command from /127.0.0.1:40288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:04:48,536 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 05:04:48,546 INFO Committing global session 0x200004dac1e0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:04:49,278 INFO Submitting global closeSession request for session 0x200004dac1e0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:04:55,041 INFO Processing ruok command from /127.0.0.1:40372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:04:55,080 INFO Processing ruok command from /127.0.0.1:40374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:05:05,052 INFO Processing ruok command from /127.0.0.1:40456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:05:05,087 INFO Processing ruok command from /127.0.0.1:40458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:05:15,041 INFO Processing ruok command from /127.0.0.1:40544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:05:15,071 INFO Processing ruok command from /127.0.0.1:40546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:05:25,060 INFO Processing ruok command from /127.0.0.1:40636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:05:25,096 INFO Processing ruok command from /127.0.0.1:40638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:05:35,046 INFO Processing ruok command from /127.0.0.1:40722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:05:35,113 INFO Processing ruok command from /127.0.0.1:40724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:05:45,071 INFO Processing ruok command from /127.0.0.1:40808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:05:45,137 INFO Processing ruok command from /127.0.0.1:40810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:05:55,052 INFO Processing ruok command from /127.0.0.1:40888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:05:55,089 INFO Processing ruok command from /127.0.0.1:40890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:06:05,044 INFO Processing ruok command from /127.0.0.1:40974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:06:05,085 INFO Processing ruok command from /127.0.0.1:40976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:06:15,045 INFO Processing ruok command from /127.0.0.1:41060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:06:15,079 INFO Processing ruok command from /127.0.0.1:41062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:06:25,029 INFO Processing ruok command from /127.0.0.1:41148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:06:25,067 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:06:35,046 INFO Processing ruok command from /127.0.0.1:41246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:06:35,089 INFO Processing ruok command from /127.0.0.1:41248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:06:45,053 INFO Processing ruok command from /127.0.0.1:41330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:06:45,133 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:06:48,948 INFO Committing global session 0x100004c93140000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:06:55,056 INFO Processing ruok command from /127.0.0.1:41426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:06:55,097 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:07:05,050 INFO Processing ruok command from /127.0.0.1:41868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:07:05,087 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:07:15,055 INFO Processing ruok command from /127.0.0.1:42022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:07:15,089 INFO Processing ruok command from /127.0.0.1:42024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:07:25,042 INFO Processing ruok command from /127.0.0.1:42120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:07:25,073 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:07:35,050 INFO Processing ruok command from /127.0.0.1:42206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:07:35,081 INFO Processing ruok command from /127.0.0.1:42208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:07:45,042 INFO Processing ruok command from /127.0.0.1:42288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:07:45,084 INFO Processing ruok command from /127.0.0.1:42290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:07:55,049 INFO Processing ruok command from /127.0.0.1:42368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:07:55,085 INFO Processing ruok command from /127.0.0.1:42370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:08:05,054 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:08:05,109 INFO Processing ruok command from /127.0.0.1:42468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:08:15,035 INFO Processing ruok command from /127.0.0.1:42548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:08:15,075 INFO Processing ruok command from /127.0.0.1:42550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:08:25,058 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:08:25,096 INFO Processing ruok command from /127.0.0.1:42634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:08:35,061 INFO Processing ruok command from /127.0.0.1:42712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:08:35,104 INFO Processing ruok command from /127.0.0.1:42714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:08:45,055 INFO Processing ruok command from /127.0.0.1:42796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:08:45,117 INFO Processing ruok command from /127.0.0.1:42798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:08:48,531 INFO Committing global session 0x100004c93140001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:08:55,036 INFO Processing ruok command from /127.0.0.1:42884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:08:55,070 INFO Processing ruok command from /127.0.0.1:42886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:09:05,056 INFO Processing ruok command from /127.0.0.1:42968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:09:05,103 INFO Processing ruok command from /127.0.0.1:42970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:09:15,052 INFO Processing ruok command from /127.0.0.1:43052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:09:15,092 INFO Processing ruok command from /127.0.0.1:43054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:09:25,039 INFO Processing ruok command from /127.0.0.1:43132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:09:25,074 INFO Processing ruok command from /127.0.0.1:43134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:09:35,044 INFO Processing ruok command from /127.0.0.1:43214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:09:35,082 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:09:45,056 INFO Processing ruok command from /127.0.0.1:43292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:09:45,086 INFO Processing ruok command from /127.0.0.1:43294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:09:55,045 INFO Processing ruok command from /127.0.0.1:43374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:09:55,074 INFO Processing ruok command from /127.0.0.1:43376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:10:05,041 INFO Processing ruok command from /127.0.0.1:43456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:10:05,083 INFO Processing ruok command from /127.0.0.1:43458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:10:15,056 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:10:15,091 INFO Processing ruok command from /127.0.0.1:43538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:10:25,058 INFO Processing ruok command from /127.0.0.1:43626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:10:25,126 INFO Processing ruok command from /127.0.0.1:43628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:10:35,044 INFO Processing ruok command from /127.0.0.1:43706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:10:35,078 INFO Processing ruok command from /127.0.0.1:43708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:10:45,049 INFO Processing ruok command from /127.0.0.1:43788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:10:45,088 INFO Processing ruok command from /127.0.0.1:43790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:10:48,267 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 05:10:48,274 INFO Committing global session 0x200004dac1e0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:10:49,143 INFO Submitting global closeSession request for session 0x200004dac1e0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:10:55,052 INFO Processing ruok command from /127.0.0.1:43878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:10:55,093 INFO Processing ruok command from /127.0.0.1:43880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:11:05,077 INFO Processing ruok command from /127.0.0.1:43962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:11:05,099 INFO Processing ruok command from /127.0.0.1:43964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:11:15,043 INFO Processing ruok command from /127.0.0.1:44048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:11:15,078 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:11:25,052 INFO Processing ruok command from /127.0.0.1:44140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:11:25,089 INFO Processing ruok command from /127.0.0.1:44142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:11:35,066 INFO Processing ruok command from /127.0.0.1:44220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:11:35,142 INFO Processing ruok command from /127.0.0.1:44222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:11:45,059 INFO Processing ruok command from /127.0.0.1:44310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:11:45,149 INFO Processing ruok command from /127.0.0.1:44312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:11:55,048 INFO Processing ruok command from /127.0.0.1:44390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:11:55,111 INFO Processing ruok command from /127.0.0.1:44392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:12:05,054 INFO Processing ruok command from /127.0.0.1:44478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:12:05,098 INFO Processing ruok command from /127.0.0.1:44480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:12:15,053 INFO Processing ruok command from /127.0.0.1:44564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:12:15,086 INFO Processing ruok command from /127.0.0.1:44566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:12:25,043 INFO Processing ruok command from /127.0.0.1:44644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:12:25,108 INFO Processing ruok command from /127.0.0.1:44646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:12:35,054 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:12:35,099 INFO Processing ruok command from /127.0.0.1:44732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:12:45,048 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:12:45,114 INFO Processing ruok command from /127.0.0.1:44812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:12:48,301 INFO Committing global session 0x100004c93140002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:12:55,045 INFO Processing ruok command from /127.0.0.1:44888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:12:55,106 INFO Processing ruok command from /127.0.0.1:44890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:13:05,056 INFO Processing ruok command from /127.0.0.1:44976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:13:05,097 INFO Processing ruok command from /127.0.0.1:44978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:13:15,064 INFO Processing ruok command from /127.0.0.1:45062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:13:15,099 INFO Processing ruok command from /127.0.0.1:45064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:13:25,055 INFO Processing ruok command from /127.0.0.1:45150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:13:25,088 INFO Processing ruok command from /127.0.0.1:45152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:13:35,045 INFO Processing ruok command from /127.0.0.1:45236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:13:35,082 INFO Processing ruok command from /127.0.0.1:45238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:13:45,047 INFO Processing ruok command from /127.0.0.1:45320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:13:45,120 INFO Processing ruok command from /127.0.0.1:45322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:13:55,047 INFO Processing ruok command from /127.0.0.1:45408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:13:55,086 INFO Processing ruok command from /127.0.0.1:45410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:14:05,047 INFO Processing ruok command from /127.0.0.1:45498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:14:05,094 INFO Processing ruok command from /127.0.0.1:45500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:14:15,034 INFO Processing ruok command from /127.0.0.1:45578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:14:15,074 INFO Processing ruok command from /127.0.0.1:45584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:14:25,053 INFO Processing ruok command from /127.0.0.1:45662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:14:25,088 INFO Processing ruok command from /127.0.0.1:45664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:14:35,043 INFO Processing ruok command from /127.0.0.1:45746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:14:35,099 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:14:45,045 INFO Processing ruok command from /127.0.0.1:45822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:14:45,106 INFO Processing ruok command from /127.0.0.1:45828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:14:48,461 INFO Committing global session 0x300004c343f0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:14:55,045 INFO Processing ruok command from /127.0.0.1:45906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:14:55,084 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:15:05,047 INFO Processing ruok command from /127.0.0.1:45998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:15:05,117 INFO Processing ruok command from /127.0.0.1:46000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:15:15,059 INFO Processing ruok command from /127.0.0.1:46080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:15:15,108 INFO Processing ruok command from /127.0.0.1:46084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:15:25,052 INFO Processing ruok command from /127.0.0.1:46164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:15:25,087 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:15:35,046 INFO Processing ruok command from /127.0.0.1:46258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:15:35,121 INFO Processing ruok command from /127.0.0.1:46260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:15:45,072 INFO Processing ruok command from /127.0.0.1:46352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:15:45,156 INFO Processing ruok command from /127.0.0.1:46358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:15:55,067 INFO Processing ruok command from /127.0.0.1:46512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:15:55,159 INFO Processing ruok command from /127.0.0.1:46514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:16:05,052 INFO Processing ruok command from /127.0.0.1:46610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:16:05,150 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:16:15,046 INFO Processing ruok command from /127.0.0.1:46734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:16:15,122 INFO Processing ruok command from /127.0.0.1:46736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:16:25,057 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:16:25,144 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:16:35,063 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:16:35,101 INFO Processing ruok command from /127.0.0.1:47066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:16:45,061 INFO Processing ruok command from /127.0.0.1:47262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:16:45,151 INFO Processing ruok command from /127.0.0.1:47264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:16:48,832 INFO Committing global session 0x100004c93140003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:16:55,091 INFO Processing ruok command from /127.0.0.1:47718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:16:55,190 INFO Processing ruok command from /127.0.0.1:47724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:17:05,173 INFO Processing ruok command from /127.0.0.1:48290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:17:05,242 INFO Processing ruok command from /127.0.0.1:48296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:17:15,070 INFO Processing ruok command from /127.0.0.1:48936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:17:15,170 INFO Processing ruok command from /127.0.0.1:48944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:17:25,109 INFO Processing ruok command from /127.0.0.1:49328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:17:25,207 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:17:35,047 INFO Processing ruok command from /127.0.0.1:49528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:17:35,113 INFO Processing ruok command from /127.0.0.1:49532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:17:45,080 INFO Processing ruok command from /127.0.0.1:49710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:17:45,147 INFO Processing ruok command from /127.0.0.1:49714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:17:55,052 INFO Processing ruok command from /127.0.0.1:49894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:17:55,152 INFO Processing ruok command from /127.0.0.1:49896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:18:05,085 INFO Processing ruok command from /127.0.0.1:50074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:18:05,159 INFO Processing ruok command from /127.0.0.1:50076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:18:05,466 INFO Committing global session 0x100004c93140004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:18:05,585 INFO Committing global session 0x100004c93140005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:18:06,640 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 05:18:06,645 INFO Committing global session 0x200004dac1e0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:18:15,049 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:18:15,094 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:18:25,054 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:18:25,100 INFO Processing ruok command from /127.0.0.1:50462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:18:35,056 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:18:35,087 INFO Processing ruok command from /127.0.0.1:50646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:18:45,055 INFO Processing ruok command from /127.0.0.1:50828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:18:45,092 INFO Processing ruok command from /127.0.0.1:50830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:18:48,509 INFO Committing global session 0x100004c93140006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:18:55,047 INFO Processing ruok command from /127.0.0.1:51012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:18:55,099 INFO Processing ruok command from /127.0.0.1:51014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:18:59,025 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3970e586-a85b-45ce-90c3-12b710ee5960/onap-policy-clamp-ac-http-ppnt-7c9cbcdc8b-6wqfc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:18:59,032 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3326ea8c-80cf-4bb5-81cb-d429c54ae8a0/onap-policy-clamp-ac-k8s-ppnt-7c7689d65c-m8tc7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:18:59,037 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8507b28e-efaf-4fca-80e1-935d8fc210c0/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:19:05,041 INFO Processing ruok command from /127.0.0.1:51200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:19:05,080 INFO Processing ruok command from /127.0.0.1:51202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:19:15,066 INFO Processing ruok command from /127.0.0.1:51366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:19:15,115 INFO Processing ruok command from /127.0.0.1:51368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:19:25,060 INFO Processing ruok command from /127.0.0.1:51538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:19:25,136 INFO Processing ruok command from /127.0.0.1:51542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:19:35,079 INFO Processing ruok command from /127.0.0.1:51730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:19:35,125 INFO Processing ruok command from /127.0.0.1:51732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:19:45,071 INFO Processing ruok command from /127.0.0.1:51912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:19:45,146 INFO Processing ruok command from /127.0.0.1:51916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:19:55,058 INFO Processing ruok command from /127.0.0.1:52096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:19:55,121 INFO Processing ruok command from /127.0.0.1:52098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:19:59,026 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3326ea8c-80cf-4bb5-81cb-d429c54ae8a0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:19:59,032 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3970e586-a85b-45ce-90c3-12b710ee5960 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:19:59,038 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8507b28e-efaf-4fca-80e1-935d8fc210c0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:20:05,049 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:20:05,135 INFO Processing ruok command from /127.0.0.1:52290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:20:15,054 INFO Processing ruok command from /127.0.0.1:52478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:20:15,141 INFO Processing ruok command from /127.0.0.1:52480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:20:25,055 INFO Processing ruok command from /127.0.0.1:52678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:20:25,088 INFO Processing ruok command from /127.0.0.1:52680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:20:35,049 INFO Processing ruok command from /127.0.0.1:52866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:20:35,121 INFO Processing ruok command from /127.0.0.1:52868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:20:45,042 INFO Processing ruok command from /127.0.0.1:53048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:20:45,099 INFO Processing ruok command from /127.0.0.1:53050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:20:48,479 INFO Committing global session 0x100004c93140007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:20:55,086 INFO Processing ruok command from /127.0.0.1:53228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:20:55,151 INFO Processing ruok command from /127.0.0.1:53230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:20:59,025 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:20:59,030 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/402e08e7-0cde-448f-8db7-6cc2e9f0f2a7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:20:59,037 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f20f7bd3-8994-409f-a228-7a433c5ca3fa/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:20:59,043 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/39fc0c70-3a76-4e24-8106-a30d0b130947/onap-policy-pap-5cbb786b68-qvv6w (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:20:59,049 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ced5436c-31b2-4b89-8def-669e4f54ea66/onap-policy-xacml-pdp-6db69cdcc6-hjp88 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:21:05,062 INFO Processing ruok command from /127.0.0.1:53416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:21:05,097 INFO Processing ruok command from /127.0.0.1:53418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:21:15,049 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:21:15,106 INFO Processing ruok command from /127.0.0.1:53602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:21:25,039 INFO Processing ruok command from /127.0.0.1:53786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:21:25,077 INFO Processing ruok command from /127.0.0.1:53788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:21:35,062 INFO Processing ruok command from /127.0.0.1:53984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:21:35,154 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:21:45,058 INFO Processing ruok command from /127.0.0.1:54162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:21:45,134 INFO Processing ruok command from /127.0.0.1:54164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:21:55,051 INFO Processing ruok command from /127.0.0.1:54362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:21:55,106 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:21:59,026 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/bac399ce-d3d3-45c9-86ac-630499bf5f6c/onap-policy-clamp-runtime-acm-74859969d8-2cm25 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:21:59,032 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ced5436c-31b2-4b89-8def-669e4f54ea66 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:21:59,038 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f20f7bd3-8994-409f-a228-7a433c5ca3fa (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:21:59,045 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:21:59,051 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/39fc0c70-3a76-4e24-8106-a30d0b130947 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:22:05,077 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:22:05,136 INFO Processing ruok command from /127.0.0.1:54554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:22:15,060 INFO Processing ruok command from /127.0.0.1:54718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:22:15,089 INFO Processing ruok command from /127.0.0.1:54720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:22:25,066 INFO Processing ruok command from /127.0.0.1:54916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:22:25,103 INFO Processing ruok command from /127.0.0.1:54918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:22:35,063 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:22:35,126 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:22:45,050 INFO Processing ruok command from /127.0.0.1:55286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:22:45,080 INFO Processing ruok command from /127.0.0.1:55290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:22:48,375 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 05:22:48,384 INFO Committing global session 0x200004dac1e0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:22:49,236 INFO Submitting global closeSession request for session 0x200004dac1e0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:22:55,059 INFO Processing ruok command from /127.0.0.1:55474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:22:55,129 INFO Processing ruok command from /127.0.0.1:55478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:22:59,025 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:22:59,032 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/bac399ce-d3d3-45c9-86ac-630499bf5f6c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:23:05,057 INFO Processing ruok command from /127.0.0.1:55666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:23:05,096 INFO Processing ruok command from /127.0.0.1:55668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:23:15,054 INFO Processing ruok command from /127.0.0.1:55848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:23:15,092 INFO Processing ruok command from /127.0.0.1:55850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:23:25,055 INFO Processing ruok command from /127.0.0.1:56036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:23:25,088 INFO Processing ruok command from /127.0.0.1:56038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:23:35,044 INFO Processing ruok command from /127.0.0.1:56226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:23:35,084 INFO Processing ruok command from /127.0.0.1:56230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:23:45,048 INFO Processing ruok command from /127.0.0.1:56412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:23:45,136 INFO Processing ruok command from /127.0.0.1:56414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:23:55,055 INFO Processing ruok command from /127.0.0.1:56600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:23:55,114 INFO Processing ruok command from /127.0.0.1:56602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:23:59,025 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0389a93e-7718-4016-9439-79759117b0d4/onap-policy-clamp-ac-pf-ppnt-66df4fd76c-98rkz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:24:05,049 INFO Processing ruok command from /127.0.0.1:56784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:24:05,085 INFO Processing ruok command from /127.0.0.1:56786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:24:15,050 INFO Processing ruok command from /127.0.0.1:56958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:24:15,106 INFO Processing ruok command from /127.0.0.1:56962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:24:25,065 INFO Processing ruok command from /127.0.0.1:57150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:24:25,107 INFO Processing ruok command from /127.0.0.1:57154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:24:35,047 INFO Processing ruok command from /127.0.0.1:57346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:24:35,091 INFO Processing ruok command from /127.0.0.1:57348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:24:45,047 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:24:45,114 INFO Processing ruok command from /127.0.0.1:57524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:24:48,548 INFO Committing global session 0x300004c343f0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:24:55,063 INFO Processing ruok command from /127.0.0.1:57718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:24:55,103 INFO Processing ruok command from /127.0.0.1:57720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:24:59,026 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0389a93e-7718-4016-9439-79759117b0d4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:25:05,065 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:25:05,106 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:25:15,059 INFO Processing ruok command from /127.0.0.1:58090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:25:15,129 INFO Processing ruok command from /127.0.0.1:58092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:25:25,063 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:25:25,100 INFO Processing ruok command from /127.0.0.1:58280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:25:35,057 INFO Processing ruok command from /127.0.0.1:58466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:25:35,091 INFO Processing ruok command from /127.0.0.1:58468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:25:45,071 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:25:45,105 INFO Processing ruok command from /127.0.0.1:58646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:25:55,067 INFO Processing ruok command from /127.0.0.1:58830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:25:55,103 INFO Processing ruok command from /127.0.0.1:58832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:25:59,025 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:26:05,054 INFO Processing ruok command from /127.0.0.1:59022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:26:05,094 INFO Processing ruok command from /127.0.0.1:59024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:26:15,054 INFO Processing ruok command from /127.0.0.1:59212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:26:15,109 INFO Processing ruok command from /127.0.0.1:59214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:26:25,075 INFO Processing ruok command from /127.0.0.1:59392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:26:25,117 INFO Processing ruok command from /127.0.0.1:59394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:26:35,065 INFO Processing ruok command from /127.0.0.1:59588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:26:35,134 INFO Processing ruok command from /127.0.0.1:59590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:26:45,059 INFO Processing ruok command from /127.0.0.1:59774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:26:45,139 INFO Processing ruok command from /127.0.0.1:59778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:26:48,318 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 05:26:48,324 INFO Committing global session 0x200004dac1e0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:26:49,202 INFO Submitting global closeSession request for session 0x200004dac1e0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:26:55,057 INFO Processing ruok command from /127.0.0.1:59962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:26:55,086 INFO Processing ruok command from /127.0.0.1:59964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:26:59,026 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:27:05,063 INFO Processing ruok command from /127.0.0.1:60258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:27:05,095 INFO Processing ruok command from /127.0.0.1:60264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:27:15,056 INFO Processing ruok command from /127.0.0.1:33006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:27:15,099 INFO Processing ruok command from /127.0.0.1:33008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:27:25,043 INFO Processing ruok command from /127.0.0.1:33190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:27:25,107 INFO Processing ruok command from /127.0.0.1:33192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:27:35,057 INFO Processing ruok command from /127.0.0.1:33386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:27:35,123 INFO Processing ruok command from /127.0.0.1:33388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:27:45,066 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:27:45,092 INFO Processing ruok command from /127.0.0.1:33568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:27:55,059 INFO Processing ruok command from /127.0.0.1:33742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:27:55,139 INFO Processing ruok command from /127.0.0.1:33744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:28:05,046 INFO Processing ruok command from /127.0.0.1:33932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:28:05,116 INFO Processing ruok command from /127.0.0.1:33934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:28:15,050 INFO Processing ruok command from /127.0.0.1:34108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:28:15,101 INFO Processing ruok command from /127.0.0.1:34110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:28:25,041 INFO Processing ruok command from /127.0.0.1:34302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:28:25,094 INFO Processing ruok command from /127.0.0.1:34304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:28:35,056 INFO Processing ruok command from /127.0.0.1:34492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:28:35,126 INFO Processing ruok command from /127.0.0.1:34494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:28:45,063 INFO Processing ruok command from /127.0.0.1:34670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:28:45,107 INFO Processing ruok command from /127.0.0.1:34672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:28:48,455 INFO Committing global session 0x300004c343f000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:28:55,055 INFO Processing ruok command from /127.0.0.1:34866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:28:55,097 INFO Processing ruok command from /127.0.0.1:34868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:29:05,054 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:29:05,111 INFO Processing ruok command from /127.0.0.1:35064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:29:15,063 INFO Processing ruok command from /127.0.0.1:35230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:29:15,111 INFO Processing ruok command from /127.0.0.1:35234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:29:25,052 INFO Processing ruok command from /127.0.0.1:35430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:29:25,120 INFO Processing ruok command from /127.0.0.1:35432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:29:35,058 INFO Processing ruok command from /127.0.0.1:35626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:29:35,102 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:29:45,050 INFO Processing ruok command from /127.0.0.1:35806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:29:45,098 INFO Processing ruok command from /127.0.0.1:35808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:29:55,053 INFO Processing ruok command from /127.0.0.1:35988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:29:55,118 INFO Processing ruok command from /127.0.0.1:35990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:30:05,062 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:30:05,106 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:30:15,057 INFO Processing ruok command from /127.0.0.1:36362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:30:15,089 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:30:25,055 INFO Processing ruok command from /127.0.0.1:36552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:30:25,089 INFO Processing ruok command from /127.0.0.1:36554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:30:35,065 INFO Processing ruok command from /127.0.0.1:36738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:30:35,108 INFO Processing ruok command from /127.0.0.1:36740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:30:45,045 INFO Processing ruok command from /127.0.0.1:36920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:30:45,088 INFO Processing ruok command from /127.0.0.1:36924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:30:48,448 INFO Committing global session 0x300004c343f000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:30:55,052 INFO Processing ruok command from /127.0.0.1:37106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:30:55,093 INFO Processing ruok command from /127.0.0.1:37108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:31:05,081 INFO Processing ruok command from /127.0.0.1:37298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:31:05,129 INFO Processing ruok command from /127.0.0.1:37300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:31:15,070 INFO Processing ruok command from /127.0.0.1:37486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:31:15,138 INFO Processing ruok command from /127.0.0.1:37488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:31:25,055 INFO Processing ruok command from /127.0.0.1:37682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:31:25,083 INFO Processing ruok command from /127.0.0.1:37684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:31:35,057 INFO Processing ruok command from /127.0.0.1:37862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:31:35,121 INFO Processing ruok command from /127.0.0.1:37866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:31:45,060 INFO Processing ruok command from /127.0.0.1:38040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:31:45,103 INFO Processing ruok command from /127.0.0.1:38044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:31:55,063 INFO Processing ruok command from /127.0.0.1:38226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:31:55,152 INFO Processing ruok command from /127.0.0.1:38228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:32:05,058 INFO Processing ruok command from /127.0.0.1:38420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:32:05,099 INFO Processing ruok command from /127.0.0.1:38422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:32:15,053 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:32:15,099 INFO Processing ruok command from /127.0.0.1:38612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:32:25,066 INFO Processing ruok command from /127.0.0.1:38802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:32:25,105 INFO Processing ruok command from /127.0.0.1:38804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:32:35,043 INFO Processing ruok command from /127.0.0.1:38988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:32:35,089 INFO Processing ruok command from /127.0.0.1:38990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:32:45,047 INFO Processing ruok command from /127.0.0.1:39180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:32:45,111 INFO Processing ruok command from /127.0.0.1:39182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:32:48,503 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 05:32:48,509 INFO Committing global session 0x200004dac1e0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:32:49,398 INFO Submitting global closeSession request for session 0x200004dac1e0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:32:55,096 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:32:55,150 INFO Processing ruok command from /127.0.0.1:39368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:33:05,051 INFO Processing ruok command from /127.0.0.1:39548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:33:05,090 INFO Processing ruok command from /127.0.0.1:39550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:33:15,047 INFO Processing ruok command from /127.0.0.1:39724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:33:15,088 INFO Processing ruok command from /127.0.0.1:39726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:33:25,063 INFO Processing ruok command from /127.0.0.1:39912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:33:25,115 INFO Processing ruok command from /127.0.0.1:39916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:33:35,036 INFO Processing ruok command from /127.0.0.1:40098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:33:35,093 INFO Processing ruok command from /127.0.0.1:40100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:33:45,086 INFO Processing ruok command from /127.0.0.1:40274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:33:45,114 INFO Processing ruok command from /127.0.0.1:40276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:33:55,060 INFO Processing ruok command from /127.0.0.1:40454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:33:55,122 INFO Processing ruok command from /127.0.0.1:40456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:34:05,056 INFO Processing ruok command from /127.0.0.1:40654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:34:05,095 INFO Processing ruok command from /127.0.0.1:40656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:34:15,041 INFO Processing ruok command from /127.0.0.1:40830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:34:15,085 INFO Processing ruok command from /127.0.0.1:40832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:34:25,064 INFO Processing ruok command from /127.0.0.1:41016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:34:25,102 INFO Processing ruok command from /127.0.0.1:41018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:34:35,061 INFO Processing ruok command from /127.0.0.1:41204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:34:35,101 INFO Processing ruok command from /127.0.0.1:41206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:34:45,050 INFO Processing ruok command from /127.0.0.1:41382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:34:45,109 INFO Processing ruok command from /127.0.0.1:41384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:34:48,527 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 05:34:48,536 INFO Committing global session 0x200004dac1e000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:34:49,396 INFO Submitting global closeSession request for session 0x200004dac1e000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:34:55,049 INFO Processing ruok command from /127.0.0.1:41566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:34:55,117 INFO Processing ruok command from /127.0.0.1:41568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:35:05,058 INFO Processing ruok command from /127.0.0.1:41764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:35:05,106 INFO Processing ruok command from /127.0.0.1:41766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:35:15,077 INFO Processing ruok command from /127.0.0.1:41942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:35:15,178 INFO Processing ruok command from /127.0.0.1:41944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:35:25,050 INFO Processing ruok command from /127.0.0.1:42132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:35:25,089 INFO Processing ruok command from /127.0.0.1:42134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:35:35,051 INFO Processing ruok command from /127.0.0.1:42316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:35:35,138 INFO Processing ruok command from /127.0.0.1:42320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:35:45,052 INFO Processing ruok command from /127.0.0.1:42494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:35:45,117 INFO Processing ruok command from /127.0.0.1:42498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:35:55,070 INFO Processing ruok command from /127.0.0.1:42680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:35:55,163 INFO Processing ruok command from /127.0.0.1:42682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:36:05,042 INFO Processing ruok command from /127.0.0.1:42874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:36:05,077 INFO Processing ruok command from /127.0.0.1:42876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:36:15,062 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:36:15,129 INFO Processing ruok command from /127.0.0.1:43064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:36:25,059 INFO Processing ruok command from /127.0.0.1:43248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:36:25,139 INFO Processing ruok command from /127.0.0.1:43250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:36:35,070 INFO Processing ruok command from /127.0.0.1:43430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:36:35,140 INFO Processing ruok command from /127.0.0.1:43432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:36:45,043 INFO Processing ruok command from /127.0.0.1:43628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:36:45,084 INFO Processing ruok command from /127.0.0.1:43630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:36:48,458 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 05:36:48,465 INFO Committing global session 0x200004dac1e000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:36:49,299 INFO Submitting global closeSession request for session 0x200004dac1e000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:36:55,082 INFO Processing ruok command from /127.0.0.1:43820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:36:55,144 INFO Processing ruok command from /127.0.0.1:43822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:37:05,047 INFO Processing ruok command from /127.0.0.1:44016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:37:05,107 INFO Processing ruok command from /127.0.0.1:44018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:37:15,055 INFO Processing ruok command from /127.0.0.1:44434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:37:15,089 INFO Processing ruok command from /127.0.0.1:44436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:37:25,107 INFO Processing ruok command from /127.0.0.1:45150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:37:25,169 INFO Processing ruok command from /127.0.0.1:45156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:37:35,129 INFO Processing ruok command from /127.0.0.1:45514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:37:35,167 INFO Processing ruok command from /127.0.0.1:45518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:37:45,058 INFO Processing ruok command from /127.0.0.1:45742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:37:45,140 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:37:55,078 INFO Processing ruok command from /127.0.0.1:45934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:37:55,184 INFO Processing ruok command from /127.0.0.1:45936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:38:05,078 INFO Processing ruok command from /127.0.0.1:46128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:38:05,134 INFO Processing ruok command from /127.0.0.1:46130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:38:15,072 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:38:15,163 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:38:25,069 INFO Processing ruok command from /127.0.0.1:46522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:38:25,162 INFO Processing ruok command from /127.0.0.1:46526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:38:35,044 INFO Processing ruok command from /127.0.0.1:46724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:38:35,084 INFO Processing ruok command from /127.0.0.1:46726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:38:45,063 INFO Processing ruok command from /127.0.0.1:46920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:38:45,102 INFO Processing ruok command from /127.0.0.1:46922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:38:48,636 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 05:38:48,643 INFO Committing global session 0x200004dac1e000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:38:49,418 INFO Submitting global closeSession request for session 0x200004dac1e000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:38:55,094 INFO Processing ruok command from /127.0.0.1:47124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:38:55,126 INFO Processing ruok command from /127.0.0.1:47126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:39:05,069 INFO Processing ruok command from /127.0.0.1:47674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:39:05,136 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:39:15,056 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:39:15,132 INFO Processing ruok command from /127.0.0.1:48302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:39:25,050 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:39:25,117 INFO Processing ruok command from /127.0.0.1:48610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:39:35,070 INFO Processing ruok command from /127.0.0.1:48814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:39:35,138 INFO Processing ruok command from /127.0.0.1:48816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:39:45,057 INFO Processing ruok command from /127.0.0.1:49010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:39:45,122 INFO Processing ruok command from /127.0.0.1:49014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:39:55,054 INFO Processing ruok command from /127.0.0.1:49206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:39:55,133 INFO Processing ruok command from /127.0.0.1:49208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:40:05,073 INFO Processing ruok command from /127.0.0.1:49408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:40:05,118 INFO Processing ruok command from /127.0.0.1:49412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:40:15,054 INFO Processing ruok command from /127.0.0.1:49598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:40:15,094 INFO Processing ruok command from /127.0.0.1:49600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:40:25,057 INFO Processing ruok command from /127.0.0.1:49806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:40:25,103 INFO Processing ruok command from /127.0.0.1:49808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:40:35,123 INFO Processing ruok command from /127.0.0.1:50054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:40:35,227 INFO Processing ruok command from /127.0.0.1:50058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:40:45,067 INFO Processing ruok command from /127.0.0.1:50502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:40:45,164 INFO Processing ruok command from /127.0.0.1:50508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:40:48,596 INFO Committing global session 0x100004c93140008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:40:55,069 INFO Processing ruok command from /127.0.0.1:50910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:40:55,163 INFO Processing ruok command from /127.0.0.1:50912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:41:05,050 INFO Processing ruok command from /127.0.0.1:51094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:41:05,128 INFO Processing ruok command from /127.0.0.1:51098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:41:15,093 INFO Processing ruok command from /127.0.0.1:51286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:41:15,159 INFO Processing ruok command from /127.0.0.1:51288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:41:25,072 INFO Processing ruok command from /127.0.0.1:51466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:41:25,153 INFO Processing ruok command from /127.0.0.1:51468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:41:35,069 INFO Processing ruok command from /127.0.0.1:51698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:41:35,103 INFO Processing ruok command from /127.0.0.1:51702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:41:45,063 INFO Processing ruok command from /127.0.0.1:51888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:41:45,114 INFO Processing ruok command from /127.0.0.1:51890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:41:55,065 INFO Processing ruok command from /127.0.0.1:52106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:41:55,104 INFO Processing ruok command from /127.0.0.1:52112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:41:59,027 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:41:59,033 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:42:05,060 INFO Processing ruok command from /127.0.0.1:52342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:42:05,096 INFO Processing ruok command from /127.0.0.1:52344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:42:15,059 INFO Processing ruok command from /127.0.0.1:52572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:42:15,094 INFO Processing ruok command from /127.0.0.1:52574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:42:25,055 INFO Processing ruok command from /127.0.0.1:52800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:42:25,125 INFO Processing ruok command from /127.0.0.1:52802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:42:35,060 INFO Processing ruok command from /127.0.0.1:53034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:42:35,100 INFO Processing ruok command from /127.0.0.1:53036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:42:45,053 INFO Processing ruok command from /127.0.0.1:53236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:42:45,125 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:42:48,520 INFO Committing global session 0x100004c93140009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:42:55,055 INFO Processing ruok command from /127.0.0.1:53472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:42:55,090 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:42:59,025 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:42:59,032 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:43:05,063 INFO Processing ruok command from /127.0.0.1:53688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:43:05,126 INFO Processing ruok command from /127.0.0.1:53694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:43:15,063 INFO Processing ruok command from /127.0.0.1:53900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:43:15,105 INFO Processing ruok command from /127.0.0.1:53902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:43:25,048 INFO Processing ruok command from /127.0.0.1:54120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:43:25,095 INFO Processing ruok command from /127.0.0.1:54122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:43:35,073 INFO Processing ruok command from /127.0.0.1:54320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:43:35,122 INFO Processing ruok command from /127.0.0.1:54324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:43:45,078 INFO Processing ruok command from /127.0.0.1:54520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:43:45,155 INFO Processing ruok command from /127.0.0.1:54522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:43:55,052 INFO Processing ruok command from /127.0.0.1:54736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:43:55,095 INFO Processing ruok command from /127.0.0.1:54738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:43:59,026 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:44:05,068 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:44:05,113 INFO Processing ruok command from /127.0.0.1:54930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:44:15,075 INFO Processing ruok command from /127.0.0.1:55128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:44:15,113 INFO Processing ruok command from /127.0.0.1:55130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:44:25,035 INFO Processing ruok command from /127.0.0.1:55320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:44:25,079 INFO Processing ruok command from /127.0.0.1:55322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:44:35,067 INFO Processing ruok command from /127.0.0.1:55512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:44:35,147 INFO Processing ruok command from /127.0.0.1:55514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:44:45,058 INFO Processing ruok command from /127.0.0.1:55708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:44:45,095 INFO Processing ruok command from /127.0.0.1:55710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:44:48,379 INFO Committing global session 0x100004c9314000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:44:55,070 INFO Processing ruok command from /127.0.0.1:55928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:44:55,113 INFO Processing ruok command from /127.0.0.1:55930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:44:59,026 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:45:05,061 INFO Processing ruok command from /127.0.0.1:56130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:45:05,093 INFO Processing ruok command from /127.0.0.1:56132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:45:15,061 INFO Processing ruok command from /127.0.0.1:56324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:45:15,104 INFO Processing ruok command from /127.0.0.1:56326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:45:25,046 INFO Processing ruok command from /127.0.0.1:56526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:45:25,080 INFO Processing ruok command from /127.0.0.1:56528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:45:35,057 INFO Processing ruok command from /127.0.0.1:56718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:45:35,128 INFO Processing ruok command from /127.0.0.1:56720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:45:45,048 INFO Processing ruok command from /127.0.0.1:56912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:45:45,094 INFO Processing ruok command from /127.0.0.1:56916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:45:55,051 INFO Processing ruok command from /127.0.0.1:57128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:45:55,131 INFO Processing ruok command from /127.0.0.1:57132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:46:05,046 INFO Processing ruok command from /127.0.0.1:57332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:46:05,080 INFO Processing ruok command from /127.0.0.1:57334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:46:15,060 INFO Processing ruok command from /127.0.0.1:57516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:46:15,128 INFO Processing ruok command from /127.0.0.1:57518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:46:25,069 INFO Processing ruok command from /127.0.0.1:57714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:46:25,116 INFO Processing ruok command from /127.0.0.1:57718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:46:35,074 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:46:35,114 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:46:45,080 INFO Processing ruok command from /127.0.0.1:58090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:46:45,120 INFO Processing ruok command from /127.0.0.1:58092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:46:48,376 INFO Committing global session 0x300004c343f000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:46:55,070 INFO Processing ruok command from /127.0.0.1:58304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:46:55,134 INFO Processing ruok command from /127.0.0.1:58306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:47:05,063 INFO Processing ruok command from /127.0.0.1:58508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:47:05,093 INFO Processing ruok command from /127.0.0.1:58512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:47:15,069 INFO Processing ruok command from /127.0.0.1:58696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:47:15,136 INFO Processing ruok command from /127.0.0.1:58698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:47:25,065 INFO Processing ruok command from /127.0.0.1:58898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:47:25,144 INFO Processing ruok command from /127.0.0.1:58900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:47:35,059 INFO Processing ruok command from /127.0.0.1:59090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:47:35,140 INFO Processing ruok command from /127.0.0.1:59092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:47:45,058 INFO Processing ruok command from /127.0.0.1:59276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:47:45,095 INFO Processing ruok command from /127.0.0.1:59278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:47:55,076 INFO Processing ruok command from /127.0.0.1:59490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:47:55,140 INFO Processing ruok command from /127.0.0.1:59492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:48:05,058 INFO Processing ruok command from /127.0.0.1:59678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:48:05,125 INFO Processing ruok command from /127.0.0.1:59680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:48:15,051 INFO Processing ruok command from /127.0.0.1:59874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:48:15,103 INFO Processing ruok command from /127.0.0.1:59876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:48:25,049 INFO Processing ruok command from /127.0.0.1:60070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:48:25,091 INFO Processing ruok command from /127.0.0.1:60072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:48:35,067 INFO Processing ruok command from /127.0.0.1:60260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:48:35,135 INFO Processing ruok command from /127.0.0.1:60264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:48:45,038 INFO Processing ruok command from /127.0.0.1:60448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:48:45,076 INFO Processing ruok command from /127.0.0.1:60452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:48:48,411 INFO Committing global session 0x300004c343f000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:48:55,070 INFO Processing ruok command from /127.0.0.1:60656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:48:55,106 INFO Processing ruok command from /127.0.0.1:60658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:49:05,071 INFO Processing ruok command from /127.0.0.1:60850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:49:05,113 INFO Processing ruok command from /127.0.0.1:60852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:49:15,075 INFO Processing ruok command from /127.0.0.1:32816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:49:15,138 INFO Processing ruok command from /127.0.0.1:32818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:49:25,054 INFO Processing ruok command from /127.0.0.1:33006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:49:25,119 INFO Processing ruok command from /127.0.0.1:33008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:49:35,069 INFO Processing ruok command from /127.0.0.1:33206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:49:35,111 INFO Processing ruok command from /127.0.0.1:33208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:49:45,075 INFO Processing ruok command from /127.0.0.1:33398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:49:45,141 INFO Processing ruok command from /127.0.0.1:33400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:49:55,048 INFO Processing ruok command from /127.0.0.1:33612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:49:55,084 INFO Processing ruok command from /127.0.0.1:33614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:50:05,050 INFO Processing ruok command from /127.0.0.1:33816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:50:05,130 INFO Processing ruok command from /127.0.0.1:33818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:50:15,070 INFO Processing ruok command from /127.0.0.1:34012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:50:15,110 INFO Processing ruok command from /127.0.0.1:34016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:50:25,062 INFO Processing ruok command from /127.0.0.1:34212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:50:25,100 INFO Processing ruok command from /127.0.0.1:34214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:50:35,052 INFO Processing ruok command from /127.0.0.1:34414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:50:35,092 INFO Processing ruok command from /127.0.0.1:34416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:50:45,058 INFO Processing ruok command from /127.0.0.1:34606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:50:45,133 INFO Processing ruok command from /127.0.0.1:34608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:50:48,491 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 05:50:48,499 INFO Committing global session 0x200004dac1e000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:50:49,361 INFO Submitting global closeSession request for session 0x200004dac1e000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:50:55,059 INFO Processing ruok command from /127.0.0.1:34822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:50:55,097 INFO Processing ruok command from /127.0.0.1:34824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:51:05,057 INFO Processing ruok command from /127.0.0.1:35020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:51:05,127 INFO Processing ruok command from /127.0.0.1:35022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:51:15,067 INFO Processing ruok command from /127.0.0.1:35206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:51:15,121 INFO Processing ruok command from /127.0.0.1:35208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:51:25,062 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:51:25,110 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:51:35,061 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:51:35,102 INFO Processing ruok command from /127.0.0.1:35596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:51:45,061 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:51:45,145 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:51:55,075 INFO Processing ruok command from /127.0.0.1:36002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:51:55,152 INFO Processing ruok command from /127.0.0.1:36006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:52:05,057 INFO Processing ruok command from /127.0.0.1:36194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:52:05,098 INFO Processing ruok command from /127.0.0.1:36196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:52:15,047 INFO Processing ruok command from /127.0.0.1:36398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:52:15,116 INFO Processing ruok command from /127.0.0.1:36400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:52:25,044 INFO Processing ruok command from /127.0.0.1:36600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:52:25,128 INFO Processing ruok command from /127.0.0.1:36602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:52:35,057 INFO Processing ruok command from /127.0.0.1:36792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:52:35,092 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:52:45,069 INFO Processing ruok command from /127.0.0.1:36994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:52:45,116 INFO Processing ruok command from /127.0.0.1:36996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:52:48,473 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 05:52:48,480 INFO Committing global session 0x200004dac1e000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:52:49,351 INFO Submitting global closeSession request for session 0x200004dac1e000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 05:52:55,054 INFO Processing ruok command from /127.0.0.1:37216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:52:55,130 INFO Processing ruok command from /127.0.0.1:37218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:52:59,025 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:53:05,052 INFO Processing ruok command from /127.0.0.1:37418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:53:05,123 INFO Processing ruok command from /127.0.0.1:37422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:53:15,061 INFO Processing ruok command from /127.0.0.1:37612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:53:15,095 INFO Processing ruok command from /127.0.0.1:37614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:53:25,048 INFO Processing ruok command from /127.0.0.1:37820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:53:25,090 INFO Processing ruok command from /127.0.0.1:37822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:53:35,074 INFO Processing ruok command from /127.0.0.1:38050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:53:35,122 INFO Processing ruok command from /127.0.0.1:38052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:53:45,058 INFO Processing ruok command from /127.0.0.1:38252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:53:45,142 INFO Processing ruok command from /127.0.0.1:38256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:53:55,061 INFO Processing ruok command from /127.0.0.1:38478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:53:55,099 INFO Processing ruok command from /127.0.0.1:38482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:53:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:53:59,032 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:53:59,038 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:53:59,045 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:53:59,051 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:53:59,057 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group/multicloud-k8s-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:05,065 INFO Processing ruok command from /127.0.0.1:38698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:54:05,096 INFO Processing ruok command from /127.0.0.1:38700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:54:15,063 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:54:15,098 INFO Processing ruok command from /127.0.0.1:38900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:54:25,059 INFO Processing ruok command from /127.0.0.1:39100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:54:25,101 INFO Processing ruok command from /127.0.0.1:39102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:54:35,068 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:54:35,139 INFO Processing ruok command from /127.0.0.1:39300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:54:45,053 INFO Processing ruok command from /127.0.0.1:39492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:54:45,098 INFO Processing ruok command from /127.0.0.1:39496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:54:48,477 INFO Committing global session 0x300004c343f000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:54:55,059 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:54:55,093 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:54:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:59,032 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:59,038 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:59,045 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:59,051 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:59,057 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:59,063 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:54:59,068 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:55:05,051 INFO Processing ruok command from /127.0.0.1:39916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:55:05,092 INFO Processing ruok command from /127.0.0.1:39920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:55:15,066 INFO Processing ruok command from /127.0.0.1:40104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:55:15,114 INFO Processing ruok command from /127.0.0.1:40108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:55:25,044 INFO Processing ruok command from /127.0.0.1:40318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:55:25,088 INFO Processing ruok command from /127.0.0.1:40320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:55:35,046 INFO Processing ruok command from /127.0.0.1:40516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:55:35,074 INFO Processing ruok command from /127.0.0.1:40518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:55:45,059 INFO Processing ruok command from /127.0.0.1:40718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:55:45,100 INFO Processing ruok command from /127.0.0.1:40720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:55:55,061 INFO Processing ruok command from /127.0.0.1:40932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:55:55,104 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:55:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:55:59,032 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:55:59,038 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:55:59,045 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:55:59,051 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:56:05,050 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:56:05,086 INFO Processing ruok command from /127.0.0.1:41140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:56:15,054 INFO Processing ruok command from /127.0.0.1:41326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:56:15,099 INFO Processing ruok command from /127.0.0.1:41328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:56:25,075 INFO Processing ruok command from /127.0.0.1:41528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:56:25,142 INFO Processing ruok command from /127.0.0.1:41530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:56:35,047 INFO Processing ruok command from /127.0.0.1:41734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:56:35,083 INFO Processing ruok command from /127.0.0.1:41736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:56:45,062 INFO Processing ruok command from /127.0.0.1:41930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:56:45,103 INFO Processing ruok command from /127.0.0.1:41932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:56:48,499 INFO Committing global session 0x100004c9314000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:56:53,382 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-07 05:56:53,382 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-07 05:56:53,393 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-07 05:56:55,049 INFO Processing ruok command from /127.0.0.1:42148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:56:55,093 INFO Processing ruok command from /127.0.0.1:42150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:56:59,025 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:57:05,051 INFO Processing ruok command from /127.0.0.1:42352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:57:05,091 INFO Processing ruok command from /127.0.0.1:42354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:57:15,077 INFO Processing ruok command from /127.0.0.1:42546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:57:15,128 INFO Processing ruok command from /127.0.0.1:42548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:57:25,053 INFO Processing ruok command from /127.0.0.1:42738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:57:25,078 INFO Processing ruok command from /127.0.0.1:42740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:57:35,047 INFO Processing ruok command from /127.0.0.1:42942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:57:35,089 INFO Processing ruok command from /127.0.0.1:42944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:57:45,073 INFO Processing ruok command from /127.0.0.1:43126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:57:45,128 INFO Processing ruok command from /127.0.0.1:43130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:57:55,060 INFO Processing ruok command from /127.0.0.1:43342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:57:55,138 INFO Processing ruok command from /127.0.0.1:43344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:57:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:58:05,057 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:58:05,101 INFO Processing ruok command from /127.0.0.1:43550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:58:15,077 INFO Processing ruok command from /127.0.0.1:43730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:58:15,164 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:58:25,048 INFO Processing ruok command from /127.0.0.1:43934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:58:25,131 INFO Processing ruok command from /127.0.0.1:43936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:58:35,064 INFO Processing ruok command from /127.0.0.1:44134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:58:35,136 INFO Processing ruok command from /127.0.0.1:44136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:58:45,047 INFO Processing ruok command from /127.0.0.1:44336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:58:45,102 INFO Processing ruok command from /127.0.0.1:44338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:58:48,479 INFO Committing global session 0x100004c9314000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 05:58:55,062 INFO Processing ruok command from /127.0.0.1:44550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:58:55,137 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:58:59,026 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 05:59:05,044 INFO Processing ruok command from /127.0.0.1:44748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:59:05,083 INFO Processing ruok command from /127.0.0.1:44750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:59:15,056 INFO Processing ruok command from /127.0.0.1:44930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:59:15,128 INFO Processing ruok command from /127.0.0.1:44932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:59:25,044 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:59:25,104 INFO Processing ruok command from /127.0.0.1:45144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:59:35,066 INFO Processing ruok command from /127.0.0.1:45334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:59:35,111 INFO Processing ruok command from /127.0.0.1:45336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:59:45,056 INFO Processing ruok command from /127.0.0.1:45528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:59:45,137 INFO Processing ruok command from /127.0.0.1:45530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 05:59:55,058 INFO Processing ruok command from /127.0.0.1:45738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 05:59:55,099 INFO Processing ruok command from /127.0.0.1:45742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:00:05,054 INFO Processing ruok command from /127.0.0.1:45938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:00:05,132 INFO Processing ruok command from /127.0.0.1:45940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:00:15,054 INFO Processing ruok command from /127.0.0.1:46130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:00:15,111 INFO Processing ruok command from /127.0.0.1:46132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:00:25,041 INFO Processing ruok command from /127.0.0.1:46334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:00:25,109 INFO Processing ruok command from /127.0.0.1:46336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:00:35,062 INFO Processing ruok command from /127.0.0.1:46530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:00:35,110 INFO Processing ruok command from /127.0.0.1:46532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:00:45,057 INFO Processing ruok command from /127.0.0.1:46732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:00:45,101 INFO Processing ruok command from /127.0.0.1:46734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:00:48,409 INFO Committing global session 0x100004c9314000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:00:55,062 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:00:55,136 INFO Processing ruok command from /127.0.0.1:46958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:01:05,062 INFO Processing ruok command from /127.0.0.1:47150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:01:05,104 INFO Processing ruok command from /127.0.0.1:47152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:01:15,069 INFO Processing ruok command from /127.0.0.1:47328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:01:15,146 INFO Processing ruok command from /127.0.0.1:47330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:01:25,064 INFO Processing ruok command from /127.0.0.1:47522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:01:25,106 INFO Processing ruok command from /127.0.0.1:47524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:01:35,041 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:01:35,084 INFO Processing ruok command from /127.0.0.1:47710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:01:45,050 INFO Processing ruok command from /127.0.0.1:47910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:01:45,134 INFO Processing ruok command from /127.0.0.1:47912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:01:55,047 INFO Processing ruok command from /127.0.0.1:48136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:01:55,083 INFO Processing ruok command from /127.0.0.1:48138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:02:05,057 INFO Processing ruok command from /127.0.0.1:48330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:02:05,096 INFO Processing ruok command from /127.0.0.1:48332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:02:15,057 INFO Processing ruok command from /127.0.0.1:48518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:02:15,096 INFO Processing ruok command from /127.0.0.1:48522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:02:25,043 INFO Processing ruok command from /127.0.0.1:48720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:02:25,083 INFO Processing ruok command from /127.0.0.1:48722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:02:35,051 INFO Processing ruok command from /127.0.0.1:48918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:02:35,091 INFO Processing ruok command from /127.0.0.1:48920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:02:45,046 INFO Processing ruok command from /127.0.0.1:49114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:02:45,081 INFO Processing ruok command from /127.0.0.1:49116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:02:48,610 INFO Committing global session 0x300004c343f000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:02:55,050 INFO Processing ruok command from /127.0.0.1:49330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:02:55,126 INFO Processing ruok command from /127.0.0.1:49332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:03:05,054 INFO Processing ruok command from /127.0.0.1:49530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:03:05,092 INFO Processing ruok command from /127.0.0.1:49532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:03:15,067 INFO Processing ruok command from /127.0.0.1:49722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:03:15,116 INFO Processing ruok command from /127.0.0.1:49724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:03:25,084 INFO Processing ruok command from /127.0.0.1:49924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:03:25,141 INFO Processing ruok command from /127.0.0.1:49926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:03:35,075 INFO Processing ruok command from /127.0.0.1:50124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:03:35,110 INFO Processing ruok command from /127.0.0.1:50126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:03:45,053 INFO Processing ruok command from /127.0.0.1:50320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:03:45,093 INFO Processing ruok command from /127.0.0.1:50322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:03:55,058 INFO Processing ruok command from /127.0.0.1:50538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:03:55,095 INFO Processing ruok command from /127.0.0.1:50540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:04:05,055 INFO Processing ruok command from /127.0.0.1:50740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:04:05,108 INFO Processing ruok command from /127.0.0.1:50742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:04:15,040 INFO Processing ruok command from /127.0.0.1:50930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:04:15,111 INFO Processing ruok command from /127.0.0.1:50932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:04:25,051 INFO Processing ruok command from /127.0.0.1:51130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:04:25,118 INFO Processing ruok command from /127.0.0.1:51132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:04:35,047 INFO Processing ruok command from /127.0.0.1:51330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:04:35,094 INFO Processing ruok command from /127.0.0.1:51334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:04:45,042 INFO Processing ruok command from /127.0.0.1:51528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:04:45,082 INFO Processing ruok command from /127.0.0.1:51530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:04:48,459 INFO Committing global session 0x100004c9314000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:04:55,070 INFO Processing ruok command from /127.0.0.1:51748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:04:55,149 INFO Processing ruok command from /127.0.0.1:51750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:05:05,044 INFO Processing ruok command from /127.0.0.1:51940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:05:05,085 INFO Processing ruok command from /127.0.0.1:51942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:05:15,054 INFO Processing ruok command from /127.0.0.1:52126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:05:15,100 INFO Processing ruok command from /127.0.0.1:52128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:05:25,066 INFO Processing ruok command from /127.0.0.1:52320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:05:25,123 INFO Processing ruok command from /127.0.0.1:52324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:05:35,057 INFO Processing ruok command from /127.0.0.1:52528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:05:35,114 INFO Processing ruok command from /127.0.0.1:52530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:05:45,064 INFO Processing ruok command from /127.0.0.1:52724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:05:45,124 INFO Processing ruok command from /127.0.0.1:52728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:05:55,049 INFO Processing ruok command from /127.0.0.1:52928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:05:55,126 INFO Processing ruok command from /127.0.0.1:52930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:06:05,056 INFO Processing ruok command from /127.0.0.1:53144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:06:05,098 INFO Processing ruok command from /127.0.0.1:53146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:06:15,057 INFO Processing ruok command from /127.0.0.1:53338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:06:15,103 INFO Processing ruok command from /127.0.0.1:53340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:06:25,047 INFO Processing ruok command from /127.0.0.1:53544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:06:25,090 INFO Processing ruok command from /127.0.0.1:53546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:06:35,051 INFO Processing ruok command from /127.0.0.1:53734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:06:35,124 INFO Processing ruok command from /127.0.0.1:53736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:06:45,048 INFO Processing ruok command from /127.0.0.1:53926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:06:45,098 INFO Processing ruok command from /127.0.0.1:53930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:06:48,384 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 06:06:48,391 INFO Committing global session 0x200004dac1e000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:06:49,262 INFO Submitting global closeSession request for session 0x200004dac1e000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:06:55,056 INFO Processing ruok command from /127.0.0.1:54136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:06:55,099 INFO Processing ruok command from /127.0.0.1:54138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:07:05,045 INFO Processing ruok command from /127.0.0.1:54340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:07:05,108 INFO Processing ruok command from /127.0.0.1:54342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:07:15,069 INFO Processing ruok command from /127.0.0.1:54522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:07:15,115 INFO Processing ruok command from /127.0.0.1:54524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:07:25,069 INFO Processing ruok command from /127.0.0.1:54728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:07:25,112 INFO Processing ruok command from /127.0.0.1:54730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:07:35,067 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:07:35,105 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:07:45,063 INFO Processing ruok command from /127.0.0.1:55120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:07:45,101 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:07:55,068 INFO Processing ruok command from /127.0.0.1:55330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:07:55,137 INFO Processing ruok command from /127.0.0.1:55332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:08:05,061 INFO Processing ruok command from /127.0.0.1:55532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:08:05,106 INFO Processing ruok command from /127.0.0.1:55534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:08:15,059 INFO Processing ruok command from /127.0.0.1:55724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:08:15,129 INFO Processing ruok command from /127.0.0.1:55728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:08:25,064 INFO Processing ruok command from /127.0.0.1:55924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:08:25,127 INFO Processing ruok command from /127.0.0.1:55926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:08:35,058 INFO Processing ruok command from /127.0.0.1:56118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:08:35,087 INFO Processing ruok command from /127.0.0.1:56120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:08:45,069 INFO Processing ruok command from /127.0.0.1:56318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:08:45,114 INFO Processing ruok command from /127.0.0.1:56320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:08:48,394 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 06:08:48,401 INFO Committing global session 0x200004dac1e0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:08:49,277 INFO Submitting global closeSession request for session 0x200004dac1e0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:08:55,065 INFO Processing ruok command from /127.0.0.1:56522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:08:55,127 INFO Processing ruok command from /127.0.0.1:56524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:09:05,062 INFO Processing ruok command from /127.0.0.1:56724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:09:05,106 INFO Processing ruok command from /127.0.0.1:56726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:09:15,047 INFO Processing ruok command from /127.0.0.1:56914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:09:15,092 INFO Processing ruok command from /127.0.0.1:56916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:09:25,053 INFO Processing ruok command from /127.0.0.1:57112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:09:25,093 INFO Processing ruok command from /127.0.0.1:57114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:09:35,041 INFO Processing ruok command from /127.0.0.1:57322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:09:35,076 INFO Processing ruok command from /127.0.0.1:57324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:09:45,064 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:09:45,104 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:09:55,061 INFO Processing ruok command from /127.0.0.1:57734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:09:55,117 INFO Processing ruok command from /127.0.0.1:57736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:10:05,047 INFO Processing ruok command from /127.0.0.1:57938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:10:05,136 INFO Processing ruok command from /127.0.0.1:57940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:10:15,061 INFO Processing ruok command from /127.0.0.1:58130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:10:15,088 INFO Processing ruok command from /127.0.0.1:58134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:10:25,053 INFO Processing ruok command from /127.0.0.1:58324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:10:25,103 INFO Processing ruok command from /127.0.0.1:58326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:10:35,076 INFO Processing ruok command from /127.0.0.1:58516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:10:35,114 INFO Processing ruok command from /127.0.0.1:58518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:10:45,050 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:10:45,116 INFO Processing ruok command from /127.0.0.1:58718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:10:48,386 INFO Committing global session 0x300004c343f0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:10:55,057 INFO Processing ruok command from /127.0.0.1:58926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:10:55,121 INFO Processing ruok command from /127.0.0.1:58928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:11:05,066 INFO Processing ruok command from /127.0.0.1:59138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:11:05,108 INFO Processing ruok command from /127.0.0.1:59140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:11:15,055 INFO Processing ruok command from /127.0.0.1:59334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:11:15,090 INFO Processing ruok command from /127.0.0.1:59336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:11:25,058 INFO Processing ruok command from /127.0.0.1:59536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:11:25,103 INFO Processing ruok command from /127.0.0.1:59538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:11:35,060 INFO Processing ruok command from /127.0.0.1:59734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:11:35,121 INFO Processing ruok command from /127.0.0.1:59738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:11:45,055 INFO Processing ruok command from /127.0.0.1:59922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:11:45,104 INFO Processing ruok command from /127.0.0.1:59924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:11:55,046 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:11:55,091 INFO Processing ruok command from /127.0.0.1:60136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:12:05,067 INFO Processing ruok command from /127.0.0.1:60342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:12:05,127 INFO Processing ruok command from /127.0.0.1:60344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:12:15,068 INFO Processing ruok command from /127.0.0.1:60526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:12:15,111 INFO Processing ruok command from /127.0.0.1:60528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:12:25,033 INFO Processing ruok command from /127.0.0.1:60732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:12:25,079 INFO Processing ruok command from /127.0.0.1:60734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:12:35,062 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:12:35,096 INFO Processing ruok command from /127.0.0.1:60932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:12:45,049 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:12:45,098 INFO Processing ruok command from /127.0.0.1:32900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:12:48,559 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 06:12:48,565 INFO Committing global session 0x200004dac1e0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:12:49,413 INFO Submitting global closeSession request for session 0x200004dac1e0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:12:55,066 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:12:55,108 INFO Processing ruok command from /127.0.0.1:33116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:13:05,062 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:13:05,091 INFO Processing ruok command from /127.0.0.1:33314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:13:15,071 INFO Processing ruok command from /127.0.0.1:33506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:13:15,140 INFO Processing ruok command from /127.0.0.1:33508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:13:25,060 INFO Processing ruok command from /127.0.0.1:33702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:13:25,130 INFO Processing ruok command from /127.0.0.1:33706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:13:35,056 INFO Processing ruok command from /127.0.0.1:33908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:13:35,098 INFO Processing ruok command from /127.0.0.1:33910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:13:45,044 INFO Processing ruok command from /127.0.0.1:34102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:13:45,094 INFO Processing ruok command from /127.0.0.1:34104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:13:55,064 INFO Processing ruok command from /127.0.0.1:34314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:13:55,140 INFO Processing ruok command from /127.0.0.1:34316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:14:05,055 INFO Processing ruok command from /127.0.0.1:34518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:14:05,118 INFO Processing ruok command from /127.0.0.1:34520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:14:15,066 INFO Processing ruok command from /127.0.0.1:34708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:14:15,104 INFO Processing ruok command from /127.0.0.1:34710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:14:25,055 INFO Processing ruok command from /127.0.0.1:34910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:14:25,128 INFO Processing ruok command from /127.0.0.1:34912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:14:35,048 INFO Processing ruok command from /127.0.0.1:35110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:14:35,119 INFO Processing ruok command from /127.0.0.1:35112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:14:45,048 INFO Processing ruok command from /127.0.0.1:35298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:14:45,093 INFO Processing ruok command from /127.0.0.1:35300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:14:48,512 INFO Committing global session 0x100004c9314000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:14:55,054 INFO Processing ruok command from /127.0.0.1:35508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:14:55,122 INFO Processing ruok command from /127.0.0.1:35510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:15:05,050 INFO Processing ruok command from /127.0.0.1:35716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:15:05,111 INFO Processing ruok command from /127.0.0.1:35718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:15:15,054 INFO Processing ruok command from /127.0.0.1:35904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:15:15,126 INFO Processing ruok command from /127.0.0.1:35906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:15:25,065 INFO Processing ruok command from /127.0.0.1:36110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:15:25,110 INFO Processing ruok command from /127.0.0.1:36112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:15:35,052 INFO Processing ruok command from /127.0.0.1:36302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:15:35,126 INFO Processing ruok command from /127.0.0.1:36304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:15:45,053 INFO Processing ruok command from /127.0.0.1:36492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:15:45,115 INFO Processing ruok command from /127.0.0.1:36494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:15:55,056 INFO Processing ruok command from /127.0.0.1:36704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:15:55,118 INFO Processing ruok command from /127.0.0.1:36706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:16:05,053 INFO Processing ruok command from /127.0.0.1:36912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:16:05,122 INFO Processing ruok command from /127.0.0.1:36914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:16:15,054 INFO Processing ruok command from /127.0.0.1:37094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:16:15,095 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:16:25,053 INFO Processing ruok command from /127.0.0.1:37292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:16:25,093 INFO Processing ruok command from /127.0.0.1:37296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:16:35,053 INFO Processing ruok command from /127.0.0.1:37496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:16:35,093 INFO Processing ruok command from /127.0.0.1:37498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:16:45,063 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:16:45,138 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:16:48,602 INFO Committing global session 0x100004c93140010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:16:55,056 INFO Processing ruok command from /127.0.0.1:37916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:16:55,093 INFO Processing ruok command from /127.0.0.1:37918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:17:05,065 INFO Processing ruok command from /127.0.0.1:38116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:17:05,101 INFO Processing ruok command from /127.0.0.1:38122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:17:15,068 INFO Processing ruok command from /127.0.0.1:38312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:17:15,118 INFO Processing ruok command from /127.0.0.1:38314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:17:25,057 INFO Processing ruok command from /127.0.0.1:38516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:17:25,097 INFO Processing ruok command from /127.0.0.1:38518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:17:35,072 INFO Processing ruok command from /127.0.0.1:38702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:17:35,154 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:17:45,065 INFO Processing ruok command from /127.0.0.1:38894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:17:45,117 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:17:55,050 INFO Processing ruok command from /127.0.0.1:39090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:17:55,119 INFO Processing ruok command from /127.0.0.1:39094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:18:05,049 INFO Processing ruok command from /127.0.0.1:39300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:18:05,090 INFO Processing ruok command from /127.0.0.1:39302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:18:15,050 INFO Processing ruok command from /127.0.0.1:39494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:18:15,088 INFO Processing ruok command from /127.0.0.1:39496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:18:25,046 INFO Processing ruok command from /127.0.0.1:39688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:18:25,082 INFO Processing ruok command from /127.0.0.1:39690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:18:35,055 INFO Processing ruok command from /127.0.0.1:39882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:18:35,096 INFO Processing ruok command from /127.0.0.1:39884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:18:45,050 INFO Processing ruok command from /127.0.0.1:40080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:18:45,094 INFO Processing ruok command from /127.0.0.1:40082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:18:48,486 INFO Committing global session 0x300004c343f0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:18:55,067 INFO Processing ruok command from /127.0.0.1:40290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:18:55,130 INFO Processing ruok command from /127.0.0.1:40292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:19:05,054 INFO Processing ruok command from /127.0.0.1:40492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:19:05,096 INFO Processing ruok command from /127.0.0.1:40494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:19:15,053 INFO Processing ruok command from /127.0.0.1:40666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:19:15,100 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:19:25,048 INFO Processing ruok command from /127.0.0.1:40856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:19:25,089 INFO Processing ruok command from /127.0.0.1:40858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:19:35,046 INFO Processing ruok command from /127.0.0.1:41052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:19:35,083 INFO Processing ruok command from /127.0.0.1:41054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:19:45,058 INFO Processing ruok command from /127.0.0.1:41250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:19:45,095 INFO Processing ruok command from /127.0.0.1:41252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:19:55,050 INFO Processing ruok command from /127.0.0.1:41458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:19:55,092 INFO Processing ruok command from /127.0.0.1:41460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:20:05,057 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:20:05,095 INFO Processing ruok command from /127.0.0.1:41668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:20:15,058 INFO Processing ruok command from /127.0.0.1:41858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:20:15,103 INFO Processing ruok command from /127.0.0.1:41862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:20:25,049 INFO Processing ruok command from /127.0.0.1:42056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:20:25,117 INFO Processing ruok command from /127.0.0.1:42058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:20:35,064 INFO Processing ruok command from /127.0.0.1:42258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:20:35,136 INFO Processing ruok command from /127.0.0.1:42260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:20:45,049 INFO Processing ruok command from /127.0.0.1:42454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:20:45,094 INFO Processing ruok command from /127.0.0.1:42456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:20:48,437 INFO Committing global session 0x300004c343f0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:20:55,048 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:20:55,086 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:21:05,053 INFO Processing ruok command from /127.0.0.1:42866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:21:05,090 INFO Processing ruok command from /127.0.0.1:42868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:21:15,069 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:21:15,116 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:21:25,058 INFO Processing ruok command from /127.0.0.1:43264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:21:25,094 INFO Processing ruok command from /127.0.0.1:43266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:21:35,050 INFO Processing ruok command from /127.0.0.1:43462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:21:35,090 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:21:45,071 INFO Processing ruok command from /127.0.0.1:43660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:21:45,108 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:21:55,056 INFO Processing ruok command from /127.0.0.1:43872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:21:55,123 INFO Processing ruok command from /127.0.0.1:43874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:22:05,074 INFO Processing ruok command from /127.0.0.1:44076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:22:05,117 INFO Processing ruok command from /127.0.0.1:44078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:22:15,051 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:22:15,089 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:22:25,056 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:22:25,098 INFO Processing ruok command from /127.0.0.1:44468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:22:35,059 INFO Processing ruok command from /127.0.0.1:44656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:22:35,137 INFO Processing ruok command from /127.0.0.1:44660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:22:45,054 INFO Processing ruok command from /127.0.0.1:44854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:22:45,093 INFO Processing ruok command from /127.0.0.1:44858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:22:48,392 INFO Committing global session 0x100004c93140011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:22:55,054 INFO Processing ruok command from /127.0.0.1:45062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:22:55,095 INFO Processing ruok command from /127.0.0.1:45064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:23:05,045 INFO Processing ruok command from /127.0.0.1:45272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:23:05,092 INFO Processing ruok command from /127.0.0.1:45274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:23:15,055 INFO Processing ruok command from /127.0.0.1:45462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:23:15,093 INFO Processing ruok command from /127.0.0.1:45464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:23:25,068 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:23:25,097 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:23:35,050 INFO Processing ruok command from /127.0.0.1:45850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:23:35,093 INFO Processing ruok command from /127.0.0.1:45852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:23:45,063 INFO Processing ruok command from /127.0.0.1:46046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:23:45,101 INFO Processing ruok command from /127.0.0.1:46048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:23:55,048 INFO Processing ruok command from /127.0.0.1:46258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:23:55,097 INFO Processing ruok command from /127.0.0.1:46260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:24:05,063 INFO Processing ruok command from /127.0.0.1:46464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:24:05,109 INFO Processing ruok command from /127.0.0.1:46466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:24:15,041 INFO Processing ruok command from /127.0.0.1:46646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:24:15,085 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:24:25,057 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:24:25,122 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:24:35,061 INFO Processing ruok command from /127.0.0.1:47052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:24:35,097 INFO Processing ruok command from /127.0.0.1:47054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:24:45,069 INFO Processing ruok command from /127.0.0.1:47244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:24:45,112 INFO Processing ruok command from /127.0.0.1:47248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:24:48,625 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 06:24:48,633 INFO Committing global session 0x200004dac1e0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:24:49,493 INFO Submitting global closeSession request for session 0x200004dac1e0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:24:55,048 INFO Processing ruok command from /127.0.0.1:47464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:24:55,090 INFO Processing ruok command from /127.0.0.1:47466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:25:05,057 INFO Processing ruok command from /127.0.0.1:47652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:25:05,099 INFO Processing ruok command from /127.0.0.1:47656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:25:15,059 INFO Processing ruok command from /127.0.0.1:47852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:25:15,097 INFO Processing ruok command from /127.0.0.1:47854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:25:25,057 INFO Processing ruok command from /127.0.0.1:48054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:25:25,115 INFO Processing ruok command from /127.0.0.1:48056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:25:35,053 INFO Processing ruok command from /127.0.0.1:48256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:25:35,116 INFO Processing ruok command from /127.0.0.1:48258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:25:45,060 INFO Processing ruok command from /127.0.0.1:48440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:25:45,098 INFO Processing ruok command from /127.0.0.1:48442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:25:55,059 INFO Processing ruok command from /127.0.0.1:48656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:25:55,127 INFO Processing ruok command from /127.0.0.1:48658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:26:05,047 INFO Processing ruok command from /127.0.0.1:48856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:26:05,091 INFO Processing ruok command from /127.0.0.1:48860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:26:15,061 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:26:15,110 INFO Processing ruok command from /127.0.0.1:49048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:26:25,046 INFO Processing ruok command from /127.0.0.1:49244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:26:25,097 INFO Processing ruok command from /127.0.0.1:49248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:26:35,045 INFO Processing ruok command from /127.0.0.1:49440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:26:35,131 INFO Processing ruok command from /127.0.0.1:49442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:26:45,053 INFO Processing ruok command from /127.0.0.1:49636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:26:45,134 INFO Processing ruok command from /127.0.0.1:49638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:26:48,508 INFO Committing global session 0x300004c343f0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:26:55,069 INFO Processing ruok command from /127.0.0.1:49848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:26:55,149 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:27:05,054 INFO Processing ruok command from /127.0.0.1:50048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:27:05,098 INFO Processing ruok command from /127.0.0.1:50052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:27:15,077 INFO Processing ruok command from /127.0.0.1:50230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:27:15,118 INFO Processing ruok command from /127.0.0.1:50232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:27:25,066 INFO Processing ruok command from /127.0.0.1:50434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:27:25,127 INFO Processing ruok command from /127.0.0.1:50436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:27:35,048 INFO Processing ruok command from /127.0.0.1:50630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:27:35,086 INFO Processing ruok command from /127.0.0.1:50632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:27:45,051 INFO Processing ruok command from /127.0.0.1:50824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:27:45,092 INFO Processing ruok command from /127.0.0.1:50826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:27:55,057 INFO Processing ruok command from /127.0.0.1:51032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:27:55,102 INFO Processing ruok command from /127.0.0.1:51034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:28:05,056 INFO Processing ruok command from /127.0.0.1:51236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:28:05,092 INFO Processing ruok command from /127.0.0.1:51238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:28:15,054 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:28:15,131 INFO Processing ruok command from /127.0.0.1:51432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:28:25,044 INFO Processing ruok command from /127.0.0.1:51616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:28:25,096 INFO Processing ruok command from /127.0.0.1:51618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:28:35,085 INFO Processing ruok command from /127.0.0.1:51810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:28:35,127 INFO Processing ruok command from /127.0.0.1:51814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:28:45,074 INFO Processing ruok command from /127.0.0.1:52014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:28:45,149 INFO Processing ruok command from /127.0.0.1:52016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:28:48,398 INFO Committing global session 0x100004c93140012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:28:55,072 INFO Processing ruok command from /127.0.0.1:52224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:28:55,114 INFO Processing ruok command from /127.0.0.1:52226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:29:05,056 INFO Processing ruok command from /127.0.0.1:52416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:29:05,106 INFO Processing ruok command from /127.0.0.1:52422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:29:15,055 INFO Processing ruok command from /127.0.0.1:52596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:29:15,125 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:29:25,042 INFO Processing ruok command from /127.0.0.1:52792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:29:25,083 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:29:35,096 INFO Processing ruok command from /127.0.0.1:52990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:29:35,137 INFO Processing ruok command from /127.0.0.1:52992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:29:45,065 INFO Processing ruok command from /127.0.0.1:53170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:29:45,094 INFO Processing ruok command from /127.0.0.1:53172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:29:55,086 INFO Processing ruok command from /127.0.0.1:53390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:29:55,176 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:30:05,042 INFO Processing ruok command from /127.0.0.1:53594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:30:05,094 INFO Processing ruok command from /127.0.0.1:53598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:30:15,084 INFO Processing ruok command from /127.0.0.1:53776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:30:15,139 INFO Processing ruok command from /127.0.0.1:53778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:30:25,056 INFO Processing ruok command from /127.0.0.1:53974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:30:25,144 INFO Processing ruok command from /127.0.0.1:53978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:30:35,053 INFO Processing ruok command from /127.0.0.1:54172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:30:35,102 INFO Processing ruok command from /127.0.0.1:54174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:30:45,106 INFO Processing ruok command from /127.0.0.1:54370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:30:45,117 INFO Processing ruok command from /127.0.0.1:54372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:30:48,420 INFO Committing global session 0x100004c93140013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:30:55,062 INFO Processing ruok command from /127.0.0.1:54576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:30:55,101 INFO Processing ruok command from /127.0.0.1:54578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:31:05,066 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:31:05,106 INFO Processing ruok command from /127.0.0.1:54782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:31:15,068 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:31:15,119 INFO Processing ruok command from /127.0.0.1:54974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:31:25,057 INFO Processing ruok command from /127.0.0.1:55160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:31:25,135 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:31:35,054 INFO Processing ruok command from /127.0.0.1:55356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:31:35,104 INFO Processing ruok command from /127.0.0.1:55358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:31:45,069 INFO Processing ruok command from /127.0.0.1:55546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:31:45,107 INFO Processing ruok command from /127.0.0.1:55550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:31:55,054 INFO Processing ruok command from /127.0.0.1:55754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:31:55,089 INFO Processing ruok command from /127.0.0.1:55756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:32:05,062 INFO Processing ruok command from /127.0.0.1:55960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:32:05,154 INFO Processing ruok command from /127.0.0.1:55962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:32:15,056 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:32:15,109 INFO Processing ruok command from /127.0.0.1:56150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:32:25,050 INFO Processing ruok command from /127.0.0.1:56344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:32:25,090 INFO Processing ruok command from /127.0.0.1:56346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:32:35,054 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:32:35,118 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:32:45,059 INFO Processing ruok command from /127.0.0.1:56738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:32:45,094 INFO Processing ruok command from /127.0.0.1:56740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:32:48,426 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 06:32:48,432 INFO Committing global session 0x200004dac1e0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:32:49,306 INFO Submitting global closeSession request for session 0x200004dac1e0013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:32:55,054 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:32:55,098 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:33:05,078 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:33:05,133 INFO Processing ruok command from /127.0.0.1:57148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:33:15,064 INFO Processing ruok command from /127.0.0.1:57336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:33:15,100 INFO Processing ruok command from /127.0.0.1:57338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:33:25,056 INFO Processing ruok command from /127.0.0.1:57540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:33:25,116 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:33:35,051 INFO Processing ruok command from /127.0.0.1:57738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:33:35,111 INFO Processing ruok command from /127.0.0.1:57740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:33:45,050 INFO Processing ruok command from /127.0.0.1:57932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:33:45,094 INFO Processing ruok command from /127.0.0.1:57934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:33:55,059 INFO Processing ruok command from /127.0.0.1:58144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:33:55,134 INFO Processing ruok command from /127.0.0.1:58146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:34:05,060 INFO Processing ruok command from /127.0.0.1:58342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:34:05,094 INFO Processing ruok command from /127.0.0.1:58344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:34:15,070 INFO Processing ruok command from /127.0.0.1:58536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:34:15,111 INFO Processing ruok command from /127.0.0.1:58538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:34:25,038 INFO Processing ruok command from /127.0.0.1:58732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:34:25,120 INFO Processing ruok command from /127.0.0.1:58734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:34:35,067 INFO Processing ruok command from /127.0.0.1:58924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:34:35,113 INFO Processing ruok command from /127.0.0.1:58926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:34:45,057 INFO Processing ruok command from /127.0.0.1:59116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:34:45,095 INFO Processing ruok command from /127.0.0.1:59118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:34:48,399 INFO Committing global session 0x300004c343f0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:34:55,078 INFO Processing ruok command from /127.0.0.1:59324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:34:55,117 INFO Processing ruok command from /127.0.0.1:59326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:35:05,069 INFO Processing ruok command from /127.0.0.1:59516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:35:05,114 INFO Processing ruok command from /127.0.0.1:59518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:35:15,053 INFO Processing ruok command from /127.0.0.1:59698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:35:15,104 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:35:25,066 INFO Processing ruok command from /127.0.0.1:59886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:35:25,107 INFO Processing ruok command from /127.0.0.1:59888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:35:35,047 INFO Processing ruok command from /127.0.0.1:60080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:35:35,113 INFO Processing ruok command from /127.0.0.1:60082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:35:45,060 INFO Processing ruok command from /127.0.0.1:60264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:35:45,116 INFO Processing ruok command from /127.0.0.1:60266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:35:55,076 INFO Processing ruok command from /127.0.0.1:60476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:35:55,161 INFO Processing ruok command from /127.0.0.1:60478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:36:05,059 INFO Processing ruok command from /127.0.0.1:60678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:36:05,138 INFO Processing ruok command from /127.0.0.1:60680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:36:15,080 INFO Processing ruok command from /127.0.0.1:60874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:36:15,154 INFO Processing ruok command from /127.0.0.1:60876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:36:25,057 INFO Processing ruok command from /127.0.0.1:32844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:36:25,118 INFO Processing ruok command from /127.0.0.1:32846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:36:35,060 INFO Processing ruok command from /127.0.0.1:33042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:36:35,098 INFO Processing ruok command from /127.0.0.1:33044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:36:45,090 INFO Processing ruok command from /127.0.0.1:33244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:36:45,135 INFO Processing ruok command from /127.0.0.1:33246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:36:48,454 INFO Committing global session 0x300004c343f0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:36:55,075 INFO Processing ruok command from /127.0.0.1:33454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:36:55,157 INFO Processing ruok command from /127.0.0.1:33456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:37:05,049 INFO Processing ruok command from /127.0.0.1:33654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:37:05,127 INFO Processing ruok command from /127.0.0.1:33656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:37:15,054 INFO Processing ruok command from /127.0.0.1:33838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:37:15,092 INFO Processing ruok command from /127.0.0.1:33840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:37:25,066 INFO Processing ruok command from /127.0.0.1:34052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:37:25,178 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:37:35,091 INFO Processing ruok command from /127.0.0.1:34254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:37:35,159 INFO Processing ruok command from /127.0.0.1:34258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:37:45,092 INFO Processing ruok command from /127.0.0.1:34474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:37:45,194 INFO Processing ruok command from /127.0.0.1:34476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:37:55,055 INFO Processing ruok command from /127.0.0.1:34690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:37:55,168 INFO Processing ruok command from /127.0.0.1:34694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:38:05,050 INFO Processing ruok command from /127.0.0.1:34942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:38:05,131 INFO Processing ruok command from /127.0.0.1:34944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:38:15,075 INFO Processing ruok command from /127.0.0.1:35196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:38:15,122 INFO Processing ruok command from /127.0.0.1:35198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:38:25,043 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:38:25,154 INFO Processing ruok command from /127.0.0.1:35456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:38:35,061 INFO Processing ruok command from /127.0.0.1:35710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:38:35,106 INFO Processing ruok command from /127.0.0.1:35712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:38:45,062 INFO Processing ruok command from /127.0.0.1:35918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:38:45,134 INFO Processing ruok command from /127.0.0.1:35922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:38:48,405 INFO Committing global session 0x100004c93140014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:38:55,065 INFO Processing ruok command from /127.0.0.1:36128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:38:55,093 INFO Processing ruok command from /127.0.0.1:36130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:38:59,025 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:39:05,062 INFO Processing ruok command from /127.0.0.1:36332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:39:05,109 INFO Processing ruok command from /127.0.0.1:36334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:39:15,058 INFO Processing ruok command from /127.0.0.1:36522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:39:15,113 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:39:25,065 INFO Processing ruok command from /127.0.0.1:36718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:39:25,096 INFO Processing ruok command from /127.0.0.1:36720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:39:35,053 INFO Processing ruok command from /127.0.0.1:36920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:39:35,090 INFO Processing ruok command from /127.0.0.1:36922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:39:45,061 INFO Processing ruok command from /127.0.0.1:37108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:39:45,125 INFO Processing ruok command from /127.0.0.1:37112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:39:55,044 INFO Processing ruok command from /127.0.0.1:37312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:39:55,081 INFO Processing ruok command from /127.0.0.1:37314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:39:59,025 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:40:05,055 INFO Processing ruok command from /127.0.0.1:37512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:40:05,146 INFO Processing ruok command from /127.0.0.1:37516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:40:15,068 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:40:15,117 INFO Processing ruok command from /127.0.0.1:37708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:40:25,069 INFO Processing ruok command from /127.0.0.1:37904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:40:25,147 INFO Processing ruok command from /127.0.0.1:37906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:40:35,068 INFO Processing ruok command from /127.0.0.1:38110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:40:35,136 INFO Processing ruok command from /127.0.0.1:38112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:40:45,054 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:40:45,129 INFO Processing ruok command from /127.0.0.1:38310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:40:48,548 INFO Committing global session 0x300004c343f0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:40:55,056 INFO Processing ruok command from /127.0.0.1:38520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:40:55,100 INFO Processing ruok command from /127.0.0.1:38522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:40:59,025 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:41:05,069 INFO Processing ruok command from /127.0.0.1:38728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:41:05,107 INFO Processing ruok command from /127.0.0.1:38730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:41:15,053 INFO Processing ruok command from /127.0.0.1:38920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:41:15,086 INFO Processing ruok command from /127.0.0.1:38922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:41:25,053 INFO Processing ruok command from /127.0.0.1:39116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:41:25,095 INFO Processing ruok command from /127.0.0.1:39118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:41:35,065 INFO Processing ruok command from /127.0.0.1:39312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:41:35,097 INFO Processing ruok command from /127.0.0.1:39314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:41:45,052 INFO Processing ruok command from /127.0.0.1:39508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:41:45,116 INFO Processing ruok command from /127.0.0.1:39510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:41:55,033 INFO Processing ruok command from /127.0.0.1:39720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:41:55,098 INFO Processing ruok command from /127.0.0.1:39722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:41:59,025 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:42:05,082 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:42:05,122 INFO Processing ruok command from /127.0.0.1:39944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:42:15,087 INFO Processing ruok command from /127.0.0.1:40126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:42:15,147 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:42:25,075 INFO Processing ruok command from /127.0.0.1:40364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:42:25,137 INFO Processing ruok command from /127.0.0.1:40366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:42:35,072 INFO Processing ruok command from /127.0.0.1:40598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:42:35,107 INFO Processing ruok command from /127.0.0.1:40600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:42:45,061 INFO Processing ruok command from /127.0.0.1:40810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:42:45,132 INFO Processing ruok command from /127.0.0.1:40812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:42:48,495 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 06:42:48,501 INFO Committing global session 0x200004dac1e0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:42:49,380 INFO Submitting global closeSession request for session 0x200004dac1e0014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:42:55,064 INFO Processing ruok command from /127.0.0.1:41040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:42:55,121 INFO Processing ruok command from /127.0.0.1:41042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:42:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupae1a44bb-72ca-4dba-befe-f07af1b81359/homlesae1a44bb-72ca-4dba-befe-f07af1b81359 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:42:59,032 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:43:05,053 INFO Processing ruok command from /127.0.0.1:41258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:43:05,096 INFO Processing ruok command from /127.0.0.1:41260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:43:15,066 INFO Processing ruok command from /127.0.0.1:41466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:43:15,123 INFO Processing ruok command from /127.0.0.1:41468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:43:25,056 INFO Processing ruok command from /127.0.0.1:41682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:43:25,115 INFO Processing ruok command from /127.0.0.1:41684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:43:35,058 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:43:35,116 INFO Processing ruok command from /127.0.0.1:41898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:43:45,043 INFO Processing ruok command from /127.0.0.1:42104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:43:45,075 INFO Processing ruok command from /127.0.0.1:42106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:43:55,055 INFO Processing ruok command from /127.0.0.1:42330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:43:55,105 INFO Processing ruok command from /127.0.0.1:42336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:43:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupae1a44bb-72ca-4dba-befe-f07af1b81359 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:43:59,032 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:44:05,057 INFO Processing ruok command from /127.0.0.1:42536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:44:05,129 INFO Processing ruok command from /127.0.0.1:42538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:44:15,058 INFO Processing ruok command from /127.0.0.1:42736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:44:15,099 INFO Processing ruok command from /127.0.0.1:42738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:44:25,057 INFO Processing ruok command from /127.0.0.1:42958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:44:25,097 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:44:35,063 INFO Processing ruok command from /127.0.0.1:43174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:44:35,105 INFO Processing ruok command from /127.0.0.1:43178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:44:45,078 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:44:45,157 INFO Processing ruok command from /127.0.0.1:43398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:44:48,612 INFO Committing global session 0x300004c343f0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:44:55,054 INFO Processing ruok command from /127.0.0.1:43644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:44:55,093 INFO Processing ruok command from /127.0.0.1:43646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:44:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:44:59,032 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:45:05,048 INFO Processing ruok command from /127.0.0.1:43864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:45:05,091 INFO Processing ruok command from /127.0.0.1:43866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:45:15,051 INFO Processing ruok command from /127.0.0.1:44074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:45:15,113 INFO Processing ruok command from /127.0.0.1:44076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:45:25,054 INFO Processing ruok command from /127.0.0.1:44284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:45:25,105 INFO Processing ruok command from /127.0.0.1:44286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:45:35,062 INFO Processing ruok command from /127.0.0.1:44494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:45:35,093 INFO Processing ruok command from /127.0.0.1:44496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:45:45,070 INFO Processing ruok command from /127.0.0.1:44702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:45:45,139 INFO Processing ruok command from /127.0.0.1:44706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:45:55,057 INFO Processing ruok command from /127.0.0.1:44950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:45:55,103 INFO Processing ruok command from /127.0.0.1:44952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:45:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:45:59,032 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:46:05,047 INFO Processing ruok command from /127.0.0.1:45174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:46:05,090 INFO Processing ruok command from /127.0.0.1:45176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:46:15,045 INFO Processing ruok command from /127.0.0.1:45378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:46:15,087 INFO Processing ruok command from /127.0.0.1:45380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:46:25,078 INFO Processing ruok command from /127.0.0.1:45594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:46:25,122 INFO Processing ruok command from /127.0.0.1:45596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:46:35,054 INFO Processing ruok command from /127.0.0.1:45810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:46:35,139 INFO Processing ruok command from /127.0.0.1:45814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:46:45,046 INFO Processing ruok command from /127.0.0.1:46026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:46:45,126 INFO Processing ruok command from /127.0.0.1:46028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:46:48,485 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 06:46:48,492 INFO Committing global session 0x200004dac1e0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:46:49,380 INFO Submitting global closeSession request for session 0x200004dac1e0015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:46:55,066 INFO Processing ruok command from /127.0.0.1:46248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:46:55,112 INFO Processing ruok command from /127.0.0.1:46250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:46:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:46:59,030 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:46:59,037 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:47:05,047 INFO Processing ruok command from /127.0.0.1:46468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:47:05,086 INFO Processing ruok command from /127.0.0.1:46470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:47:15,060 INFO Processing ruok command from /127.0.0.1:46666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:47:15,104 INFO Processing ruok command from /127.0.0.1:46670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:47:25,056 INFO Processing ruok command from /127.0.0.1:46878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:47:25,102 INFO Processing ruok command from /127.0.0.1:46882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:47:35,036 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:47:35,071 INFO Processing ruok command from /127.0.0.1:47072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:47:45,060 INFO Processing ruok command from /127.0.0.1:47276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:47:45,121 INFO Processing ruok command from /127.0.0.1:47278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:47:55,053 INFO Processing ruok command from /127.0.0.1:47494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:47:55,130 INFO Processing ruok command from /127.0.0.1:47496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:47:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:47:59,032 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:48:05,058 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:48:05,106 INFO Processing ruok command from /127.0.0.1:47710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:48:15,064 INFO Processing ruok command from /127.0.0.1:47912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:48:15,110 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:48:25,064 INFO Processing ruok command from /127.0.0.1:48114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:48:25,161 INFO Processing ruok command from /127.0.0.1:48118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:48:35,060 INFO Processing ruok command from /127.0.0.1:48356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:48:35,106 INFO Processing ruok command from /127.0.0.1:48358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:48:45,040 INFO Processing ruok command from /127.0.0.1:48592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:48:45,097 INFO Processing ruok command from /127.0.0.1:48594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:48:48,437 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 06:48:48,446 INFO Committing global session 0x200004dac1e0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:48:49,320 INFO Submitting global closeSession request for session 0x200004dac1e0016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:48:55,053 INFO Processing ruok command from /127.0.0.1:48806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:48:55,123 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:48:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:48:59,034 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:49:05,048 INFO Processing ruok command from /127.0.0.1:49058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:49:05,122 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:49:15,048 INFO Processing ruok command from /127.0.0.1:49260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:49:15,089 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:49:25,052 INFO Processing ruok command from /127.0.0.1:49482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:49:25,095 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:49:35,054 INFO Processing ruok command from /127.0.0.1:49694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:49:35,098 INFO Processing ruok command from /127.0.0.1:49696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:49:45,046 INFO Processing ruok command from /127.0.0.1:49908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:49:45,083 INFO Processing ruok command from /127.0.0.1:49912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:49:55,056 INFO Processing ruok command from /127.0.0.1:50114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:49:55,130 INFO Processing ruok command from /127.0.0.1:50116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:49:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:49:59,030 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:50:05,045 INFO Processing ruok command from /127.0.0.1:50338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:50:05,083 INFO Processing ruok command from /127.0.0.1:50340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:50:15,074 INFO Processing ruok command from /127.0.0.1:50526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:50:15,117 INFO Processing ruok command from /127.0.0.1:50530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:50:25,059 INFO Processing ruok command from /127.0.0.1:50734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:50:25,135 INFO Processing ruok command from /127.0.0.1:50736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:50:35,061 INFO Processing ruok command from /127.0.0.1:50938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:50:35,102 INFO Processing ruok command from /127.0.0.1:50940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:50:45,083 INFO Processing ruok command from /127.0.0.1:51136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:50:45,131 INFO Processing ruok command from /127.0.0.1:51140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:50:48,424 INFO Committing global session 0x300004c343f0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:50:55,049 INFO Processing ruok command from /127.0.0.1:51340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:50:55,090 INFO Processing ruok command from /127.0.0.1:51342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:50:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:50:59,033 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:51:05,064 INFO Processing ruok command from /127.0.0.1:51568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:51:05,124 INFO Processing ruok command from /127.0.0.1:51570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:51:15,066 INFO Processing ruok command from /127.0.0.1:51774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:51:15,093 INFO Processing ruok command from /127.0.0.1:51776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:51:25,061 INFO Processing ruok command from /127.0.0.1:51976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:51:25,111 INFO Processing ruok command from /127.0.0.1:51978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:51:35,067 INFO Processing ruok command from /127.0.0.1:52188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:51:35,130 INFO Processing ruok command from /127.0.0.1:52190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:51:45,042 INFO Processing ruok command from /127.0.0.1:52388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:51:45,083 INFO Processing ruok command from /127.0.0.1:52390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:51:55,069 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:51:55,103 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:51:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:51:59,030 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:51:59,037 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:52:05,054 INFO Processing ruok command from /127.0.0.1:52824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:52:05,124 INFO Processing ruok command from /127.0.0.1:52826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:52:15,051 INFO Processing ruok command from /127.0.0.1:53006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:52:15,109 INFO Processing ruok command from /127.0.0.1:53008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:52:25,065 INFO Processing ruok command from /127.0.0.1:53218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:52:25,108 INFO Processing ruok command from /127.0.0.1:53220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:52:35,064 INFO Processing ruok command from /127.0.0.1:53418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:52:35,110 INFO Processing ruok command from /127.0.0.1:53420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:52:45,058 INFO Processing ruok command from /127.0.0.1:53620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:52:45,103 INFO Processing ruok command from /127.0.0.1:53624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:52:48,511 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 06:52:48,516 INFO Committing global session 0x200004dac1e0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:52:49,387 INFO Submitting global closeSession request for session 0x200004dac1e0017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:52:55,062 INFO Processing ruok command from /127.0.0.1:53832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:52:55,104 INFO Processing ruok command from /127.0.0.1:53834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:52:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:52:59,030 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:52:59,037 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:53:05,049 INFO Processing ruok command from /127.0.0.1:54050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:53:05,122 INFO Processing ruok command from /127.0.0.1:54052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:53:15,055 INFO Processing ruok command from /127.0.0.1:54250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:53:15,094 INFO Processing ruok command from /127.0.0.1:54252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:53:25,051 INFO Processing ruok command from /127.0.0.1:54452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:53:25,122 INFO Processing ruok command from /127.0.0.1:54456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:53:35,057 INFO Processing ruok command from /127.0.0.1:54658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:53:35,089 INFO Processing ruok command from /127.0.0.1:54660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:53:45,070 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:53:45,104 INFO Processing ruok command from /127.0.0.1:54866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:53:55,072 INFO Processing ruok command from /127.0.0.1:55094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:53:55,112 INFO Processing ruok command from /127.0.0.1:55096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:53:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:53:59,032 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:53:59,038 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:53:59,044 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:53:59,050 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:53:59,057 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:54:05,058 INFO Processing ruok command from /127.0.0.1:55322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:54:05,110 INFO Processing ruok command from /127.0.0.1:55324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:54:15,054 INFO Processing ruok command from /127.0.0.1:55512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:54:15,096 INFO Processing ruok command from /127.0.0.1:55514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:54:25,043 INFO Processing ruok command from /127.0.0.1:55710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:54:25,113 INFO Processing ruok command from /127.0.0.1:55714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:54:35,072 INFO Processing ruok command from /127.0.0.1:55914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:54:35,110 INFO Processing ruok command from /127.0.0.1:55916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:54:45,061 INFO Processing ruok command from /127.0.0.1:56106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:54:45,129 INFO Processing ruok command from /127.0.0.1:56110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:54:48,602 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 06:54:48,608 INFO Committing global session 0x200004dac1e0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:54:49,414 INFO Submitting global closeSession request for session 0x200004dac1e0018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 06:54:55,058 INFO Processing ruok command from /127.0.0.1:56306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:54:55,093 INFO Processing ruok command from /127.0.0.1:56308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:54:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:54:59,030 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:54:59,037 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:54:59,043 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:54:59,049 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:55:05,087 INFO Processing ruok command from /127.0.0.1:56526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:55:05,149 INFO Processing ruok command from /127.0.0.1:56528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:55:15,048 INFO Processing ruok command from /127.0.0.1:56732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:55:15,111 INFO Processing ruok command from /127.0.0.1:56734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:55:25,055 INFO Processing ruok command from /127.0.0.1:56932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:55:25,093 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:55:35,045 INFO Processing ruok command from /127.0.0.1:57138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:55:35,085 INFO Processing ruok command from /127.0.0.1:57140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:55:45,077 INFO Processing ruok command from /127.0.0.1:57328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:55:45,098 INFO Processing ruok command from /127.0.0.1:57330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:55:55,047 INFO Processing ruok command from /127.0.0.1:57536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:55:55,117 INFO Processing ruok command from /127.0.0.1:57540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:55:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:55:59,032 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:55:59,038 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:55:59,044 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:55:59,050 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:55:59,057 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:56:05,071 INFO Processing ruok command from /127.0.0.1:57754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:56:05,103 INFO Processing ruok command from /127.0.0.1:57756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:56:15,056 INFO Processing ruok command from /127.0.0.1:57936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:56:15,109 INFO Processing ruok command from /127.0.0.1:57938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:56:25,078 INFO Processing ruok command from /127.0.0.1:58146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:56:25,107 INFO Processing ruok command from /127.0.0.1:58148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:56:35,065 INFO Processing ruok command from /127.0.0.1:58334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:56:35,095 INFO Processing ruok command from /127.0.0.1:58336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:56:45,049 INFO Processing ruok command from /127.0.0.1:58534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:56:45,123 INFO Processing ruok command from /127.0.0.1:58538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:56:48,462 INFO Committing global session 0x300004c343f0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:56:53,381 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-07 06:56:53,382 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-07 06:56:53,387 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-07 06:56:55,063 INFO Processing ruok command from /127.0.0.1:58732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:56:55,130 INFO Processing ruok command from /127.0.0.1:58734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:56:59,025 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:57:05,064 INFO Processing ruok command from /127.0.0.1:58952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:57:05,133 INFO Processing ruok command from /127.0.0.1:58954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:57:15,050 INFO Processing ruok command from /127.0.0.1:59134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:57:15,130 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:57:25,068 INFO Processing ruok command from /127.0.0.1:59328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:57:25,140 INFO Processing ruok command from /127.0.0.1:59330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:57:35,056 INFO Processing ruok command from /127.0.0.1:59530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:57:35,096 INFO Processing ruok command from /127.0.0.1:59532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:57:45,061 INFO Processing ruok command from /127.0.0.1:59714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:57:45,133 INFO Processing ruok command from /127.0.0.1:59718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:57:55,047 INFO Processing ruok command from /127.0.0.1:59920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:57:55,138 INFO Processing ruok command from /127.0.0.1:59924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:57:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:58:05,062 INFO Processing ruok command from /127.0.0.1:60140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:58:05,147 INFO Processing ruok command from /127.0.0.1:60144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:58:15,061 INFO Processing ruok command from /127.0.0.1:60334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:58:15,099 INFO Processing ruok command from /127.0.0.1:60336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:58:25,066 INFO Processing ruok command from /127.0.0.1:60536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:58:25,114 INFO Processing ruok command from /127.0.0.1:60538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:58:35,040 INFO Processing ruok command from /127.0.0.1:60732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:58:35,082 INFO Processing ruok command from /127.0.0.1:60734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:58:45,049 INFO Processing ruok command from /127.0.0.1:60928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:58:45,089 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:58:48,474 INFO Committing global session 0x100004c93140015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 06:58:55,061 INFO Processing ruok command from /127.0.0.1:32892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:58:55,126 INFO Processing ruok command from /127.0.0.1:32896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:58:59,025 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 06:59:05,058 INFO Processing ruok command from /127.0.0.1:33112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:59:05,125 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:59:15,050 INFO Processing ruok command from /127.0.0.1:33294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:59:15,119 INFO Processing ruok command from /127.0.0.1:33296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:59:25,049 INFO Processing ruok command from /127.0.0.1:33496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:59:25,120 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:59:35,062 INFO Processing ruok command from /127.0.0.1:33706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:59:35,100 INFO Processing ruok command from /127.0.0.1:33708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:59:45,069 INFO Processing ruok command from /127.0.0.1:33904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:59:45,097 INFO Processing ruok command from /127.0.0.1:33906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 06:59:55,055 INFO Processing ruok command from /127.0.0.1:34104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 06:59:55,094 INFO Processing ruok command from /127.0.0.1:34108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:00:05,089 INFO Processing ruok command from /127.0.0.1:34346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:00:05,161 INFO Processing ruok command from /127.0.0.1:34348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:00:15,054 INFO Processing ruok command from /127.0.0.1:34554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:00:15,149 INFO Processing ruok command from /127.0.0.1:34558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:00:25,098 INFO Processing ruok command from /127.0.0.1:34816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:00:25,198 INFO Processing ruok command from /127.0.0.1:34820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:00:35,102 INFO Processing ruok command from /127.0.0.1:35060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:00:35,197 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:00:45,057 INFO Processing ruok command from /127.0.0.1:35270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:00:45,150 INFO Processing ruok command from /127.0.0.1:35272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:00:48,370 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 07:00:48,385 INFO Committing global session 0x200004dac1e0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:00:49,225 INFO Submitting global closeSession request for session 0x200004dac1e0019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:00:55,070 INFO Processing ruok command from /127.0.0.1:35484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:00:55,171 INFO Processing ruok command from /127.0.0.1:35490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:00:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:00:59,030 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:01:05,059 INFO Processing ruok command from /127.0.0.1:35706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:01:05,109 INFO Processing ruok command from /127.0.0.1:35708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:01:15,066 INFO Processing ruok command from /127.0.0.1:35898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:01:15,129 INFO Processing ruok command from /127.0.0.1:35900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:01:25,046 INFO Processing ruok command from /127.0.0.1:36104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:01:25,086 INFO Processing ruok command from /127.0.0.1:36106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:01:35,062 INFO Processing ruok command from /127.0.0.1:36312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:01:35,094 INFO Processing ruok command from /127.0.0.1:36316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:01:45,057 INFO Processing ruok command from /127.0.0.1:36512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:01:45,100 INFO Processing ruok command from /127.0.0.1:36516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:01:55,075 INFO Processing ruok command from /127.0.0.1:36720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:01:55,148 INFO Processing ruok command from /127.0.0.1:36722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:01:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:01:59,030 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:02:05,050 INFO Processing ruok command from /127.0.0.1:36952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:02:05,092 INFO Processing ruok command from /127.0.0.1:36954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:02:15,046 INFO Processing ruok command from /127.0.0.1:37158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:02:15,100 INFO Processing ruok command from /127.0.0.1:37162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:02:25,050 INFO Processing ruok command from /127.0.0.1:37378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:02:25,121 INFO Processing ruok command from /127.0.0.1:37380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:02:35,063 INFO Processing ruok command from /127.0.0.1:37578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:02:35,103 INFO Processing ruok command from /127.0.0.1:37580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:02:45,065 INFO Processing ruok command from /127.0.0.1:37798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:02:45,099 INFO Processing ruok command from /127.0.0.1:37800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:02:48,655 INFO Committing global session 0x100004c93140016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:02:55,048 INFO Processing ruok command from /127.0.0.1:38042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:02:55,137 INFO Processing ruok command from /127.0.0.1:38046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:02:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:03:05,075 INFO Processing ruok command from /127.0.0.1:38268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:03:05,172 INFO Processing ruok command from /127.0.0.1:38272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:03:15,065 INFO Processing ruok command from /127.0.0.1:38506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:03:15,122 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:03:25,049 INFO Processing ruok command from /127.0.0.1:38722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:03:25,093 INFO Processing ruok command from /127.0.0.1:38724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:03:35,064 INFO Processing ruok command from /127.0.0.1:38942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:03:35,125 INFO Processing ruok command from /127.0.0.1:38944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:03:45,057 INFO Processing ruok command from /127.0.0.1:39140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:03:45,094 INFO Processing ruok command from /127.0.0.1:39142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:03:55,081 INFO Processing ruok command from /127.0.0.1:39352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:03:55,111 INFO Processing ruok command from /127.0.0.1:39354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:03:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:04:05,063 INFO Processing ruok command from /127.0.0.1:39580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:04:05,107 INFO Processing ruok command from /127.0.0.1:39582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:04:15,063 INFO Processing ruok command from /127.0.0.1:39768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:04:15,094 INFO Processing ruok command from /127.0.0.1:39770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:04:25,061 INFO Processing ruok command from /127.0.0.1:39986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:04:25,104 INFO Processing ruok command from /127.0.0.1:39988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:04:35,057 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:04:35,097 INFO Processing ruok command from /127.0.0.1:40196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:04:45,050 INFO Processing ruok command from /127.0.0.1:40394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:04:45,098 INFO Processing ruok command from /127.0.0.1:40398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:04:48,676 INFO Committing global session 0x100004c93140017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:04:55,059 INFO Processing ruok command from /127.0.0.1:40614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:04:55,131 INFO Processing ruok command from /127.0.0.1:40620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:04:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:04:59,032 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:05:05,084 INFO Processing ruok command from /127.0.0.1:40850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:05:05,124 INFO Processing ruok command from /127.0.0.1:40852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:05:15,057 INFO Processing ruok command from /127.0.0.1:41048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:05:15,120 INFO Processing ruok command from /127.0.0.1:41050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:05:25,058 INFO Processing ruok command from /127.0.0.1:41258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:05:25,127 INFO Processing ruok command from /127.0.0.1:41260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:05:35,061 INFO Processing ruok command from /127.0.0.1:41456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:05:35,142 INFO Processing ruok command from /127.0.0.1:41458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:05:45,047 INFO Processing ruok command from /127.0.0.1:41670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:05:45,089 INFO Processing ruok command from /127.0.0.1:41672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:05:55,073 INFO Processing ruok command from /127.0.0.1:41884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:05:55,118 INFO Processing ruok command from /127.0.0.1:41886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:05:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:05:59,034 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:06:05,064 INFO Processing ruok command from /127.0.0.1:42136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:06:05,146 INFO Processing ruok command from /127.0.0.1:42138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:06:15,070 INFO Processing ruok command from /127.0.0.1:42334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:06:15,113 INFO Processing ruok command from /127.0.0.1:42336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:06:25,057 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:06:25,094 INFO Processing ruok command from /127.0.0.1:42536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:06:35,067 INFO Processing ruok command from /127.0.0.1:42732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:06:35,116 INFO Processing ruok command from /127.0.0.1:42734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:06:45,049 INFO Processing ruok command from /127.0.0.1:42930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:06:45,112 INFO Processing ruok command from /127.0.0.1:42934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:06:48,524 INFO Committing global session 0x300004c343f001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:06:55,062 INFO Processing ruok command from /127.0.0.1:43126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:06:55,099 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:06:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:07:05,059 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:07:05,120 INFO Processing ruok command from /127.0.0.1:43354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:07:15,045 INFO Processing ruok command from /127.0.0.1:43554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:07:15,082 INFO Processing ruok command from /127.0.0.1:43556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:07:25,056 INFO Processing ruok command from /127.0.0.1:43750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:07:25,100 INFO Processing ruok command from /127.0.0.1:43752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:07:35,048 INFO Processing ruok command from /127.0.0.1:43962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:07:35,124 INFO Processing ruok command from /127.0.0.1:43964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:07:45,050 INFO Processing ruok command from /127.0.0.1:44152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:07:45,086 INFO Processing ruok command from /127.0.0.1:44154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:07:55,040 INFO Processing ruok command from /127.0.0.1:44386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:07:55,118 INFO Processing ruok command from /127.0.0.1:44388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:07:59,025 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:08:05,056 INFO Processing ruok command from /127.0.0.1:44612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:08:05,093 INFO Processing ruok command from /127.0.0.1:44614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:08:15,062 INFO Processing ruok command from /127.0.0.1:44832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:08:15,116 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:08:25,053 INFO Processing ruok command from /127.0.0.1:45038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:08:25,103 INFO Processing ruok command from /127.0.0.1:45040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:08:35,049 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:08:35,088 INFO Processing ruok command from /127.0.0.1:45252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:08:45,065 INFO Processing ruok command from /127.0.0.1:45442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:08:45,101 INFO Processing ruok command from /127.0.0.1:45446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:08:48,589 INFO Committing global session 0x300004c343f001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:08:55,062 INFO Processing ruok command from /127.0.0.1:45674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:08:55,115 INFO Processing ruok command from /127.0.0.1:45676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:08:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:08:59,031 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:09:05,048 INFO Processing ruok command from /127.0.0.1:45906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:09:05,096 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:09:15,071 INFO Processing ruok command from /127.0.0.1:46100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:09:15,114 INFO Processing ruok command from /127.0.0.1:46102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:09:25,054 INFO Processing ruok command from /127.0.0.1:46296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:09:25,094 INFO Processing ruok command from /127.0.0.1:46298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:09:35,066 INFO Processing ruok command from /127.0.0.1:46496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:09:35,103 INFO Processing ruok command from /127.0.0.1:46498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:09:45,047 INFO Processing ruok command from /127.0.0.1:46692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:09:45,116 INFO Processing ruok command from /127.0.0.1:46694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:09:55,061 INFO Processing ruok command from /127.0.0.1:46894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:09:55,100 INFO Processing ruok command from /127.0.0.1:46896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:09:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:09:59,031 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:10:05,054 INFO Processing ruok command from /127.0.0.1:47114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:10:05,112 INFO Processing ruok command from /127.0.0.1:47116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:10:15,062 INFO Processing ruok command from /127.0.0.1:47298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:10:15,100 INFO Processing ruok command from /127.0.0.1:47300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:10:25,058 INFO Processing ruok command from /127.0.0.1:47494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:10:25,097 INFO Processing ruok command from /127.0.0.1:47498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:10:35,051 INFO Processing ruok command from /127.0.0.1:47696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:10:35,093 INFO Processing ruok command from /127.0.0.1:47700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:10:45,051 INFO Processing ruok command from /127.0.0.1:47890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:10:45,094 INFO Processing ruok command from /127.0.0.1:47894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:10:48,433 INFO Committing global session 0x300004c343f001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:10:55,039 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:10:55,097 INFO Processing ruok command from /127.0.0.1:48092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:10:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:11:05,048 INFO Processing ruok command from /127.0.0.1:48310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:11:05,130 INFO Processing ruok command from /127.0.0.1:48312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:11:15,076 INFO Processing ruok command from /127.0.0.1:48494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:11:15,152 INFO Processing ruok command from /127.0.0.1:48496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:11:25,043 INFO Processing ruok command from /127.0.0.1:48686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:11:25,123 INFO Processing ruok command from /127.0.0.1:48690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:11:35,050 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:11:35,085 INFO Processing ruok command from /127.0.0.1:48894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:11:45,063 INFO Processing ruok command from /127.0.0.1:49082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:11:45,107 INFO Processing ruok command from /127.0.0.1:49084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:11:55,065 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:11:55,106 INFO Processing ruok command from /127.0.0.1:49266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:11:59,026 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:12:05,069 INFO Processing ruok command from /127.0.0.1:49480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:12:05,146 INFO Processing ruok command from /127.0.0.1:49482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:12:15,053 INFO Processing ruok command from /127.0.0.1:49672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:12:15,099 INFO Processing ruok command from /127.0.0.1:49674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:12:25,062 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:12:25,100 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:12:35,061 INFO Processing ruok command from /127.0.0.1:50072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:12:35,099 INFO Processing ruok command from /127.0.0.1:50074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:12:45,070 INFO Processing ruok command from /127.0.0.1:50260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:12:45,124 INFO Processing ruok command from /127.0.0.1:50262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:12:48,369 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 07:12:48,375 INFO Committing global session 0x200004dac1e001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:12:49,256 INFO Submitting global closeSession request for session 0x200004dac1e001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:12:55,052 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:12:55,113 INFO Processing ruok command from /127.0.0.1:50460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:13:05,041 INFO Processing ruok command from /127.0.0.1:50684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:13:05,114 INFO Processing ruok command from /127.0.0.1:50686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:13:15,067 INFO Processing ruok command from /127.0.0.1:50870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:13:15,141 INFO Processing ruok command from /127.0.0.1:50872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:13:25,057 INFO Processing ruok command from /127.0.0.1:51066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:13:25,103 INFO Processing ruok command from /127.0.0.1:51068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:13:35,050 INFO Processing ruok command from /127.0.0.1:51268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:13:35,092 INFO Processing ruok command from /127.0.0.1:51270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:13:45,052 INFO Processing ruok command from /127.0.0.1:51460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:13:45,094 INFO Processing ruok command from /127.0.0.1:51464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:13:55,046 INFO Processing ruok command from /127.0.0.1:51662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:13:55,085 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:14:05,057 INFO Processing ruok command from /127.0.0.1:51876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:14:05,128 INFO Processing ruok command from /127.0.0.1:51878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:14:15,052 INFO Processing ruok command from /127.0.0.1:52066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:14:15,095 INFO Processing ruok command from /127.0.0.1:52068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:14:25,062 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:14:25,098 INFO Processing ruok command from /127.0.0.1:52266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:14:35,060 INFO Processing ruok command from /127.0.0.1:52460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:14:35,097 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:14:45,047 INFO Processing ruok command from /127.0.0.1:52648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:14:45,088 INFO Processing ruok command from /127.0.0.1:52650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:14:48,562 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 07:14:48,568 INFO Committing global session 0x200004dac1e001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:14:49,448 INFO Submitting global closeSession request for session 0x200004dac1e001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:14:55,040 INFO Processing ruok command from /127.0.0.1:52854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:14:55,124 INFO Processing ruok command from /127.0.0.1:52856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:15:05,052 INFO Processing ruok command from /127.0.0.1:53070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:15:05,110 INFO Processing ruok command from /127.0.0.1:53074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:15:15,045 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:15:15,109 INFO Processing ruok command from /127.0.0.1:53266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:15:25,051 INFO Processing ruok command from /127.0.0.1:53466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:15:25,099 INFO Processing ruok command from /127.0.0.1:53468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:15:35,055 INFO Processing ruok command from /127.0.0.1:53664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:15:35,098 INFO Processing ruok command from /127.0.0.1:53668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:15:45,051 INFO Processing ruok command from /127.0.0.1:53854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:15:45,089 INFO Processing ruok command from /127.0.0.1:53858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:15:55,053 INFO Processing ruok command from /127.0.0.1:54074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:15:55,113 INFO Processing ruok command from /127.0.0.1:54076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:16:05,091 INFO Processing ruok command from /127.0.0.1:54322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:16:05,173 INFO Processing ruok command from /127.0.0.1:54324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:16:15,121 INFO Processing ruok command from /127.0.0.1:54560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:16:15,247 INFO Processing ruok command from /127.0.0.1:54564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:16:25,065 INFO Processing ruok command from /127.0.0.1:54768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:16:25,128 INFO Processing ruok command from /127.0.0.1:54770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:16:35,065 INFO Processing ruok command from /127.0.0.1:54978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:16:35,165 INFO Processing ruok command from /127.0.0.1:54980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:16:45,089 INFO Processing ruok command from /127.0.0.1:55204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:16:45,199 INFO Processing ruok command from /127.0.0.1:55206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:16:48,687 INFO Committing global session 0x100004c93140018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:16:55,087 INFO Processing ruok command from /127.0.0.1:55410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:16:55,156 INFO Processing ruok command from /127.0.0.1:55412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:17:05,051 INFO Processing ruok command from /127.0.0.1:55670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:17:05,127 INFO Processing ruok command from /127.0.0.1:55674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:17:15,056 INFO Processing ruok command from /127.0.0.1:55868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:17:15,150 INFO Processing ruok command from /127.0.0.1:55870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:17:25,056 INFO Processing ruok command from /127.0.0.1:56088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:17:25,097 INFO Processing ruok command from /127.0.0.1:56090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:17:35,049 INFO Processing ruok command from /127.0.0.1:56294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:17:35,091 INFO Processing ruok command from /127.0.0.1:56296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:17:45,066 INFO Processing ruok command from /127.0.0.1:56542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:17:45,129 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:17:55,073 INFO Processing ruok command from /127.0.0.1:56784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:17:55,162 INFO Processing ruok command from /127.0.0.1:56786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:18:05,060 INFO Processing ruok command from /127.0.0.1:57018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:18:05,143 INFO Processing ruok command from /127.0.0.1:57020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:18:15,049 INFO Processing ruok command from /127.0.0.1:57250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:18:15,103 INFO Processing ruok command from /127.0.0.1:57252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:18:25,068 INFO Processing ruok command from /127.0.0.1:57464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:18:25,147 INFO Processing ruok command from /127.0.0.1:57466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:18:35,056 INFO Processing ruok command from /127.0.0.1:57664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:18:35,164 INFO Processing ruok command from /127.0.0.1:57666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:18:45,063 INFO Processing ruok command from /127.0.0.1:57858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:18:45,150 INFO Processing ruok command from /127.0.0.1:57860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:18:48,565 INFO Committing global session 0x300004c343f001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:18:55,061 INFO Processing ruok command from /127.0.0.1:58058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:18:55,118 INFO Processing ruok command from /127.0.0.1:58062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:19:05,063 INFO Processing ruok command from /127.0.0.1:58300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:19:05,105 INFO Processing ruok command from /127.0.0.1:58302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:19:15,062 INFO Processing ruok command from /127.0.0.1:58490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:19:15,100 INFO Processing ruok command from /127.0.0.1:58494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:19:25,042 INFO Processing ruok command from /127.0.0.1:58716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:19:25,079 INFO Processing ruok command from /127.0.0.1:58718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:19:35,055 INFO Processing ruok command from /127.0.0.1:58934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:19:35,090 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:19:45,064 INFO Processing ruok command from /127.0.0.1:59162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:19:45,110 INFO Processing ruok command from /127.0.0.1:59170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:19:55,047 INFO Processing ruok command from /127.0.0.1:59396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:19:55,089 INFO Processing ruok command from /127.0.0.1:59398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:19:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:20:05,054 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:20:05,126 INFO Processing ruok command from /127.0.0.1:59614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:20:15,065 INFO Processing ruok command from /127.0.0.1:59816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:20:15,137 INFO Processing ruok command from /127.0.0.1:59818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:20:25,047 INFO Processing ruok command from /127.0.0.1:60010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:20:25,085 INFO Processing ruok command from /127.0.0.1:60012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:20:35,055 INFO Processing ruok command from /127.0.0.1:60218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:20:35,111 INFO Processing ruok command from /127.0.0.1:60220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:20:45,039 INFO Processing ruok command from /127.0.0.1:60410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:20:45,101 INFO Processing ruok command from /127.0.0.1:60414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:20:48,501 INFO Committing global session 0x300004c343f001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:20:55,047 INFO Processing ruok command from /127.0.0.1:60616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:20:55,086 INFO Processing ruok command from /127.0.0.1:60620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:20:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:21:05,058 INFO Processing ruok command from /127.0.0.1:60840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:21:05,140 INFO Processing ruok command from /127.0.0.1:60842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:21:15,051 INFO Processing ruok command from /127.0.0.1:32806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:21:15,091 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:21:25,060 INFO Processing ruok command from /127.0.0.1:33004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:21:25,107 INFO Processing ruok command from /127.0.0.1:33006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:21:35,071 INFO Processing ruok command from /127.0.0.1:33242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:21:35,130 INFO Processing ruok command from /127.0.0.1:33246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:21:45,057 INFO Processing ruok command from /127.0.0.1:33494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:21:45,097 INFO Processing ruok command from /127.0.0.1:33496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:21:55,046 INFO Processing ruok command from /127.0.0.1:33700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:21:55,090 INFO Processing ruok command from /127.0.0.1:33704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:21:59,026 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:21:59,032 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:22:05,081 INFO Processing ruok command from /127.0.0.1:33918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:22:05,155 INFO Processing ruok command from /127.0.0.1:33920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:22:15,060 INFO Processing ruok command from /127.0.0.1:34110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:22:15,105 INFO Processing ruok command from /127.0.0.1:34112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:22:25,059 INFO Processing ruok command from /127.0.0.1:34308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:22:25,121 INFO Processing ruok command from /127.0.0.1:34312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:22:35,061 INFO Processing ruok command from /127.0.0.1:34502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:22:35,133 INFO Processing ruok command from /127.0.0.1:34504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:22:45,049 INFO Processing ruok command from /127.0.0.1:34700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:22:45,126 INFO Processing ruok command from /127.0.0.1:34706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:22:48,580 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 07:22:48,586 INFO Committing global session 0x200004dac1e001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:22:49,465 INFO Submitting global closeSession request for session 0x200004dac1e001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:22:55,050 INFO Processing ruok command from /127.0.0.1:34916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:22:55,087 INFO Processing ruok command from /127.0.0.1:34918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:22:59,025 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:23:05,046 INFO Processing ruok command from /127.0.0.1:35138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:23:05,084 INFO Processing ruok command from /127.0.0.1:35140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:23:15,051 INFO Processing ruok command from /127.0.0.1:35334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:23:15,133 INFO Processing ruok command from /127.0.0.1:35336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:23:25,059 INFO Processing ruok command from /127.0.0.1:35558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:23:25,105 INFO Processing ruok command from /127.0.0.1:35560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:23:35,052 INFO Processing ruok command from /127.0.0.1:35776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:23:35,111 INFO Processing ruok command from /127.0.0.1:35780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:23:45,057 INFO Processing ruok command from /127.0.0.1:35990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:23:45,124 INFO Processing ruok command from /127.0.0.1:35992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:23:55,056 INFO Processing ruok command from /127.0.0.1:36208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:23:55,094 INFO Processing ruok command from /127.0.0.1:36210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:23:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:23:59,031 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:23:59,036 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:24:05,058 INFO Processing ruok command from /127.0.0.1:36446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:24:05,096 INFO Processing ruok command from /127.0.0.1:36448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:24:15,042 INFO Processing ruok command from /127.0.0.1:36650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:24:15,095 INFO Processing ruok command from /127.0.0.1:36652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:24:25,054 INFO Processing ruok command from /127.0.0.1:36866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:24:25,087 INFO Processing ruok command from /127.0.0.1:36868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:24:35,065 INFO Processing ruok command from /127.0.0.1:37068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:24:35,113 INFO Processing ruok command from /127.0.0.1:37072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:24:45,050 INFO Processing ruok command from /127.0.0.1:37262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:24:45,120 INFO Processing ruok command from /127.0.0.1:37264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:24:48,668 INFO Committing global session 0x300004c343f001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:24:55,060 INFO Processing ruok command from /127.0.0.1:37462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:24:55,116 INFO Processing ruok command from /127.0.0.1:37466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:24:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:24:59,032 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:24:59,038 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:25:05,056 INFO Processing ruok command from /127.0.0.1:37686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:25:05,126 INFO Processing ruok command from /127.0.0.1:37692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:25:15,051 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:25:15,144 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:25:25,047 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:25:25,104 INFO Processing ruok command from /127.0.0.1:38096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:25:35,051 INFO Processing ruok command from /127.0.0.1:38306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:25:35,094 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:25:45,043 INFO Processing ruok command from /127.0.0.1:38494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:25:45,083 INFO Processing ruok command from /127.0.0.1:38496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:25:55,048 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:25:55,107 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:25:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:25:59,030 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:25:59,037 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:26:05,073 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:26:05,142 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:26:15,053 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:26:15,128 INFO Processing ruok command from /127.0.0.1:39112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:26:25,056 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:26:25,098 INFO Processing ruok command from /127.0.0.1:39320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:26:35,055 INFO Processing ruok command from /127.0.0.1:39522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:26:35,108 INFO Processing ruok command from /127.0.0.1:39524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:26:45,054 INFO Processing ruok command from /127.0.0.1:39720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:26:45,139 INFO Processing ruok command from /127.0.0.1:39724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:26:48,520 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 07:26:48,526 INFO Committing global session 0x200004dac1e001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:26:49,409 INFO Submitting global closeSession request for session 0x200004dac1e001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:26:55,045 INFO Processing ruok command from /127.0.0.1:39924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:26:55,091 INFO Processing ruok command from /127.0.0.1:39926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:26:59,025 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:27:05,044 INFO Processing ruok command from /127.0.0.1:40152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:27:05,094 INFO Processing ruok command from /127.0.0.1:40154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:27:15,054 INFO Processing ruok command from /127.0.0.1:40352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:27:15,094 INFO Processing ruok command from /127.0.0.1:40354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:27:25,050 INFO Processing ruok command from /127.0.0.1:40570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:27:25,123 INFO Processing ruok command from /127.0.0.1:40574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:27:35,048 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:27:35,107 INFO Processing ruok command from /127.0.0.1:40784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:27:45,051 INFO Processing ruok command from /127.0.0.1:40986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:27:45,126 INFO Processing ruok command from /127.0.0.1:40988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:27:55,052 INFO Processing ruok command from /127.0.0.1:41198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:27:55,155 INFO Processing ruok command from /127.0.0.1:41200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:27:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:28:05,054 INFO Processing ruok command from /127.0.0.1:41438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:28:05,099 INFO Processing ruok command from /127.0.0.1:41442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:28:15,066 INFO Processing ruok command from /127.0.0.1:41646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:28:15,098 INFO Processing ruok command from /127.0.0.1:41648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:28:25,050 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:28:25,117 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:28:35,053 INFO Processing ruok command from /127.0.0.1:42050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:28:35,091 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:28:45,057 INFO Processing ruok command from /127.0.0.1:42248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:28:45,096 INFO Processing ruok command from /127.0.0.1:42250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:28:48,374 INFO Committing global session 0x300004c343f0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:28:55,050 INFO Processing ruok command from /127.0.0.1:42458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:28:55,117 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:28:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:29:05,069 INFO Processing ruok command from /127.0.0.1:42686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:29:05,104 INFO Processing ruok command from /127.0.0.1:42688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:29:15,051 INFO Processing ruok command from /127.0.0.1:42914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:29:15,141 INFO Processing ruok command from /127.0.0.1:42918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:29:25,054 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:29:25,093 INFO Processing ruok command from /127.0.0.1:43130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:29:35,062 INFO Processing ruok command from /127.0.0.1:43334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:29:35,136 INFO Processing ruok command from /127.0.0.1:43336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:29:45,058 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:29:45,096 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:29:55,066 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:29:55,132 INFO Processing ruok command from /127.0.0.1:43738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:29:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:30:05,063 INFO Processing ruok command from /127.0.0.1:43968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:30:05,099 INFO Processing ruok command from /127.0.0.1:43970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:30:15,053 INFO Processing ruok command from /127.0.0.1:44200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:30:15,144 INFO Processing ruok command from /127.0.0.1:44206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:30:25,048 INFO Processing ruok command from /127.0.0.1:44408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:30:25,111 INFO Processing ruok command from /127.0.0.1:44410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:30:35,063 INFO Processing ruok command from /127.0.0.1:44614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:30:35,138 INFO Processing ruok command from /127.0.0.1:44618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:30:45,055 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:30:45,104 INFO Processing ruok command from /127.0.0.1:44816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:30:48,542 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 07:30:48,548 INFO Committing global session 0x200004dac1e001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:30:49,426 INFO Submitting global closeSession request for session 0x200004dac1e001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:30:55,073 INFO Processing ruok command from /127.0.0.1:45018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:30:55,129 INFO Processing ruok command from /127.0.0.1:45020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:30:59,026 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:31:05,091 INFO Processing ruok command from /127.0.0.1:45244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:31:05,109 INFO Processing ruok command from /127.0.0.1:45246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:31:15,059 INFO Processing ruok command from /127.0.0.1:45454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:31:15,161 INFO Processing ruok command from /127.0.0.1:45458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:31:25,050 INFO Processing ruok command from /127.0.0.1:45680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:31:25,138 INFO Processing ruok command from /127.0.0.1:45684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:31:35,079 INFO Processing ruok command from /127.0.0.1:45900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:31:35,124 INFO Processing ruok command from /127.0.0.1:45902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:31:45,056 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:31:45,099 INFO Processing ruok command from /127.0.0.1:46118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:31:55,065 INFO Processing ruok command from /127.0.0.1:46322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:31:55,106 INFO Processing ruok command from /127.0.0.1:46324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:31:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:32:05,051 INFO Processing ruok command from /127.0.0.1:46538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:32:05,108 INFO Processing ruok command from /127.0.0.1:46540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:32:15,060 INFO Processing ruok command from /127.0.0.1:46770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:32:15,099 INFO Processing ruok command from /127.0.0.1:46772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:32:25,048 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:32:25,081 INFO Processing ruok command from /127.0.0.1:46972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:32:35,056 INFO Processing ruok command from /127.0.0.1:47178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:32:35,095 INFO Processing ruok command from /127.0.0.1:47180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:32:45,056 INFO Processing ruok command from /127.0.0.1:47374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:32:45,114 INFO Processing ruok command from /127.0.0.1:47376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:32:48,599 INFO Committing global session 0x100004c93140019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:32:55,069 INFO Processing ruok command from /127.0.0.1:47584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:32:55,100 INFO Processing ruok command from /127.0.0.1:47586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:32:59,025 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:33:05,053 INFO Processing ruok command from /127.0.0.1:47804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:33:05,096 INFO Processing ruok command from /127.0.0.1:47806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:33:15,053 INFO Processing ruok command from /127.0.0.1:48022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:33:15,127 INFO Processing ruok command from /127.0.0.1:48026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:33:25,042 INFO Processing ruok command from /127.0.0.1:48226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:33:25,105 INFO Processing ruok command from /127.0.0.1:48228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:33:35,055 INFO Processing ruok command from /127.0.0.1:48418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:33:35,114 INFO Processing ruok command from /127.0.0.1:48420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:33:45,072 INFO Processing ruok command from /127.0.0.1:48620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:33:45,104 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:33:55,060 INFO Processing ruok command from /127.0.0.1:48820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:33:55,107 INFO Processing ruok command from /127.0.0.1:48822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:33:59,026 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-07 07:34:05,075 INFO Processing ruok command from /127.0.0.1:49044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:34:05,138 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:34:15,052 INFO Processing ruok command from /127.0.0.1:49234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:34:15,105 INFO Processing ruok command from /127.0.0.1:49236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:34:25,042 INFO Processing ruok command from /127.0.0.1:49432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:34:25,097 INFO Processing ruok command from /127.0.0.1:49436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:34:35,062 INFO Processing ruok command from /127.0.0.1:49638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:34:35,089 INFO Processing ruok command from /127.0.0.1:49640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:34:45,077 INFO Processing ruok command from /127.0.0.1:49842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:34:45,143 INFO Processing ruok command from /127.0.0.1:49844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:34:48,578 INFO Committing global session 0x100004c9314001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:34:55,052 INFO Processing ruok command from /127.0.0.1:50048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:34:55,094 INFO Processing ruok command from /127.0.0.1:50052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:35:05,062 INFO Processing ruok command from /127.0.0.1:50264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:35:05,112 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:35:15,050 INFO Processing ruok command from /127.0.0.1:50460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:35:15,093 INFO Processing ruok command from /127.0.0.1:50462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:35:25,062 INFO Processing ruok command from /127.0.0.1:50664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:35:25,099 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:35:35,054 INFO Processing ruok command from /127.0.0.1:50864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:35:35,092 INFO Processing ruok command from /127.0.0.1:50866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:35:45,081 INFO Processing ruok command from /127.0.0.1:51052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:35:45,117 INFO Processing ruok command from /127.0.0.1:51054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:35:55,054 INFO Processing ruok command from /127.0.0.1:51258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:35:55,097 INFO Processing ruok command from /127.0.0.1:51260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:36:05,064 INFO Processing ruok command from /127.0.0.1:51474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:36:05,124 INFO Processing ruok command from /127.0.0.1:51476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:36:15,061 INFO Processing ruok command from /127.0.0.1:51666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:36:15,111 INFO Processing ruok command from /127.0.0.1:51668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:36:25,065 INFO Processing ruok command from /127.0.0.1:51856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:36:25,094 INFO Processing ruok command from /127.0.0.1:51858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:36:35,063 INFO Processing ruok command from /127.0.0.1:52054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:36:35,101 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:36:45,063 INFO Processing ruok command from /127.0.0.1:52252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:36:45,102 INFO Processing ruok command from /127.0.0.1:52254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:36:48,499 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 07:36:48,507 INFO Committing global session 0x200004dac1e001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:36:49,365 INFO Submitting global closeSession request for session 0x200004dac1e001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:36:55,044 INFO Processing ruok command from /127.0.0.1:52438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:36:55,128 INFO Processing ruok command from /127.0.0.1:52440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:37:05,061 INFO Processing ruok command from /127.0.0.1:52656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:37:05,109 INFO Processing ruok command from /127.0.0.1:52658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:37:15,067 INFO Processing ruok command from /127.0.0.1:52854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:37:15,137 INFO Processing ruok command from /127.0.0.1:52856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:37:25,069 INFO Processing ruok command from /127.0.0.1:53038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:37:25,105 INFO Processing ruok command from /127.0.0.1:53040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:37:35,056 INFO Processing ruok command from /127.0.0.1:53242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:37:35,122 INFO Processing ruok command from /127.0.0.1:53244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:37:45,059 INFO Processing ruok command from /127.0.0.1:53438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:37:45,091 INFO Processing ruok command from /127.0.0.1:53440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:37:55,047 INFO Processing ruok command from /127.0.0.1:53634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:37:55,107 INFO Processing ruok command from /127.0.0.1:53638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:38:05,062 INFO Processing ruok command from /127.0.0.1:53854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:38:05,106 INFO Processing ruok command from /127.0.0.1:53856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:38:15,045 INFO Processing ruok command from /127.0.0.1:54046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:38:15,126 INFO Processing ruok command from /127.0.0.1:54052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:38:25,060 INFO Processing ruok command from /127.0.0.1:54234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:38:25,146 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:38:35,072 INFO Processing ruok command from /127.0.0.1:54436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:38:35,152 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:38:45,039 INFO Processing ruok command from /127.0.0.1:54632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:38:45,083 INFO Processing ruok command from /127.0.0.1:54634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:38:48,562 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-07 07:38:48,568 INFO Committing global session 0x200004dac1e0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:38:49,463 INFO Submitting global closeSession request for session 0x200004dac1e0020 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:38:55,042 INFO Processing ruok command from /127.0.0.1:54820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:38:55,105 INFO Processing ruok command from /127.0.0.1:54822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:39:05,072 INFO Processing ruok command from /127.0.0.1:55038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:39:05,110 INFO Processing ruok command from /127.0.0.1:55040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:39:15,039 INFO Processing ruok command from /127.0.0.1:55228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:39:15,076 INFO Processing ruok command from /127.0.0.1:55230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:39:25,063 INFO Processing ruok command from /127.0.0.1:55426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:39:25,103 INFO Processing ruok command from /127.0.0.1:55428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:39:35,063 INFO Processing ruok command from /127.0.0.1:55628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:39:35,102 INFO Processing ruok command from /127.0.0.1:55630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:39:45,050 INFO Processing ruok command from /127.0.0.1:55832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:39:45,086 INFO Processing ruok command from /127.0.0.1:55834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:39:55,064 INFO Processing ruok command from /127.0.0.1:56028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:39:55,104 INFO Processing ruok command from /127.0.0.1:56030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:40:05,047 INFO Processing ruok command from /127.0.0.1:56242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:40:05,118 INFO Processing ruok command from /127.0.0.1:56248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:40:15,040 INFO Processing ruok command from /127.0.0.1:56446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:40:15,080 INFO Processing ruok command from /127.0.0.1:56448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:40:25,047 INFO Processing ruok command from /127.0.0.1:56640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:40:25,093 INFO Processing ruok command from /127.0.0.1:56642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:40:35,053 INFO Processing ruok command from /127.0.0.1:56834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:40:35,097 INFO Processing ruok command from /127.0.0.1:56836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:40:45,048 INFO Processing ruok command from /127.0.0.1:57030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:40:45,091 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:40:48,428 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-07 07:40:48,434 INFO Committing global session 0x200004dac1e0021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:40:49,327 INFO Submitting global closeSession request for session 0x200004dac1e0021 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-07 07:40:55,056 INFO Processing ruok command from /127.0.0.1:57228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:40:55,122 INFO Processing ruok command from /127.0.0.1:57230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:41:05,057 INFO Processing ruok command from /127.0.0.1:57442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:41:05,118 INFO Processing ruok command from /127.0.0.1:57444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:41:15,071 INFO Processing ruok command from /127.0.0.1:57644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:41:15,096 INFO Processing ruok command from /127.0.0.1:57646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:41:25,048 INFO Processing ruok command from /127.0.0.1:57840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:41:25,088 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:41:35,065 INFO Processing ruok command from /127.0.0.1:58036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:41:35,129 INFO Processing ruok command from /127.0.0.1:58038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:41:45,063 INFO Processing ruok command from /127.0.0.1:58240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:41:45,119 INFO Processing ruok command from /127.0.0.1:58242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:41:55,052 INFO Processing ruok command from /127.0.0.1:58426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:41:55,101 INFO Processing ruok command from /127.0.0.1:58428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:42:05,052 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:42:05,149 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:42:15,066 INFO Processing ruok command from /127.0.0.1:58842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:42:15,135 INFO Processing ruok command from /127.0.0.1:58844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:42:25,061 INFO Processing ruok command from /127.0.0.1:59038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:42:25,125 INFO Processing ruok command from /127.0.0.1:59040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:42:35,072 INFO Processing ruok command from /127.0.0.1:59244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:42:35,110 INFO Processing ruok command from /127.0.0.1:59246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:42:45,048 INFO Processing ruok command from /127.0.0.1:59442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:42:45,102 INFO Processing ruok command from /127.0.0.1:59446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:42:48,527 INFO Committing global session 0x300004c343f0021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:42:55,052 INFO Processing ruok command from /127.0.0.1:59640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:42:55,095 INFO Processing ruok command from /127.0.0.1:59646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:43:05,057 INFO Processing ruok command from /127.0.0.1:59866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:43:05,123 INFO Processing ruok command from /127.0.0.1:59870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:43:15,057 INFO Processing ruok command from /127.0.0.1:60064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:43:15,099 INFO Processing ruok command from /127.0.0.1:60066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:43:25,063 INFO Processing ruok command from /127.0.0.1:60254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:43:25,105 INFO Processing ruok command from /127.0.0.1:60256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:43:35,060 INFO Processing ruok command from /127.0.0.1:60444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:43:35,106 INFO Processing ruok command from /127.0.0.1:60446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:43:45,050 INFO Processing ruok command from /127.0.0.1:60636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:43:45,087 INFO Processing ruok command from /127.0.0.1:60638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:43:55,063 INFO Processing ruok command from /127.0.0.1:60832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:43:55,107 INFO Processing ruok command from /127.0.0.1:60834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:44:05,057 INFO Processing ruok command from /127.0.0.1:32814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:44:05,107 INFO Processing ruok command from /127.0.0.1:32816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:44:15,062 INFO Processing ruok command from /127.0.0.1:33006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:44:15,095 INFO Processing ruok command from /127.0.0.1:33008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:44:25,072 INFO Processing ruok command from /127.0.0.1:33208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:44:25,133 INFO Processing ruok command from /127.0.0.1:33210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:44:35,056 INFO Processing ruok command from /127.0.0.1:33404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:44:35,098 INFO Processing ruok command from /127.0.0.1:33406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:44:45,055 INFO Processing ruok command from /127.0.0.1:33604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:44:45,089 INFO Processing ruok command from /127.0.0.1:33606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:44:48,556 INFO Committing global session 0x100004c9314001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-07-07 07:44:55,064 INFO Processing ruok command from /127.0.0.1:33800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:44:55,136 INFO Processing ruok command from /127.0.0.1:33802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:45:05,072 INFO Processing ruok command from /127.0.0.1:34024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:45:05,153 INFO Processing ruok command from /127.0.0.1:34026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:45:15,047 INFO Processing ruok command from /127.0.0.1:34222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:45:15,086 INFO Processing ruok command from /127.0.0.1:34224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-07 07:45:25,090 INFO Processing ruok command from /127.0.0.1:34426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-07 07:45:25,187 INFO Processing ruok command from /127.0.0.1:34428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]