By type
Detected Zookeeper ID 3 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-07-05 05:02:34,313 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-05 05:02:34,325 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-05 05:02:34,325 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-05 05:02:34,330 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-07-05 05:02:34,331 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-05 05:02:34,331 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-05 05:02:34,369 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-05 05:02:34,369 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-05 05:02:34,371 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-05 05:02:34,377 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-07-05 05:02:34,379 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-05 05:02:34,391 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-05 05:02:34,401 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-07-05 05:02:34,425 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-07-05 05:02:34,545 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,545 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,545 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,609 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-05 05:02:34,611 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-05 05:02:34,611 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,611 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,611 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,612 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-05 05:02:34,612 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-05 05:02:34,620 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,653 INFO Logging initialized @1037ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-07-05 05:02:34,753 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-05 05:02:34,753 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-05 05:02:34,781 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-05 05:02:34,782 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,782 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,782 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,782 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,782 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,783 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,783 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,783 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,800 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,800 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,802 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-05 05:02:34,802 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,802 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,802 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,802 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-05 05:02:34,803 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-05 05:02:34,803 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:os.memory.free=228MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO Server environment:os.memory.total=246MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,803 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,804 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,804 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,804 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,804 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,804 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,804 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-05 05:02:34,810 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-05 05:02:34,810 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-05 05:02:34,812 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-05 05:02:34,812 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-05 05:02:34,826 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,826 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,826 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,827 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,827 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,827 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,827 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:34,836 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-07-05 05:02:34,836 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-05 05:02:34,843 INFO Snapshot loaded in 15 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-05 05:02:34,844 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-05 05:02:34,849 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-05 05:02:34,852 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,953 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,953 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,955 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-05 05:02:34,959 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-05 05:02:34,995 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-07-05 05:02:34,995 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-07-05 05:02:34,997 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main] 2022-07-05 05:02:35,001 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-07-05 05:02:35,013 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-05 05:02:35,022 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-07-05 05:02:35,023 INFO Started @1407ms (org.eclipse.jetty.server.Server) [main] 2022-07-05 05:02:35,023 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-07-05 05:02:35,031 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-05 05:02:35,038 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-07-05 05:02:35,040 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-05 05:02:35,040 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-05 05:02:35,043 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:35,045 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-07-05 05:02:35,051 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:35,058 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:35,059 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:35,071 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-05 05:02:35,106 INFO Received connection request from /10.233.70.164:44754 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:35,281 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:35,548 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.196:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-05 05:02:35,683 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:35,685 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.196:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-07-05 05:02:35,787 INFO Accepted TLS connection from /10.233.70.164:44754 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:35,797 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.164:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2022-07-05 05:02:35,811 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-05 05:02:35,835 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-05 05:02:36,036 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,036 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,041 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,041 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,041 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,041 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,041 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,045 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,046 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,047 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,048 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,048 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,050 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,050 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,050 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,050 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,050 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,050 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,053 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,053 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,053 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,057 INFO LEADING - LEADER ELECTION TOOK - 997 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,061 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,061 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,066 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,211 INFO Accepted TLS connection from /10.233.70.164:48556 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.70.164:48556] 2022-07-05 05:02:36,217 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.164:48556] 2022-07-05 05:02:36,228 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.70.164:48556] 2022-07-05 05:02:36,228 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.164:48556] 2022-07-05 05:02:36,229 INFO Sending DIFF zxid=0x0 for peer sid: 2 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.164:48556] 2022-07-05 05:02:36,233 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,277 INFO Have quorum of supporters, sids: [[2, 3],[2, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,293 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,293 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,302 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-07-05 05:02:36,303 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,304 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,321 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-05 05:02:36,452 INFO Received connection request from /10.233.69.196:53954 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:36,708 INFO Accepted TLS connection from /10.233.69.196:53954 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:36,826 INFO Received connection request from /10.233.69.196:53958 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:36,835 INFO Accepted TLS connection from /10.233.69.196:53958 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.108:3888] 2022-07-05 05:02:36,879 INFO SSL handshake complete with /10.233.69.196:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2022-07-05 05:02:36,887 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-07-05 05:02:36,997 INFO Accepted TLS connection from /10.233.69.196:55182 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.69.196:55182] 2022-07-05 05:02:37,007 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.69.196:55182] 2022-07-05 05:02:37,014 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.69.196:55182] 2022-07-05 05:02:37,014 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.196:55182] 2022-07-05 05:02:37,021 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.69.196:55182] 2022-07-05 05:02:55,657 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-07-05 05:02:55,658 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-07-05 05:02:55,658 INFO Processing ruok command from /127.0.0.1:56380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:02:55,658 INFO Processing ruok command from /127.0.0.1:56382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:02:57,805 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:02:57,822 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-07-05 05:02:57,833 INFO Committing global session 0x3000052aea10000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:02:58,030 INFO Submitting global closeSession request for session 0x3000052aea10000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:03:05,547 INFO Processing ruok command from /127.0.0.1:56468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:03:05,583 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:03:15,556 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:03:15,618 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:03:16,501 INFO Committing global session 0x2000051bd5f0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:03:17,635 INFO Committing global session 0x100005261b60000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:03:19,653 INFO Committing global session 0x2000051bd5f0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:03:21,567 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:03:21,586 INFO Committing global session 0x3000052aea10001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:03:22,171 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:03:22,178 INFO Committing global session 0x3000052aea10002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:03:24,427 INFO Committing global session 0x2000051bd5f0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:03:25,554 INFO Processing ruok command from /127.0.0.1:56630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:03:25,596 INFO Processing ruok command from /127.0.0.1:56632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:03:35,562 INFO Processing ruok command from /127.0.0.1:56710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:03:35,624 INFO Processing ruok command from /127.0.0.1:56712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:03:45,550 INFO Processing ruok command from /127.0.0.1:56790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:03:45,591 INFO Processing ruok command from /127.0.0.1:56792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:03:49,426 INFO Committing global session 0x100005261b60001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:03:55,546 INFO Processing ruok command from /127.0.0.1:56880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:03:55,587 INFO Processing ruok command from /127.0.0.1:56882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:04:05,551 INFO Processing ruok command from /127.0.0.1:56966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:04:05,585 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:04:08,699 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:04:08,708 INFO Committing global session 0x3000052aea10003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:04:09,528 INFO Submitting global closeSession request for session 0x3000052aea10003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:04:15,547 INFO Processing ruok command from /127.0.0.1:57090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:04:15,587 INFO Processing ruok command from /127.0.0.1:57094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:04:25,583 INFO Processing ruok command from /127.0.0.1:57208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:04:25,632 INFO Processing ruok command from /127.0.0.1:57210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:04:28,078 INFO Committing global session 0x2000051bd5f0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:04:35,571 INFO Processing ruok command from /127.0.0.1:57292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:04:35,616 INFO Processing ruok command from /127.0.0.1:57294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:04:45,570 INFO Processing ruok command from /127.0.0.1:57410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:04:45,620 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:04:55,584 INFO Processing ruok command from /127.0.0.1:57532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:04:55,635 INFO Processing ruok command from /127.0.0.1:57536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:05:05,551 INFO Processing ruok command from /127.0.0.1:57626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:05:05,589 INFO Processing ruok command from /127.0.0.1:57628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:05:15,556 INFO Processing ruok command from /127.0.0.1:57712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:05:15,609 INFO Processing ruok command from /127.0.0.1:57714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:05:25,558 INFO Processing ruok command from /127.0.0.1:57810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:05:25,603 INFO Processing ruok command from /127.0.0.1:57812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:05:35,544 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:05:35,577 INFO Processing ruok command from /127.0.0.1:57908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:05:45,550 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:05:45,585 INFO Processing ruok command from /127.0.0.1:58002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:05:55,555 INFO Processing ruok command from /127.0.0.1:58102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:05:55,597 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:06:05,548 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:06:05,622 INFO Processing ruok command from /127.0.0.1:58204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:06:15,548 INFO Processing ruok command from /127.0.0.1:58290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:06:15,584 INFO Processing ruok command from /127.0.0.1:58292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:06:25,566 INFO Processing ruok command from /127.0.0.1:58392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:06:25,595 INFO Processing ruok command from /127.0.0.1:58394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:06:28,071 INFO Committing global session 0x100005261b60002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:06:35,550 INFO Processing ruok command from /127.0.0.1:58482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:06:35,585 INFO Processing ruok command from /127.0.0.1:58484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:06:45,563 INFO Processing ruok command from /127.0.0.1:58572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:06:45,605 INFO Processing ruok command from /127.0.0.1:58574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:06:55,549 INFO Processing ruok command from /127.0.0.1:58670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:06:55,586 INFO Processing ruok command from /127.0.0.1:58672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:07:05,555 INFO Processing ruok command from /127.0.0.1:58774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:07:05,593 INFO Processing ruok command from /127.0.0.1:58776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:07:15,557 INFO Processing ruok command from /127.0.0.1:58864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:07:15,592 INFO Processing ruok command from /127.0.0.1:58866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:07:25,572 INFO Processing ruok command from /127.0.0.1:58970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:07:25,611 INFO Processing ruok command from /127.0.0.1:58972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:07:35,548 INFO Processing ruok command from /127.0.0.1:59086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:07:35,586 INFO Processing ruok command from /127.0.0.1:59088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:07:45,555 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:07:45,593 INFO Processing ruok command from /127.0.0.1:59182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:07:55,555 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:07:55,582 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:08:05,575 INFO Processing ruok command from /127.0.0.1:59412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:08:05,625 INFO Processing ruok command from /127.0.0.1:59414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:08:15,555 INFO Processing ruok command from /127.0.0.1:59518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:08:15,638 INFO Processing ruok command from /127.0.0.1:59522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:08:25,553 INFO Processing ruok command from /127.0.0.1:59632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:08:25,589 INFO Processing ruok command from /127.0.0.1:59634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:08:28,008 INFO Committing global session 0x100005261b60003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:08:35,563 INFO Processing ruok command from /127.0.0.1:59734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:08:35,639 INFO Processing ruok command from /127.0.0.1:59738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:08:45,566 INFO Processing ruok command from /127.0.0.1:59848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:08:45,601 INFO Processing ruok command from /127.0.0.1:59850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:08:55,551 INFO Processing ruok command from /127.0.0.1:59954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:08:55,630 INFO Processing ruok command from /127.0.0.1:59956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:09:05,558 INFO Processing ruok command from /127.0.0.1:60082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:09:05,594 INFO Processing ruok command from /127.0.0.1:60084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:09:15,565 INFO Processing ruok command from /127.0.0.1:60214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:09:15,626 INFO Processing ruok command from /127.0.0.1:60218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:09:25,561 INFO Processing ruok command from /127.0.0.1:60332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:09:25,603 INFO Processing ruok command from /127.0.0.1:60334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:09:35,560 INFO Processing ruok command from /127.0.0.1:60450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:09:35,604 INFO Processing ruok command from /127.0.0.1:60452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:09:45,541 INFO Processing ruok command from /127.0.0.1:60558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:09:45,575 INFO Processing ruok command from /127.0.0.1:60560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:09:55,556 INFO Processing ruok command from /127.0.0.1:60676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:09:55,622 INFO Processing ruok command from /127.0.0.1:60678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:10:05,549 INFO Processing ruok command from /127.0.0.1:60790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:10:05,587 INFO Processing ruok command from /127.0.0.1:60792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:10:15,540 INFO Processing ruok command from /127.0.0.1:60906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:10:15,580 INFO Processing ruok command from /127.0.0.1:60908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:10:25,563 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:10:25,616 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:10:27,710 INFO Committing global session 0x100005261b60004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:10:35,580 INFO Processing ruok command from /127.0.0.1:32916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:10:35,645 INFO Processing ruok command from /127.0.0.1:32920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:10:45,581 INFO Processing ruok command from /127.0.0.1:33048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:10:45,665 INFO Processing ruok command from /127.0.0.1:33052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:10:55,561 INFO Processing ruok command from /127.0.0.1:33194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:10:55,594 INFO Processing ruok command from /127.0.0.1:33196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:11:05,561 INFO Processing ruok command from /127.0.0.1:33336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:11:05,595 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:11:15,556 INFO Processing ruok command from /127.0.0.1:33448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:11:15,591 INFO Processing ruok command from /127.0.0.1:33450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:11:25,562 INFO Processing ruok command from /127.0.0.1:33584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:11:25,597 INFO Processing ruok command from /127.0.0.1:33586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:11:35,534 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:11:35,597 INFO Processing ruok command from /127.0.0.1:33698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:11:45,551 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:11:45,597 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:11:55,568 INFO Processing ruok command from /127.0.0.1:33956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:11:55,665 INFO Processing ruok command from /127.0.0.1:33960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:12:05,569 INFO Processing ruok command from /127.0.0.1:34070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:12:05,658 INFO Processing ruok command from /127.0.0.1:34074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:12:15,549 INFO Processing ruok command from /127.0.0.1:34336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:12:15,588 INFO Processing ruok command from /127.0.0.1:34342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:12:25,558 INFO Processing ruok command from /127.0.0.1:34512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:12:25,594 INFO Processing ruok command from /127.0.0.1:34514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:12:27,759 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:12:27,767 INFO Committing global session 0x3000052aea10004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:12:28,625 INFO Submitting global closeSession request for session 0x3000052aea10004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:12:35,578 INFO Processing ruok command from /127.0.0.1:34636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:12:35,650 INFO Processing ruok command from /127.0.0.1:34640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:12:45,570 INFO Processing ruok command from /127.0.0.1:34750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:12:45,617 INFO Processing ruok command from /127.0.0.1:34752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:12:55,555 INFO Processing ruok command from /127.0.0.1:34872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:12:55,590 INFO Processing ruok command from /127.0.0.1:34874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:13:05,559 INFO Processing ruok command from /127.0.0.1:34984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:13:05,597 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:13:15,564 INFO Processing ruok command from /127.0.0.1:35102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:13:15,631 INFO Processing ruok command from /127.0.0.1:35104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:13:25,562 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:13:25,603 INFO Processing ruok command from /127.0.0.1:35226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:13:35,546 INFO Processing ruok command from /127.0.0.1:35342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:13:35,585 INFO Processing ruok command from /127.0.0.1:35344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:13:45,569 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:13:45,600 INFO Processing ruok command from /127.0.0.1:35452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:13:55,550 INFO Processing ruok command from /127.0.0.1:35570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:13:55,593 INFO Processing ruok command from /127.0.0.1:35572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:14:05,561 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:14:05,596 INFO Processing ruok command from /127.0.0.1:35684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:14:15,564 INFO Processing ruok command from /127.0.0.1:35796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:14:15,597 INFO Processing ruok command from /127.0.0.1:35798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:14:25,561 INFO Processing ruok command from /127.0.0.1:35924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:14:25,598 INFO Processing ruok command from /127.0.0.1:35926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:14:28,095 INFO Committing global session 0x2000051bd5f0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:14:35,554 INFO Processing ruok command from /127.0.0.1:36044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:14:35,595 INFO Processing ruok command from /127.0.0.1:36046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:14:45,559 INFO Processing ruok command from /127.0.0.1:36168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:14:45,602 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:14:55,553 INFO Processing ruok command from /127.0.0.1:36300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:14:55,595 INFO Processing ruok command from /127.0.0.1:36302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:15:05,583 INFO Processing ruok command from /127.0.0.1:36416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:15:05,622 INFO Processing ruok command from /127.0.0.1:36418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:15:15,550 INFO Processing ruok command from /127.0.0.1:36536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:15:15,604 INFO Processing ruok command from /127.0.0.1:36538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:15:25,555 INFO Processing ruok command from /127.0.0.1:36668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:15:25,592 INFO Processing ruok command from /127.0.0.1:36670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:15:35,558 INFO Processing ruok command from /127.0.0.1:36788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:15:35,624 INFO Processing ruok command from /127.0.0.1:36790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:15:45,551 INFO Processing ruok command from /127.0.0.1:36918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:15:45,612 INFO Processing ruok command from /127.0.0.1:36920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:15:55,563 INFO Processing ruok command from /127.0.0.1:37050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:15:55,608 INFO Processing ruok command from /127.0.0.1:37052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:16:05,548 INFO Processing ruok command from /127.0.0.1:37170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:16:05,587 INFO Processing ruok command from /127.0.0.1:37172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:16:15,556 INFO Processing ruok command from /127.0.0.1:37290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:16:15,627 INFO Processing ruok command from /127.0.0.1:37292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:16:25,566 INFO Processing ruok command from /127.0.0.1:37418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:16:25,597 INFO Processing ruok command from /127.0.0.1:37420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:16:28,428 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:16:28,435 INFO Committing global session 0x3000052aea10005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:16:29,144 INFO Submitting global closeSession request for session 0x3000052aea10005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:16:35,549 INFO Processing ruok command from /127.0.0.1:37538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:16:35,588 INFO Processing ruok command from /127.0.0.1:37540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:16:45,554 INFO Processing ruok command from /127.0.0.1:37656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:16:45,624 INFO Processing ruok command from /127.0.0.1:37658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:16:55,567 INFO Processing ruok command from /127.0.0.1:37794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:16:55,609 INFO Processing ruok command from /127.0.0.1:37796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:17:05,559 INFO Processing ruok command from /127.0.0.1:37920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:17:05,602 INFO Processing ruok command from /127.0.0.1:37922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:17:15,561 INFO Processing ruok command from /127.0.0.1:38034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:17:15,601 INFO Processing ruok command from /127.0.0.1:38036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:17:25,554 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:17:25,614 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:17:35,545 INFO Processing ruok command from /127.0.0.1:38290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:17:35,576 INFO Processing ruok command from /127.0.0.1:38292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:17:45,566 INFO Processing ruok command from /127.0.0.1:38404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:17:45,603 INFO Processing ruok command from /127.0.0.1:38406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:17:55,551 INFO Processing ruok command from /127.0.0.1:38540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:17:55,592 INFO Processing ruok command from /127.0.0.1:38542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:18:05,562 INFO Processing ruok command from /127.0.0.1:38664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:18:05,598 INFO Processing ruok command from /127.0.0.1:38666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:18:15,562 INFO Processing ruok command from /127.0.0.1:38794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:18:15,600 INFO Processing ruok command from /127.0.0.1:38796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:18:25,550 INFO Processing ruok command from /127.0.0.1:38936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:18:25,593 INFO Processing ruok command from /127.0.0.1:38938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:18:27,966 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:18:27,972 INFO Committing global session 0x3000052aea10006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:18:28,745 INFO Submitting global closeSession request for session 0x3000052aea10006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:18:35,553 INFO Processing ruok command from /127.0.0.1:39058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:18:35,604 INFO Processing ruok command from /127.0.0.1:39060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:18:45,556 INFO Processing ruok command from /127.0.0.1:39178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:18:45,594 INFO Processing ruok command from /127.0.0.1:39180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:18:55,552 INFO Processing ruok command from /127.0.0.1:39304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:18:55,616 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:19:05,563 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:19:05,598 INFO Processing ruok command from /127.0.0.1:39444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:19:15,546 INFO Processing ruok command from /127.0.0.1:39568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:19:15,586 INFO Processing ruok command from /127.0.0.1:39570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:19:25,561 INFO Processing ruok command from /127.0.0.1:39698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:19:25,620 INFO Processing ruok command from /127.0.0.1:39700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:19:35,554 INFO Processing ruok command from /127.0.0.1:39816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:19:35,595 INFO Processing ruok command from /127.0.0.1:39818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:19:45,551 INFO Processing ruok command from /127.0.0.1:39934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:19:45,587 INFO Processing ruok command from /127.0.0.1:39936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:19:55,565 INFO Processing ruok command from /127.0.0.1:40064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:19:55,608 INFO Processing ruok command from /127.0.0.1:40066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:20:05,558 INFO Processing ruok command from /127.0.0.1:40190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:20:05,602 INFO Processing ruok command from /127.0.0.1:40192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:20:15,559 INFO Processing ruok command from /127.0.0.1:40318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:20:15,622 INFO Processing ruok command from /127.0.0.1:40320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:20:25,563 INFO Processing ruok command from /127.0.0.1:40448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:20:25,601 INFO Processing ruok command from /127.0.0.1:40450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:20:27,654 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:20:27,660 INFO Committing global session 0x3000052aea10007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:20:28,544 INFO Submitting global closeSession request for session 0x3000052aea10007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:20:35,543 INFO Processing ruok command from /127.0.0.1:40578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:20:35,577 INFO Processing ruok command from /127.0.0.1:40580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:20:45,553 INFO Processing ruok command from /127.0.0.1:40706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:20:45,641 INFO Processing ruok command from /127.0.0.1:40710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:20:55,557 INFO Processing ruok command from /127.0.0.1:40866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:20:55,624 INFO Processing ruok command from /127.0.0.1:40868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:21:05,583 INFO Processing ruok command from /127.0.0.1:41060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:21:05,639 INFO Processing ruok command from /127.0.0.1:41062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:21:15,564 INFO Processing ruok command from /127.0.0.1:41202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:21:15,607 INFO Processing ruok command from /127.0.0.1:41204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:21:25,592 INFO Processing ruok command from /127.0.0.1:41424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:21:25,627 INFO Processing ruok command from /127.0.0.1:41426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:21:35,611 INFO Processing ruok command from /127.0.0.1:41622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:21:35,733 INFO Processing ruok command from /127.0.0.1:41630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:21:45,582 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:21:45,700 INFO Processing ruok command from /127.0.0.1:41852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:21:55,617 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:21:55,697 INFO Processing ruok command from /127.0.0.1:42062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:22:05,563 INFO Processing ruok command from /127.0.0.1:42258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:22:05,620 INFO Processing ruok command from /127.0.0.1:42260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:22:15,554 INFO Processing ruok command from /127.0.0.1:42460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:22:15,588 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:22:25,574 INFO Processing ruok command from /127.0.0.1:42638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:22:25,608 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:22:27,886 INFO Committing global session 0x100005261b60005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:22:35,553 INFO Processing ruok command from /127.0.0.1:42798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:22:35,601 INFO Processing ruok command from /127.0.0.1:42800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:22:45,561 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:22:45,607 INFO Processing ruok command from /127.0.0.1:42966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:22:55,570 INFO Processing ruok command from /127.0.0.1:43136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:22:55,653 INFO Processing ruok command from /127.0.0.1:43140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:23:05,582 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:23:05,616 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:23:15,565 INFO Processing ruok command from /127.0.0.1:43476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:23:15,629 INFO Processing ruok command from /127.0.0.1:43478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:23:19,805 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:23:19,814 INFO Committing global session 0x3000052aea10008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:23:19,993 INFO Committing global session 0x100005261b60006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:23:21,170 INFO Committing global session 0x100005261b60007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:23:25,561 INFO Processing ruok command from /127.0.0.1:43652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:23:25,615 INFO Processing ruok command from /127.0.0.1:43656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:23:35,567 INFO Processing ruok command from /127.0.0.1:43810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:23:35,599 INFO Processing ruok command from /127.0.0.1:43812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:23:45,569 INFO Processing ruok command from /127.0.0.1:43976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:23:45,641 INFO Processing ruok command from /127.0.0.1:43980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:23:55,570 INFO Processing ruok command from /127.0.0.1:44148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:23:55,609 INFO Processing ruok command from /127.0.0.1:44150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:24:05,555 INFO Processing ruok command from /127.0.0.1:44306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:24:05,579 INFO Processing ruok command from /127.0.0.1:44308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:24:15,552 INFO Processing ruok command from /127.0.0.1:44470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:24:15,615 INFO Processing ruok command from /127.0.0.1:44472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:24:25,575 INFO Processing ruok command from /127.0.0.1:44652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:24:25,643 INFO Processing ruok command from /127.0.0.1:44656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:24:28,348 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:24:28,356 INFO Committing global session 0x3000052aea10009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:24:29,031 INFO Submitting global closeSession request for session 0x3000052aea10009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:24:35,550 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:24:35,591 INFO Processing ruok command from /127.0.0.1:44816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:24:36,322 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/85b26bad-dc05-4dfd-90f3-d71becad1e79/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:24:36,327 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d3d9c0b5-0495-42f9-b40f-9fb43cf6ba44/onap-policy-clamp-ac-http-ppnt-7c9cbcdc8b-hqcnz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:24:45,560 INFO Processing ruok command from /127.0.0.1:44968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:24:45,631 INFO Processing ruok command from /127.0.0.1:44970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:24:55,555 INFO Processing ruok command from /127.0.0.1:45144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:24:55,618 INFO Processing ruok command from /127.0.0.1:45146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:25:05,552 INFO Processing ruok command from /127.0.0.1:45306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:25:05,595 INFO Processing ruok command from /127.0.0.1:45308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:25:15,548 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:25:15,615 INFO Processing ruok command from /127.0.0.1:45472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:25:25,567 INFO Processing ruok command from /127.0.0.1:45640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:25:25,607 INFO Processing ruok command from /127.0.0.1:45644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:25:35,566 INFO Processing ruok command from /127.0.0.1:45820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:25:35,600 INFO Processing ruok command from /127.0.0.1:45822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:25:36,322 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f690aa38-18f7-4ecc-bc88-e276f1d88e38/onap-policy-xacml-pdp-6db69cdcc6-4gvnp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:25:36,327 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d3d9c0b5-0495-42f9-b40f-9fb43cf6ba44 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:25:36,334 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/85b26bad-dc05-4dfd-90f3-d71becad1e79 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:25:36,340 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/02482e65-68ce-47c7-bdec-b03cdfab527b/onap-policy-clamp-ac-pf-ppnt-66df4fd76c-ml49w (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:25:36,346 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ba8f800d-3c2b-4932-9e02-7bee6c7efb12/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:25:45,550 INFO Processing ruok command from /127.0.0.1:45982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:25:45,615 INFO Processing ruok command from /127.0.0.1:45984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:25:55,554 INFO Processing ruok command from /127.0.0.1:46162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:25:55,594 INFO Processing ruok command from /127.0.0.1:46164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:26:05,553 INFO Processing ruok command from /127.0.0.1:46324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:26:05,589 INFO Processing ruok command from /127.0.0.1:46326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:26:15,550 INFO Processing ruok command from /127.0.0.1:46500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:26:15,592 INFO Processing ruok command from /127.0.0.1:46502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:26:25,553 INFO Processing ruok command from /127.0.0.1:46674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:26:25,596 INFO Processing ruok command from /127.0.0.1:46676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:26:27,768 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:26:27,776 INFO Committing global session 0x3000052aea1000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:26:28,641 INFO Submitting global closeSession request for session 0x3000052aea1000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:26:35,550 INFO Processing ruok command from /127.0.0.1:46838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:26:35,599 INFO Processing ruok command from /127.0.0.1:46840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:26:36,321 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ba8f800d-3c2b-4932-9e02-7bee6c7efb12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:26:36,328 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b724739c-93be-4614-8216-84f8ef8e49db/onap-policy-pap-5cbb786b68-4gcq9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:26:36,334 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/1a2eee54-0996-4cc4-8431-a7f3edcfc148 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:26:36,340 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f690aa38-18f7-4ecc-bc88-e276f1d88e38 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:26:36,347 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/02482e65-68ce-47c7-bdec-b03cdfab527b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:26:36,352 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/365ec20e-dd8d-48fe-8c82-9026ab4f0028/onap-policy-clamp-ac-k8s-ppnt-7c7689d65c-wcgh6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:26:36,358 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c7c477c1-f25f-44f5-bd6d-45d8e2d14fa6/onap-policy-clamp-runtime-acm-74859969d8-f4nws (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:26:45,557 INFO Processing ruok command from /127.0.0.1:47004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:26:45,594 INFO Processing ruok command from /127.0.0.1:47006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:26:55,567 INFO Processing ruok command from /127.0.0.1:47192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:26:55,653 INFO Processing ruok command from /127.0.0.1:47196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:27:05,595 INFO Processing ruok command from /127.0.0.1:47368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:27:05,686 INFO Processing ruok command from /127.0.0.1:47376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:27:15,560 INFO Processing ruok command from /127.0.0.1:47548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:27:15,596 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:27:25,559 INFO Processing ruok command from /127.0.0.1:47720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:27:25,607 INFO Processing ruok command from /127.0.0.1:47722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:27:35,569 INFO Processing ruok command from /127.0.0.1:48002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:27:35,652 INFO Processing ruok command from /127.0.0.1:48008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:27:36,322 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:27:36,329 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/365ec20e-dd8d-48fe-8c82-9026ab4f0028 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:27:36,336 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b724739c-93be-4614-8216-84f8ef8e49db (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:27:36,341 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c7c477c1-f25f-44f5-bd6d-45d8e2d14fa6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:27:45,573 INFO Processing ruok command from /127.0.0.1:48414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:27:45,642 INFO Processing ruok command from /127.0.0.1:48418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:27:55,562 INFO Processing ruok command from /127.0.0.1:48594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:27:55,627 INFO Processing ruok command from /127.0.0.1:48596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:28:05,558 INFO Processing ruok command from /127.0.0.1:48756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:28:05,602 INFO Processing ruok command from /127.0.0.1:48758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:28:15,561 INFO Processing ruok command from /127.0.0.1:48928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:28:15,601 INFO Processing ruok command from /127.0.0.1:48930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:28:25,566 INFO Processing ruok command from /127.0.0.1:49110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:28:25,610 INFO Processing ruok command from /127.0.0.1:49112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:28:27,979 INFO Committing global session 0x100005261b60008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:28:35,564 INFO Processing ruok command from /127.0.0.1:49274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:28:35,606 INFO Processing ruok command from /127.0.0.1:49276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:28:36,321 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:28:36,327 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:28:45,559 INFO Processing ruok command from /127.0.0.1:49444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:28:45,628 INFO Processing ruok command from /127.0.0.1:49446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:28:55,568 INFO Processing ruok command from /127.0.0.1:49624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:28:55,611 INFO Processing ruok command from /127.0.0.1:49626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:29:05,561 INFO Processing ruok command from /127.0.0.1:49784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:29:05,594 INFO Processing ruok command from /127.0.0.1:49788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:29:15,558 INFO Processing ruok command from /127.0.0.1:49964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:29:15,596 INFO Processing ruok command from /127.0.0.1:49966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:29:25,563 INFO Processing ruok command from /127.0.0.1:50146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:29:25,601 INFO Processing ruok command from /127.0.0.1:50148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:29:35,555 INFO Processing ruok command from /127.0.0.1:50314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:29:35,619 INFO Processing ruok command from /127.0.0.1:50316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:29:36,321 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:29:45,561 INFO Processing ruok command from /127.0.0.1:50484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:29:45,603 INFO Processing ruok command from /127.0.0.1:50486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:29:55,551 INFO Processing ruok command from /127.0.0.1:50664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:29:55,592 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:30:05,569 INFO Processing ruok command from /127.0.0.1:50832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:30:05,610 INFO Processing ruok command from /127.0.0.1:50834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:30:15,550 INFO Processing ruok command from /127.0.0.1:51000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:30:15,591 INFO Processing ruok command from /127.0.0.1:51002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:30:25,567 INFO Processing ruok command from /127.0.0.1:51172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:30:25,606 INFO Processing ruok command from /127.0.0.1:51174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:30:27,756 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:30:27,763 INFO Committing global session 0x3000052aea1000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:30:28,604 INFO Submitting global closeSession request for session 0x3000052aea1000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:30:35,554 INFO Processing ruok command from /127.0.0.1:51338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:30:35,590 INFO Processing ruok command from /127.0.0.1:51340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:30:45,555 INFO Processing ruok command from /127.0.0.1:51514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:30:45,616 INFO Processing ruok command from /127.0.0.1:51516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:30:55,557 INFO Processing ruok command from /127.0.0.1:51704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:30:55,648 INFO Processing ruok command from /127.0.0.1:51708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:31:05,556 INFO Processing ruok command from /127.0.0.1:51870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:31:05,604 INFO Processing ruok command from /127.0.0.1:51872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:31:15,552 INFO Processing ruok command from /127.0.0.1:52040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:31:15,614 INFO Processing ruok command from /127.0.0.1:52042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:31:25,558 INFO Processing ruok command from /127.0.0.1:52212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:31:25,601 INFO Processing ruok command from /127.0.0.1:52214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:31:35,569 INFO Processing ruok command from /127.0.0.1:52378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:31:35,606 INFO Processing ruok command from /127.0.0.1:52380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:31:45,556 INFO Processing ruok command from /127.0.0.1:52548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:31:45,591 INFO Processing ruok command from /127.0.0.1:52550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:31:55,561 INFO Processing ruok command from /127.0.0.1:52726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:31:55,592 INFO Processing ruok command from /127.0.0.1:52728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:32:05,556 INFO Processing ruok command from /127.0.0.1:52898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:32:05,592 INFO Processing ruok command from /127.0.0.1:52900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:32:15,556 INFO Processing ruok command from /127.0.0.1:53068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:32:15,595 INFO Processing ruok command from /127.0.0.1:53070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:32:25,549 INFO Processing ruok command from /127.0.0.1:53254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:32:25,590 INFO Processing ruok command from /127.0.0.1:53256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:32:27,896 INFO Committing global session 0x2000051bd5f0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:32:35,564 INFO Processing ruok command from /127.0.0.1:53414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:32:35,603 INFO Processing ruok command from /127.0.0.1:53416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:32:45,558 INFO Processing ruok command from /127.0.0.1:53576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:32:45,607 INFO Processing ruok command from /127.0.0.1:53580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:32:55,560 INFO Processing ruok command from /127.0.0.1:53752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:32:55,596 INFO Processing ruok command from /127.0.0.1:53754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:33:05,566 INFO Processing ruok command from /127.0.0.1:53924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:33:05,630 INFO Processing ruok command from /127.0.0.1:53926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:33:15,553 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:33:15,608 INFO Processing ruok command from /127.0.0.1:54100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:33:25,561 INFO Processing ruok command from /127.0.0.1:54282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:33:25,603 INFO Processing ruok command from /127.0.0.1:54284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:33:35,563 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:33:35,603 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:33:45,551 INFO Processing ruok command from /127.0.0.1:54612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:33:45,591 INFO Processing ruok command from /127.0.0.1:54614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:33:55,555 INFO Processing ruok command from /127.0.0.1:54786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:33:55,590 INFO Processing ruok command from /127.0.0.1:54788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:34:05,551 INFO Processing ruok command from /127.0.0.1:54952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:34:05,625 INFO Processing ruok command from /127.0.0.1:54954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:34:15,555 INFO Processing ruok command from /127.0.0.1:55136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:34:15,630 INFO Processing ruok command from /127.0.0.1:55138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:34:25,563 INFO Processing ruok command from /127.0.0.1:55316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:34:25,610 INFO Processing ruok command from /127.0.0.1:55318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:34:27,671 INFO Committing global session 0x100005261b60009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:34:35,553 INFO Processing ruok command from /127.0.0.1:55484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:34:35,597 INFO Processing ruok command from /127.0.0.1:55486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:34:45,553 INFO Processing ruok command from /127.0.0.1:55658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:34:45,595 INFO Processing ruok command from /127.0.0.1:55660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:34:55,564 INFO Processing ruok command from /127.0.0.1:55836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:34:55,608 INFO Processing ruok command from /127.0.0.1:55840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:35:05,563 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:35:05,601 INFO Processing ruok command from /127.0.0.1:55996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:35:15,559 INFO Processing ruok command from /127.0.0.1:56186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:35:15,627 INFO Processing ruok command from /127.0.0.1:56188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:35:25,569 INFO Processing ruok command from /127.0.0.1:56360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:35:25,625 INFO Processing ruok command from /127.0.0.1:56362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:35:35,563 INFO Processing ruok command from /127.0.0.1:56524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:35:35,626 INFO Processing ruok command from /127.0.0.1:56526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:35:45,555 INFO Processing ruok command from /127.0.0.1:56694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:35:45,600 INFO Processing ruok command from /127.0.0.1:56696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:35:55,567 INFO Processing ruok command from /127.0.0.1:56866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:35:55,618 INFO Processing ruok command from /127.0.0.1:56868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:36:05,559 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:36:05,612 INFO Processing ruok command from /127.0.0.1:57034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:36:15,573 INFO Processing ruok command from /127.0.0.1:57204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:36:15,605 INFO Processing ruok command from /127.0.0.1:57206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:36:25,571 INFO Processing ruok command from /127.0.0.1:57380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:36:25,614 INFO Processing ruok command from /127.0.0.1:57382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:36:27,833 INFO Committing global session 0x100005261b6000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:36:35,557 INFO Processing ruok command from /127.0.0.1:57548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:36:35,591 INFO Processing ruok command from /127.0.0.1:57550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:36:45,554 INFO Processing ruok command from /127.0.0.1:57712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:36:45,597 INFO Processing ruok command from /127.0.0.1:57714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:36:55,564 INFO Processing ruok command from /127.0.0.1:57886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:36:55,625 INFO Processing ruok command from /127.0.0.1:57888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:37:05,562 INFO Processing ruok command from /127.0.0.1:58050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:37:05,596 INFO Processing ruok command from /127.0.0.1:58052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:37:15,567 INFO Processing ruok command from /127.0.0.1:58220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:37:15,607 INFO Processing ruok command from /127.0.0.1:58222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:37:25,550 INFO Processing ruok command from /127.0.0.1:58418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:37:25,607 INFO Processing ruok command from /127.0.0.1:58420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:37:35,586 INFO Processing ruok command from /127.0.0.1:58592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:37:35,667 INFO Processing ruok command from /127.0.0.1:58596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:37:45,563 INFO Processing ruok command from /127.0.0.1:58758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:37:45,662 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:37:55,602 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:37:55,676 INFO Processing ruok command from /127.0.0.1:58944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:38:05,566 INFO Processing ruok command from /127.0.0.1:59096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:38:05,659 INFO Processing ruok command from /127.0.0.1:59102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:38:15,602 INFO Processing ruok command from /127.0.0.1:59268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:38:15,659 INFO Processing ruok command from /127.0.0.1:59272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:38:25,561 INFO Processing ruok command from /127.0.0.1:59440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:38:25,649 INFO Processing ruok command from /127.0.0.1:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:38:27,761 INFO Committing global session 0x100005261b6000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:38:35,563 INFO Processing ruok command from /127.0.0.1:59626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:38:35,614 INFO Processing ruok command from /127.0.0.1:59628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:38:45,560 INFO Processing ruok command from /127.0.0.1:59800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:38:45,598 INFO Processing ruok command from /127.0.0.1:59802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:38:55,565 INFO Processing ruok command from /127.0.0.1:59982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:38:55,611 INFO Processing ruok command from /127.0.0.1:59984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:39:05,555 INFO Processing ruok command from /127.0.0.1:60146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:39:05,588 INFO Processing ruok command from /127.0.0.1:60148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:39:15,558 INFO Processing ruok command from /127.0.0.1:60322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:39:15,597 INFO Processing ruok command from /127.0.0.1:60324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:39:25,560 INFO Processing ruok command from /127.0.0.1:60500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:39:25,626 INFO Processing ruok command from /127.0.0.1:60502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:39:35,566 INFO Processing ruok command from /127.0.0.1:60680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:39:35,627 INFO Processing ruok command from /127.0.0.1:60682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:39:45,561 INFO Processing ruok command from /127.0.0.1:60858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:39:45,603 INFO Processing ruok command from /127.0.0.1:60860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:39:55,565 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:39:55,603 INFO Processing ruok command from /127.0.0.1:32802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:40:05,565 INFO Processing ruok command from /127.0.0.1:32976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:40:05,603 INFO Processing ruok command from /127.0.0.1:32978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:40:15,554 INFO Processing ruok command from /127.0.0.1:33154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:40:15,613 INFO Processing ruok command from /127.0.0.1:33156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:40:25,548 INFO Processing ruok command from /127.0.0.1:33328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:40:25,607 INFO Processing ruok command from /127.0.0.1:33332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:40:27,926 INFO Committing global session 0x2000051bd5f0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:40:35,557 INFO Processing ruok command from /127.0.0.1:33508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:40:35,592 INFO Processing ruok command from /127.0.0.1:33510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:40:45,560 INFO Processing ruok command from /127.0.0.1:33688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:40:45,596 INFO Processing ruok command from /127.0.0.1:33690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:40:55,550 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:40:55,583 INFO Processing ruok command from /127.0.0.1:33860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:41:05,557 INFO Processing ruok command from /127.0.0.1:34030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:41:05,653 INFO Processing ruok command from /127.0.0.1:34034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:41:15,558 INFO Processing ruok command from /127.0.0.1:34202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:41:15,590 INFO Processing ruok command from /127.0.0.1:34204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:41:25,552 INFO Processing ruok command from /127.0.0.1:34382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:41:25,594 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:41:35,567 INFO Processing ruok command from /127.0.0.1:34550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:41:35,624 INFO Processing ruok command from /127.0.0.1:34552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:41:36,322 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:41:36,328 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:41:45,568 INFO Processing ruok command from /127.0.0.1:34730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:41:45,606 INFO Processing ruok command from /127.0.0.1:34732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:41:55,563 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:41:55,602 INFO Processing ruok command from /127.0.0.1:34906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:42:05,561 INFO Processing ruok command from /127.0.0.1:35064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:42:05,612 INFO Processing ruok command from /127.0.0.1:35066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:42:15,553 INFO Processing ruok command from /127.0.0.1:35238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:42:15,616 INFO Processing ruok command from /127.0.0.1:35242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:42:25,560 INFO Processing ruok command from /127.0.0.1:35418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:42:25,614 INFO Processing ruok command from /127.0.0.1:35420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:42:27,908 INFO Committing global session 0x2000051bd5f0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:42:35,558 INFO Processing ruok command from /127.0.0.1:35578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:42:35,601 INFO Processing ruok command from /127.0.0.1:35580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:42:36,321 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:42:36,328 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:42:45,556 INFO Processing ruok command from /127.0.0.1:35742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:42:45,631 INFO Processing ruok command from /127.0.0.1:35744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:42:55,566 INFO Processing ruok command from /127.0.0.1:35920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:42:55,610 INFO Processing ruok command from /127.0.0.1:35922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:43:05,564 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:43:05,613 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:43:15,565 INFO Processing ruok command from /127.0.0.1:36282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:43:15,602 INFO Processing ruok command from /127.0.0.1:36284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:43:25,556 INFO Processing ruok command from /127.0.0.1:36472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:43:25,626 INFO Processing ruok command from /127.0.0.1:36474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:43:35,575 INFO Processing ruok command from /127.0.0.1:36646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:43:35,612 INFO Processing ruok command from /127.0.0.1:36648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:43:36,321 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:43:45,555 INFO Processing ruok command from /127.0.0.1:36824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:43:45,605 INFO Processing ruok command from /127.0.0.1:36826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:43:55,568 INFO Processing ruok command from /127.0.0.1:37016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:43:55,607 INFO Processing ruok command from /127.0.0.1:37018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:44:05,556 INFO Processing ruok command from /127.0.0.1:37182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:44:05,608 INFO Processing ruok command from /127.0.0.1:37186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:44:15,560 INFO Processing ruok command from /127.0.0.1:37360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:44:15,610 INFO Processing ruok command from /127.0.0.1:37362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:44:25,565 INFO Processing ruok command from /127.0.0.1:37552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:44:25,611 INFO Processing ruok command from /127.0.0.1:37554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:44:27,934 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:44:27,941 INFO Committing global session 0x3000052aea1000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:44:28,702 INFO Submitting global closeSession request for session 0x3000052aea1000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:44:35,557 INFO Processing ruok command from /127.0.0.1:37722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:44:35,599 INFO Processing ruok command from /127.0.0.1:37728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:44:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:44:45,553 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:44:45,595 INFO Processing ruok command from /127.0.0.1:37896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:44:55,557 INFO Processing ruok command from /127.0.0.1:38070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:44:55,595 INFO Processing ruok command from /127.0.0.1:38072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:45:05,579 INFO Processing ruok command from /127.0.0.1:38240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:45:05,634 INFO Processing ruok command from /127.0.0.1:38244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:45:15,558 INFO Processing ruok command from /127.0.0.1:38416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:45:15,618 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:45:25,556 INFO Processing ruok command from /127.0.0.1:38590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:45:25,638 INFO Processing ruok command from /127.0.0.1:38594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:45:35,570 INFO Processing ruok command from /127.0.0.1:38760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:45:35,601 INFO Processing ruok command from /127.0.0.1:38762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:45:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:45:45,547 INFO Processing ruok command from /127.0.0.1:38934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:45:45,587 INFO Processing ruok command from /127.0.0.1:38936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:45:55,568 INFO Processing ruok command from /127.0.0.1:39118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:45:55,607 INFO Processing ruok command from /127.0.0.1:39120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:46:05,560 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:46:05,595 INFO Processing ruok command from /127.0.0.1:39300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:46:15,557 INFO Processing ruok command from /127.0.0.1:39474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:46:15,597 INFO Processing ruok command from /127.0.0.1:39476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:46:25,589 INFO Processing ruok command from /127.0.0.1:39650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:46:25,625 INFO Processing ruok command from /127.0.0.1:39652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:46:27,813 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:46:27,819 INFO Committing global session 0x3000052aea1000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:46:28,680 INFO Submitting global closeSession request for session 0x3000052aea1000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:46:35,549 INFO Processing ruok command from /127.0.0.1:39812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:46:35,586 INFO Processing ruok command from /127.0.0.1:39814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:46:36,322 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-05 05:46:36,327 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:46:36,333 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-05 05:46:36,339 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:46:36,346 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:46:36,352 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-05 05:46:36,358 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-05 05:46:36,364 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-05 05:46:36,370 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-05 05:46:45,556 INFO Processing ruok command from /127.0.0.1:39984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:46:45,603 INFO Processing ruok command from /127.0.0.1:39986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:46:55,573 INFO Processing ruok command from /127.0.0.1:40156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:46:55,650 INFO Processing ruok command from /127.0.0.1:40160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:47:05,563 INFO Processing ruok command from /127.0.0.1:40324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:47:05,618 INFO Processing ruok command from /127.0.0.1:40326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:47:15,549 INFO Processing ruok command from /127.0.0.1:40510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:47:15,589 INFO Processing ruok command from /127.0.0.1:40512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:47:25,555 INFO Processing ruok command from /127.0.0.1:40700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:47:25,621 INFO Processing ruok command from /127.0.0.1:40702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:47:35,553 INFO Processing ruok command from /127.0.0.1:40858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:47:35,613 INFO Processing ruok command from /127.0.0.1:40860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:47:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:36,327 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:36,334 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-05 05:47:36,340 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:36,346 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:36,352 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:36,358 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:36,364 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:36,371 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:47:45,553 INFO Processing ruok command from /127.0.0.1:41026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:47:45,607 INFO Processing ruok command from /127.0.0.1:41028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:47:55,554 INFO Processing ruok command from /127.0.0.1:41208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:47:55,591 INFO Processing ruok command from /127.0.0.1:41210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:48:05,572 INFO Processing ruok command from /127.0.0.1:41374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:48:05,643 INFO Processing ruok command from /127.0.0.1:41378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:48:15,559 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:48:15,608 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:48:25,558 INFO Processing ruok command from /127.0.0.1:41742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:48:25,594 INFO Processing ruok command from /127.0.0.1:41744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:48:27,611 INFO Committing global session 0x2000051bd5f0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:48:35,569 INFO Processing ruok command from /127.0.0.1:41918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:48:35,603 INFO Processing ruok command from /127.0.0.1:41920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:48:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:48:36,327 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:48:45,564 INFO Processing ruok command from /127.0.0.1:42094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:48:45,604 INFO Processing ruok command from /127.0.0.1:42096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:48:55,564 INFO Processing ruok command from /127.0.0.1:42270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:48:55,623 INFO Processing ruok command from /127.0.0.1:42274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:49:05,561 INFO Processing ruok command from /127.0.0.1:42440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:49:05,606 INFO Processing ruok command from /127.0.0.1:42442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:49:15,562 INFO Processing ruok command from /127.0.0.1:42616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:49:15,621 INFO Processing ruok command from /127.0.0.1:42618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:49:25,557 INFO Processing ruok command from /127.0.0.1:42808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:49:25,617 INFO Processing ruok command from /127.0.0.1:42810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:49:35,557 INFO Processing ruok command from /127.0.0.1:42988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:49:35,599 INFO Processing ruok command from /127.0.0.1:42990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:49:36,322 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 05:49:45,566 INFO Processing ruok command from /127.0.0.1:43162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:49:45,603 INFO Processing ruok command from /127.0.0.1:43164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:49:55,572 INFO Processing ruok command from /127.0.0.1:43340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:49:55,615 INFO Processing ruok command from /127.0.0.1:43342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:50:05,560 INFO Processing ruok command from /127.0.0.1:43516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:50:05,633 INFO Processing ruok command from /127.0.0.1:43518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:50:15,558 INFO Processing ruok command from /127.0.0.1:43694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:50:15,618 INFO Processing ruok command from /127.0.0.1:43696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:50:25,570 INFO Processing ruok command from /127.0.0.1:43886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:50:25,610 INFO Processing ruok command from /127.0.0.1:43888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:50:27,694 INFO Committing global session 0x100005261b6000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:50:35,584 INFO Processing ruok command from /127.0.0.1:44054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:50:35,625 INFO Processing ruok command from /127.0.0.1:44056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:50:45,572 INFO Processing ruok command from /127.0.0.1:44230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:50:45,603 INFO Processing ruok command from /127.0.0.1:44232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:50:55,582 INFO Processing ruok command from /127.0.0.1:44414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:50:55,636 INFO Processing ruok command from /127.0.0.1:44418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:51:05,555 INFO Processing ruok command from /127.0.0.1:44582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:51:05,634 INFO Processing ruok command from /127.0.0.1:44586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:51:15,563 INFO Processing ruok command from /127.0.0.1:44760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:51:15,619 INFO Processing ruok command from /127.0.0.1:44762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:51:25,557 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:51:25,593 INFO Processing ruok command from /127.0.0.1:44950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:51:35,560 INFO Processing ruok command from /127.0.0.1:45122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:51:35,598 INFO Processing ruok command from /127.0.0.1:45124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:51:45,571 INFO Processing ruok command from /127.0.0.1:45294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:51:45,610 INFO Processing ruok command from /127.0.0.1:45296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:51:55,581 INFO Processing ruok command from /127.0.0.1:45466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:51:55,647 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:52:05,558 INFO Processing ruok command from /127.0.0.1:45634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:52:05,619 INFO Processing ruok command from /127.0.0.1:45636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:52:15,553 INFO Processing ruok command from /127.0.0.1:45814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:52:15,611 INFO Processing ruok command from /127.0.0.1:45816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:52:25,564 INFO Processing ruok command from /127.0.0.1:46002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:52:25,625 INFO Processing ruok command from /127.0.0.1:46006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:52:27,859 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 05:52:27,867 INFO Committing global session 0x3000052aea1000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:52:28,578 INFO Submitting global closeSession request for session 0x3000052aea1000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:52:35,557 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:52:35,601 INFO Processing ruok command from /127.0.0.1:46190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:52:45,561 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:52:45,604 INFO Processing ruok command from /127.0.0.1:46368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:52:55,570 INFO Processing ruok command from /127.0.0.1:46548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:52:55,622 INFO Processing ruok command from /127.0.0.1:46550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:53:05,557 INFO Processing ruok command from /127.0.0.1:46720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:53:05,588 INFO Processing ruok command from /127.0.0.1:46722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:53:15,587 INFO Processing ruok command from /127.0.0.1:46898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:53:15,630 INFO Processing ruok command from /127.0.0.1:46900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:53:25,560 INFO Processing ruok command from /127.0.0.1:47080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:53:25,600 INFO Processing ruok command from /127.0.0.1:47082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:53:35,558 INFO Processing ruok command from /127.0.0.1:47254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:53:35,614 INFO Processing ruok command from /127.0.0.1:47256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:53:45,569 INFO Processing ruok command from /127.0.0.1:47434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:53:45,634 INFO Processing ruok command from /127.0.0.1:47438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:53:55,568 INFO Processing ruok command from /127.0.0.1:47618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:53:55,643 INFO Processing ruok command from /127.0.0.1:47622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:54:05,566 INFO Processing ruok command from /127.0.0.1:47798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:54:05,605 INFO Processing ruok command from /127.0.0.1:47800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:54:15,551 INFO Processing ruok command from /127.0.0.1:47974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:54:15,583 INFO Processing ruok command from /127.0.0.1:47976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:54:25,550 INFO Processing ruok command from /127.0.0.1:48162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:54:25,622 INFO Processing ruok command from /127.0.0.1:48164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:54:27,814 INFO Committing global session 0x2000051bd5f0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:54:35,564 INFO Processing ruok command from /127.0.0.1:48342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:54:35,636 INFO Processing ruok command from /127.0.0.1:48346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:54:45,574 INFO Processing ruok command from /127.0.0.1:48528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:54:45,622 INFO Processing ruok command from /127.0.0.1:48530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:54:55,553 INFO Processing ruok command from /127.0.0.1:48718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:54:55,618 INFO Processing ruok command from /127.0.0.1:48722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:55:05,555 INFO Processing ruok command from /127.0.0.1:48882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:55:05,628 INFO Processing ruok command from /127.0.0.1:48886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:55:15,562 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:55:15,623 INFO Processing ruok command from /127.0.0.1:49062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:55:25,559 INFO Processing ruok command from /127.0.0.1:49248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:55:25,606 INFO Processing ruok command from /127.0.0.1:49250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:55:35,562 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:55:35,604 INFO Processing ruok command from /127.0.0.1:49422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:55:45,562 INFO Processing ruok command from /127.0.0.1:49596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:55:45,605 INFO Processing ruok command from /127.0.0.1:49598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:55:55,549 INFO Processing ruok command from /127.0.0.1:49794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:55:55,584 INFO Processing ruok command from /127.0.0.1:49796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:56:05,567 INFO Processing ruok command from /127.0.0.1:49970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:56:05,607 INFO Processing ruok command from /127.0.0.1:49972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:56:15,558 INFO Processing ruok command from /127.0.0.1:50154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:56:15,617 INFO Processing ruok command from /127.0.0.1:50156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:56:25,553 INFO Processing ruok command from /127.0.0.1:50346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:56:25,593 INFO Processing ruok command from /127.0.0.1:50348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:56:27,586 INFO Committing global session 0x100005261b6000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:56:35,552 INFO Processing ruok command from /127.0.0.1:50520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:56:35,591 INFO Processing ruok command from /127.0.0.1:50522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:56:45,570 INFO Processing ruok command from /127.0.0.1:50696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:56:45,648 INFO Processing ruok command from /127.0.0.1:50702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:56:55,569 INFO Processing ruok command from /127.0.0.1:50882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:56:55,647 INFO Processing ruok command from /127.0.0.1:50886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:57:05,578 INFO Processing ruok command from /127.0.0.1:51052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:57:05,637 INFO Processing ruok command from /127.0.0.1:51054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:57:15,569 INFO Processing ruok command from /127.0.0.1:51226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:57:15,608 INFO Processing ruok command from /127.0.0.1:51228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:57:25,585 INFO Processing ruok command from /127.0.0.1:51406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:57:25,646 INFO Processing ruok command from /127.0.0.1:51412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:57:35,556 INFO Processing ruok command from /127.0.0.1:51582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:57:35,604 INFO Processing ruok command from /127.0.0.1:51584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:57:45,559 INFO Processing ruok command from /127.0.0.1:51760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:57:45,594 INFO Processing ruok command from /127.0.0.1:51762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:57:55,563 INFO Processing ruok command from /127.0.0.1:51948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:57:55,596 INFO Processing ruok command from /127.0.0.1:51950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:58:05,557 INFO Processing ruok command from /127.0.0.1:52134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:58:05,602 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:58:15,577 INFO Processing ruok command from /127.0.0.1:52314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:58:15,657 INFO Processing ruok command from /127.0.0.1:52318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:58:25,554 INFO Processing ruok command from /127.0.0.1:52504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:58:25,596 INFO Processing ruok command from /127.0.0.1:52506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:58:27,679 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 05:58:27,686 INFO Committing global session 0x3000052aea1000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 05:58:28,534 INFO Submitting global closeSession request for session 0x3000052aea1000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 05:58:35,560 INFO Processing ruok command from /127.0.0.1:52674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:58:35,608 INFO Processing ruok command from /127.0.0.1:52676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:58:45,591 INFO Processing ruok command from /127.0.0.1:52858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:58:45,633 INFO Processing ruok command from /127.0.0.1:52862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:58:55,557 INFO Processing ruok command from /127.0.0.1:53040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:58:55,624 INFO Processing ruok command from /127.0.0.1:53042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:59:05,567 INFO Processing ruok command from /127.0.0.1:53224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:59:05,603 INFO Processing ruok command from /127.0.0.1:53226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:59:15,565 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:59:15,637 INFO Processing ruok command from /127.0.0.1:53402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:59:25,561 INFO Processing ruok command from /127.0.0.1:53590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:59:25,606 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:59:35,566 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:59:35,604 INFO Processing ruok command from /127.0.0.1:53762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:59:45,557 INFO Processing ruok command from /127.0.0.1:53938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:59:45,625 INFO Processing ruok command from /127.0.0.1:53940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 05:59:55,559 INFO Processing ruok command from /127.0.0.1:54122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 05:59:55,598 INFO Processing ruok command from /127.0.0.1:54124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:00:05,565 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:00:05,631 INFO Processing ruok command from /127.0.0.1:54296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:00:15,554 INFO Processing ruok command from /127.0.0.1:54480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:00:15,624 INFO Processing ruok command from /127.0.0.1:54482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:00:25,563 INFO Processing ruok command from /127.0.0.1:54666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:00:25,597 INFO Processing ruok command from /127.0.0.1:54668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:00:27,773 INFO Committing global session 0x100005261b6000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:00:35,553 INFO Processing ruok command from /127.0.0.1:54836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:00:35,591 INFO Processing ruok command from /127.0.0.1:54838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:00:45,576 INFO Processing ruok command from /127.0.0.1:55016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:00:45,621 INFO Processing ruok command from /127.0.0.1:55018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:00:55,564 INFO Processing ruok command from /127.0.0.1:55198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:00:55,598 INFO Processing ruok command from /127.0.0.1:55200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:01:05,574 INFO Processing ruok command from /127.0.0.1:55378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:01:05,627 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:01:15,562 INFO Processing ruok command from /127.0.0.1:55562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:01:15,637 INFO Processing ruok command from /127.0.0.1:55566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:01:25,561 INFO Processing ruok command from /127.0.0.1:55744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:01:25,592 INFO Processing ruok command from /127.0.0.1:55746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:01:35,573 INFO Processing ruok command from /127.0.0.1:55914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:01:35,613 INFO Processing ruok command from /127.0.0.1:55916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:01:45,557 INFO Processing ruok command from /127.0.0.1:56092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:01:45,607 INFO Processing ruok command from /127.0.0.1:56094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:01:55,550 INFO Processing ruok command from /127.0.0.1:56274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:01:55,621 INFO Processing ruok command from /127.0.0.1:56276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:02:05,570 INFO Processing ruok command from /127.0.0.1:56444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:02:05,639 INFO Processing ruok command from /127.0.0.1:56450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:02:15,563 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:02:15,653 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:02:25,574 INFO Processing ruok command from /127.0.0.1:56816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:02:25,636 INFO Processing ruok command from /127.0.0.1:56820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:02:27,720 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 06:02:27,727 INFO Committing global session 0x3000052aea10010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:02:28,596 INFO Submitting global closeSession request for session 0x3000052aea10010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:02:34,370 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-05 06:02:34,371 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-05 06:02:34,382 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-05 06:02:35,556 INFO Processing ruok command from /127.0.0.1:56992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:02:35,599 INFO Processing ruok command from /127.0.0.1:56994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:02:45,573 INFO Processing ruok command from /127.0.0.1:57172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:02:45,610 INFO Processing ruok command from /127.0.0.1:57174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:02:55,574 INFO Processing ruok command from /127.0.0.1:57360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:02:55,613 INFO Processing ruok command from /127.0.0.1:57362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:03:05,572 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:03:05,633 INFO Processing ruok command from /127.0.0.1:57544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:03:15,554 INFO Processing ruok command from /127.0.0.1:57714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:03:15,593 INFO Processing ruok command from /127.0.0.1:57718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:03:25,567 INFO Processing ruok command from /127.0.0.1:57908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:03:25,600 INFO Processing ruok command from /127.0.0.1:57910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:03:35,565 INFO Processing ruok command from /127.0.0.1:58080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:03:35,601 INFO Processing ruok command from /127.0.0.1:58082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:03:45,571 INFO Processing ruok command from /127.0.0.1:58256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:03:45,617 INFO Processing ruok command from /127.0.0.1:58258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:03:55,554 INFO Processing ruok command from /127.0.0.1:58446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:03:55,602 INFO Processing ruok command from /127.0.0.1:58448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:04:05,560 INFO Processing ruok command from /127.0.0.1:58614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:04:05,599 INFO Processing ruok command from /127.0.0.1:58616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:04:15,570 INFO Processing ruok command from /127.0.0.1:58788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:04:15,640 INFO Processing ruok command from /127.0.0.1:58794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:04:25,567 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:04:25,616 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:04:27,744 INFO Committing global session 0x100005261b6000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:04:35,567 INFO Processing ruok command from /127.0.0.1:59160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:04:35,636 INFO Processing ruok command from /127.0.0.1:59166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:04:45,551 INFO Processing ruok command from /127.0.0.1:59334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:04:45,595 INFO Processing ruok command from /127.0.0.1:59336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:04:55,571 INFO Processing ruok command from /127.0.0.1:59516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:04:55,609 INFO Processing ruok command from /127.0.0.1:59520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:05:05,579 INFO Processing ruok command from /127.0.0.1:59686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:05:05,660 INFO Processing ruok command from /127.0.0.1:59692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:05:15,567 INFO Processing ruok command from /127.0.0.1:59856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:05:15,601 INFO Processing ruok command from /127.0.0.1:59858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:05:25,570 INFO Processing ruok command from /127.0.0.1:60044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:05:25,610 INFO Processing ruok command from /127.0.0.1:60046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:05:35,585 INFO Processing ruok command from /127.0.0.1:60228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:05:35,654 INFO Processing ruok command from /127.0.0.1:60232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:05:45,557 INFO Processing ruok command from /127.0.0.1:60404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:05:45,594 INFO Processing ruok command from /127.0.0.1:60406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:05:55,585 INFO Processing ruok command from /127.0.0.1:60596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:05:55,609 INFO Processing ruok command from /127.0.0.1:60598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:06:05,573 INFO Processing ruok command from /127.0.0.1:60762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:06:05,621 INFO Processing ruok command from /127.0.0.1:60766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:06:15,557 INFO Processing ruok command from /127.0.0.1:60938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:06:15,598 INFO Processing ruok command from /127.0.0.1:60940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:06:25,579 INFO Processing ruok command from /127.0.0.1:32890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:06:25,650 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:06:27,579 INFO Committing global session 0x2000051bd5f000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:06:35,580 INFO Processing ruok command from /127.0.0.1:33064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:06:35,619 INFO Processing ruok command from /127.0.0.1:33066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:06:45,563 INFO Processing ruok command from /127.0.0.1:33252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:06:45,631 INFO Processing ruok command from /127.0.0.1:33254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:06:55,563 INFO Processing ruok command from /127.0.0.1:33438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:06:55,638 INFO Processing ruok command from /127.0.0.1:33442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:07:05,598 INFO Processing ruok command from /127.0.0.1:33606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:07:05,639 INFO Processing ruok command from /127.0.0.1:33610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:07:15,558 INFO Processing ruok command from /127.0.0.1:33780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:07:15,601 INFO Processing ruok command from /127.0.0.1:33782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:07:25,559 INFO Processing ruok command from /127.0.0.1:33976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:07:25,599 INFO Processing ruok command from /127.0.0.1:33978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:07:35,568 INFO Processing ruok command from /127.0.0.1:34148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:07:35,638 INFO Processing ruok command from /127.0.0.1:34152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:07:45,561 INFO Processing ruok command from /127.0.0.1:34332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:07:45,624 INFO Processing ruok command from /127.0.0.1:34334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:07:55,568 INFO Processing ruok command from /127.0.0.1:34514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:07:55,630 INFO Processing ruok command from /127.0.0.1:34516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:08:05,578 INFO Processing ruok command from /127.0.0.1:34674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:08:05,629 INFO Processing ruok command from /127.0.0.1:34676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:08:15,569 INFO Processing ruok command from /127.0.0.1:34860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:08:15,607 INFO Processing ruok command from /127.0.0.1:34862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:08:25,565 INFO Processing ruok command from /127.0.0.1:35050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:08:25,611 INFO Processing ruok command from /127.0.0.1:35052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:08:27,507 INFO Committing global session 0x2000051bd5f000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:08:35,570 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:08:35,612 INFO Processing ruok command from /127.0.0.1:35226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:08:45,572 INFO Processing ruok command from /127.0.0.1:35404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:08:45,608 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:08:55,576 INFO Processing ruok command from /127.0.0.1:35598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:08:55,612 INFO Processing ruok command from /127.0.0.1:35600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:09:05,565 INFO Processing ruok command from /127.0.0.1:35766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:09:05,610 INFO Processing ruok command from /127.0.0.1:35768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:09:15,570 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:09:15,644 INFO Processing ruok command from /127.0.0.1:35946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:09:25,577 INFO Processing ruok command from /127.0.0.1:36128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:09:25,647 INFO Processing ruok command from /127.0.0.1:36132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:09:35,573 INFO Processing ruok command from /127.0.0.1:36302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:09:35,642 INFO Processing ruok command from /127.0.0.1:36306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:09:45,574 INFO Processing ruok command from /127.0.0.1:36482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:09:45,611 INFO Processing ruok command from /127.0.0.1:36484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:09:55,566 INFO Processing ruok command from /127.0.0.1:36672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:09:55,603 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:10:05,575 INFO Processing ruok command from /127.0.0.1:36852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:10:05,611 INFO Processing ruok command from /127.0.0.1:36854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:10:15,557 INFO Processing ruok command from /127.0.0.1:37032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:10:15,591 INFO Processing ruok command from /127.0.0.1:37034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:10:25,562 INFO Processing ruok command from /127.0.0.1:37218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:10:25,604 INFO Processing ruok command from /127.0.0.1:37220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:10:27,628 INFO Committing global session 0x2000051bd5f000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:10:35,575 INFO Processing ruok command from /127.0.0.1:37384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:10:35,638 INFO Processing ruok command from /127.0.0.1:37390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:10:45,556 INFO Processing ruok command from /127.0.0.1:37562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:10:45,596 INFO Processing ruok command from /127.0.0.1:37564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:10:55,568 INFO Processing ruok command from /127.0.0.1:37744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:10:55,600 INFO Processing ruok command from /127.0.0.1:37746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:11:05,585 INFO Processing ruok command from /127.0.0.1:37924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:11:05,661 INFO Processing ruok command from /127.0.0.1:37928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:11:15,561 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:11:15,596 INFO Processing ruok command from /127.0.0.1:38094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:11:25,568 INFO Processing ruok command from /127.0.0.1:38276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:11:25,622 INFO Processing ruok command from /127.0.0.1:38278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:11:35,565 INFO Processing ruok command from /127.0.0.1:38456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:11:35,606 INFO Processing ruok command from /127.0.0.1:38458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:11:45,561 INFO Processing ruok command from /127.0.0.1:38624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:11:45,602 INFO Processing ruok command from /127.0.0.1:38628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:11:55,566 INFO Processing ruok command from /127.0.0.1:38814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:11:55,602 INFO Processing ruok command from /127.0.0.1:38816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:12:05,579 INFO Processing ruok command from /127.0.0.1:38996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:12:05,618 INFO Processing ruok command from /127.0.0.1:38998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:12:15,575 INFO Processing ruok command from /127.0.0.1:39178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:12:15,613 INFO Processing ruok command from /127.0.0.1:39180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:12:25,586 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:12:25,617 INFO Processing ruok command from /127.0.0.1:39366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:12:27,667 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 06:12:27,674 INFO Committing global session 0x3000052aea10011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:12:28,539 INFO Submitting global closeSession request for session 0x3000052aea10011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:12:35,579 INFO Processing ruok command from /127.0.0.1:39536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:12:35,616 INFO Processing ruok command from /127.0.0.1:39538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:12:45,568 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:12:45,636 INFO Processing ruok command from /127.0.0.1:39714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:12:55,577 INFO Processing ruok command from /127.0.0.1:39892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:12:55,637 INFO Processing ruok command from /127.0.0.1:39896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:13:05,570 INFO Processing ruok command from /127.0.0.1:40056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:13:05,609 INFO Processing ruok command from /127.0.0.1:40058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:13:15,574 INFO Processing ruok command from /127.0.0.1:40244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:13:15,652 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:13:25,572 INFO Processing ruok command from /127.0.0.1:40432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:13:25,610 INFO Processing ruok command from /127.0.0.1:40434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:13:35,565 INFO Processing ruok command from /127.0.0.1:40608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:13:35,645 INFO Processing ruok command from /127.0.0.1:40612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:13:45,575 INFO Processing ruok command from /127.0.0.1:40788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:13:45,603 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:13:55,585 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:13:55,650 INFO Processing ruok command from /127.0.0.1:40974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:14:05,589 INFO Processing ruok command from /127.0.0.1:41144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:14:05,623 INFO Processing ruok command from /127.0.0.1:41146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:14:15,568 INFO Processing ruok command from /127.0.0.1:41326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:14:15,610 INFO Processing ruok command from /127.0.0.1:41328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:14:25,569 INFO Processing ruok command from /127.0.0.1:41508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:14:25,607 INFO Processing ruok command from /127.0.0.1:41510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:14:27,782 INFO Committing global session 0x2000051bd5f000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:14:35,557 INFO Processing ruok command from /127.0.0.1:41690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:14:35,632 INFO Processing ruok command from /127.0.0.1:41692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:14:45,573 INFO Processing ruok command from /127.0.0.1:41862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:14:45,609 INFO Processing ruok command from /127.0.0.1:41864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:14:55,557 INFO Processing ruok command from /127.0.0.1:42048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:14:55,624 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:15:05,576 INFO Processing ruok command from /127.0.0.1:42240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:15:05,656 INFO Processing ruok command from /127.0.0.1:42244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:15:15,566 INFO Processing ruok command from /127.0.0.1:42418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:15:15,645 INFO Processing ruok command from /127.0.0.1:42422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:15:25,555 INFO Processing ruok command from /127.0.0.1:42614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:15:25,649 INFO Processing ruok command from /127.0.0.1:42618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:15:35,558 INFO Processing ruok command from /127.0.0.1:42788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:15:35,636 INFO Processing ruok command from /127.0.0.1:42792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:15:45,556 INFO Processing ruok command from /127.0.0.1:42964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:15:45,601 INFO Processing ruok command from /127.0.0.1:42966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:15:55,595 INFO Processing ruok command from /127.0.0.1:43154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:15:55,661 INFO Processing ruok command from /127.0.0.1:43158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:16:05,561 INFO Processing ruok command from /127.0.0.1:43314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:16:05,659 INFO Processing ruok command from /127.0.0.1:43318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:16:15,561 INFO Processing ruok command from /127.0.0.1:43492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:16:15,603 INFO Processing ruok command from /127.0.0.1:43494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:16:25,574 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:16:25,625 INFO Processing ruok command from /127.0.0.1:43682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:16:27,500 INFO Committing global session 0x100005261b60010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:16:35,554 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:16:35,604 INFO Processing ruok command from /127.0.0.1:43854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:16:45,567 INFO Processing ruok command from /127.0.0.1:44036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:16:45,609 INFO Processing ruok command from /127.0.0.1:44038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:16:55,562 INFO Processing ruok command from /127.0.0.1:44222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:16:55,654 INFO Processing ruok command from /127.0.0.1:44226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:17:05,561 INFO Processing ruok command from /127.0.0.1:44394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:17:05,616 INFO Processing ruok command from /127.0.0.1:44396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:17:15,558 INFO Processing ruok command from /127.0.0.1:44572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:17:15,637 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:17:25,563 INFO Processing ruok command from /127.0.0.1:44754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:17:25,619 INFO Processing ruok command from /127.0.0.1:44756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:17:35,557 INFO Processing ruok command from /127.0.0.1:44936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:17:35,608 INFO Processing ruok command from /127.0.0.1:44938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:17:45,557 INFO Processing ruok command from /127.0.0.1:45114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:17:45,623 INFO Processing ruok command from /127.0.0.1:45116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:17:55,566 INFO Processing ruok command from /127.0.0.1:45300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:17:55,645 INFO Processing ruok command from /127.0.0.1:45304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:18:05,555 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:18:05,605 INFO Processing ruok command from /127.0.0.1:45472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:18:15,566 INFO Processing ruok command from /127.0.0.1:45646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:18:15,605 INFO Processing ruok command from /127.0.0.1:45648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:18:25,570 INFO Processing ruok command from /127.0.0.1:45824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:18:25,660 INFO Processing ruok command from /127.0.0.1:45828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:18:27,697 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 06:18:27,705 INFO Committing global session 0x3000052aea10012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:18:28,550 INFO Submitting global closeSession request for session 0x3000052aea10012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:18:35,554 INFO Processing ruok command from /127.0.0.1:46012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:18:35,590 INFO Processing ruok command from /127.0.0.1:46014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:18:45,561 INFO Processing ruok command from /127.0.0.1:46186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:18:45,633 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:18:55,563 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:18:55,607 INFO Processing ruok command from /127.0.0.1:46368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:19:05,562 INFO Processing ruok command from /127.0.0.1:46542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:19:05,628 INFO Processing ruok command from /127.0.0.1:46544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:19:15,561 INFO Processing ruok command from /127.0.0.1:46710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:19:15,628 INFO Processing ruok command from /127.0.0.1:46714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:19:25,559 INFO Processing ruok command from /127.0.0.1:46894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:19:25,613 INFO Processing ruok command from /127.0.0.1:46896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:19:35,570 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:19:35,613 INFO Processing ruok command from /127.0.0.1:47066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:19:45,569 INFO Processing ruok command from /127.0.0.1:47244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:19:45,622 INFO Processing ruok command from /127.0.0.1:47246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:19:55,554 INFO Processing ruok command from /127.0.0.1:47438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:19:55,601 INFO Processing ruok command from /127.0.0.1:47440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:20:05,562 INFO Processing ruok command from /127.0.0.1:47612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:20:05,634 INFO Processing ruok command from /127.0.0.1:47614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:20:15,546 INFO Processing ruok command from /127.0.0.1:47788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:20:15,583 INFO Processing ruok command from /127.0.0.1:47790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:20:25,552 INFO Processing ruok command from /127.0.0.1:47970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:20:25,592 INFO Processing ruok command from /127.0.0.1:47972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:20:27,459 INFO Committing global session 0x2000051bd5f000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:20:35,558 INFO Processing ruok command from /127.0.0.1:48150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:20:35,598 INFO Processing ruok command from /127.0.0.1:48152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:20:45,564 INFO Processing ruok command from /127.0.0.1:48340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:20:45,654 INFO Processing ruok command from /127.0.0.1:48344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:20:55,557 INFO Processing ruok command from /127.0.0.1:48518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:20:55,633 INFO Processing ruok command from /127.0.0.1:48520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:21:05,567 INFO Processing ruok command from /127.0.0.1:48694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:21:05,617 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:21:15,573 INFO Processing ruok command from /127.0.0.1:48874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:21:15,662 INFO Processing ruok command from /127.0.0.1:48878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:21:25,579 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:21:25,615 INFO Processing ruok command from /127.0.0.1:49062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:21:35,573 INFO Processing ruok command from /127.0.0.1:49234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:21:35,619 INFO Processing ruok command from /127.0.0.1:49236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:21:45,562 INFO Processing ruok command from /127.0.0.1:49408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:21:45,640 INFO Processing ruok command from /127.0.0.1:49412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:21:55,565 INFO Processing ruok command from /127.0.0.1:49602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:21:55,602 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:22:05,575 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:22:05,645 INFO Processing ruok command from /127.0.0.1:49784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:22:15,555 INFO Processing ruok command from /127.0.0.1:49970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:22:15,595 INFO Processing ruok command from /127.0.0.1:49972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:22:25,573 INFO Processing ruok command from /127.0.0.1:50168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:22:25,618 INFO Processing ruok command from /127.0.0.1:50170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:22:27,606 INFO Committing global session 0x100005261b60011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:22:35,583 INFO Processing ruok command from /127.0.0.1:50358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:22:35,624 INFO Processing ruok command from /127.0.0.1:50360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:22:45,567 INFO Processing ruok command from /127.0.0.1:50538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:22:45,661 INFO Processing ruok command from /127.0.0.1:50542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:22:55,569 INFO Processing ruok command from /127.0.0.1:50730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:22:55,602 INFO Processing ruok command from /127.0.0.1:50732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:23:05,569 INFO Processing ruok command from /127.0.0.1:50904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:23:05,645 INFO Processing ruok command from /127.0.0.1:50908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:23:15,562 INFO Processing ruok command from /127.0.0.1:51084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:23:15,623 INFO Processing ruok command from /127.0.0.1:51086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:23:25,563 INFO Processing ruok command from /127.0.0.1:51270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:23:25,603 INFO Processing ruok command from /127.0.0.1:51272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:23:35,556 INFO Processing ruok command from /127.0.0.1:51446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:23:35,622 INFO Processing ruok command from /127.0.0.1:51448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:23:45,570 INFO Processing ruok command from /127.0.0.1:51630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:23:45,647 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:23:55,570 INFO Processing ruok command from /127.0.0.1:51810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:23:55,626 INFO Processing ruok command from /127.0.0.1:51812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:24:05,545 INFO Processing ruok command from /127.0.0.1:51992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:24:05,590 INFO Processing ruok command from /127.0.0.1:51994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:24:15,558 INFO Processing ruok command from /127.0.0.1:52170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:24:15,590 INFO Processing ruok command from /127.0.0.1:52172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:24:25,561 INFO Processing ruok command from /127.0.0.1:52356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:24:25,624 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:24:27,422 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 06:24:27,429 INFO Committing global session 0x3000052aea10013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:24:28,292 INFO Submitting global closeSession request for session 0x3000052aea10013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:24:35,557 INFO Processing ruok command from /127.0.0.1:52538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:24:35,604 INFO Processing ruok command from /127.0.0.1:52540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:24:45,577 INFO Processing ruok command from /127.0.0.1:52716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:24:45,619 INFO Processing ruok command from /127.0.0.1:52718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:24:55,559 INFO Processing ruok command from /127.0.0.1:52904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:24:55,594 INFO Processing ruok command from /127.0.0.1:52906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:25:05,550 INFO Processing ruok command from /127.0.0.1:53078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:25:05,596 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:25:15,563 INFO Processing ruok command from /127.0.0.1:53256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:25:15,606 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:25:25,555 INFO Processing ruok command from /127.0.0.1:53440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:25:25,592 INFO Processing ruok command from /127.0.0.1:53442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:25:35,566 INFO Processing ruok command from /127.0.0.1:53626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:25:35,608 INFO Processing ruok command from /127.0.0.1:53628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:25:45,552 INFO Processing ruok command from /127.0.0.1:53800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:25:45,640 INFO Processing ruok command from /127.0.0.1:53804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:25:55,561 INFO Processing ruok command from /127.0.0.1:53988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:25:55,598 INFO Processing ruok command from /127.0.0.1:53990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:26:05,555 INFO Processing ruok command from /127.0.0.1:54152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:26:05,593 INFO Processing ruok command from /127.0.0.1:54154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:26:15,574 INFO Processing ruok command from /127.0.0.1:54338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:26:15,609 INFO Processing ruok command from /127.0.0.1:54340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:26:25,558 INFO Processing ruok command from /127.0.0.1:54526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:26:25,624 INFO Processing ruok command from /127.0.0.1:54528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:26:27,471 INFO Committing global session 0x100005261b60012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:26:35,551 INFO Processing ruok command from /127.0.0.1:54702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:26:35,586 INFO Processing ruok command from /127.0.0.1:54704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:26:45,550 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:26:45,627 INFO Processing ruok command from /127.0.0.1:54888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:26:55,561 INFO Processing ruok command from /127.0.0.1:55074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:26:55,598 INFO Processing ruok command from /127.0.0.1:55076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:27:05,542 INFO Processing ruok command from /127.0.0.1:55248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:27:05,582 INFO Processing ruok command from /127.0.0.1:55250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:27:15,551 INFO Processing ruok command from /127.0.0.1:55432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:27:15,596 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:27:25,558 INFO Processing ruok command from /127.0.0.1:55612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:27:25,594 INFO Processing ruok command from /127.0.0.1:55614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:27:35,555 INFO Processing ruok command from /127.0.0.1:55786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:27:35,634 INFO Processing ruok command from /127.0.0.1:55790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:27:45,553 INFO Processing ruok command from /127.0.0.1:55966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:27:45,597 INFO Processing ruok command from /127.0.0.1:55968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:27:55,553 INFO Processing ruok command from /127.0.0.1:56150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:27:55,590 INFO Processing ruok command from /127.0.0.1:56152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:28:05,561 INFO Processing ruok command from /127.0.0.1:56322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:28:05,626 INFO Processing ruok command from /127.0.0.1:56324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:28:15,560 INFO Processing ruok command from /127.0.0.1:56494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:28:15,596 INFO Processing ruok command from /127.0.0.1:56496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:28:25,554 INFO Processing ruok command from /127.0.0.1:56684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:28:25,595 INFO Processing ruok command from /127.0.0.1:56686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:28:27,501 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 06:28:27,507 INFO Committing global session 0x3000052aea10014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:28:28,387 INFO Submitting global closeSession request for session 0x3000052aea10014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:28:35,551 INFO Processing ruok command from /127.0.0.1:56860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:28:35,587 INFO Processing ruok command from /127.0.0.1:56862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:28:45,558 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:28:45,592 INFO Processing ruok command from /127.0.0.1:57040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:28:55,568 INFO Processing ruok command from /127.0.0.1:57218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:28:55,636 INFO Processing ruok command from /127.0.0.1:57222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:29:05,564 INFO Processing ruok command from /127.0.0.1:57388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:29:05,605 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:29:15,582 INFO Processing ruok command from /127.0.0.1:57568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:29:15,622 INFO Processing ruok command from /127.0.0.1:57570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:29:25,555 INFO Processing ruok command from /127.0.0.1:57760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:29:25,605 INFO Processing ruok command from /127.0.0.1:57762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:29:35,561 INFO Processing ruok command from /127.0.0.1:57940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:29:35,601 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:29:45,554 INFO Processing ruok command from /127.0.0.1:58112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:29:45,633 INFO Processing ruok command from /127.0.0.1:58116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:29:55,562 INFO Processing ruok command from /127.0.0.1:58294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:29:55,639 INFO Processing ruok command from /127.0.0.1:58298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:30:05,569 INFO Processing ruok command from /127.0.0.1:58464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:30:05,611 INFO Processing ruok command from /127.0.0.1:58466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:30:15,559 INFO Processing ruok command from /127.0.0.1:58638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:30:15,595 INFO Processing ruok command from /127.0.0.1:58640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:30:25,564 INFO Processing ruok command from /127.0.0.1:58828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:30:25,607 INFO Processing ruok command from /127.0.0.1:58830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:30:27,547 INFO Committing global session 0x2000051bd5f000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:30:35,550 INFO Processing ruok command from /127.0.0.1:59022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:30:35,593 INFO Processing ruok command from /127.0.0.1:59024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:30:36,322 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:30:45,579 INFO Processing ruok command from /127.0.0.1:59200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:30:45,627 INFO Processing ruok command from /127.0.0.1:59202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:30:55,560 INFO Processing ruok command from /127.0.0.1:59392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:30:55,598 INFO Processing ruok command from /127.0.0.1:59394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:31:05,566 INFO Processing ruok command from /127.0.0.1:59570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:31:05,606 INFO Processing ruok command from /127.0.0.1:59572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:31:15,559 INFO Processing ruok command from /127.0.0.1:59744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:31:15,626 INFO Processing ruok command from /127.0.0.1:59746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:31:25,557 INFO Processing ruok command from /127.0.0.1:59928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:31:25,590 INFO Processing ruok command from /127.0.0.1:59932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:31:35,552 INFO Processing ruok command from /127.0.0.1:60118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:31:35,625 INFO Processing ruok command from /127.0.0.1:60120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:31:36,321 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:31:45,577 INFO Processing ruok command from /127.0.0.1:60296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:31:45,623 INFO Processing ruok command from /127.0.0.1:60298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:31:55,558 INFO Processing ruok command from /127.0.0.1:60476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:31:55,592 INFO Processing ruok command from /127.0.0.1:60478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:32:05,555 INFO Processing ruok command from /127.0.0.1:60644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:32:05,625 INFO Processing ruok command from /127.0.0.1:60646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:32:15,543 INFO Processing ruok command from /127.0.0.1:60822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:32:15,589 INFO Processing ruok command from /127.0.0.1:60824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:32:25,562 INFO Processing ruok command from /127.0.0.1:32778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:32:25,598 INFO Processing ruok command from /127.0.0.1:32780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:32:27,449 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 06:32:27,455 INFO Committing global session 0x3000052aea10015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:32:28,322 INFO Submitting global closeSession request for session 0x3000052aea10015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:32:35,580 INFO Processing ruok command from /127.0.0.1:32966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:32:35,621 INFO Processing ruok command from /127.0.0.1:32968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:32:36,321 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:32:45,570 INFO Processing ruok command from /127.0.0.1:33154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:32:45,606 INFO Processing ruok command from /127.0.0.1:33156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:32:55,566 INFO Processing ruok command from /127.0.0.1:33334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:32:55,603 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:33:05,564 INFO Processing ruok command from /127.0.0.1:33508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:33:05,601 INFO Processing ruok command from /127.0.0.1:33512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:33:15,578 INFO Processing ruok command from /127.0.0.1:33694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:33:15,611 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:33:25,553 INFO Processing ruok command from /127.0.0.1:33872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:33:25,592 INFO Processing ruok command from /127.0.0.1:33876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:33:35,561 INFO Processing ruok command from /127.0.0.1:34048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:33:35,595 INFO Processing ruok command from /127.0.0.1:34050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:33:36,322 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:33:45,552 INFO Processing ruok command from /127.0.0.1:34230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:33:45,599 INFO Processing ruok command from /127.0.0.1:34232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:33:55,566 INFO Processing ruok command from /127.0.0.1:34418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:33:55,607 INFO Processing ruok command from /127.0.0.1:34420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:34:05,575 INFO Processing ruok command from /127.0.0.1:34592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:34:05,611 INFO Processing ruok command from /127.0.0.1:34594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:34:15,563 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:34:15,598 INFO Processing ruok command from /127.0.0.1:34770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:34:25,564 INFO Processing ruok command from /127.0.0.1:34952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:34:25,600 INFO Processing ruok command from /127.0.0.1:34954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:34:27,393 INFO Committing global session 0x100005261b60013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:34:35,561 INFO Processing ruok command from /127.0.0.1:35130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:34:35,611 INFO Processing ruok command from /127.0.0.1:35132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:34:45,567 INFO Processing ruok command from /127.0.0.1:35310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:34:45,606 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:34:55,566 INFO Processing ruok command from /127.0.0.1:35504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:34:55,640 INFO Processing ruok command from /127.0.0.1:35508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:35:05,557 INFO Processing ruok command from /127.0.0.1:35674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:35:05,635 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:35:15,563 INFO Processing ruok command from /127.0.0.1:35860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:35:15,596 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:35:25,574 INFO Processing ruok command from /127.0.0.1:36052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:35:25,612 INFO Processing ruok command from /127.0.0.1:36054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:35:35,551 INFO Processing ruok command from /127.0.0.1:36222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:35:35,594 INFO Processing ruok command from /127.0.0.1:36224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:35:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:35:45,564 INFO Processing ruok command from /127.0.0.1:36404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:35:45,603 INFO Processing ruok command from /127.0.0.1:36406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:35:55,553 INFO Processing ruok command from /127.0.0.1:36602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:35:55,627 INFO Processing ruok command from /127.0.0.1:36604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:36:05,559 INFO Processing ruok command from /127.0.0.1:36774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:36:05,634 INFO Processing ruok command from /127.0.0.1:36776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:36:15,560 INFO Processing ruok command from /127.0.0.1:36956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:36:15,601 INFO Processing ruok command from /127.0.0.1:36958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:36:25,573 INFO Processing ruok command from /127.0.0.1:37150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:36:25,601 INFO Processing ruok command from /127.0.0.1:37152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:36:27,505 INFO Committing global session 0x100005261b60014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:36:35,556 INFO Processing ruok command from /127.0.0.1:37334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:36:35,631 INFO Processing ruok command from /127.0.0.1:37336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:36:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup562e3438-9561-4913-8cdb-5de4dfde5780/homles562e3438-9561-4913-8cdb-5de4dfde5780 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:36:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:36:45,573 INFO Processing ruok command from /127.0.0.1:37510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:36:45,599 INFO Processing ruok command from /127.0.0.1:37512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:36:55,554 INFO Processing ruok command from /127.0.0.1:37700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:36:55,611 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:37:05,554 INFO Processing ruok command from /127.0.0.1:37884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:37:05,622 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:37:15,571 INFO Processing ruok command from /127.0.0.1:38064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:37:15,608 INFO Processing ruok command from /127.0.0.1:38066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:37:25,550 INFO Processing ruok command from /127.0.0.1:38252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:37:25,651 INFO Processing ruok command from /127.0.0.1:38256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:37:35,572 INFO Processing ruok command from /127.0.0.1:38432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:37:35,614 INFO Processing ruok command from /127.0.0.1:38434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:37:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup562e3438-9561-4913-8cdb-5de4dfde5780 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:37:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:37:36,334 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:37:45,564 INFO Processing ruok command from /127.0.0.1:38608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:37:45,606 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:37:55,550 INFO Processing ruok command from /127.0.0.1:38794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:37:55,590 INFO Processing ruok command from /127.0.0.1:38796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:38:05,565 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:38:05,640 INFO Processing ruok command from /127.0.0.1:38984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:38:15,553 INFO Processing ruok command from /127.0.0.1:39160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:38:15,586 INFO Processing ruok command from /127.0.0.1:39162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:38:25,556 INFO Processing ruok command from /127.0.0.1:39346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:38:25,593 INFO Processing ruok command from /127.0.0.1:39348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:38:27,503 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 06:38:27,509 INFO Committing global session 0x3000052aea10016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:38:28,354 INFO Submitting global closeSession request for session 0x3000052aea10016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:38:35,540 INFO Processing ruok command from /127.0.0.1:39522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:38:35,613 INFO Processing ruok command from /127.0.0.1:39526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:38:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:38:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:38:45,553 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:38:45,637 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:38:55,559 INFO Processing ruok command from /127.0.0.1:39890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:38:55,605 INFO Processing ruok command from /127.0.0.1:39892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:39:05,567 INFO Processing ruok command from /127.0.0.1:40066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:39:05,627 INFO Processing ruok command from /127.0.0.1:40068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:39:15,563 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:39:15,623 INFO Processing ruok command from /127.0.0.1:40250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:39:25,563 INFO Processing ruok command from /127.0.0.1:40432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:39:25,623 INFO Processing ruok command from /127.0.0.1:40434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:39:35,565 INFO Processing ruok command from /127.0.0.1:40610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:39:35,598 INFO Processing ruok command from /127.0.0.1:40612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:39:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:39:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:39:36,334 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:39:45,577 INFO Processing ruok command from /127.0.0.1:40788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:39:45,618 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:39:55,559 INFO Processing ruok command from /127.0.0.1:40968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:39:55,603 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:40:05,554 INFO Processing ruok command from /127.0.0.1:41146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:40:05,604 INFO Processing ruok command from /127.0.0.1:41148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:40:15,548 INFO Processing ruok command from /127.0.0.1:41328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:40:15,584 INFO Processing ruok command from /127.0.0.1:41330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:40:25,560 INFO Processing ruok command from /127.0.0.1:41522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:40:25,605 INFO Processing ruok command from /127.0.0.1:41524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:40:27,517 INFO Committing global session 0x100005261b60015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:40:35,558 INFO Processing ruok command from /127.0.0.1:41700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:40:35,594 INFO Processing ruok command from /127.0.0.1:41702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:40:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:40:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:40:45,564 INFO Processing ruok command from /127.0.0.1:41882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:40:45,601 INFO Processing ruok command from /127.0.0.1:41884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:40:55,557 INFO Processing ruok command from /127.0.0.1:42066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:40:55,594 INFO Processing ruok command from /127.0.0.1:42068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:41:05,547 INFO Processing ruok command from /127.0.0.1:42232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:41:05,613 INFO Processing ruok command from /127.0.0.1:42234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:41:15,557 INFO Processing ruok command from /127.0.0.1:42410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:41:15,606 INFO Processing ruok command from /127.0.0.1:42412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:41:25,572 INFO Processing ruok command from /127.0.0.1:42606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:41:25,634 INFO Processing ruok command from /127.0.0.1:42610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:41:35,565 INFO Processing ruok command from /127.0.0.1:42786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:41:35,661 INFO Processing ruok command from /127.0.0.1:42790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:41:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:41:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:41:36,334 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-05 06:41:45,571 INFO Processing ruok command from /127.0.0.1:42974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:41:45,630 INFO Processing ruok command from /127.0.0.1:42976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:41:55,547 INFO Processing ruok command from /127.0.0.1:43164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:41:55,587 INFO Processing ruok command from /127.0.0.1:43166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:42:05,551 INFO Processing ruok command from /127.0.0.1:43342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:42:05,586 INFO Processing ruok command from /127.0.0.1:43344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:42:15,549 INFO Processing ruok command from /127.0.0.1:43526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:42:15,637 INFO Processing ruok command from /127.0.0.1:43530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:42:25,558 INFO Processing ruok command from /127.0.0.1:43718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:42:25,601 INFO Processing ruok command from /127.0.0.1:43720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:42:27,460 INFO Committing global session 0x100005261b60016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:42:35,557 INFO Processing ruok command from /127.0.0.1:43896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:42:35,598 INFO Processing ruok command from /127.0.0.1:43898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:42:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:42:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:42:36,334 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:42:45,554 INFO Processing ruok command from /127.0.0.1:44082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:42:45,587 INFO Processing ruok command from /127.0.0.1:44084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:42:55,574 INFO Processing ruok command from /127.0.0.1:44266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:42:55,619 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:43:05,563 INFO Processing ruok command from /127.0.0.1:44442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:43:05,613 INFO Processing ruok command from /127.0.0.1:44444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:43:15,552 INFO Processing ruok command from /127.0.0.1:44622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:43:15,598 INFO Processing ruok command from /127.0.0.1:44624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:43:25,549 INFO Processing ruok command from /127.0.0.1:44804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:43:25,617 INFO Processing ruok command from /127.0.0.1:44806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:43:35,564 INFO Processing ruok command from /127.0.0.1:44990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:43:35,631 INFO Processing ruok command from /127.0.0.1:44992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:43:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:43:36,327 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:43:36,333 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:43:45,559 INFO Processing ruok command from /127.0.0.1:45164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:43:45,597 INFO Processing ruok command from /127.0.0.1:45166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:43:55,580 INFO Processing ruok command from /127.0.0.1:45346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:43:55,614 INFO Processing ruok command from /127.0.0.1:45348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:44:05,548 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:44:05,623 INFO Processing ruok command from /127.0.0.1:45522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:44:15,558 INFO Processing ruok command from /127.0.0.1:45692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:44:15,596 INFO Processing ruok command from /127.0.0.1:45694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:44:25,555 INFO Processing ruok command from /127.0.0.1:45886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:44:25,594 INFO Processing ruok command from /127.0.0.1:45888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:44:27,519 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 06:44:27,526 INFO Committing global session 0x3000052aea10017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:44:28,385 INFO Submitting global closeSession request for session 0x3000052aea10017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:44:35,549 INFO Processing ruok command from /127.0.0.1:46074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:44:35,586 INFO Processing ruok command from /127.0.0.1:46076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:44:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:44:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:44:36,333 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:44:45,563 INFO Processing ruok command from /127.0.0.1:46256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:44:45,631 INFO Processing ruok command from /127.0.0.1:46258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:44:55,581 INFO Processing ruok command from /127.0.0.1:46438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:44:55,619 INFO Processing ruok command from /127.0.0.1:46440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:45:05,559 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:45:05,617 INFO Processing ruok command from /127.0.0.1:46614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:45:15,568 INFO Processing ruok command from /127.0.0.1:46788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:45:15,603 INFO Processing ruok command from /127.0.0.1:46790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:45:25,549 INFO Processing ruok command from /127.0.0.1:46978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:45:25,649 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:45:35,568 INFO Processing ruok command from /127.0.0.1:47148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:45:35,606 INFO Processing ruok command from /127.0.0.1:47150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:45:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:45:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:45:45,551 INFO Processing ruok command from /127.0.0.1:47336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:45:45,636 INFO Processing ruok command from /127.0.0.1:47342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:45:55,555 INFO Processing ruok command from /127.0.0.1:47532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:45:55,592 INFO Processing ruok command from /127.0.0.1:47536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:46:05,564 INFO Processing ruok command from /127.0.0.1:47704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:46:05,603 INFO Processing ruok command from /127.0.0.1:47706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:46:15,546 INFO Processing ruok command from /127.0.0.1:47880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:46:15,620 INFO Processing ruok command from /127.0.0.1:47882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:46:25,595 INFO Processing ruok command from /127.0.0.1:48068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:46:25,632 INFO Processing ruok command from /127.0.0.1:48070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:46:27,453 INFO Committing global session 0x2000051bd5f0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:46:35,552 INFO Processing ruok command from /127.0.0.1:48232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:46:35,658 INFO Processing ruok command from /127.0.0.1:48236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:46:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:46:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:46:36,333 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:46:36,339 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:46:36,345 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:46:45,595 INFO Processing ruok command from /127.0.0.1:48422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:46:45,638 INFO Processing ruok command from /127.0.0.1:48426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:46:55,557 INFO Processing ruok command from /127.0.0.1:48600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:46:55,665 INFO Processing ruok command from /127.0.0.1:48604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:47:05,586 INFO Processing ruok command from /127.0.0.1:48772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:47:05,668 INFO Processing ruok command from /127.0.0.1:48778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:47:15,546 INFO Processing ruok command from /127.0.0.1:48950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:47:15,612 INFO Processing ruok command from /127.0.0.1:48952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:47:25,562 INFO Processing ruok command from /127.0.0.1:49138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:47:25,642 INFO Processing ruok command from /127.0.0.1:49142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:47:35,551 INFO Processing ruok command from /127.0.0.1:49312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:47:35,592 INFO Processing ruok command from /127.0.0.1:49314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:47:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:47:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:47:36,334 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:47:36,340 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:47:36,346 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:47:45,579 INFO Processing ruok command from /127.0.0.1:49494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:47:45,671 INFO Processing ruok command from /127.0.0.1:49504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:47:55,553 INFO Processing ruok command from /127.0.0.1:49688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:47:55,617 INFO Processing ruok command from /127.0.0.1:49690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:48:05,564 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:48:05,631 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:48:15,596 INFO Processing ruok command from /127.0.0.1:50040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:48:15,635 INFO Processing ruok command from /127.0.0.1:50044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:48:25,569 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:48:25,678 INFO Processing ruok command from /127.0.0.1:50230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:48:27,375 INFO Committing global session 0x2000051bd5f0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:48:35,558 INFO Processing ruok command from /127.0.0.1:50396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:48:35,593 INFO Processing ruok command from /127.0.0.1:50398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:48:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:48:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:48:36,333 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:48:36,339 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:48:36,345 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:48:45,560 INFO Processing ruok command from /127.0.0.1:50576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:48:45,598 INFO Processing ruok command from /127.0.0.1:50578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:48:55,570 INFO Processing ruok command from /127.0.0.1:50772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:48:55,610 INFO Processing ruok command from /127.0.0.1:50774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:49:05,572 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:49:05,612 INFO Processing ruok command from /127.0.0.1:50954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:49:15,555 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:49:15,600 INFO Processing ruok command from /127.0.0.1:51122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:49:25,565 INFO Processing ruok command from /127.0.0.1:51306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:49:25,621 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:49:35,559 INFO Processing ruok command from /127.0.0.1:51472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:49:35,604 INFO Processing ruok command from /127.0.0.1:51474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:49:36,321 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:49:45,558 INFO Processing ruok command from /127.0.0.1:51650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:49:45,595 INFO Processing ruok command from /127.0.0.1:51654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:49:55,566 INFO Processing ruok command from /127.0.0.1:51836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:49:55,611 INFO Processing ruok command from /127.0.0.1:51838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:50:05,577 INFO Processing ruok command from /127.0.0.1:52018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:50:05,657 INFO Processing ruok command from /127.0.0.1:52022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:50:15,559 INFO Processing ruok command from /127.0.0.1:52188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:50:15,593 INFO Processing ruok command from /127.0.0.1:52190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:50:25,564 INFO Processing ruok command from /127.0.0.1:52374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:50:25,608 INFO Processing ruok command from /127.0.0.1:52376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:50:27,522 INFO Committing global session 0x2000051bd5f0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:50:35,556 INFO Processing ruok command from /127.0.0.1:52538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:50:35,616 INFO Processing ruok command from /127.0.0.1:52542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:50:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:50:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:50:45,565 INFO Processing ruok command from /127.0.0.1:52716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:50:45,627 INFO Processing ruok command from /127.0.0.1:52720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:50:55,561 INFO Processing ruok command from /127.0.0.1:52902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:50:55,593 INFO Processing ruok command from /127.0.0.1:52904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:51:05,550 INFO Processing ruok command from /127.0.0.1:53078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:51:05,594 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:51:15,560 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:51:15,635 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:51:25,558 INFO Processing ruok command from /127.0.0.1:53444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:51:25,645 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:51:35,582 INFO Processing ruok command from /127.0.0.1:53616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:51:35,653 INFO Processing ruok command from /127.0.0.1:53620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:51:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:51:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:51:45,549 INFO Processing ruok command from /127.0.0.1:53794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:51:45,614 INFO Processing ruok command from /127.0.0.1:53796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:51:55,578 INFO Processing ruok command from /127.0.0.1:53972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:51:55,619 INFO Processing ruok command from /127.0.0.1:53974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:52:05,561 INFO Processing ruok command from /127.0.0.1:54148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:52:05,598 INFO Processing ruok command from /127.0.0.1:54150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:52:15,551 INFO Processing ruok command from /127.0.0.1:54332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:52:15,592 INFO Processing ruok command from /127.0.0.1:54334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:52:25,565 INFO Processing ruok command from /127.0.0.1:54510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:52:25,642 INFO Processing ruok command from /127.0.0.1:54516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:52:27,357 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 06:52:27,363 INFO Committing global session 0x3000052aea10018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:52:28,217 INFO Submitting global closeSession request for session 0x3000052aea10018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:52:35,581 INFO Processing ruok command from /127.0.0.1:54686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:52:35,613 INFO Processing ruok command from /127.0.0.1:54688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:52:36,323 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:52:45,584 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:52:45,600 INFO Processing ruok command from /127.0.0.1:54866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:52:55,557 INFO Processing ruok command from /127.0.0.1:55050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:52:55,613 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:53:05,607 INFO Processing ruok command from /127.0.0.1:55216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:53:05,685 INFO Processing ruok command from /127.0.0.1:55226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:53:15,550 INFO Processing ruok command from /127.0.0.1:55398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:53:15,610 INFO Processing ruok command from /127.0.0.1:55400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:53:25,570 INFO Processing ruok command from /127.0.0.1:55578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:53:25,605 INFO Processing ruok command from /127.0.0.1:55580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:53:35,568 INFO Processing ruok command from /127.0.0.1:55748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:53:35,667 INFO Processing ruok command from /127.0.0.1:55758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:53:36,321 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:53:45,564 INFO Processing ruok command from /127.0.0.1:55930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:53:45,602 INFO Processing ruok command from /127.0.0.1:55932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:53:55,555 INFO Processing ruok command from /127.0.0.1:56112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:53:55,598 INFO Processing ruok command from /127.0.0.1:56114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:54:05,566 INFO Processing ruok command from /127.0.0.1:56286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:54:05,649 INFO Processing ruok command from /127.0.0.1:56290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:54:15,548 INFO Processing ruok command from /127.0.0.1:56456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:54:15,617 INFO Processing ruok command from /127.0.0.1:56458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:54:25,585 INFO Processing ruok command from /127.0.0.1:56650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:54:25,653 INFO Processing ruok command from /127.0.0.1:56654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:54:27,357 INFO Committing global session 0x2000051bd5f0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:54:35,571 INFO Processing ruok command from /127.0.0.1:56820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:54:35,636 INFO Processing ruok command from /127.0.0.1:56824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:54:36,322 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-05 06:54:45,569 INFO Processing ruok command from /127.0.0.1:57000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:54:45,672 INFO Processing ruok command from /127.0.0.1:57004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:54:55,567 INFO Processing ruok command from /127.0.0.1:57170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:54:55,670 INFO Processing ruok command from /127.0.0.1:57176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:55:05,554 INFO Processing ruok command from /127.0.0.1:57342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:55:05,627 INFO Processing ruok command from /127.0.0.1:57344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:55:15,555 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:55:15,595 INFO Processing ruok command from /127.0.0.1:57524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:55:25,576 INFO Processing ruok command from /127.0.0.1:57716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:55:25,652 INFO Processing ruok command from /127.0.0.1:57720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:55:35,555 INFO Processing ruok command from /127.0.0.1:57890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:55:35,602 INFO Processing ruok command from /127.0.0.1:57892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:55:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:55:45,577 INFO Processing ruok command from /127.0.0.1:58062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:55:45,625 INFO Processing ruok command from /127.0.0.1:58064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:55:55,564 INFO Processing ruok command from /127.0.0.1:58250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:55:55,601 INFO Processing ruok command from /127.0.0.1:58252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:56:05,554 INFO Processing ruok command from /127.0.0.1:58424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:56:05,604 INFO Processing ruok command from /127.0.0.1:58426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:56:15,558 INFO Processing ruok command from /127.0.0.1:58594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:56:15,634 INFO Processing ruok command from /127.0.0.1:58600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:56:25,572 INFO Processing ruok command from /127.0.0.1:58772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:56:25,636 INFO Processing ruok command from /127.0.0.1:58776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:56:27,356 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 06:56:27,362 INFO Committing global session 0x3000052aea10019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:56:28,199 INFO Submitting global closeSession request for session 0x3000052aea10019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 06:56:35,590 INFO Processing ruok command from /127.0.0.1:58958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:56:35,663 INFO Processing ruok command from /127.0.0.1:58962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:56:36,322 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:56:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:56:45,582 INFO Processing ruok command from /127.0.0.1:59138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:56:45,643 INFO Processing ruok command from /127.0.0.1:59142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:56:55,555 INFO Processing ruok command from /127.0.0.1:59318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:56:55,612 INFO Processing ruok command from /127.0.0.1:59320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:57:05,586 INFO Processing ruok command from /127.0.0.1:59490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:57:05,664 INFO Processing ruok command from /127.0.0.1:59494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:57:15,578 INFO Processing ruok command from /127.0.0.1:59668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:57:15,613 INFO Processing ruok command from /127.0.0.1:59670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:57:25,556 INFO Processing ruok command from /127.0.0.1:59852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:57:25,592 INFO Processing ruok command from /127.0.0.1:59854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:57:35,569 INFO Processing ruok command from /127.0.0.1:60034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:57:35,659 INFO Processing ruok command from /127.0.0.1:60040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:57:36,324 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-05 06:57:36,329 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:57:45,566 INFO Processing ruok command from /127.0.0.1:60204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:57:45,642 INFO Processing ruok command from /127.0.0.1:60208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:57:55,557 INFO Processing ruok command from /127.0.0.1:60390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:57:55,625 INFO Processing ruok command from /127.0.0.1:60392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:58:05,576 INFO Processing ruok command from /127.0.0.1:60566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:58:05,616 INFO Processing ruok command from /127.0.0.1:60568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:58:15,551 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:58:15,602 INFO Processing ruok command from /127.0.0.1:60746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:58:25,555 INFO Processing ruok command from /127.0.0.1:60922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:58:25,622 INFO Processing ruok command from /127.0.0.1:60926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:58:27,337 INFO Committing global session 0x100005261b60017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 06:58:35,560 INFO Processing ruok command from /127.0.0.1:32868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:58:35,595 INFO Processing ruok command from /127.0.0.1:32870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:58:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:58:36,328 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:58:45,551 INFO Processing ruok command from /127.0.0.1:33052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:58:45,586 INFO Processing ruok command from /127.0.0.1:33054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:58:55,557 INFO Processing ruok command from /127.0.0.1:33240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:58:55,621 INFO Processing ruok command from /127.0.0.1:33242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:59:05,560 INFO Processing ruok command from /127.0.0.1:33418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:59:05,635 INFO Processing ruok command from /127.0.0.1:33422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:59:15,578 INFO Processing ruok command from /127.0.0.1:33596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:59:15,639 INFO Processing ruok command from /127.0.0.1:33602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:59:25,570 INFO Processing ruok command from /127.0.0.1:33780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:59:25,618 INFO Processing ruok command from /127.0.0.1:33782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:59:35,556 INFO Processing ruok command from /127.0.0.1:33950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:59:35,591 INFO Processing ruok command from /127.0.0.1:33952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:59:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:59:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 06:59:45,563 INFO Processing ruok command from /127.0.0.1:34134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:59:45,597 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 06:59:55,561 INFO Processing ruok command from /127.0.0.1:34328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 06:59:55,629 INFO Processing ruok command from /127.0.0.1:34332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:00:05,559 INFO Processing ruok command from /127.0.0.1:34506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:00:05,593 INFO Processing ruok command from /127.0.0.1:34508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:00:15,564 INFO Processing ruok command from /127.0.0.1:34684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:00:15,607 INFO Processing ruok command from /127.0.0.1:34686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:00:25,552 INFO Processing ruok command from /127.0.0.1:34866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:00:25,642 INFO Processing ruok command from /127.0.0.1:34870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:00:27,407 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 07:00:27,413 INFO Committing global session 0x3000052aea1001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:00:28,257 INFO Submitting global closeSession request for session 0x3000052aea1001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:00:35,568 INFO Processing ruok command from /127.0.0.1:35042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:00:35,635 INFO Processing ruok command from /127.0.0.1:35046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:00:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:00:45,572 INFO Processing ruok command from /127.0.0.1:35232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:00:45,607 INFO Processing ruok command from /127.0.0.1:35234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:00:55,549 INFO Processing ruok command from /127.0.0.1:35420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:00:55,603 INFO Processing ruok command from /127.0.0.1:35424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:01:05,556 INFO Processing ruok command from /127.0.0.1:35590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:01:05,620 INFO Processing ruok command from /127.0.0.1:35592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:01:15,549 INFO Processing ruok command from /127.0.0.1:35768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:01:15,606 INFO Processing ruok command from /127.0.0.1:35770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:01:25,561 INFO Processing ruok command from /127.0.0.1:35954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:01:25,645 INFO Processing ruok command from /127.0.0.1:35958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:01:35,564 INFO Processing ruok command from /127.0.0.1:36134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:01:35,597 INFO Processing ruok command from /127.0.0.1:36136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:01:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:01:45,572 INFO Processing ruok command from /127.0.0.1:36320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:01:45,608 INFO Processing ruok command from /127.0.0.1:36322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:01:55,554 INFO Processing ruok command from /127.0.0.1:36506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:01:55,625 INFO Processing ruok command from /127.0.0.1:36508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:02:05,555 INFO Processing ruok command from /127.0.0.1:36678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:02:05,600 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:02:15,562 INFO Processing ruok command from /127.0.0.1:36852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:02:15,626 INFO Processing ruok command from /127.0.0.1:36854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:02:25,565 INFO Processing ruok command from /127.0.0.1:37036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:02:25,602 INFO Processing ruok command from /127.0.0.1:37038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:02:27,440 INFO Committing global session 0x100005261b60018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:02:34,370 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-05 07:02:34,371 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-05 07:02:34,376 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-05 07:02:35,554 INFO Processing ruok command from /127.0.0.1:37204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:02:35,596 INFO Processing ruok command from /127.0.0.1:37206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:02:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:02:45,543 INFO Processing ruok command from /127.0.0.1:37386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:02:45,577 INFO Processing ruok command from /127.0.0.1:37388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:02:55,573 INFO Processing ruok command from /127.0.0.1:37572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:02:55,611 INFO Processing ruok command from /127.0.0.1:37574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:03:05,544 INFO Processing ruok command from /127.0.0.1:37758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:03:05,587 INFO Processing ruok command from /127.0.0.1:37760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:03:15,558 INFO Processing ruok command from /127.0.0.1:37940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:03:15,628 INFO Processing ruok command from /127.0.0.1:37942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:03:25,565 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:03:25,620 INFO Processing ruok command from /127.0.0.1:38134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:03:35,572 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:03:35,611 INFO Processing ruok command from /127.0.0.1:38310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:03:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:03:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:03:45,551 INFO Processing ruok command from /127.0.0.1:38486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:03:45,599 INFO Processing ruok command from /127.0.0.1:38488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:03:55,563 INFO Processing ruok command from /127.0.0.1:38680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:03:55,607 INFO Processing ruok command from /127.0.0.1:38682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:04:05,551 INFO Processing ruok command from /127.0.0.1:38858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:04:05,613 INFO Processing ruok command from /127.0.0.1:38860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:04:15,566 INFO Processing ruok command from /127.0.0.1:39038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:04:15,624 INFO Processing ruok command from /127.0.0.1:39042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:04:25,558 INFO Processing ruok command from /127.0.0.1:39228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:04:25,597 INFO Processing ruok command from /127.0.0.1:39232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:04:27,382 INFO Committing global session 0x2000051bd5f0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:04:35,567 INFO Processing ruok command from /127.0.0.1:39402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:04:35,643 INFO Processing ruok command from /127.0.0.1:39406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:04:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:04:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:04:45,563 INFO Processing ruok command from /127.0.0.1:39580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:04:45,599 INFO Processing ruok command from /127.0.0.1:39582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:04:55,576 INFO Processing ruok command from /127.0.0.1:39766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:04:55,650 INFO Processing ruok command from /127.0.0.1:39770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:05:05,545 INFO Processing ruok command from /127.0.0.1:39944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:05:05,608 INFO Processing ruok command from /127.0.0.1:39946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:05:15,555 INFO Processing ruok command from /127.0.0.1:40116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:05:15,629 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:05:25,553 INFO Processing ruok command from /127.0.0.1:40306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:05:25,625 INFO Processing ruok command from /127.0.0.1:40308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:05:35,565 INFO Processing ruok command from /127.0.0.1:40476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:05:35,631 INFO Processing ruok command from /127.0.0.1:40478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:05:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:05:45,555 INFO Processing ruok command from /127.0.0.1:40656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:05:45,591 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:05:55,563 INFO Processing ruok command from /127.0.0.1:40846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:05:55,618 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:06:05,544 INFO Processing ruok command from /127.0.0.1:41022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:06:05,614 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:06:15,562 INFO Processing ruok command from /127.0.0.1:41212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:06:15,607 INFO Processing ruok command from /127.0.0.1:41214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:06:25,573 INFO Processing ruok command from /127.0.0.1:41400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:06:25,610 INFO Processing ruok command from /127.0.0.1:41402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:06:27,207 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 07:06:27,213 INFO Committing global session 0x3000052aea1001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:06:28,065 INFO Submitting global closeSession request for session 0x3000052aea1001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:06:35,560 INFO Processing ruok command from /127.0.0.1:41580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:06:35,594 INFO Processing ruok command from /127.0.0.1:41584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:06:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:06:45,553 INFO Processing ruok command from /127.0.0.1:41764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:06:45,622 INFO Processing ruok command from /127.0.0.1:41766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:06:55,569 INFO Processing ruok command from /127.0.0.1:41956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:06:55,632 INFO Processing ruok command from /127.0.0.1:41958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:07:05,560 INFO Processing ruok command from /127.0.0.1:42124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:07:05,594 INFO Processing ruok command from /127.0.0.1:42126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:07:15,559 INFO Processing ruok command from /127.0.0.1:42298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:07:15,621 INFO Processing ruok command from /127.0.0.1:42300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:07:25,577 INFO Processing ruok command from /127.0.0.1:42498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:07:25,616 INFO Processing ruok command from /127.0.0.1:42500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:07:35,562 INFO Processing ruok command from /127.0.0.1:42668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:07:35,597 INFO Processing ruok command from /127.0.0.1:42670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:07:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:07:45,567 INFO Processing ruok command from /127.0.0.1:42836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:07:45,607 INFO Processing ruok command from /127.0.0.1:42838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:07:55,563 INFO Processing ruok command from /127.0.0.1:43022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:07:55,598 INFO Processing ruok command from /127.0.0.1:43024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:08:05,570 INFO Processing ruok command from /127.0.0.1:43202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:08:05,614 INFO Processing ruok command from /127.0.0.1:43204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:08:15,561 INFO Processing ruok command from /127.0.0.1:43376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:08:15,597 INFO Processing ruok command from /127.0.0.1:43378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:08:25,564 INFO Processing ruok command from /127.0.0.1:43566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:08:25,604 INFO Processing ruok command from /127.0.0.1:43568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:08:27,251 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 07:08:27,258 INFO Committing global session 0x3000052aea1001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:08:28,112 INFO Submitting global closeSession request for session 0x3000052aea1001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:08:35,543 INFO Processing ruok command from /127.0.0.1:43748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:08:35,584 INFO Processing ruok command from /127.0.0.1:43750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:08:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:08:45,555 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:08:45,637 INFO Processing ruok command from /127.0.0.1:43930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:08:55,562 INFO Processing ruok command from /127.0.0.1:44114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:08:55,597 INFO Processing ruok command from /127.0.0.1:44116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:09:05,558 INFO Processing ruok command from /127.0.0.1:44286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:09:05,593 INFO Processing ruok command from /127.0.0.1:44288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:09:15,549 INFO Processing ruok command from /127.0.0.1:44464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:09:15,590 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:09:25,569 INFO Processing ruok command from /127.0.0.1:44650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:09:25,643 INFO Processing ruok command from /127.0.0.1:44656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:09:35,564 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:09:35,629 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:09:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:09:45,560 INFO Processing ruok command from /127.0.0.1:45004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:09:45,603 INFO Processing ruok command from /127.0.0.1:45006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:09:55,562 INFO Processing ruok command from /127.0.0.1:45200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:09:55,631 INFO Processing ruok command from /127.0.0.1:45202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:10:05,558 INFO Processing ruok command from /127.0.0.1:45372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:10:05,596 INFO Processing ruok command from /127.0.0.1:45374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:10:15,571 INFO Processing ruok command from /127.0.0.1:45550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:10:15,636 INFO Processing ruok command from /127.0.0.1:45554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:10:25,560 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:10:25,592 INFO Processing ruok command from /127.0.0.1:45732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:10:27,248 INFO Committing global session 0x100005261b60019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:10:35,579 INFO Processing ruok command from /127.0.0.1:45906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:10:35,613 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:10:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:10:45,551 INFO Processing ruok command from /127.0.0.1:46086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:10:45,591 INFO Processing ruok command from /127.0.0.1:46088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:10:55,576 INFO Processing ruok command from /127.0.0.1:46276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:10:55,619 INFO Processing ruok command from /127.0.0.1:46278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:11:05,550 INFO Processing ruok command from /127.0.0.1:46442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:11:05,614 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:11:15,545 INFO Processing ruok command from /127.0.0.1:46624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:11:15,618 INFO Processing ruok command from /127.0.0.1:46626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:11:25,580 INFO Processing ruok command from /127.0.0.1:46804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:11:25,612 INFO Processing ruok command from /127.0.0.1:46806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:11:35,569 INFO Processing ruok command from /127.0.0.1:46980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:11:35,650 INFO Processing ruok command from /127.0.0.1:46984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:11:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:11:45,545 INFO Processing ruok command from /127.0.0.1:47158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:11:45,594 INFO Processing ruok command from /127.0.0.1:47160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:11:55,557 INFO Processing ruok command from /127.0.0.1:47352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:11:55,602 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:12:05,548 INFO Processing ruok command from /127.0.0.1:47530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:12:05,588 INFO Processing ruok command from /127.0.0.1:47532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:12:15,556 INFO Processing ruok command from /127.0.0.1:47702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:12:15,592 INFO Processing ruok command from /127.0.0.1:47704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:12:25,569 INFO Processing ruok command from /127.0.0.1:47892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:12:25,653 INFO Processing ruok command from /127.0.0.1:47898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:12:27,284 INFO Committing global session 0x100005261b6001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:12:35,571 INFO Processing ruok command from /127.0.0.1:48066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:12:35,633 INFO Processing ruok command from /127.0.0.1:48070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:12:36,321 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:12:45,569 INFO Processing ruok command from /127.0.0.1:48254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:12:45,606 INFO Processing ruok command from /127.0.0.1:48256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:12:55,554 INFO Processing ruok command from /127.0.0.1:48438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:12:55,592 INFO Processing ruok command from /127.0.0.1:48440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:13:05,555 INFO Processing ruok command from /127.0.0.1:48620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:13:05,591 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:13:15,565 INFO Processing ruok command from /127.0.0.1:48788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:13:15,598 INFO Processing ruok command from /127.0.0.1:48790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:13:25,558 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:13:25,623 INFO Processing ruok command from /127.0.0.1:48982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:13:35,553 INFO Processing ruok command from /127.0.0.1:49154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:13:35,591 INFO Processing ruok command from /127.0.0.1:49156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:13:45,586 INFO Processing ruok command from /127.0.0.1:49332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:13:45,632 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:13:55,581 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:13:55,619 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:14:05,557 INFO Processing ruok command from /127.0.0.1:49708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:14:05,597 INFO Processing ruok command from /127.0.0.1:49710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:14:15,551 INFO Processing ruok command from /127.0.0.1:49896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:14:15,617 INFO Processing ruok command from /127.0.0.1:49898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:14:25,550 INFO Processing ruok command from /127.0.0.1:50078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:14:25,641 INFO Processing ruok command from /127.0.0.1:50082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:14:27,207 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 07:14:27,213 INFO Committing global session 0x3000052aea1001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:14:28,079 INFO Submitting global closeSession request for session 0x3000052aea1001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:14:35,566 INFO Processing ruok command from /127.0.0.1:50250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:14:35,606 INFO Processing ruok command from /127.0.0.1:50252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:14:45,548 INFO Processing ruok command from /127.0.0.1:50430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:14:45,608 INFO Processing ruok command from /127.0.0.1:50432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:14:55,561 INFO Processing ruok command from /127.0.0.1:50630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:14:55,613 INFO Processing ruok command from /127.0.0.1:50632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:15:05,556 INFO Processing ruok command from /127.0.0.1:50798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:15:05,601 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:15:15,544 INFO Processing ruok command from /127.0.0.1:50968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:15:15,585 INFO Processing ruok command from /127.0.0.1:50972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:15:25,553 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:15:25,630 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:15:35,555 INFO Processing ruok command from /127.0.0.1:51330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:15:35,621 INFO Processing ruok command from /127.0.0.1:51332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:15:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:15:45,568 INFO Processing ruok command from /127.0.0.1:51506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:15:45,604 INFO Processing ruok command from /127.0.0.1:51508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:15:55,550 INFO Processing ruok command from /127.0.0.1:51696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:15:55,585 INFO Processing ruok command from /127.0.0.1:51700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:16:05,565 INFO Processing ruok command from /127.0.0.1:51880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:16:05,607 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:16:15,550 INFO Processing ruok command from /127.0.0.1:52046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:16:15,614 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:16:25,559 INFO Processing ruok command from /127.0.0.1:52260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:16:25,599 INFO Processing ruok command from /127.0.0.1:52262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:16:27,276 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 07:16:27,282 INFO Committing global session 0x3000052aea1001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:16:28,167 INFO Submitting global closeSession request for session 0x3000052aea1001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:16:35,548 INFO Processing ruok command from /127.0.0.1:52436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:16:35,600 INFO Processing ruok command from /127.0.0.1:52440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:16:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:16:36,329 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-05 07:16:45,571 INFO Processing ruok command from /127.0.0.1:52608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:16:45,607 INFO Processing ruok command from /127.0.0.1:52610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:16:55,550 INFO Processing ruok command from /127.0.0.1:52800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:16:55,588 INFO Processing ruok command from /127.0.0.1:52802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:17:05,558 INFO Processing ruok command from /127.0.0.1:52986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:17:05,590 INFO Processing ruok command from /127.0.0.1:52988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:17:15,550 INFO Processing ruok command from /127.0.0.1:53160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:17:15,606 INFO Processing ruok command from /127.0.0.1:53162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:17:25,558 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:17:25,605 INFO Processing ruok command from /127.0.0.1:53352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:17:35,565 INFO Processing ruok command from /127.0.0.1:53516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:17:35,604 INFO Processing ruok command from /127.0.0.1:53518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:17:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:17:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:17:45,562 INFO Processing ruok command from /127.0.0.1:53692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:17:45,595 INFO Processing ruok command from /127.0.0.1:53694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:17:55,548 INFO Processing ruok command from /127.0.0.1:53920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:17:55,584 INFO Processing ruok command from /127.0.0.1:53922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:18:05,552 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:18:05,590 INFO Processing ruok command from /127.0.0.1:54100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:18:15,550 INFO Processing ruok command from /127.0.0.1:54282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:18:15,593 INFO Processing ruok command from /127.0.0.1:54284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:18:25,552 INFO Processing ruok command from /127.0.0.1:54458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:18:25,588 INFO Processing ruok command from /127.0.0.1:54460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:18:27,353 INFO Committing global session 0x2000051bd5f0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:18:35,559 INFO Processing ruok command from /127.0.0.1:54630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:18:35,651 INFO Processing ruok command from /127.0.0.1:54634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:18:36,321 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:18:45,560 INFO Processing ruok command from /127.0.0.1:54812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:18:45,605 INFO Processing ruok command from /127.0.0.1:54814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:18:55,576 INFO Processing ruok command from /127.0.0.1:55000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:18:55,686 INFO Processing ruok command from /127.0.0.1:55010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:19:05,557 INFO Processing ruok command from /127.0.0.1:55176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:19:05,610 INFO Processing ruok command from /127.0.0.1:55178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:19:15,545 INFO Processing ruok command from /127.0.0.1:55366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:19:15,626 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:19:25,568 INFO Processing ruok command from /127.0.0.1:55552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:19:25,607 INFO Processing ruok command from /127.0.0.1:55554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:19:35,573 INFO Processing ruok command from /127.0.0.1:55720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:19:35,640 INFO Processing ruok command from /127.0.0.1:55724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:19:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:19:45,558 INFO Processing ruok command from /127.0.0.1:55896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:19:45,587 INFO Processing ruok command from /127.0.0.1:55898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:19:55,571 INFO Processing ruok command from /127.0.0.1:56090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:19:55,635 INFO Processing ruok command from /127.0.0.1:56094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:20:05,566 INFO Processing ruok command from /127.0.0.1:56270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:20:05,634 INFO Processing ruok command from /127.0.0.1:56272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:20:15,548 INFO Processing ruok command from /127.0.0.1:56452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:20:15,584 INFO Processing ruok command from /127.0.0.1:56454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:20:25,551 INFO Processing ruok command from /127.0.0.1:56646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:20:25,623 INFO Processing ruok command from /127.0.0.1:56648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:20:27,283 INFO Committing global session 0x100005261b6001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:20:35,571 INFO Processing ruok command from /127.0.0.1:56820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:20:35,615 INFO Processing ruok command from /127.0.0.1:56824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:20:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:20:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:20:45,559 INFO Processing ruok command from /127.0.0.1:56998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:20:45,596 INFO Processing ruok command from /127.0.0.1:57000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:20:55,557 INFO Processing ruok command from /127.0.0.1:57188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:20:55,630 INFO Processing ruok command from /127.0.0.1:57190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:21:05,560 INFO Processing ruok command from /127.0.0.1:57370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:21:05,594 INFO Processing ruok command from /127.0.0.1:57372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:21:15,558 INFO Processing ruok command from /127.0.0.1:57550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:21:15,611 INFO Processing ruok command from /127.0.0.1:57552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:21:25,572 INFO Processing ruok command from /127.0.0.1:57738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:21:25,639 INFO Processing ruok command from /127.0.0.1:57742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:21:35,560 INFO Processing ruok command from /127.0.0.1:57916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:21:35,646 INFO Processing ruok command from /127.0.0.1:57920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:21:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:21:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:21:45,551 INFO Processing ruok command from /127.0.0.1:58088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:21:45,614 INFO Processing ruok command from /127.0.0.1:58090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:21:55,569 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:21:55,648 INFO Processing ruok command from /127.0.0.1:58282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:22:05,555 INFO Processing ruok command from /127.0.0.1:58454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:22:05,610 INFO Processing ruok command from /127.0.0.1:58456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:22:15,554 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:22:15,616 INFO Processing ruok command from /127.0.0.1:58628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:22:25,554 INFO Processing ruok command from /127.0.0.1:58818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:22:25,594 INFO Processing ruok command from /127.0.0.1:58822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:22:27,292 INFO Committing global session 0x2000051bd5f0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:22:35,567 INFO Processing ruok command from /127.0.0.1:59006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:22:35,598 INFO Processing ruok command from /127.0.0.1:59008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:22:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:22:45,552 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:22:45,596 INFO Processing ruok command from /127.0.0.1:59182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:22:55,569 INFO Processing ruok command from /127.0.0.1:59366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:22:55,631 INFO Processing ruok command from /127.0.0.1:59368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:23:05,557 INFO Processing ruok command from /127.0.0.1:59540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:23:05,595 INFO Processing ruok command from /127.0.0.1:59542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:23:15,558 INFO Processing ruok command from /127.0.0.1:59712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:23:15,619 INFO Processing ruok command from /127.0.0.1:59714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:23:25,547 INFO Processing ruok command from /127.0.0.1:59900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:23:25,627 INFO Processing ruok command from /127.0.0.1:59904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:23:35,560 INFO Processing ruok command from /127.0.0.1:60088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:23:35,596 INFO Processing ruok command from /127.0.0.1:60090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:23:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:23:45,561 INFO Processing ruok command from /127.0.0.1:60266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:23:45,594 INFO Processing ruok command from /127.0.0.1:60268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:23:55,551 INFO Processing ruok command from /127.0.0.1:60452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:23:55,587 INFO Processing ruok command from /127.0.0.1:60454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:24:05,583 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:24:05,629 INFO Processing ruok command from /127.0.0.1:60632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:24:15,564 INFO Processing ruok command from /127.0.0.1:60816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:24:15,639 INFO Processing ruok command from /127.0.0.1:60820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:24:25,563 INFO Processing ruok command from /127.0.0.1:32768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:24:25,630 INFO Processing ruok command from /127.0.0.1:32772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:24:27,281 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 07:24:27,288 INFO Committing global session 0x3000052aea1001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:24:28,137 INFO Submitting global closeSession request for session 0x3000052aea1001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:24:35,560 INFO Processing ruok command from /127.0.0.1:32948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:24:35,639 INFO Processing ruok command from /127.0.0.1:32952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:24:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:24:45,577 INFO Processing ruok command from /127.0.0.1:33132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:24:45,645 INFO Processing ruok command from /127.0.0.1:33138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:24:55,554 INFO Processing ruok command from /127.0.0.1:33318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:24:55,593 INFO Processing ruok command from /127.0.0.1:33320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:25:05,560 INFO Processing ruok command from /127.0.0.1:33490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:25:05,605 INFO Processing ruok command from /127.0.0.1:33492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:25:15,559 INFO Processing ruok command from /127.0.0.1:33670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:25:15,594 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:25:25,550 INFO Processing ruok command from /127.0.0.1:33850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:25:25,592 INFO Processing ruok command from /127.0.0.1:33852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:25:35,556 INFO Processing ruok command from /127.0.0.1:34022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:25:35,617 INFO Processing ruok command from /127.0.0.1:34024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:25:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:25:45,573 INFO Processing ruok command from /127.0.0.1:34200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:25:45,617 INFO Processing ruok command from /127.0.0.1:34202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:25:55,558 INFO Processing ruok command from /127.0.0.1:34394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:25:55,642 INFO Processing ruok command from /127.0.0.1:34398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:26:05,545 INFO Processing ruok command from /127.0.0.1:34566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:26:05,585 INFO Processing ruok command from /127.0.0.1:34568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:26:15,546 INFO Processing ruok command from /127.0.0.1:34744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:26:15,589 INFO Processing ruok command from /127.0.0.1:34746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:26:25,555 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:26:25,597 INFO Processing ruok command from /127.0.0.1:34930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:26:27,210 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 07:26:27,216 INFO Committing global session 0x3000052aea10020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:26:28,066 INFO Submitting global closeSession request for session 0x3000052aea10020 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:26:35,578 INFO Processing ruok command from /127.0.0.1:35098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:26:35,615 INFO Processing ruok command from /127.0.0.1:35100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:26:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:26:36,328 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:26:45,573 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:26:45,645 INFO Processing ruok command from /127.0.0.1:35280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:26:55,563 INFO Processing ruok command from /127.0.0.1:35472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:26:55,599 INFO Processing ruok command from /127.0.0.1:35474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:27:05,576 INFO Processing ruok command from /127.0.0.1:35648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:27:05,647 INFO Processing ruok command from /127.0.0.1:35652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:27:15,550 INFO Processing ruok command from /127.0.0.1:35824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:27:15,592 INFO Processing ruok command from /127.0.0.1:35826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:27:25,560 INFO Processing ruok command from /127.0.0.1:36010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:27:25,629 INFO Processing ruok command from /127.0.0.1:36012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:27:35,561 INFO Processing ruok command from /127.0.0.1:36190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:27:35,605 INFO Processing ruok command from /127.0.0.1:36192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:27:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:27:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:27:45,562 INFO Processing ruok command from /127.0.0.1:36360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:27:45,593 INFO Processing ruok command from /127.0.0.1:36362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:27:55,566 INFO Processing ruok command from /127.0.0.1:36554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:27:55,626 INFO Processing ruok command from /127.0.0.1:36556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:28:05,555 INFO Processing ruok command from /127.0.0.1:36726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:28:05,598 INFO Processing ruok command from /127.0.0.1:36728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:28:15,563 INFO Processing ruok command from /127.0.0.1:36898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:28:15,635 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:28:25,549 INFO Processing ruok command from /127.0.0.1:37082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:28:25,594 INFO Processing ruok command from /127.0.0.1:37084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:28:27,131 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 07:28:27,137 INFO Committing global session 0x3000052aea10021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:28:28,018 INFO Submitting global closeSession request for session 0x3000052aea10021 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:28:35,562 INFO Processing ruok command from /127.0.0.1:37254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:28:35,604 INFO Processing ruok command from /127.0.0.1:37256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:28:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:28:36,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:28:45,567 INFO Processing ruok command from /127.0.0.1:37438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:28:45,625 INFO Processing ruok command from /127.0.0.1:37440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:28:55,561 INFO Processing ruok command from /127.0.0.1:37626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:28:55,626 INFO Processing ruok command from /127.0.0.1:37628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:29:05,576 INFO Processing ruok command from /127.0.0.1:37804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:29:05,641 INFO Processing ruok command from /127.0.0.1:37808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:29:15,571 INFO Processing ruok command from /127.0.0.1:37986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:29:15,611 INFO Processing ruok command from /127.0.0.1:37988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:29:25,543 INFO Processing ruok command from /127.0.0.1:38170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:29:25,582 INFO Processing ruok command from /127.0.0.1:38172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:29:35,558 INFO Processing ruok command from /127.0.0.1:38338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:29:35,601 INFO Processing ruok command from /127.0.0.1:38340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:29:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:29:45,564 INFO Processing ruok command from /127.0.0.1:38518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:29:45,602 INFO Processing ruok command from /127.0.0.1:38520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:29:55,562 INFO Processing ruok command from /127.0.0.1:38710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:29:55,605 INFO Processing ruok command from /127.0.0.1:38712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:30:05,558 INFO Processing ruok command from /127.0.0.1:38894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:30:05,605 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:30:15,571 INFO Processing ruok command from /127.0.0.1:39074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:30:15,606 INFO Processing ruok command from /127.0.0.1:39076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:30:25,566 INFO Processing ruok command from /127.0.0.1:39266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:30:25,602 INFO Processing ruok command from /127.0.0.1:39268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:30:27,251 INFO Committing global session 0x2000051bd5f0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:30:35,574 INFO Processing ruok command from /127.0.0.1:39446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:30:35,618 INFO Processing ruok command from /127.0.0.1:39448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:30:36,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:30:45,552 INFO Processing ruok command from /127.0.0.1:39618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:30:45,585 INFO Processing ruok command from /127.0.0.1:39620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:30:55,557 INFO Processing ruok command from /127.0.0.1:39804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:30:55,601 INFO Processing ruok command from /127.0.0.1:39806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:31:05,561 INFO Processing ruok command from /127.0.0.1:39982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:31:05,603 INFO Processing ruok command from /127.0.0.1:39984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:31:15,558 INFO Processing ruok command from /127.0.0.1:40164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:31:15,619 INFO Processing ruok command from /127.0.0.1:40166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:31:25,552 INFO Processing ruok command from /127.0.0.1:40350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:31:25,589 INFO Processing ruok command from /127.0.0.1:40352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:31:35,551 INFO Processing ruok command from /127.0.0.1:40530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:31:35,599 INFO Processing ruok command from /127.0.0.1:40532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:31:36,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:31:45,551 INFO Processing ruok command from /127.0.0.1:40696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:31:45,588 INFO Processing ruok command from /127.0.0.1:40698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:31:55,548 INFO Processing ruok command from /127.0.0.1:40884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:31:55,598 INFO Processing ruok command from /127.0.0.1:40886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:32:05,560 INFO Processing ruok command from /127.0.0.1:41060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:32:05,618 INFO Processing ruok command from /127.0.0.1:41062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:32:15,569 INFO Processing ruok command from /127.0.0.1:41242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:32:15,638 INFO Processing ruok command from /127.0.0.1:41246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:32:25,562 INFO Processing ruok command from /127.0.0.1:41432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:32:25,608 INFO Processing ruok command from /127.0.0.1:41434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:32:27,281 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-05 07:32:27,287 INFO Committing global session 0x3000052aea10022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:32:28,158 INFO Submitting global closeSession request for session 0x3000052aea10022 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:32:35,565 INFO Processing ruok command from /127.0.0.1:41608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:32:35,596 INFO Processing ruok command from /127.0.0.1:41610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:32:36,321 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-05 07:32:45,566 INFO Processing ruok command from /127.0.0.1:41790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:32:45,603 INFO Processing ruok command from /127.0.0.1:41792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:32:55,556 INFO Processing ruok command from /127.0.0.1:41972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:32:55,591 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:33:05,579 INFO Processing ruok command from /127.0.0.1:42142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:33:05,665 INFO Processing ruok command from /127.0.0.1:42146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:33:15,564 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:33:15,603 INFO Processing ruok command from /127.0.0.1:42324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:33:25,565 INFO Processing ruok command from /127.0.0.1:42520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:33:25,602 INFO Processing ruok command from /127.0.0.1:42522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:33:35,553 INFO Processing ruok command from /127.0.0.1:42694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:33:35,630 INFO Processing ruok command from /127.0.0.1:42696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:33:45,549 INFO Processing ruok command from /127.0.0.1:42876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:33:45,590 INFO Processing ruok command from /127.0.0.1:42878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:33:55,545 INFO Processing ruok command from /127.0.0.1:43066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:33:55,630 INFO Processing ruok command from /127.0.0.1:43070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:34:05,559 INFO Processing ruok command from /127.0.0.1:43240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:34:05,625 INFO Processing ruok command from /127.0.0.1:43242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:34:15,544 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:34:15,585 INFO Processing ruok command from /127.0.0.1:43424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:34:25,559 INFO Processing ruok command from /127.0.0.1:43614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:34:25,600 INFO Processing ruok command from /127.0.0.1:43616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:34:27,157 INFO Committing global session 0x2000051bd5f0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:34:35,567 INFO Processing ruok command from /127.0.0.1:43780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:34:35,615 INFO Processing ruok command from /127.0.0.1:43782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:34:45,565 INFO Processing ruok command from /127.0.0.1:43956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:34:45,654 INFO Processing ruok command from /127.0.0.1:43962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:34:55,544 INFO Processing ruok command from /127.0.0.1:44138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:34:55,577 INFO Processing ruok command from /127.0.0.1:44140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:35:05,560 INFO Processing ruok command from /127.0.0.1:44324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:35:05,618 INFO Processing ruok command from /127.0.0.1:44326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:35:15,579 INFO Processing ruok command from /127.0.0.1:44504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:35:15,660 INFO Processing ruok command from /127.0.0.1:44508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:35:25,558 INFO Processing ruok command from /127.0.0.1:44690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:35:25,607 INFO Processing ruok command from /127.0.0.1:44692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:35:35,558 INFO Processing ruok command from /127.0.0.1:44868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:35:35,593 INFO Processing ruok command from /127.0.0.1:44870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:35:45,552 INFO Processing ruok command from /127.0.0.1:45046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:35:45,602 INFO Processing ruok command from /127.0.0.1:45048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:35:55,589 INFO Processing ruok command from /127.0.0.1:45232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:35:55,657 INFO Processing ruok command from /127.0.0.1:45236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:36:05,563 INFO Processing ruok command from /127.0.0.1:45414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:36:05,601 INFO Processing ruok command from /127.0.0.1:45416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:36:15,562 INFO Processing ruok command from /127.0.0.1:45594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:36:15,599 INFO Processing ruok command from /127.0.0.1:45596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:36:25,576 INFO Processing ruok command from /127.0.0.1:45782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:36:25,607 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:36:27,329 INFO Committing global session 0x100005261b6001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:36:35,558 INFO Processing ruok command from /127.0.0.1:45970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:36:35,589 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:36:45,542 INFO Processing ruok command from /127.0.0.1:46142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:36:45,577 INFO Processing ruok command from /127.0.0.1:46144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:36:55,570 INFO Processing ruok command from /127.0.0.1:46334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:36:55,651 INFO Processing ruok command from /127.0.0.1:46340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:37:05,564 INFO Processing ruok command from /127.0.0.1:46518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:37:05,597 INFO Processing ruok command from /127.0.0.1:46520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:37:15,551 INFO Processing ruok command from /127.0.0.1:46692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:37:15,635 INFO Processing ruok command from /127.0.0.1:46696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:37:25,573 INFO Processing ruok command from /127.0.0.1:46886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:37:25,616 INFO Processing ruok command from /127.0.0.1:46890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:37:35,575 INFO Processing ruok command from /127.0.0.1:47062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:37:35,610 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:37:45,554 INFO Processing ruok command from /127.0.0.1:47246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:37:45,595 INFO Processing ruok command from /127.0.0.1:47248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:37:55,559 INFO Processing ruok command from /127.0.0.1:47430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:37:55,598 INFO Processing ruok command from /127.0.0.1:47432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:38:05,571 INFO Processing ruok command from /127.0.0.1:47608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:38:05,610 INFO Processing ruok command from /127.0.0.1:47610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:38:15,565 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:38:15,609 INFO Processing ruok command from /127.0.0.1:47788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:38:25,563 INFO Processing ruok command from /127.0.0.1:47970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:38:25,596 INFO Processing ruok command from /127.0.0.1:47972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:38:27,145 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-05 07:38:27,151 INFO Committing global session 0x3000052aea10023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:38:28,022 INFO Submitting global closeSession request for session 0x3000052aea10023 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-05 07:38:35,567 INFO Processing ruok command from /127.0.0.1:48140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:38:35,614 INFO Processing ruok command from /127.0.0.1:48142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:38:45,559 INFO Processing ruok command from /127.0.0.1:48328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:38:45,608 INFO Processing ruok command from /127.0.0.1:48330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:38:55,555 INFO Processing ruok command from /127.0.0.1:48512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:38:55,601 INFO Processing ruok command from /127.0.0.1:48514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:39:05,554 INFO Processing ruok command from /127.0.0.1:48686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:39:05,591 INFO Processing ruok command from /127.0.0.1:48690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:39:15,558 INFO Processing ruok command from /127.0.0.1:48866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:39:15,626 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:39:25,552 INFO Processing ruok command from /127.0.0.1:49054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:39:25,596 INFO Processing ruok command from /127.0.0.1:49056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:39:35,548 INFO Processing ruok command from /127.0.0.1:49224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:39:35,591 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:39:45,581 INFO Processing ruok command from /127.0.0.1:49388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:39:45,640 INFO Processing ruok command from /127.0.0.1:49392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:39:55,567 INFO Processing ruok command from /127.0.0.1:49580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:39:55,603 INFO Processing ruok command from /127.0.0.1:49582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:40:05,563 INFO Processing ruok command from /127.0.0.1:49756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:40:05,637 INFO Processing ruok command from /127.0.0.1:49760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:40:15,569 INFO Processing ruok command from /127.0.0.1:49934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:40:15,601 INFO Processing ruok command from /127.0.0.1:49936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:40:25,572 INFO Processing ruok command from /127.0.0.1:50122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:40:25,607 INFO Processing ruok command from /127.0.0.1:50124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:40:27,120 INFO Committing global session 0x100005261b6001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-05 07:40:35,558 INFO Processing ruok command from /127.0.0.1:50294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:40:35,622 INFO Processing ruok command from /127.0.0.1:50296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:40:45,555 INFO Processing ruok command from /127.0.0.1:50476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:40:45,598 INFO Processing ruok command from /127.0.0.1:50478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:40:55,551 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:40:55,592 INFO Processing ruok command from /127.0.0.1:50670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:41:05,561 INFO Processing ruok command from /127.0.0.1:50854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:41:05,638 INFO Processing ruok command from /127.0.0.1:50858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:41:15,546 INFO Processing ruok command from /127.0.0.1:51026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:41:15,587 INFO Processing ruok command from /127.0.0.1:51028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:41:25,557 INFO Processing ruok command from /127.0.0.1:51210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:41:25,595 INFO Processing ruok command from /127.0.0.1:51212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:41:35,559 INFO Processing ruok command from /127.0.0.1:51390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:41:35,636 INFO Processing ruok command from /127.0.0.1:51394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:41:45,583 INFO Processing ruok command from /127.0.0.1:51570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:41:45,629 INFO Processing ruok command from /127.0.0.1:51572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:41:55,556 INFO Processing ruok command from /127.0.0.1:51758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:41:55,594 INFO Processing ruok command from /127.0.0.1:51760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-05 07:42:05,556 INFO Processing ruok command from /127.0.0.1:51942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-05 07:42:05,631 INFO Processing ruok command from /127.0.0.1:51944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]