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 admin.enableServer=false 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-11-13 02:33:52,074 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-13 02:33:52,085 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-13 02:33:52,086 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-13 02:33:52,090 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-11-13 02:33:52,091 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-13 02:33:52,091 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-13 02:33:52,150 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-11-13 02:33:52,150 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-11-13 02:33:52,153 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-13 02:33:52,163 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-11-13 02:33:52,164 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-13 02:33:52,175 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-13 02:33:52,184 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-11-13 02:33:52,206 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@7c469c48 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-11-13 02:33:52,320 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,320 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,320 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,401 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-13 02:33:52,403 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-13 02:33:52,403 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,403 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,403 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,404 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-13 02:33:52,404 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-13 02:33:52,414 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,419 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-11-13 02:33:52,420 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,421 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,421 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,421 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,421 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,421 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,421 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,421 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,442 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,442 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,442 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,442 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,443 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,443 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,443 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,443 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,443 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,443 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.15.0.10-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 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.1.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.1.0.jar:/opt/kafka/bin/../libs/connect-file-3.1.0.jar:/opt/kafka/bin/../libs/connect-json-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.1.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.1.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.1.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.95.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.9.0.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.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.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.17.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.8.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.30.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.1.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.1.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.1.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.1.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.1.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.1.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.1.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.1.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.15.0.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.8.0.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.30.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.3.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.22.1.1.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.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.30.0.jar:/opt/kafka/bin/../libs/trogdor-3.1.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-4.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,452 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO Server environment:os.memory.free=231MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO Server environment:os.memory.total=241MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,453 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,454 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-13 02:33:52,460 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-11-13 02:33:52,460 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-11-13 02:33:52,462 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-13 02:33:52,462 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-13 02:33:52,476 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,476 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,476 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,476 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,477 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,477 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,477 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,486 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-11-13 02:33:52,486 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-11-13 02:33:52,494 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-13 02:33:52,496 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-11-13 02:33:52,500 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-11-13 02:33:52,503 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,600 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,600 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,603 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-13 02:33:52,603 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-13 02:33:52,611 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-11-13 02:33:52,613 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-11-13 02:33:52,613 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-11-13 02:33:52,625 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:52,626 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-11-13 02:33:52,629 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:52,637 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-13 02:33:52,639 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-11-13 02:33:52,652 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-11-13 02:33:52,855 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-11-13 02:33:53,255 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) 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-11-13 02:33:53,256 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-11-13 02:33:53,255 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.193: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:305) 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-11-13 02:33:54,061 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-13 02:33:54,061 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) 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-11-13 02:33:54,645 INFO Received connection request from /10.233.66.193:50014 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:54,954 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.193:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-11-13 02:33:54,962 INFO Accepted TLS connection from /10.233.66.193:50014 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:54,971 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-13 02:33:54,972 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-11-13 02:33:54,972 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1454) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1065) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:393) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-13 02:33:54,972 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-11-13 02:33:55,065 INFO SSL handshake complete with /10.233.66.193:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-11-13 02:33:55,071 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-13 02:33:55,272 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-11-13 02:33:55,272 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-13 02:33:55,277 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-11-13 02:33:55,277 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-11-13 02:33:55,277 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-11-13 02:33:55,278 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-11-13 02:33:55,278 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-11-13 02:33:55,281 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-11-13 02:33:55,283 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-11-13 02:33:55,283 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-11-13 02:33:55,285 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-11-13 02:33:55,285 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-11-13 02:33:55,286 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-11-13 02:33:55,286 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-11-13 02:33:55,286 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-11-13 02:33:55,286 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-11-13 02:33:55,287 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-11-13 02:33:55,287 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-11-13 02:33:55,289 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-11-13 02:33:55,289 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-11-13 02:33:55,289 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-11-13 02:33:55,293 INFO LEADING - LEADER ELECTION TOOK - 2655 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-13 02:33:55,296 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-11-13 02:33:55,296 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-11-13 02:33:55,301 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-11-13 02:33:55,374 INFO Accepted TLS connection from /10.233.66.193:60200 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.66.193:60200] 2022-11-13 02:33:55,382 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.193:60200] 2022-11-13 02:33:55,392 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.66.193:60200] 2022-11-13 02:33:55,393 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.193:60200] 2022-11-13 02:33:55,393 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.193:60200] 2022-11-13 02:33:55,396 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-11-13 02:33:55,444 INFO Have quorum of supporters, sids: [[1, 3],[1, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-13 02:33:55,460 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-11-13 02:33:55,460 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-11-13 02:33:55,471 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-11-13 02:33:55,472 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-11-13 02:33:55,473 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-11-13 02:33:55,492 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-11-13 02:33:59,310 INFO Received connection request from /10.233.72.246:42258 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:59,684 INFO Accepted TLS connection from /10.233.72.246:42258 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:59,706 INFO Received connection request from /10.233.72.246:42262 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:59,715 INFO Accepted TLS connection from /10.233.72.246:42262 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.79:3888] 2022-11-13 02:33:59,857 INFO SSL handshake complete with /10.233.72.246:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-11-13 02:33:59,873 INFO Notification: my state:LEADING; 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-11-13 02:34:00,003 INFO Accepted TLS connection from /10.233.72.246:40324 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.72.246:40324] 2022-11-13 02:34:00,015 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.246:40324] 2022-11-13 02:34:00,022 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.72.246:40324] 2022-11-13 02:34:00,022 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.246:40324] 2022-11-13 02:34:00,029 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.246:40324] 2022-11-13 02:34:05,245 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-11-13 02:34:05,245 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-11-13 02:34:05,245 INFO Processing ruok command from /127.0.0.1:34090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:34:05,253 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:34:15,188 INFO Processing ruok command from /127.0.0.1:34152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:34:15,214 INFO Processing ruok command from /127.0.0.1:34154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:34:17,622 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-11-13 02:34:17,634 INFO Committing global session 0x200003cd0b10000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:34:25,180 INFO Processing ruok command from /127.0.0.1:34240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:34:25,213 INFO Processing ruok command from /127.0.0.1:34242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:34:34,782 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 02:34:34,804 INFO Committing global session 0x300003c72a50000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:34:35,194 INFO Processing ruok command from /127.0.0.1:34296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:34:35,254 INFO Processing ruok command from /127.0.0.1:34298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:34:35,759 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 02:34:35,769 INFO Committing global session 0x300003c72a50001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:34:36,898 INFO Committing global session 0x200003cd0b10001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:34:38,980 INFO Committing global session 0x100003d96af0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:34:39,785 INFO Committing global session 0x100003d96af0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:34:40,937 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 02:34:40,944 INFO Committing global session 0x300003c72a50002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:34:45,185 INFO Processing ruok command from /127.0.0.1:34358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:34:45,212 INFO Processing ruok command from /127.0.0.1:34360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:34:55,188 INFO Processing ruok command from /127.0.0.1:34410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:34:55,209 INFO Processing ruok command from /127.0.0.1:34412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:35:05,168 INFO Processing ruok command from /127.0.0.1:34462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:35:05,206 INFO Processing ruok command from /127.0.0.1:34464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:35:08,259 INFO Committing global session 0x100003d96af0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:35:15,204 INFO Processing ruok command from /127.0.0.1:34528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:35:15,278 INFO Processing ruok command from /127.0.0.1:34530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:35:25,188 INFO Processing ruok command from /127.0.0.1:34584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:35:25,214 INFO Processing ruok command from /127.0.0.1:34586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:35:30,610 INFO Committing global session 0x100003d96af0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:35:35,193 INFO Processing ruok command from /127.0.0.1:34640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:35:35,220 INFO Processing ruok command from /127.0.0.1:34642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:35:42,531 INFO Committing global session 0x200003cd0b10002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:35:45,177 INFO Processing ruok command from /127.0.0.1:34700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:35:45,210 INFO Processing ruok command from /127.0.0.1:34702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:35:55,172 INFO Processing ruok command from /127.0.0.1:34752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:35:55,200 INFO Processing ruok command from /127.0.0.1:34754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:36:05,188 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:36:05,242 INFO Processing ruok command from /127.0.0.1:34848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:36:15,215 INFO Processing ruok command from /127.0.0.1:34932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:36:15,268 INFO Processing ruok command from /127.0.0.1:34936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:36:25,182 INFO Processing ruok command from /127.0.0.1:35000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:36:25,212 INFO Processing ruok command from /127.0.0.1:35002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:36:35,184 INFO Processing ruok command from /127.0.0.1:35066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:36:35,217 INFO Processing ruok command from /127.0.0.1:35068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:36:45,223 INFO Processing ruok command from /127.0.0.1:35140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:36:45,274 INFO Processing ruok command from /127.0.0.1:35142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:36:55,193 INFO Processing ruok command from /127.0.0.1:35456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:36:55,226 INFO Processing ruok command from /127.0.0.1:35458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:37:05,175 INFO Processing ruok command from /127.0.0.1:35536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:37:05,208 INFO Processing ruok command from /127.0.0.1:35538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:37:15,188 INFO Processing ruok command from /127.0.0.1:35602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:37:15,232 INFO Processing ruok command from /127.0.0.1:35604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:37:25,173 INFO Processing ruok command from /127.0.0.1:35666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:37:25,200 INFO Processing ruok command from /127.0.0.1:35668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:37:35,181 INFO Processing ruok command from /127.0.0.1:35730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:37:35,224 INFO Processing ruok command from /127.0.0.1:35732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:37:42,582 INFO Committing global session 0x100003d96af0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:37:45,195 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:37:45,224 INFO Processing ruok command from /127.0.0.1:35806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:37:55,177 INFO Processing ruok command from /127.0.0.1:35874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:37:55,217 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:38:05,178 INFO Processing ruok command from /127.0.0.1:35936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:38:05,217 INFO Processing ruok command from /127.0.0.1:35938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:38:15,165 INFO Processing ruok command from /127.0.0.1:36010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:38:15,190 INFO Processing ruok command from /127.0.0.1:36012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:38:25,173 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:38:25,203 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:38:35,211 INFO Processing ruok command from /127.0.0.1:36146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:38:35,242 INFO Processing ruok command from /127.0.0.1:36148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:38:45,179 INFO Processing ruok command from /127.0.0.1:36218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:38:45,209 INFO Processing ruok command from /127.0.0.1:36220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:38:55,181 INFO Processing ruok command from /127.0.0.1:36284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:38:55,208 INFO Processing ruok command from /127.0.0.1:36286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:39:05,178 INFO Processing ruok command from /127.0.0.1:36348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:39:05,202 INFO Processing ruok command from /127.0.0.1:36350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:39:15,171 INFO Processing ruok command from /127.0.0.1:36448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:39:15,207 INFO Processing ruok command from /127.0.0.1:36450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:39:25,188 INFO Processing ruok command from /127.0.0.1:36514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:39:25,221 INFO Processing ruok command from /127.0.0.1:36516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:39:35,170 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:39:35,211 INFO Processing ruok command from /127.0.0.1:36588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:39:42,681 INFO Committing global session 0x100003d96af0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:39:45,181 INFO Processing ruok command from /127.0.0.1:36666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:39:45,212 INFO Processing ruok command from /127.0.0.1:36668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:39:55,181 INFO Processing ruok command from /127.0.0.1:36770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:39:55,212 INFO Processing ruok command from /127.0.0.1:36772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:40:05,189 INFO Processing ruok command from /127.0.0.1:36848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:40:05,219 INFO Processing ruok command from /127.0.0.1:36850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:40:15,182 INFO Processing ruok command from /127.0.0.1:36956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:40:15,262 INFO Processing ruok command from /127.0.0.1:36958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:40:25,184 INFO Processing ruok command from /127.0.0.1:37030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:40:25,253 INFO Processing ruok command from /127.0.0.1:37032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:40:35,187 INFO Processing ruok command from /127.0.0.1:37104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:40:35,235 INFO Processing ruok command from /127.0.0.1:37106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:40:45,174 INFO Processing ruok command from /127.0.0.1:37178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:40:45,206 INFO Processing ruok command from /127.0.0.1:37180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:40:55,179 INFO Processing ruok command from /127.0.0.1:37244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:40:55,207 INFO Processing ruok command from /127.0.0.1:37246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:41:05,171 INFO Processing ruok command from /127.0.0.1:37312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:41:05,206 INFO Processing ruok command from /127.0.0.1:37314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:41:15,189 INFO Processing ruok command from /127.0.0.1:37394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:41:15,217 INFO Processing ruok command from /127.0.0.1:37396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:41:25,180 INFO Processing ruok command from /127.0.0.1:37460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:41:25,208 INFO Processing ruok command from /127.0.0.1:37462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:41:35,177 INFO Processing ruok command from /127.0.0.1:37536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:41:35,200 INFO Processing ruok command from /127.0.0.1:37538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:41:43,470 INFO Committing global session 0x100003d96af0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:41:45,179 INFO Processing ruok command from /127.0.0.1:37618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:41:45,256 INFO Processing ruok command from /127.0.0.1:37620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:41:55,217 INFO Processing ruok command from /127.0.0.1:37748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:41:55,249 INFO Processing ruok command from /127.0.0.1:37750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:42:05,178 INFO Processing ruok command from /127.0.0.1:37858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:42:05,213 INFO Processing ruok command from /127.0.0.1:37860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:42:15,172 INFO Processing ruok command from /127.0.0.1:37952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:42:15,205 INFO Processing ruok command from /127.0.0.1:37954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:42:25,195 INFO Processing ruok command from /127.0.0.1:38026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:42:25,223 INFO Processing ruok command from /127.0.0.1:38028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:42:35,185 INFO Processing ruok command from /127.0.0.1:38108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:42:35,218 INFO Processing ruok command from /127.0.0.1:38110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:42:45,165 INFO Processing ruok command from /127.0.0.1:38194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:42:45,229 INFO Processing ruok command from /127.0.0.1:38196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:42:55,170 INFO Processing ruok command from /127.0.0.1:38290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:42:55,199 INFO Processing ruok command from /127.0.0.1:38292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:43:05,199 INFO Processing ruok command from /127.0.0.1:38386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:43:05,264 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:43:15,173 INFO Processing ruok command from /127.0.0.1:38470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:43:15,205 INFO Processing ruok command from /127.0.0.1:38472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:43:25,181 INFO Processing ruok command from /127.0.0.1:38746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:43:25,215 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:43:35,174 INFO Processing ruok command from /127.0.0.1:38826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:43:35,204 INFO Processing ruok command from /127.0.0.1:38828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:43:43,052 INFO Committing global session 0x200003cd0b10003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:43:45,178 INFO Processing ruok command from /127.0.0.1:38902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:43:45,204 INFO Processing ruok command from /127.0.0.1:38904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:43:55,180 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:43:55,216 INFO Processing ruok command from /127.0.0.1:38982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:44:05,170 INFO Processing ruok command from /127.0.0.1:39064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:44:05,205 INFO Processing ruok command from /127.0.0.1:39066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:44:15,177 INFO Processing ruok command from /127.0.0.1:39146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:44:15,216 INFO Processing ruok command from /127.0.0.1:39148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:44:25,179 INFO Processing ruok command from /127.0.0.1:39224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:44:25,235 INFO Processing ruok command from /127.0.0.1:39226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:44:35,180 INFO Processing ruok command from /127.0.0.1:39304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:44:35,204 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:44:45,180 INFO Processing ruok command from /127.0.0.1:39386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:44:45,217 INFO Processing ruok command from /127.0.0.1:39388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:44:55,180 INFO Processing ruok command from /127.0.0.1:39464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:44:55,215 INFO Processing ruok command from /127.0.0.1:39466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:45:05,174 INFO Processing ruok command from /127.0.0.1:39544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:45:05,228 INFO Processing ruok command from /127.0.0.1:39546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:45:15,178 INFO Processing ruok command from /127.0.0.1:39626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:45:15,210 INFO Processing ruok command from /127.0.0.1:39628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:45:25,178 INFO Processing ruok command from /127.0.0.1:39704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:45:25,216 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:45:35,166 INFO Processing ruok command from /127.0.0.1:39784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:45:35,195 INFO Processing ruok command from /127.0.0.1:39786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:45:43,383 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 02:45:43,389 INFO Committing global session 0x300003c72a50003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:45:43,896 INFO Submitting global closeSession request for session 0x300003c72a50003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 02:45:45,193 INFO Processing ruok command from /127.0.0.1:39862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:45:45,226 INFO Processing ruok command from /127.0.0.1:39864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:45:55,175 INFO Processing ruok command from /127.0.0.1:39944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:45:55,231 INFO Processing ruok command from /127.0.0.1:39946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:46:05,172 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:46:05,207 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:46:15,182 INFO Processing ruok command from /127.0.0.1:40104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:46:15,213 INFO Processing ruok command from /127.0.0.1:40106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:46:25,175 INFO Processing ruok command from /127.0.0.1:40178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:46:25,212 INFO Processing ruok command from /127.0.0.1:40180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:46:35,184 INFO Processing ruok command from /127.0.0.1:40258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:46:35,216 INFO Processing ruok command from /127.0.0.1:40260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:46:45,167 INFO Processing ruok command from /127.0.0.1:40340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:46:45,203 INFO Processing ruok command from /127.0.0.1:40342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:46:55,190 INFO Processing ruok command from /127.0.0.1:40422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:46:55,234 INFO Processing ruok command from /127.0.0.1:40424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:47:05,167 INFO Processing ruok command from /127.0.0.1:40504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:47:05,196 INFO Processing ruok command from /127.0.0.1:40506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:47:15,180 INFO Processing ruok command from /127.0.0.1:40590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:47:15,211 INFO Processing ruok command from /127.0.0.1:40592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:47:25,177 INFO Processing ruok command from /127.0.0.1:40666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:47:25,205 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:47:35,172 INFO Processing ruok command from /127.0.0.1:40752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:47:35,207 INFO Processing ruok command from /127.0.0.1:40754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:47:42,898 INFO Committing global session 0x200003cd0b10004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:47:45,175 INFO Processing ruok command from /127.0.0.1:40842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:47:45,238 INFO Processing ruok command from /127.0.0.1:40844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:47:55,186 INFO Processing ruok command from /127.0.0.1:40918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:47:55,217 INFO Processing ruok command from /127.0.0.1:40920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:48:05,179 INFO Processing ruok command from /127.0.0.1:41004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:48:05,210 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:48:15,194 INFO Processing ruok command from /127.0.0.1:41088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:48:15,233 INFO Processing ruok command from /127.0.0.1:41090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:48:25,169 INFO Processing ruok command from /127.0.0.1:41162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:48:25,213 INFO Processing ruok command from /127.0.0.1:41164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:48:35,184 INFO Processing ruok command from /127.0.0.1:41240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:48:35,221 INFO Processing ruok command from /127.0.0.1:41242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:48:45,189 INFO Processing ruok command from /127.0.0.1:41318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:48:45,220 INFO Processing ruok command from /127.0.0.1:41320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:48:55,195 INFO Processing ruok command from /127.0.0.1:41396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:48:55,226 INFO Processing ruok command from /127.0.0.1:41398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:49:05,227 INFO Processing ruok command from /127.0.0.1:41480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:49:05,258 INFO Processing ruok command from /127.0.0.1:41482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:49:15,181 INFO Processing ruok command from /127.0.0.1:41562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:49:15,205 INFO Processing ruok command from /127.0.0.1:41564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:49:25,188 INFO Processing ruok command from /127.0.0.1:41640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:49:25,225 INFO Processing ruok command from /127.0.0.1:41642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:49:35,167 INFO Processing ruok command from /127.0.0.1:41724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:49:35,205 INFO Processing ruok command from /127.0.0.1:41726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:49:43,202 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 02:49:43,215 INFO Committing global session 0x300003c72a50004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:49:43,841 INFO Submitting global closeSession request for session 0x300003c72a50004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 02:49:45,170 INFO Processing ruok command from /127.0.0.1:41812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:49:45,200 INFO Processing ruok command from /127.0.0.1:41814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:49:55,199 INFO Processing ruok command from /127.0.0.1:41890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:49:55,262 INFO Processing ruok command from /127.0.0.1:41892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:50:05,180 INFO Processing ruok command from /127.0.0.1:41972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:50:05,205 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:50:15,188 INFO Processing ruok command from /127.0.0.1:42062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:50:15,223 INFO Processing ruok command from /127.0.0.1:42064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:50:25,194 INFO Processing ruok command from /127.0.0.1:42148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:50:25,227 INFO Processing ruok command from /127.0.0.1:42150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:50:35,178 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:50:35,215 INFO Processing ruok command from /127.0.0.1:42232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:50:45,179 INFO Processing ruok command from /127.0.0.1:42310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:50:45,224 INFO Processing ruok command from /127.0.0.1:42312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:50:55,176 INFO Processing ruok command from /127.0.0.1:42394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:50:55,212 INFO Processing ruok command from /127.0.0.1:42396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:51:05,175 INFO Processing ruok command from /127.0.0.1:42474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:51:05,207 INFO Processing ruok command from /127.0.0.1:42476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:51:15,169 INFO Processing ruok command from /127.0.0.1:42554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:51:15,204 INFO Processing ruok command from /127.0.0.1:42556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:51:25,182 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:51:25,216 INFO Processing ruok command from /127.0.0.1:42642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:51:35,189 INFO Processing ruok command from /127.0.0.1:42726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:51:35,265 INFO Processing ruok command from /127.0.0.1:42728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:51:43,042 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 02:51:43,049 INFO Committing global session 0x300003c72a50005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:51:43,662 INFO Submitting global closeSession request for session 0x300003c72a50005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 02:51:45,187 INFO Processing ruok command from /127.0.0.1:42808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:51:45,237 INFO Processing ruok command from /127.0.0.1:42810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:51:55,185 INFO Processing ruok command from /127.0.0.1:42890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:51:55,243 INFO Processing ruok command from /127.0.0.1:42892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:52:05,167 INFO Processing ruok command from /127.0.0.1:42970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:52:05,196 INFO Processing ruok command from /127.0.0.1:42972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:52:15,199 INFO Processing ruok command from /127.0.0.1:43052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:52:15,224 INFO Processing ruok command from /127.0.0.1:43054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:52:25,192 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:52:25,242 INFO Processing ruok command from /127.0.0.1:43218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:52:35,185 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:52:35,230 INFO Processing ruok command from /127.0.0.1:43312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:52:45,188 INFO Processing ruok command from /127.0.0.1:43452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:52:45,223 INFO Processing ruok command from /127.0.0.1:43454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:52:55,225 INFO Processing ruok command from /127.0.0.1:43650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:52:55,242 INFO Processing ruok command from /127.0.0.1:43652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:53:05,186 INFO Processing ruok command from /127.0.0.1:43858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:53:05,220 INFO Processing ruok command from /127.0.0.1:43860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:53:15,205 INFO Processing ruok command from /127.0.0.1:44048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:53:15,241 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:53:25,200 INFO Processing ruok command from /127.0.0.1:44202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:53:25,293 INFO Processing ruok command from /127.0.0.1:44204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:53:35,199 INFO Processing ruok command from /127.0.0.1:44358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:53:35,293 INFO Processing ruok command from /127.0.0.1:44360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:53:42,968 INFO Committing global session 0x200003cd0b10005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:53:45,180 INFO Processing ruok command from /127.0.0.1:44538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:53:45,214 INFO Processing ruok command from /127.0.0.1:44540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:53:55,198 INFO Processing ruok command from /127.0.0.1:44702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:53:55,227 INFO Processing ruok command from /127.0.0.1:44704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:54:05,177 INFO Processing ruok command from /127.0.0.1:44860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:54:05,233 INFO Processing ruok command from /127.0.0.1:44862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:54:15,183 INFO Processing ruok command from /127.0.0.1:44996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:54:15,213 INFO Processing ruok command from /127.0.0.1:44998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:54:25,181 INFO Processing ruok command from /127.0.0.1:45140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:54:25,220 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:54:35,176 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:54:35,214 INFO Processing ruok command from /127.0.0.1:45292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:54:45,179 INFO Processing ruok command from /127.0.0.1:45448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:54:45,239 INFO Processing ruok command from /127.0.0.1:45450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:54:48,061 INFO Committing global session 0x200003cd0b10006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:54:48,188 INFO Committing global session 0x200003cd0b10007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:54:49,445 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 02:54:49,450 INFO Committing global session 0x300003c72a50006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:54:55,184 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:54:55,220 INFO Processing ruok command from /127.0.0.1:45626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:55:05,193 INFO Processing ruok command from /127.0.0.1:45782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:55:05,246 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:55:15,194 INFO Processing ruok command from /127.0.0.1:45922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:55:15,223 INFO Processing ruok command from /127.0.0.1:45924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:55:25,181 INFO Processing ruok command from /127.0.0.1:46064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:55:25,217 INFO Processing ruok command from /127.0.0.1:46066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:55:35,198 INFO Processing ruok command from /127.0.0.1:46222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:55:35,239 INFO Processing ruok command from /127.0.0.1:46224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:55:43,049 INFO Committing global session 0x100003d96af0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:55:45,167 INFO Processing ruok command from /127.0.0.1:46372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:55:45,199 INFO Processing ruok command from /127.0.0.1:46374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:55:55,169 INFO Processing ruok command from /127.0.0.1:46526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:55:55,205 INFO Processing ruok command from /127.0.0.1:46528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:55:55,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f5fbd469-de1b-4f19-b14a-2befb7caab68/onap-policy-clamp-ac-pf-ppnt-79f5cdfc57-pmfvk (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:55:55,499 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/afaff619-fd22-44c0-adef-f0928b2c0c2b/onap-policy-clamp-ac-k8s-ppnt-6c4896497c-7nwgv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:56:05,178 INFO Processing ruok command from /127.0.0.1:46664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:56:05,214 INFO Processing ruok command from /127.0.0.1:46666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:56:15,171 INFO Processing ruok command from /127.0.0.1:46806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:56:15,195 INFO Processing ruok command from /127.0.0.1:46808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:56:25,186 INFO Processing ruok command from /127.0.0.1:46958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:56:25,228 INFO Processing ruok command from /127.0.0.1:46960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:56:35,179 INFO Processing ruok command from /127.0.0.1:47114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:56:35,214 INFO Processing ruok command from /127.0.0.1:47116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:56:45,208 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:56:45,289 INFO Processing ruok command from /127.0.0.1:47284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:56:55,207 INFO Processing ruok command from /127.0.0.1:47430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:56:55,244 INFO Processing ruok command from /127.0.0.1:47432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:56:55,494 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fa784114-082e-4bd0-bf63-5af13de0a7c5/onap-policy-clamp-ac-http-ppnt-74cfc44bb8-tpmcb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:56:55,500 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f5fbd469-de1b-4f19-b14a-2befb7caab68 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:56:55,507 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1ef9519c-94f3-4c4f-9133-fe0471c53150/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:56:55,513 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/afaff619-fd22-44c0-adef-f0928b2c0c2b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:57:05,210 INFO Processing ruok command from /127.0.0.1:47578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:57:05,264 INFO Processing ruok command from /127.0.0.1:47580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:57:15,222 INFO Processing ruok command from /127.0.0.1:47732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:57:15,256 INFO Processing ruok command from /127.0.0.1:47734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:57:25,183 INFO Processing ruok command from /127.0.0.1:47870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:57:25,234 INFO Processing ruok command from /127.0.0.1:47872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:57:35,177 INFO Processing ruok command from /127.0.0.1:48026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:57:35,242 INFO Processing ruok command from /127.0.0.1:48028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:57:43,326 INFO Committing global session 0x200003cd0b10008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:57:45,208 INFO Processing ruok command from /127.0.0.1:48158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:57:45,309 INFO Processing ruok command from /127.0.0.1:48160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:57:55,175 INFO Processing ruok command from /127.0.0.1:48314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:57:55,205 INFO Processing ruok command from /127.0.0.1:48320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:57:55,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/1ef9519c-94f3-4c4f-9133-fe0471c53150 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:57:55,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fa784114-082e-4bd0-bf63-5af13de0a7c5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:58:05,200 INFO Processing ruok command from /127.0.0.1:48468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:58:05,231 INFO Processing ruok command from /127.0.0.1:48470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:58:15,189 INFO Processing ruok command from /127.0.0.1:48616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:58:15,225 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:58:25,180 INFO Processing ruok command from /127.0.0.1:48768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:58:25,271 INFO Processing ruok command from /127.0.0.1:48770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:58:35,194 INFO Processing ruok command from /127.0.0.1:48926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:58:35,218 INFO Processing ruok command from /127.0.0.1:48928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:58:45,187 INFO Processing ruok command from /127.0.0.1:49076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:58:45,253 INFO Processing ruok command from /127.0.0.1:49078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:58:55,209 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:58:55,238 INFO Processing ruok command from /127.0.0.1:49222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:58:55,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:58:55,499 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:59:05,185 INFO Processing ruok command from /127.0.0.1:49366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:59:05,231 INFO Processing ruok command from /127.0.0.1:49368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:59:15,189 INFO Processing ruok command from /127.0.0.1:49524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:59:15,228 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:59:25,179 INFO Processing ruok command from /127.0.0.1:49682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:59:25,211 INFO Processing ruok command from /127.0.0.1:49684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:59:35,184 INFO Processing ruok command from /127.0.0.1:49834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:59:35,221 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:59:43,110 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 02:59:43,115 INFO Committing global session 0x300003c72a50007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 02:59:43,844 INFO Submitting global closeSession request for session 0x300003c72a50007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 02:59:45,196 INFO Processing ruok command from /127.0.0.1:49990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:59:45,233 INFO Processing ruok command from /127.0.0.1:49992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:59:55,193 INFO Processing ruok command from /127.0.0.1:50216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 02:59:55,234 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 02:59:55,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b1efe198-1bc1-488c-b923-07621145d091/onap-policy-xacml-pdp-6665f8774f-lsbrc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:59:55,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 02:59:55,505 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/04395c63-f88f-4369-9e30-08c970b68a6e/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:00:05,189 INFO Processing ruok command from /127.0.0.1:50524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:00:05,218 INFO Processing ruok command from /127.0.0.1:50526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:00:15,218 INFO Processing ruok command from /127.0.0.1:50920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:00:15,251 INFO Processing ruok command from /127.0.0.1:50924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:00:25,190 INFO Processing ruok command from /127.0.0.1:51090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:00:25,214 INFO Processing ruok command from /127.0.0.1:51092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:00:35,191 INFO Processing ruok command from /127.0.0.1:51230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:00:35,227 INFO Processing ruok command from /127.0.0.1:51232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:00:45,184 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:00:45,252 INFO Processing ruok command from /127.0.0.1:51388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:00:55,179 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:00:55,209 INFO Processing ruok command from /127.0.0.1:51528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:00:55,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:00:55,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/04395c63-f88f-4369-9e30-08c970b68a6e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:00:55,504 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/f7ba0da8-bec5-4626-995f-96d43bc46d8b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:00:55,510 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/370734ee-7db1-4914-bc4d-9196997baf59/onap-policy-pap-8884f4f54-2qh87 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:00:55,516 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b1efe198-1bc1-488c-b923-07621145d091 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:01:05,191 INFO Processing ruok command from /127.0.0.1:51682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:01:05,225 INFO Processing ruok command from /127.0.0.1:51688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:01:15,179 INFO Processing ruok command from /127.0.0.1:51826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:01:15,217 INFO Processing ruok command from /127.0.0.1:51828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:01:25,177 INFO Processing ruok command from /127.0.0.1:51978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:01:25,236 INFO Processing ruok command from /127.0.0.1:51980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:01:35,190 INFO Processing ruok command from /127.0.0.1:52116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:01:35,218 INFO Processing ruok command from /127.0.0.1:52118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:01:42,902 INFO Committing global session 0x100003d96af0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:01:45,191 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:01:45,226 INFO Processing ruok command from /127.0.0.1:52270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:01:55,183 INFO Processing ruok command from /127.0.0.1:52418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:01:55,217 INFO Processing ruok command from /127.0.0.1:52420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:01:55,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/370734ee-7db1-4914-bc4d-9196997baf59 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:01:55,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:01:55,504 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:02:05,193 INFO Processing ruok command from /127.0.0.1:52576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:02:05,221 INFO Processing ruok command from /127.0.0.1:52578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:02:15,194 INFO Processing ruok command from /127.0.0.1:52728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:02:15,223 INFO Processing ruok command from /127.0.0.1:52730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:02:25,180 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:02:25,215 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:02:35,172 INFO Processing ruok command from /127.0.0.1:53022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:02:35,227 INFO Processing ruok command from /127.0.0.1:53024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:02:45,186 INFO Processing ruok command from /127.0.0.1:53166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:02:45,214 INFO Processing ruok command from /127.0.0.1:53168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:02:55,180 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:02:55,210 INFO Processing ruok command from /127.0.0.1:53320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:02:55,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:03:05,178 INFO Processing ruok command from /127.0.0.1:53468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:03:05,208 INFO Processing ruok command from /127.0.0.1:53470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:03:15,170 INFO Processing ruok command from /127.0.0.1:53624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:03:15,208 INFO Processing ruok command from /127.0.0.1:53626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:03:25,173 INFO Processing ruok command from /127.0.0.1:53782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:03:25,203 INFO Processing ruok command from /127.0.0.1:53784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:03:35,174 INFO Processing ruok command from /127.0.0.1:53924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:03:35,212 INFO Processing ruok command from /127.0.0.1:53926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:03:42,694 INFO Committing global session 0x200003cd0b10009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:03:45,183 INFO Processing ruok command from /127.0.0.1:54082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:03:45,216 INFO Processing ruok command from /127.0.0.1:54084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:03:55,177 INFO Processing ruok command from /127.0.0.1:54224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:03:55,200 INFO Processing ruok command from /127.0.0.1:54226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:03:55,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8c1c0576-0cf1-40d5-acf0-ddfed4b29cc4/onap-policy-clamp-runtime-acm-5945bf4c4-44k4z (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:03:55,499 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:04:05,177 INFO Processing ruok command from /127.0.0.1:54376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:04:05,216 INFO Processing ruok command from /127.0.0.1:54378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:04:15,188 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:04:15,225 INFO Processing ruok command from /127.0.0.1:54542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:04:25,189 INFO Processing ruok command from /127.0.0.1:54712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:04:25,245 INFO Processing ruok command from /127.0.0.1:54714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:04:35,191 INFO Processing ruok command from /127.0.0.1:54882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:04:35,233 INFO Processing ruok command from /127.0.0.1:54884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:04:45,203 INFO Processing ruok command from /127.0.0.1:55040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:04:45,222 INFO Processing ruok command from /127.0.0.1:55042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:04:55,204 INFO Processing ruok command from /127.0.0.1:55190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:04:55,255 INFO Processing ruok command from /127.0.0.1:55192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:04:55,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8c1c0576-0cf1-40d5-acf0-ddfed4b29cc4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:04:55,499 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:05:05,200 INFO Processing ruok command from /127.0.0.1:55332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:05:05,272 INFO Processing ruok command from /127.0.0.1:55334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:05:15,206 INFO Processing ruok command from /127.0.0.1:55502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:05:15,233 INFO Processing ruok command from /127.0.0.1:55504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:05:25,196 INFO Processing ruok command from /127.0.0.1:55658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:05:25,256 INFO Processing ruok command from /127.0.0.1:55660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:05:35,204 INFO Processing ruok command from /127.0.0.1:55800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:05:35,319 INFO Processing ruok command from /127.0.0.1:55802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:05:43,024 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 03:05:43,037 INFO Committing global session 0x300003c72a50008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:05:43,729 INFO Submitting global closeSession request for session 0x300003c72a50008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:05:45,184 INFO Processing ruok command from /127.0.0.1:55940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:05:45,236 INFO Processing ruok command from /127.0.0.1:55942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:05:55,179 INFO Processing ruok command from /127.0.0.1:56078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:05:55,248 INFO Processing ruok command from /127.0.0.1:56080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:05:55,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:05:55,498 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:05:55,505 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:05:55,511 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-11-13 03:05:55,517 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:05:55,523 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-11-13 03:05:55,529 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:06:05,188 INFO Processing ruok command from /127.0.0.1:56230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:06:05,222 INFO Processing ruok command from /127.0.0.1:56234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:06:15,201 INFO Processing ruok command from /127.0.0.1:56384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:06:15,264 INFO Processing ruok command from /127.0.0.1:56386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:06:25,181 INFO Processing ruok command from /127.0.0.1:56538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:06:25,248 INFO Processing ruok command from /127.0.0.1:56540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:06:35,208 INFO Processing ruok command from /127.0.0.1:56704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:06:35,266 INFO Processing ruok command from /127.0.0.1:56706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:06:45,192 INFO Processing ruok command from /127.0.0.1:56862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:06:45,264 INFO Processing ruok command from /127.0.0.1:56864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:06:55,182 INFO Processing ruok command from /127.0.0.1:57018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:06:55,241 INFO Processing ruok command from /127.0.0.1:57020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:06:55,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:06:55,498 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:06:55,504 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:06:55,510 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:06:55,516 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:06:55,522 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:07:05,202 INFO Processing ruok command from /127.0.0.1:57182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:07:05,267 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:07:15,181 INFO Processing ruok command from /127.0.0.1:57340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:07:15,261 INFO Processing ruok command from /127.0.0.1:57342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:07:25,184 INFO Processing ruok command from /127.0.0.1:57496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:07:25,253 INFO Processing ruok command from /127.0.0.1:57498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:07:35,199 INFO Processing ruok command from /127.0.0.1:57660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:07:35,226 INFO Processing ruok command from /127.0.0.1:57662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:07:43,321 INFO Committing global session 0x200003cd0b1000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:07:45,185 INFO Processing ruok command from /127.0.0.1:57820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:07:45,219 INFO Processing ruok command from /127.0.0.1:57822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:07:55,205 INFO Processing ruok command from /127.0.0.1:57980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:07:55,227 INFO Processing ruok command from /127.0.0.1:57982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:07:55,493 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:08:05,201 INFO Processing ruok command from /127.0.0.1:58144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:08:05,239 INFO Processing ruok command from /127.0.0.1:58146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:08:15,195 INFO Processing ruok command from /127.0.0.1:58318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:08:15,284 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:08:25,197 INFO Processing ruok command from /127.0.0.1:58474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:08:25,214 INFO Processing ruok command from /127.0.0.1:58476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:08:35,205 INFO Processing ruok command from /127.0.0.1:58660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:08:35,296 INFO Processing ruok command from /127.0.0.1:58662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:08:45,177 INFO Processing ruok command from /127.0.0.1:58820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:08:45,214 INFO Processing ruok command from /127.0.0.1:58824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:08:55,191 INFO Processing ruok command from /127.0.0.1:58974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:08:55,256 INFO Processing ruok command from /127.0.0.1:58978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:08:55,493 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:09:05,184 INFO Processing ruok command from /127.0.0.1:59146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:09:05,225 INFO Processing ruok command from /127.0.0.1:59148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:09:15,180 INFO Processing ruok command from /127.0.0.1:59306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:09:15,216 INFO Processing ruok command from /127.0.0.1:59308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:09:25,179 INFO Processing ruok command from /127.0.0.1:59462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:09:25,220 INFO Processing ruok command from /127.0.0.1:59464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:09:35,196 INFO Processing ruok command from /127.0.0.1:59604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:09:35,236 INFO Processing ruok command from /127.0.0.1:59606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:09:42,861 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 03:09:42,875 INFO Committing global session 0x300003c72a50009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:09:43,615 INFO Submitting global closeSession request for session 0x300003c72a50009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:09:45,181 INFO Processing ruok command from /127.0.0.1:59760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:09:45,214 INFO Processing ruok command from /127.0.0.1:59762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:09:55,200 INFO Processing ruok command from /127.0.0.1:59914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:09:55,224 INFO Processing ruok command from /127.0.0.1:59916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:09:55,492 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:10:05,182 INFO Processing ruok command from /127.0.0.1:60072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:10:05,253 INFO Processing ruok command from /127.0.0.1:60074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:10:15,173 INFO Processing ruok command from /127.0.0.1:60220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:10:15,207 INFO Processing ruok command from /127.0.0.1:60222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:10:25,171 INFO Processing ruok command from /127.0.0.1:60376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:10:25,201 INFO Processing ruok command from /127.0.0.1:60378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:10:35,198 INFO Processing ruok command from /127.0.0.1:60526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:10:35,225 INFO Processing ruok command from /127.0.0.1:60528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:10:45,190 INFO Processing ruok command from /127.0.0.1:60680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:10:45,223 INFO Processing ruok command from /127.0.0.1:60682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:10:55,192 INFO Processing ruok command from /127.0.0.1:60820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:10:55,229 INFO Processing ruok command from /127.0.0.1:60822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:10:55,492 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:10:55,498 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-11-13 03:11:05,195 INFO Processing ruok command from /127.0.0.1:60968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:11:05,216 INFO Processing ruok command from /127.0.0.1:60974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:11:15,181 INFO Processing ruok command from /127.0.0.1:32892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:11:15,247 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:11:25,188 INFO Processing ruok command from /127.0.0.1:33038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:11:25,225 INFO Processing ruok command from /127.0.0.1:33040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:11:35,190 INFO Processing ruok command from /127.0.0.1:33198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:11:35,221 INFO Processing ruok command from /127.0.0.1:33200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:11:42,970 INFO Committing global session 0x200003cd0b1000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:11:45,211 INFO Processing ruok command from /127.0.0.1:33356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:11:45,245 INFO Processing ruok command from /127.0.0.1:33358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:11:55,187 INFO Processing ruok command from /127.0.0.1:33498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:11:55,217 INFO Processing ruok command from /127.0.0.1:33500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:11:55,493 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:11:55,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:12:05,186 INFO Processing ruok command from /127.0.0.1:33638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:12:05,216 INFO Processing ruok command from /127.0.0.1:33640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:12:15,194 INFO Processing ruok command from /127.0.0.1:33802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:12:15,228 INFO Processing ruok command from /127.0.0.1:33804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:12:25,176 INFO Processing ruok command from /127.0.0.1:33958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:12:25,208 INFO Processing ruok command from /127.0.0.1:33960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:12:35,176 INFO Processing ruok command from /127.0.0.1:34108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:12:35,213 INFO Processing ruok command from /127.0.0.1:34110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:12:45,180 INFO Processing ruok command from /127.0.0.1:34254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:12:45,207 INFO Processing ruok command from /127.0.0.1:34256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:12:55,177 INFO Processing ruok command from /127.0.0.1:34410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:12:55,236 INFO Processing ruok command from /127.0.0.1:34412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:12:55,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:13:05,194 INFO Processing ruok command from /127.0.0.1:34556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:13:05,246 INFO Processing ruok command from /127.0.0.1:34558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:13:15,207 INFO Processing ruok command from /127.0.0.1:34722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:13:15,258 INFO Processing ruok command from /127.0.0.1:34724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:13:25,175 INFO Processing ruok command from /127.0.0.1:34862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:13:25,204 INFO Processing ruok command from /127.0.0.1:34864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:13:35,188 INFO Processing ruok command from /127.0.0.1:35022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:13:35,244 INFO Processing ruok command from /127.0.0.1:35024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:13:43,041 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 03:13:43,047 INFO Committing global session 0x300003c72a5000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:13:43,782 INFO Submitting global closeSession request for session 0x300003c72a5000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:13:45,183 INFO Processing ruok command from /127.0.0.1:35180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:13:45,222 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:13:55,192 INFO Processing ruok command from /127.0.0.1:35322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:13:55,215 INFO Processing ruok command from /127.0.0.1:35324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:13:55,492 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:14:05,190 INFO Processing ruok command from /127.0.0.1:35480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:14:05,227 INFO Processing ruok command from /127.0.0.1:35482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:14:15,173 INFO Processing ruok command from /127.0.0.1:35632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:14:15,238 INFO Processing ruok command from /127.0.0.1:35634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:14:25,193 INFO Processing ruok command from /127.0.0.1:35794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:14:25,244 INFO Processing ruok command from /127.0.0.1:35796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:14:35,226 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:14:35,258 INFO Processing ruok command from /127.0.0.1:35948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:14:45,189 INFO Processing ruok command from /127.0.0.1:36098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:14:45,220 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:14:55,209 INFO Processing ruok command from /127.0.0.1:36276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:14:55,271 INFO Processing ruok command from /127.0.0.1:36278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:15:05,185 INFO Processing ruok command from /127.0.0.1:36490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:15:05,214 INFO Processing ruok command from /127.0.0.1:36492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:15:15,201 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:15:15,275 INFO Processing ruok command from /127.0.0.1:36676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:15:25,196 INFO Processing ruok command from /127.0.0.1:36872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:15:25,276 INFO Processing ruok command from /127.0.0.1:36874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:15:35,198 INFO Processing ruok command from /127.0.0.1:37038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:15:35,342 INFO Processing ruok command from /127.0.0.1:37040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:15:42,904 INFO Committing global session 0x200003cd0b1000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:15:45,212 INFO Processing ruok command from /127.0.0.1:37188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:15:45,262 INFO Processing ruok command from /127.0.0.1:37192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:15:55,214 INFO Processing ruok command from /127.0.0.1:37354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:15:55,279 INFO Processing ruok command from /127.0.0.1:37356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:16:05,181 INFO Processing ruok command from /127.0.0.1:37514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:16:05,215 INFO Processing ruok command from /127.0.0.1:37516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:16:15,246 INFO Processing ruok command from /127.0.0.1:37690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:16:15,327 INFO Processing ruok command from /127.0.0.1:37692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:16:25,182 INFO Processing ruok command from /127.0.0.1:37864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:16:25,248 INFO Processing ruok command from /127.0.0.1:37868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:16:35,193 INFO Processing ruok command from /127.0.0.1:38046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:16:35,262 INFO Processing ruok command from /127.0.0.1:38048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:16:45,188 INFO Processing ruok command from /127.0.0.1:38230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:16:45,245 INFO Processing ruok command from /127.0.0.1:38232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:16:55,214 INFO Processing ruok command from /127.0.0.1:38386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:16:55,249 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:17:05,185 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:17:05,211 INFO Processing ruok command from /127.0.0.1:38532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:17:15,211 INFO Processing ruok command from /127.0.0.1:38690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:17:15,271 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:17:25,174 INFO Processing ruok command from /127.0.0.1:38824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:17:25,206 INFO Processing ruok command from /127.0.0.1:38826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:17:35,189 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:17:35,221 INFO Processing ruok command from /127.0.0.1:38982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:17:43,269 INFO Committing global session 0x100003d96af0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:17:45,184 INFO Processing ruok command from /127.0.0.1:39122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:17:45,222 INFO Processing ruok command from /127.0.0.1:39124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:17:55,177 INFO Processing ruok command from /127.0.0.1:39278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:17:55,211 INFO Processing ruok command from /127.0.0.1:39280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:18:05,177 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:18:05,212 INFO Processing ruok command from /127.0.0.1:39426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:18:15,202 INFO Processing ruok command from /127.0.0.1:39584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:18:15,285 INFO Processing ruok command from /127.0.0.1:39586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:18:25,200 INFO Processing ruok command from /127.0.0.1:39740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:18:25,255 INFO Processing ruok command from /127.0.0.1:39742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:18:35,178 INFO Processing ruok command from /127.0.0.1:39886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:18:35,209 INFO Processing ruok command from /127.0.0.1:39888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:18:45,179 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:18:45,221 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:18:55,200 INFO Processing ruok command from /127.0.0.1:40186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:18:55,238 INFO Processing ruok command from /127.0.0.1:40188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:19:05,191 INFO Processing ruok command from /127.0.0.1:40332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:19:05,265 INFO Processing ruok command from /127.0.0.1:40338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:19:15,189 INFO Processing ruok command from /127.0.0.1:40496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:19:15,222 INFO Processing ruok command from /127.0.0.1:40498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:19:25,179 INFO Processing ruok command from /127.0.0.1:40632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:19:25,219 INFO Processing ruok command from /127.0.0.1:40636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:19:35,186 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:19:35,224 INFO Processing ruok command from /127.0.0.1:40782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:19:42,986 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 03:19:42,992 INFO Committing global session 0x300003c72a5000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:19:43,713 INFO Submitting global closeSession request for session 0x300003c72a5000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:19:45,188 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:19:45,220 INFO Processing ruok command from /127.0.0.1:40936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:19:55,190 INFO Processing ruok command from /127.0.0.1:41094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:19:55,227 INFO Processing ruok command from /127.0.0.1:41096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:19:55,492 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-11-13 03:19:55,498 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-11-13 03:20:05,184 INFO Processing ruok command from /127.0.0.1:41252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:20:05,213 INFO Processing ruok command from /127.0.0.1:41254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:20:15,184 INFO Processing ruok command from /127.0.0.1:41398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:20:15,227 INFO Processing ruok command from /127.0.0.1:41402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:20:25,190 INFO Processing ruok command from /127.0.0.1:41554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:20:25,221 INFO Processing ruok command from /127.0.0.1:41556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:20:35,194 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:20:35,229 INFO Processing ruok command from /127.0.0.1:41714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:20:45,178 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:20:45,209 INFO Processing ruok command from /127.0.0.1:41876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:20:55,191 INFO Processing ruok command from /127.0.0.1:42020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:20:55,258 INFO Processing ruok command from /127.0.0.1:42022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:20:55,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:20:55,499 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:21:05,188 INFO Processing ruok command from /127.0.0.1:42178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:21:05,253 INFO Processing ruok command from /127.0.0.1:42180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:21:15,183 INFO Processing ruok command from /127.0.0.1:42338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:21:15,251 INFO Processing ruok command from /127.0.0.1:42340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:21:25,188 INFO Processing ruok command from /127.0.0.1:42482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:21:25,232 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:21:35,182 INFO Processing ruok command from /127.0.0.1:42626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:21:35,275 INFO Processing ruok command from /127.0.0.1:42628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:21:43,249 INFO Committing global session 0x100003d96af000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:21:45,189 INFO Processing ruok command from /127.0.0.1:42782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:21:45,224 INFO Processing ruok command from /127.0.0.1:42784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:21:55,182 INFO Processing ruok command from /127.0.0.1:42928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:21:55,220 INFO Processing ruok command from /127.0.0.1:42930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:21:55,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:21:55,498 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:22:05,182 INFO Processing ruok command from /127.0.0.1:43086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:22:05,213 INFO Processing ruok command from /127.0.0.1:43088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:22:15,185 INFO Processing ruok command from /127.0.0.1:43228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:22:15,216 INFO Processing ruok command from /127.0.0.1:43230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:22:25,220 INFO Processing ruok command from /127.0.0.1:43384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:22:25,254 INFO Processing ruok command from /127.0.0.1:43386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:22:35,205 INFO Processing ruok command from /127.0.0.1:43528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:22:35,235 INFO Processing ruok command from /127.0.0.1:43530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:22:45,188 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:22:45,221 INFO Processing ruok command from /127.0.0.1:43688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:22:55,188 INFO Processing ruok command from /127.0.0.1:43832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:22:55,228 INFO Processing ruok command from /127.0.0.1:43834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:22:55,493 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:23:05,189 INFO Processing ruok command from /127.0.0.1:43986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:23:05,250 INFO Processing ruok command from /127.0.0.1:43988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:23:15,184 INFO Processing ruok command from /127.0.0.1:44146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:23:15,218 INFO Processing ruok command from /127.0.0.1:44148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:23:25,190 INFO Processing ruok command from /127.0.0.1:44294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:23:25,228 INFO Processing ruok command from /127.0.0.1:44300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:23:35,198 INFO Processing ruok command from /127.0.0.1:44458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:23:35,222 INFO Processing ruok command from /127.0.0.1:44460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:23:43,175 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 03:23:43,180 INFO Committing global session 0x300003c72a5000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:23:43,903 INFO Submitting global closeSession request for session 0x300003c72a5000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:23:45,177 INFO Processing ruok command from /127.0.0.1:44618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:23:45,247 INFO Processing ruok command from /127.0.0.1:44620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:23:55,189 INFO Processing ruok command from /127.0.0.1:44758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:23:55,222 INFO Processing ruok command from /127.0.0.1:44760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:24:05,200 INFO Processing ruok command from /127.0.0.1:44922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:24:05,232 INFO Processing ruok command from /127.0.0.1:44924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:24:15,182 INFO Processing ruok command from /127.0.0.1:45074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:24:15,219 INFO Processing ruok command from /127.0.0.1:45076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:24:25,177 INFO Processing ruok command from /127.0.0.1:45228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:24:25,221 INFO Processing ruok command from /127.0.0.1:45230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:24:35,195 INFO Processing ruok command from /127.0.0.1:45376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:24:35,258 INFO Processing ruok command from /127.0.0.1:45378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:24:45,185 INFO Processing ruok command from /127.0.0.1:45532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:24:45,220 INFO Processing ruok command from /127.0.0.1:45534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:24:55,183 INFO Processing ruok command from /127.0.0.1:45688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:24:55,213 INFO Processing ruok command from /127.0.0.1:45690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:25:05,177 INFO Processing ruok command from /127.0.0.1:45844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:25:05,210 INFO Processing ruok command from /127.0.0.1:45846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:25:15,185 INFO Processing ruok command from /127.0.0.1:46002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:25:15,233 INFO Processing ruok command from /127.0.0.1:46004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:25:25,185 INFO Processing ruok command from /127.0.0.1:46142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:25:25,230 INFO Processing ruok command from /127.0.0.1:46144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:25:35,209 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:25:35,240 INFO Processing ruok command from /127.0.0.1:46304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:25:42,995 INFO Committing global session 0x100003d96af000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:25:45,204 INFO Processing ruok command from /127.0.0.1:46442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:25:45,257 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:25:55,193 INFO Processing ruok command from /127.0.0.1:46602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:25:55,221 INFO Processing ruok command from /127.0.0.1:46604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:26:05,176 INFO Processing ruok command from /127.0.0.1:46748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:26:05,217 INFO Processing ruok command from /127.0.0.1:46750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:26:15,188 INFO Processing ruok command from /127.0.0.1:46916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:26:15,211 INFO Processing ruok command from /127.0.0.1:46918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:26:25,196 INFO Processing ruok command from /127.0.0.1:47068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:26:25,232 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:26:35,197 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:26:35,219 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:26:45,196 INFO Processing ruok command from /127.0.0.1:47370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:26:45,229 INFO Processing ruok command from /127.0.0.1:47372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:26:55,204 INFO Processing ruok command from /127.0.0.1:47516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:26:55,234 INFO Processing ruok command from /127.0.0.1:47522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:27:05,181 INFO Processing ruok command from /127.0.0.1:47686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:27:05,218 INFO Processing ruok command from /127.0.0.1:47688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:27:15,184 INFO Processing ruok command from /127.0.0.1:47832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:27:15,214 INFO Processing ruok command from /127.0.0.1:47834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:27:25,188 INFO Processing ruok command from /127.0.0.1:47984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:27:25,236 INFO Processing ruok command from /127.0.0.1:47986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:27:35,186 INFO Processing ruok command from /127.0.0.1:48130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:27:35,246 INFO Processing ruok command from /127.0.0.1:48132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:27:43,427 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 03:27:43,432 INFO Committing global session 0x300003c72a5000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:27:44,127 INFO Submitting global closeSession request for session 0x300003c72a5000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:27:45,194 INFO Processing ruok command from /127.0.0.1:48290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:27:45,229 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:27:55,208 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:27:55,248 INFO Processing ruok command from /127.0.0.1:48452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:28:05,196 INFO Processing ruok command from /127.0.0.1:48598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:28:05,228 INFO Processing ruok command from /127.0.0.1:48600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:28:15,180 INFO Processing ruok command from /127.0.0.1:48754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:28:15,212 INFO Processing ruok command from /127.0.0.1:48756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:28:25,165 INFO Processing ruok command from /127.0.0.1:48908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:28:25,195 INFO Processing ruok command from /127.0.0.1:48910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:28:35,192 INFO Processing ruok command from /127.0.0.1:49066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:28:35,221 INFO Processing ruok command from /127.0.0.1:49068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:28:45,184 INFO Processing ruok command from /127.0.0.1:49210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:28:45,257 INFO Processing ruok command from /127.0.0.1:49212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:28:55,183 INFO Processing ruok command from /127.0.0.1:49378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:28:55,204 INFO Processing ruok command from /127.0.0.1:49380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:29:05,179 INFO Processing ruok command from /127.0.0.1:49524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:29:05,206 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:29:15,176 INFO Processing ruok command from /127.0.0.1:49690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:29:15,204 INFO Processing ruok command from /127.0.0.1:49692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:29:25,207 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:29:25,263 INFO Processing ruok command from /127.0.0.1:49852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:29:35,180 INFO Processing ruok command from /127.0.0.1:50008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:29:35,219 INFO Processing ruok command from /127.0.0.1:50010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:29:43,000 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 03:29:43,007 INFO Committing global session 0x300003c72a5000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:29:43,732 INFO Submitting global closeSession request for session 0x300003c72a5000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:29:45,184 INFO Processing ruok command from /127.0.0.1:50168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:29:45,220 INFO Processing ruok command from /127.0.0.1:50170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:29:55,178 INFO Processing ruok command from /127.0.0.1:50330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:29:55,208 INFO Processing ruok command from /127.0.0.1:50332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:30:05,180 INFO Processing ruok command from /127.0.0.1:50472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:30:05,209 INFO Processing ruok command from /127.0.0.1:50474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:30:15,208 INFO Processing ruok command from /127.0.0.1:50624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:30:15,245 INFO Processing ruok command from /127.0.0.1:50626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:30:25,178 INFO Processing ruok command from /127.0.0.1:50772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:30:25,212 INFO Processing ruok command from /127.0.0.1:50774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:30:35,182 INFO Processing ruok command from /127.0.0.1:50934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:30:35,219 INFO Processing ruok command from /127.0.0.1:50936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:30:45,182 INFO Processing ruok command from /127.0.0.1:51094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:30:45,252 INFO Processing ruok command from /127.0.0.1:51098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:30:55,184 INFO Processing ruok command from /127.0.0.1:51238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:30:55,208 INFO Processing ruok command from /127.0.0.1:51240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:31:05,179 INFO Processing ruok command from /127.0.0.1:51398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:31:05,254 INFO Processing ruok command from /127.0.0.1:51402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:31:15,175 INFO Processing ruok command from /127.0.0.1:51548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:31:15,205 INFO Processing ruok command from /127.0.0.1:51550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:31:25,174 INFO Processing ruok command from /127.0.0.1:51710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:31:25,210 INFO Processing ruok command from /127.0.0.1:51712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:31:35,195 INFO Processing ruok command from /127.0.0.1:51874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:31:35,254 INFO Processing ruok command from /127.0.0.1:51876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:31:43,088 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 03:31:43,093 INFO Committing global session 0x300003c72a5000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:31:43,813 INFO Submitting global closeSession request for session 0x300003c72a5000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:31:45,174 INFO Processing ruok command from /127.0.0.1:52016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:31:45,202 INFO Processing ruok command from /127.0.0.1:52018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:31:55,200 INFO Processing ruok command from /127.0.0.1:52184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:31:55,243 INFO Processing ruok command from /127.0.0.1:52186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:32:05,189 INFO Processing ruok command from /127.0.0.1:52344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:32:05,228 INFO Processing ruok command from /127.0.0.1:52346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:32:15,177 INFO Processing ruok command from /127.0.0.1:52486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:32:15,209 INFO Processing ruok command from /127.0.0.1:52488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:32:25,190 INFO Processing ruok command from /127.0.0.1:52646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:32:25,229 INFO Processing ruok command from /127.0.0.1:52648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:32:35,179 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:32:35,216 INFO Processing ruok command from /127.0.0.1:52796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:32:45,201 INFO Processing ruok command from /127.0.0.1:52946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:32:45,230 INFO Processing ruok command from /127.0.0.1:52948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:32:55,199 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:32:55,225 INFO Processing ruok command from /127.0.0.1:53094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:33:05,190 INFO Processing ruok command from /127.0.0.1:53252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:33:05,222 INFO Processing ruok command from /127.0.0.1:53254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:33:15,176 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:33:15,202 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:33:25,189 INFO Processing ruok command from /127.0.0.1:53550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:33:25,237 INFO Processing ruok command from /127.0.0.1:53552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:33:35,178 INFO Processing ruok command from /127.0.0.1:53694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:33:35,213 INFO Processing ruok command from /127.0.0.1:53696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:33:42,959 INFO Committing global session 0x200003cd0b1000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:33:45,184 INFO Processing ruok command from /127.0.0.1:53852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:33:45,219 INFO Processing ruok command from /127.0.0.1:53854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:33:52,153 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-13 03:33:52,153 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-13 03:33:52,164 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-13 03:33:55,193 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:33:55,221 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:34:05,182 INFO Processing ruok command from /127.0.0.1:54156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:34:05,216 INFO Processing ruok command from /127.0.0.1:54158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:34:15,184 INFO Processing ruok command from /127.0.0.1:54320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:34:15,216 INFO Processing ruok command from /127.0.0.1:54322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:34:25,183 INFO Processing ruok command from /127.0.0.1:54462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:34:25,217 INFO Processing ruok command from /127.0.0.1:54464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:34:35,185 INFO Processing ruok command from /127.0.0.1:54622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:34:35,218 INFO Processing ruok command from /127.0.0.1:54624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:34:45,186 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:34:45,220 INFO Processing ruok command from /127.0.0.1:54782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:34:55,193 INFO Processing ruok command from /127.0.0.1:54924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:34:55,233 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:35:05,182 INFO Processing ruok command from /127.0.0.1:55084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:35:05,211 INFO Processing ruok command from /127.0.0.1:55086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:35:15,184 INFO Processing ruok command from /127.0.0.1:55242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:35:15,217 INFO Processing ruok command from /127.0.0.1:55244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:35:25,191 INFO Processing ruok command from /127.0.0.1:55406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:35:25,257 INFO Processing ruok command from /127.0.0.1:55408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:35:35,177 INFO Processing ruok command from /127.0.0.1:55556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:35:35,220 INFO Processing ruok command from /127.0.0.1:55560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:35:43,247 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 03:35:43,252 INFO Committing global session 0x300003c72a50010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:35:44,002 INFO Submitting global closeSession request for session 0x300003c72a50010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:35:45,179 INFO Processing ruok command from /127.0.0.1:55700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:35:45,212 INFO Processing ruok command from /127.0.0.1:55702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:35:55,169 INFO Processing ruok command from /127.0.0.1:55858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:35:55,202 INFO Processing ruok command from /127.0.0.1:55860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:36:05,180 INFO Processing ruok command from /127.0.0.1:56008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:36:05,231 INFO Processing ruok command from /127.0.0.1:56010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:36:15,195 INFO Processing ruok command from /127.0.0.1:56166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:36:15,238 INFO Processing ruok command from /127.0.0.1:56168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:36:25,190 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:36:25,229 INFO Processing ruok command from /127.0.0.1:56312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:36:35,178 INFO Processing ruok command from /127.0.0.1:56468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:36:35,216 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:36:45,197 INFO Processing ruok command from /127.0.0.1:56610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:36:45,232 INFO Processing ruok command from /127.0.0.1:56614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:36:55,187 INFO Processing ruok command from /127.0.0.1:56770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:36:55,222 INFO Processing ruok command from /127.0.0.1:56772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:37:05,187 INFO Processing ruok command from /127.0.0.1:56910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:37:05,219 INFO Processing ruok command from /127.0.0.1:56912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:37:15,192 INFO Processing ruok command from /127.0.0.1:57070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:37:15,226 INFO Processing ruok command from /127.0.0.1:57072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:37:25,198 INFO Processing ruok command from /127.0.0.1:57234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:37:25,236 INFO Processing ruok command from /127.0.0.1:57236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:37:35,177 INFO Processing ruok command from /127.0.0.1:57378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:37:35,219 INFO Processing ruok command from /127.0.0.1:57380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:37:43,190 INFO Committing global session 0x200003cd0b1000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:37:45,197 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:37:45,229 INFO Processing ruok command from /127.0.0.1:57536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:37:55,180 INFO Processing ruok command from /127.0.0.1:57676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:37:55,218 INFO Processing ruok command from /127.0.0.1:57678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:38:05,182 INFO Processing ruok command from /127.0.0.1:57840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:38:05,214 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:38:15,198 INFO Processing ruok command from /127.0.0.1:58004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:38:15,234 INFO Processing ruok command from /127.0.0.1:58006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:38:25,188 INFO Processing ruok command from /127.0.0.1:58154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:38:25,223 INFO Processing ruok command from /127.0.0.1:58156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:38:35,185 INFO Processing ruok command from /127.0.0.1:58312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:38:35,226 INFO Processing ruok command from /127.0.0.1:58314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:38:45,183 INFO Processing ruok command from /127.0.0.1:58474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:38:45,215 INFO Processing ruok command from /127.0.0.1:58476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:38:55,202 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:38:55,235 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:39:05,179 INFO Processing ruok command from /127.0.0.1:58778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:39:05,210 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:39:15,198 INFO Processing ruok command from /127.0.0.1:58940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:39:15,264 INFO Processing ruok command from /127.0.0.1:58942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:39:25,193 INFO Processing ruok command from /127.0.0.1:59098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:39:25,222 INFO Processing ruok command from /127.0.0.1:59100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:39:35,176 INFO Processing ruok command from /127.0.0.1:59264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:39:35,225 INFO Processing ruok command from /127.0.0.1:59266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:39:43,066 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 03:39:43,073 INFO Committing global session 0x300003c72a50011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:39:43,757 INFO Submitting global closeSession request for session 0x300003c72a50011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:39:45,194 INFO Processing ruok command from /127.0.0.1:59412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:39:45,267 INFO Processing ruok command from /127.0.0.1:59414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:39:55,193 INFO Processing ruok command from /127.0.0.1:59574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:39:55,225 INFO Processing ruok command from /127.0.0.1:59576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:40:05,172 INFO Processing ruok command from /127.0.0.1:59732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:40:05,202 INFO Processing ruok command from /127.0.0.1:59734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:40:15,192 INFO Processing ruok command from /127.0.0.1:59890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:40:15,234 INFO Processing ruok command from /127.0.0.1:59892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:40:25,188 INFO Processing ruok command from /127.0.0.1:60048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:40:25,229 INFO Processing ruok command from /127.0.0.1:60050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:40:35,193 INFO Processing ruok command from /127.0.0.1:60204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:40:35,216 INFO Processing ruok command from /127.0.0.1:60206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:40:45,174 INFO Processing ruok command from /127.0.0.1:60366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:40:45,209 INFO Processing ruok command from /127.0.0.1:60368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:40:55,175 INFO Processing ruok command from /127.0.0.1:60532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:40:55,213 INFO Processing ruok command from /127.0.0.1:60534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:41:05,202 INFO Processing ruok command from /127.0.0.1:60688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:41:05,222 INFO Processing ruok command from /127.0.0.1:60692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:41:15,202 INFO Processing ruok command from /127.0.0.1:60838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:41:15,238 INFO Processing ruok command from /127.0.0.1:60840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:41:25,190 INFO Processing ruok command from /127.0.0.1:60998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:41:25,215 INFO Processing ruok command from /127.0.0.1:32768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:41:35,184 INFO Processing ruok command from /127.0.0.1:32912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:41:35,211 INFO Processing ruok command from /127.0.0.1:32914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:41:43,259 INFO Committing global session 0x100003d96af000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:41:45,184 INFO Processing ruok command from /127.0.0.1:33064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:41:45,224 INFO Processing ruok command from /127.0.0.1:33066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:41:55,188 INFO Processing ruok command from /127.0.0.1:33220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:41:55,220 INFO Processing ruok command from /127.0.0.1:33222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:42:05,193 INFO Processing ruok command from /127.0.0.1:33372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:42:05,242 INFO Processing ruok command from /127.0.0.1:33374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:42:15,194 INFO Processing ruok command from /127.0.0.1:33528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:42:15,218 INFO Processing ruok command from /127.0.0.1:33530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:42:25,192 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:42:25,272 INFO Processing ruok command from /127.0.0.1:33680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:42:35,184 INFO Processing ruok command from /127.0.0.1:33826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:42:35,220 INFO Processing ruok command from /127.0.0.1:33828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:42:45,185 INFO Processing ruok command from /127.0.0.1:33984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:42:45,217 INFO Processing ruok command from /127.0.0.1:33986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:42:55,173 INFO Processing ruok command from /127.0.0.1:34134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:42:55,208 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:43:05,179 INFO Processing ruok command from /127.0.0.1:34298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:43:05,208 INFO Processing ruok command from /127.0.0.1:34300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:43:15,182 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:43:15,214 INFO Processing ruok command from /127.0.0.1:34452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:43:25,189 INFO Processing ruok command from /127.0.0.1:34604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:43:25,210 INFO Processing ruok command from /127.0.0.1:34606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:43:35,188 INFO Processing ruok command from /127.0.0.1:34766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:43:35,230 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:43:43,163 INFO Committing global session 0x200003cd0b1000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:43:45,191 INFO Processing ruok command from /127.0.0.1:34910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:43:45,256 INFO Processing ruok command from /127.0.0.1:34912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:43:55,201 INFO Processing ruok command from /127.0.0.1:35070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:43:55,243 INFO Processing ruok command from /127.0.0.1:35072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:44:05,180 INFO Processing ruok command from /127.0.0.1:35222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:44:05,225 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:44:15,175 INFO Processing ruok command from /127.0.0.1:35376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:44:15,234 INFO Processing ruok command from /127.0.0.1:35378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:44:25,185 INFO Processing ruok command from /127.0.0.1:35524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:44:25,231 INFO Processing ruok command from /127.0.0.1:35530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:44:35,178 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:44:35,217 INFO Processing ruok command from /127.0.0.1:35684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:44:45,175 INFO Processing ruok command from /127.0.0.1:35832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:44:45,211 INFO Processing ruok command from /127.0.0.1:35834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:44:55,194 INFO Processing ruok command from /127.0.0.1:35988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:44:55,226 INFO Processing ruok command from /127.0.0.1:35990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:45:05,205 INFO Processing ruok command from /127.0.0.1:36156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:45:05,249 INFO Processing ruok command from /127.0.0.1:36158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:45:15,173 INFO Processing ruok command from /127.0.0.1:36312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:45:15,236 INFO Processing ruok command from /127.0.0.1:36318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:45:25,181 INFO Processing ruok command from /127.0.0.1:36482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:45:25,218 INFO Processing ruok command from /127.0.0.1:36484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:45:35,185 INFO Processing ruok command from /127.0.0.1:36642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:45:35,222 INFO Processing ruok command from /127.0.0.1:36646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:45:43,166 INFO Committing global session 0x200003cd0b10010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:45:45,194 INFO Processing ruok command from /127.0.0.1:36804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:45:45,234 INFO Processing ruok command from /127.0.0.1:36806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:45:55,178 INFO Processing ruok command from /127.0.0.1:36958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:45:55,217 INFO Processing ruok command from /127.0.0.1:36960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:46:05,186 INFO Processing ruok command from /127.0.0.1:37122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:46:05,218 INFO Processing ruok command from /127.0.0.1:37124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:46:15,177 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:46:15,212 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:46:25,172 INFO Processing ruok command from /127.0.0.1:37424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:46:25,204 INFO Processing ruok command from /127.0.0.1:37426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:46:35,172 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:46:35,233 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:46:45,190 INFO Processing ruok command from /127.0.0.1:37724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:46:45,220 INFO Processing ruok command from /127.0.0.1:37726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:46:55,211 INFO Processing ruok command from /127.0.0.1:37884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:46:55,254 INFO Processing ruok command from /127.0.0.1:37886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:47:05,197 INFO Processing ruok command from /127.0.0.1:38028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:47:05,228 INFO Processing ruok command from /127.0.0.1:38030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:47:15,189 INFO Processing ruok command from /127.0.0.1:38190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:47:15,221 INFO Processing ruok command from /127.0.0.1:38192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:47:25,185 INFO Processing ruok command from /127.0.0.1:38332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:47:25,219 INFO Processing ruok command from /127.0.0.1:38334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:47:35,180 INFO Processing ruok command from /127.0.0.1:38486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:47:35,200 INFO Processing ruok command from /127.0.0.1:38488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:47:43,108 INFO Committing global session 0x100003d96af000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:47:45,174 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:47:45,207 INFO Processing ruok command from /127.0.0.1:38634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:47:55,189 INFO Processing ruok command from /127.0.0.1:38798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:47:55,246 INFO Processing ruok command from /127.0.0.1:38800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:48:05,186 INFO Processing ruok command from /127.0.0.1:38952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:48:05,220 INFO Processing ruok command from /127.0.0.1:38960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:48:15,195 INFO Processing ruok command from /127.0.0.1:39118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:48:15,221 INFO Processing ruok command from /127.0.0.1:39120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:48:25,186 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:48:25,215 INFO Processing ruok command from /127.0.0.1:39278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:48:35,188 INFO Processing ruok command from /127.0.0.1:39416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:48:35,214 INFO Processing ruok command from /127.0.0.1:39418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:48:45,182 INFO Processing ruok command from /127.0.0.1:39562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:48:45,230 INFO Processing ruok command from /127.0.0.1:39568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:48:55,182 INFO Processing ruok command from /127.0.0.1:39720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:48:55,222 INFO Processing ruok command from /127.0.0.1:39722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:49:05,176 INFO Processing ruok command from /127.0.0.1:39880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:49:05,213 INFO Processing ruok command from /127.0.0.1:39882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:49:15,178 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:49:15,211 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:49:25,193 INFO Processing ruok command from /127.0.0.1:40182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:49:25,228 INFO Processing ruok command from /127.0.0.1:40184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:49:35,169 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:49:35,198 INFO Processing ruok command from /127.0.0.1:40330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:49:42,949 INFO Committing global session 0x100003d96af000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:49:45,187 INFO Processing ruok command from /127.0.0.1:40476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:49:45,220 INFO Processing ruok command from /127.0.0.1:40482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:49:55,178 INFO Processing ruok command from /127.0.0.1:40636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:49:55,239 INFO Processing ruok command from /127.0.0.1:40638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:50:05,182 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:50:05,210 INFO Processing ruok command from /127.0.0.1:40792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:50:15,182 INFO Processing ruok command from /127.0.0.1:40946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:50:15,223 INFO Processing ruok command from /127.0.0.1:40948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:50:25,175 INFO Processing ruok command from /127.0.0.1:41104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:50:25,217 INFO Processing ruok command from /127.0.0.1:41106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:50:35,177 INFO Processing ruok command from /127.0.0.1:41254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:50:35,218 INFO Processing ruok command from /127.0.0.1:41256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:50:45,178 INFO Processing ruok command from /127.0.0.1:41412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:50:45,235 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:50:55,195 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:50:55,225 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:51:05,174 INFO Processing ruok command from /127.0.0.1:41728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:51:05,216 INFO Processing ruok command from /127.0.0.1:41730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:51:15,193 INFO Processing ruok command from /127.0.0.1:41876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:51:15,221 INFO Processing ruok command from /127.0.0.1:41878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:51:25,189 INFO Processing ruok command from /127.0.0.1:42034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:51:25,238 INFO Processing ruok command from /127.0.0.1:42036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:51:35,180 INFO Processing ruok command from /127.0.0.1:42194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:51:35,208 INFO Processing ruok command from /127.0.0.1:42196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:51:43,047 INFO Committing global session 0x200003cd0b10011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:51:45,186 INFO Processing ruok command from /127.0.0.1:42336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:51:45,218 INFO Processing ruok command from /127.0.0.1:42338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:51:55,191 INFO Processing ruok command from /127.0.0.1:42496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:51:55,223 INFO Processing ruok command from /127.0.0.1:42498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:52:05,174 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:52:05,205 INFO Processing ruok command from /127.0.0.1:42642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:52:15,182 INFO Processing ruok command from /127.0.0.1:42802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:52:15,238 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:52:25,201 INFO Processing ruok command from /127.0.0.1:42940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:52:25,234 INFO Processing ruok command from /127.0.0.1:42942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:52:35,185 INFO Processing ruok command from /127.0.0.1:43100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:52:35,210 INFO Processing ruok command from /127.0.0.1:43102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:52:45,193 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:52:45,239 INFO Processing ruok command from /127.0.0.1:43240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:52:55,195 INFO Processing ruok command from /127.0.0.1:43394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:52:55,233 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:53:05,180 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:53:05,233 INFO Processing ruok command from /127.0.0.1:43546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:53:15,187 INFO Processing ruok command from /127.0.0.1:43706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:53:15,221 INFO Processing ruok command from /127.0.0.1:43708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:53:25,174 INFO Processing ruok command from /127.0.0.1:43866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:53:25,244 INFO Processing ruok command from /127.0.0.1:43868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:53:35,180 INFO Processing ruok command from /127.0.0.1:44022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:53:35,214 INFO Processing ruok command from /127.0.0.1:44024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:53:43,141 INFO Committing global session 0x200003cd0b10012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:53:45,193 INFO Processing ruok command from /127.0.0.1:44182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:53:45,246 INFO Processing ruok command from /127.0.0.1:44184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:53:55,178 INFO Processing ruok command from /127.0.0.1:44346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:53:55,212 INFO Processing ruok command from /127.0.0.1:44348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:54:05,186 INFO Processing ruok command from /127.0.0.1:44508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:54:05,226 INFO Processing ruok command from /127.0.0.1:44510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:54:15,174 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:54:15,203 INFO Processing ruok command from /127.0.0.1:44672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:54:25,178 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:54:25,251 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:54:35,184 INFO Processing ruok command from /127.0.0.1:44984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:54:35,211 INFO Processing ruok command from /127.0.0.1:44986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:54:45,203 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:54:45,271 INFO Processing ruok command from /127.0.0.1:45144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:54:55,176 INFO Processing ruok command from /127.0.0.1:45314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:54:55,221 INFO Processing ruok command from /127.0.0.1:45316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:55:05,185 INFO Processing ruok command from /127.0.0.1:45494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:55:05,229 INFO Processing ruok command from /127.0.0.1:45496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:55:15,197 INFO Processing ruok command from /127.0.0.1:45648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:55:15,226 INFO Processing ruok command from /127.0.0.1:45652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:55:25,184 INFO Processing ruok command from /127.0.0.1:45834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:55:25,268 INFO Processing ruok command from /127.0.0.1:45836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:55:35,203 INFO Processing ruok command from /127.0.0.1:45984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:55:35,305 INFO Processing ruok command from /127.0.0.1:45986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:55:43,191 INFO Committing global session 0x100003d96af000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:55:45,173 INFO Processing ruok command from /127.0.0.1:46140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:55:45,228 INFO Processing ruok command from /127.0.0.1:46142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:55:55,174 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:55:55,245 INFO Processing ruok command from /127.0.0.1:46290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:55:55,493 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:56:05,185 INFO Processing ruok command from /127.0.0.1:46440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:56:05,211 INFO Processing ruok command from /127.0.0.1:46442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:56:15,192 INFO Processing ruok command from /127.0.0.1:46600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:56:15,224 INFO Processing ruok command from /127.0.0.1:46602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:56:25,194 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:56:25,222 INFO Processing ruok command from /127.0.0.1:46764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:56:35,176 INFO Processing ruok command from /127.0.0.1:46904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:56:35,217 INFO Processing ruok command from /127.0.0.1:46906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:56:45,180 INFO Processing ruok command from /127.0.0.1:47062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:56:45,212 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:56:55,182 INFO Processing ruok command from /127.0.0.1:47206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:56:55,228 INFO Processing ruok command from /127.0.0.1:47208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:56:55,492 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:57:05,190 INFO Processing ruok command from /127.0.0.1:47366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:57:05,226 INFO Processing ruok command from /127.0.0.1:47368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:57:15,184 INFO Processing ruok command from /127.0.0.1:47516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:57:15,264 INFO Processing ruok command from /127.0.0.1:47518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:57:25,186 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:57:25,233 INFO Processing ruok command from /127.0.0.1:47680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:57:35,182 INFO Processing ruok command from /127.0.0.1:47842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:57:35,222 INFO Processing ruok command from /127.0.0.1:47844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:57:43,207 INFO Committing global session 0x100003d96af0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:57:45,188 INFO Processing ruok command from /127.0.0.1:47994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:57:45,220 INFO Processing ruok command from /127.0.0.1:47998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:57:55,189 INFO Processing ruok command from /127.0.0.1:48146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:57:55,224 INFO Processing ruok command from /127.0.0.1:48148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:57:55,492 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:58:05,180 INFO Processing ruok command from /127.0.0.1:48306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:58:05,213 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:58:15,187 INFO Processing ruok command from /127.0.0.1:48466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:58:15,258 INFO Processing ruok command from /127.0.0.1:48468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:58:25,180 INFO Processing ruok command from /127.0.0.1:48606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:58:25,240 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:58:35,187 INFO Processing ruok command from /127.0.0.1:48772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:58:35,218 INFO Processing ruok command from /127.0.0.1:48774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:58:45,192 INFO Processing ruok command from /127.0.0.1:48932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:58:45,232 INFO Processing ruok command from /127.0.0.1:48934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:58:55,179 INFO Processing ruok command from /127.0.0.1:49082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:58:55,211 INFO Processing ruok command from /127.0.0.1:49084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:58:55,493 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 03:59:05,180 INFO Processing ruok command from /127.0.0.1:49250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:59:05,206 INFO Processing ruok command from /127.0.0.1:49252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:59:15,193 INFO Processing ruok command from /127.0.0.1:49394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:59:15,221 INFO Processing ruok command from /127.0.0.1:49396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:59:25,184 INFO Processing ruok command from /127.0.0.1:49554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:59:25,219 INFO Processing ruok command from /127.0.0.1:49556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:59:35,191 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:59:35,224 INFO Processing ruok command from /127.0.0.1:49700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:59:42,946 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 03:59:42,951 INFO Committing global session 0x300003c72a50012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 03:59:43,683 INFO Submitting global closeSession request for session 0x300003c72a50012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 03:59:45,185 INFO Processing ruok command from /127.0.0.1:49858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:59:45,212 INFO Processing ruok command from /127.0.0.1:49860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 03:59:55,174 INFO Processing ruok command from /127.0.0.1:49998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 03:59:55,206 INFO Processing ruok command from /127.0.0.1:50000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:00:05,173 INFO Processing ruok command from /127.0.0.1:50158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:00:05,212 INFO Processing ruok command from /127.0.0.1:50160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:00:15,191 INFO Processing ruok command from /127.0.0.1:50306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:00:15,222 INFO Processing ruok command from /127.0.0.1:50308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:00:25,186 INFO Processing ruok command from /127.0.0.1:50468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:00:25,226 INFO Processing ruok command from /127.0.0.1:50470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:00:35,205 INFO Processing ruok command from /127.0.0.1:50612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:00:35,277 INFO Processing ruok command from /127.0.0.1:50614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:00:45,199 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:00:45,250 INFO Processing ruok command from /127.0.0.1:50778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:00:55,191 INFO Processing ruok command from /127.0.0.1:50928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:00:55,230 INFO Processing ruok command from /127.0.0.1:50930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:01:05,189 INFO Processing ruok command from /127.0.0.1:51074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:01:05,225 INFO Processing ruok command from /127.0.0.1:51076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:01:15,181 INFO Processing ruok command from /127.0.0.1:51230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:01:15,212 INFO Processing ruok command from /127.0.0.1:51232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:01:25,194 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:01:25,231 INFO Processing ruok command from /127.0.0.1:51382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:01:35,182 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:01:35,247 INFO Processing ruok command from /127.0.0.1:51528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:01:43,321 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 04:01:43,327 INFO Committing global session 0x300003c72a50013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:01:44,036 INFO Submitting global closeSession request for session 0x300003c72a50013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:01:45,190 INFO Processing ruok command from /127.0.0.1:51670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:01:45,210 INFO Processing ruok command from /127.0.0.1:51672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:01:55,184 INFO Processing ruok command from /127.0.0.1:51828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:01:55,212 INFO Processing ruok command from /127.0.0.1:51830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:02:05,198 INFO Processing ruok command from /127.0.0.1:51986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:02:05,232 INFO Processing ruok command from /127.0.0.1:51988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:02:15,185 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:02:15,213 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:02:25,177 INFO Processing ruok command from /127.0.0.1:52294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:02:25,215 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:02:35,185 INFO Processing ruok command from /127.0.0.1:52440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:02:35,219 INFO Processing ruok command from /127.0.0.1:52442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:02:45,177 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:02:45,209 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:02:55,182 INFO Processing ruok command from /127.0.0.1:52762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:02:55,219 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:03:05,168 INFO Processing ruok command from /127.0.0.1:52910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:03:05,221 INFO Processing ruok command from /127.0.0.1:52912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:03:15,240 INFO Processing ruok command from /127.0.0.1:53068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:03:15,265 INFO Processing ruok command from /127.0.0.1:53070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:03:25,178 INFO Processing ruok command from /127.0.0.1:53228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:03:25,246 INFO Processing ruok command from /127.0.0.1:53230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:03:35,180 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:03:35,222 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:03:43,413 INFO Committing global session 0x200003cd0b10013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:03:45,180 INFO Processing ruok command from /127.0.0.1:53552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:03:45,219 INFO Processing ruok command from /127.0.0.1:53554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:03:55,176 INFO Processing ruok command from /127.0.0.1:53718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:03:55,232 INFO Processing ruok command from /127.0.0.1:53720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:03:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:04:05,211 INFO Processing ruok command from /127.0.0.1:53878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:04:05,248 INFO Processing ruok command from /127.0.0.1:53880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:04:15,191 INFO Processing ruok command from /127.0.0.1:54022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:04:15,232 INFO Processing ruok command from /127.0.0.1:54024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:04:25,166 INFO Processing ruok command from /127.0.0.1:54178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:04:25,203 INFO Processing ruok command from /127.0.0.1:54180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:04:35,170 INFO Processing ruok command from /127.0.0.1:54320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:04:35,205 INFO Processing ruok command from /127.0.0.1:54322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:04:45,187 INFO Processing ruok command from /127.0.0.1:54486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:04:45,218 INFO Processing ruok command from /127.0.0.1:54488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:04:55,193 INFO Processing ruok command from /127.0.0.1:54648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:04:55,232 INFO Processing ruok command from /127.0.0.1:54650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:04:55,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:05:05,183 INFO Processing ruok command from /127.0.0.1:54812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:05:05,208 INFO Processing ruok command from /127.0.0.1:54814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:05:15,187 INFO Processing ruok command from /127.0.0.1:54982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:05:15,215 INFO Processing ruok command from /127.0.0.1:54984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:05:25,166 INFO Processing ruok command from /127.0.0.1:55128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:05:25,198 INFO Processing ruok command from /127.0.0.1:55130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:05:35,184 INFO Processing ruok command from /127.0.0.1:55286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:05:35,253 INFO Processing ruok command from /127.0.0.1:55288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:05:43,171 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 04:05:43,180 INFO Committing global session 0x300003c72a50014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:05:43,897 INFO Submitting global closeSession request for session 0x300003c72a50014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:05:45,179 INFO Processing ruok command from /127.0.0.1:55444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:05:45,242 INFO Processing ruok command from /127.0.0.1:55446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:05:55,168 INFO Processing ruok command from /127.0.0.1:55592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:05:55,200 INFO Processing ruok command from /127.0.0.1:55594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:05:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:05:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:06:05,183 INFO Processing ruok command from /127.0.0.1:55752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:06:05,216 INFO Processing ruok command from /127.0.0.1:55754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:06:15,188 INFO Processing ruok command from /127.0.0.1:55894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:06:15,222 INFO Processing ruok command from /127.0.0.1:55896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:06:25,174 INFO Processing ruok command from /127.0.0.1:56048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:06:25,202 INFO Processing ruok command from /127.0.0.1:56050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:06:35,181 INFO Processing ruok command from /127.0.0.1:56204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:06:35,242 INFO Processing ruok command from /127.0.0.1:56206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:06:45,176 INFO Processing ruok command from /127.0.0.1:56350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:06:45,207 INFO Processing ruok command from /127.0.0.1:56352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:06:55,185 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:06:55,265 INFO Processing ruok command from /127.0.0.1:56508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:06:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:06:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:07:05,191 INFO Processing ruok command from /127.0.0.1:56694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:07:05,233 INFO Processing ruok command from /127.0.0.1:56696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:07:15,176 INFO Processing ruok command from /127.0.0.1:56854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:07:15,206 INFO Processing ruok command from /127.0.0.1:56856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:07:25,187 INFO Processing ruok command from /127.0.0.1:57016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:07:25,221 INFO Processing ruok command from /127.0.0.1:57018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:07:35,170 INFO Processing ruok command from /127.0.0.1:57162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:07:35,245 INFO Processing ruok command from /127.0.0.1:57164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:07:43,429 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 04:07:43,435 INFO Committing global session 0x300003c72a50015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:07:44,146 INFO Submitting global closeSession request for session 0x300003c72a50015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:07:45,197 INFO Processing ruok command from /127.0.0.1:57322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:07:45,251 INFO Processing ruok command from /127.0.0.1:57324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:07:55,193 INFO Processing ruok command from /127.0.0.1:57466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:07:55,228 INFO Processing ruok command from /127.0.0.1:57468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:07:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:07:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:07:55,504 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:08:05,180 INFO Processing ruok command from /127.0.0.1:57622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:08:05,210 INFO Processing ruok command from /127.0.0.1:57624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:08:15,186 INFO Processing ruok command from /127.0.0.1:57774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:08:15,217 INFO Processing ruok command from /127.0.0.1:57776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:08:25,194 INFO Processing ruok command from /127.0.0.1:57920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:08:25,232 INFO Processing ruok command from /127.0.0.1:57922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:08:35,170 INFO Processing ruok command from /127.0.0.1:58070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:08:35,207 INFO Processing ruok command from /127.0.0.1:58072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:08:45,176 INFO Processing ruok command from /127.0.0.1:58220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:08:45,253 INFO Processing ruok command from /127.0.0.1:58222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:08:55,191 INFO Processing ruok command from /127.0.0.1:58378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:08:55,255 INFO Processing ruok command from /127.0.0.1:58380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:08:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:08:55,498 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-11-13 04:08:55,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:09:05,188 INFO Processing ruok command from /127.0.0.1:58526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:09:05,232 INFO Processing ruok command from /127.0.0.1:58528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:09:15,172 INFO Processing ruok command from /127.0.0.1:58686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:09:15,204 INFO Processing ruok command from /127.0.0.1:58688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:09:25,177 INFO Processing ruok command from /127.0.0.1:58834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:09:25,213 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:09:35,178 INFO Processing ruok command from /127.0.0.1:58978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:09:35,220 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:09:43,240 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 04:09:43,246 INFO Committing global session 0x300003c72a50016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:09:43,988 INFO Submitting global closeSession request for session 0x300003c72a50016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:09:45,172 INFO Processing ruok command from /127.0.0.1:59140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:09:45,203 INFO Processing ruok command from /127.0.0.1:59142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:09:55,181 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:09:55,229 INFO Processing ruok command from /127.0.0.1:59288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:09:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:09:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:09:55,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:09:55,511 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:10:05,189 INFO Processing ruok command from /127.0.0.1:59442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:10:05,263 INFO Processing ruok command from /127.0.0.1:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:10:15,191 INFO Processing ruok command from /127.0.0.1:59610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:10:15,229 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:10:25,175 INFO Processing ruok command from /127.0.0.1:59750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:10:25,241 INFO Processing ruok command from /127.0.0.1:59752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:10:35,198 INFO Processing ruok command from /127.0.0.1:59912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:10:35,231 INFO Processing ruok command from /127.0.0.1:59914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:10:45,172 INFO Processing ruok command from /127.0.0.1:60058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:10:45,223 INFO Processing ruok command from /127.0.0.1:60060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:10:55,182 INFO Processing ruok command from /127.0.0.1:60210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:10:55,212 INFO Processing ruok command from /127.0.0.1:60212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:10:55,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:10:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:10:55,505 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-11-13 04:11:05,186 INFO Processing ruok command from /127.0.0.1:60354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:11:05,207 INFO Processing ruok command from /127.0.0.1:60356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:11:15,190 INFO Processing ruok command from /127.0.0.1:60512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:11:15,243 INFO Processing ruok command from /127.0.0.1:60514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:11:25,188 INFO Processing ruok command from /127.0.0.1:60654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:11:25,216 INFO Processing ruok command from /127.0.0.1:60656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:11:35,192 INFO Processing ruok command from /127.0.0.1:60820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:11:35,229 INFO Processing ruok command from /127.0.0.1:60822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:11:43,119 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 04:11:43,124 INFO Committing global session 0x300003c72a50017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:11:43,818 INFO Submitting global closeSession request for session 0x300003c72a50017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:11:45,197 INFO Processing ruok command from /127.0.0.1:60970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:11:45,228 INFO Processing ruok command from /127.0.0.1:60972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:11:55,183 INFO Processing ruok command from /127.0.0.1:32888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:11:55,245 INFO Processing ruok command from /127.0.0.1:32890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:11:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:11:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:11:55,505 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:12:05,184 INFO Processing ruok command from /127.0.0.1:33036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:12:05,215 INFO Processing ruok command from /127.0.0.1:33038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:12:15,185 INFO Processing ruok command from /127.0.0.1:33184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:12:15,203 INFO Processing ruok command from /127.0.0.1:33186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:12:25,180 INFO Processing ruok command from /127.0.0.1:33342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:12:25,211 INFO Processing ruok command from /127.0.0.1:33344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:12:35,178 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:12:35,211 INFO Processing ruok command from /127.0.0.1:33504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:12:45,193 INFO Processing ruok command from /127.0.0.1:33654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:12:45,227 INFO Processing ruok command from /127.0.0.1:33656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:12:55,189 INFO Processing ruok command from /127.0.0.1:33810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:12:55,216 INFO Processing ruok command from /127.0.0.1:33812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:12:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:12:55,499 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:12:55,504 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:13:05,186 INFO Processing ruok command from /127.0.0.1:33972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:13:05,221 INFO Processing ruok command from /127.0.0.1:33974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:13:15,191 INFO Processing ruok command from /127.0.0.1:34130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:13:15,229 INFO Processing ruok command from /127.0.0.1:34132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:13:25,170 INFO Processing ruok command from /127.0.0.1:34280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:13:25,196 INFO Processing ruok command from /127.0.0.1:34282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:13:35,192 INFO Processing ruok command from /127.0.0.1:34432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:13:35,237 INFO Processing ruok command from /127.0.0.1:34434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:13:43,070 INFO Committing global session 0x200003cd0b10014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:13:45,176 INFO Processing ruok command from /127.0.0.1:34584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:13:45,214 INFO Processing ruok command from /127.0.0.1:34586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:13:55,176 INFO Processing ruok command from /127.0.0.1:34744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:13:55,209 INFO Processing ruok command from /127.0.0.1:34746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:13:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:13:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:14:05,184 INFO Processing ruok command from /127.0.0.1:34900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:14:05,226 INFO Processing ruok command from /127.0.0.1:34902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:14:15,175 INFO Processing ruok command from /127.0.0.1:35052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:14:15,229 INFO Processing ruok command from /127.0.0.1:35054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:14:25,175 INFO Processing ruok command from /127.0.0.1:35216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:14:25,205 INFO Processing ruok command from /127.0.0.1:35218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:14:35,201 INFO Processing ruok command from /127.0.0.1:35372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:14:35,299 INFO Processing ruok command from /127.0.0.1:35378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:14:45,171 INFO Processing ruok command from /127.0.0.1:35532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:14:45,217 INFO Processing ruok command from /127.0.0.1:35534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:14:55,209 INFO Processing ruok command from /127.0.0.1:35704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:14:55,247 INFO Processing ruok command from /127.0.0.1:35706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:14:55,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:14:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:14:55,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:14:55,511 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:14:55,518 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:15:05,167 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:15:05,206 INFO Processing ruok command from /127.0.0.1:35878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:15:15,184 INFO Processing ruok command from /127.0.0.1:36032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:15:15,216 INFO Processing ruok command from /127.0.0.1:36034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:15:25,177 INFO Processing ruok command from /127.0.0.1:36202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:15:25,234 INFO Processing ruok command from /127.0.0.1:36204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:15:35,173 INFO Processing ruok command from /127.0.0.1:36352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:15:35,209 INFO Processing ruok command from /127.0.0.1:36354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:15:43,210 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 04:15:43,217 INFO Committing global session 0x300003c72a50018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:15:43,946 INFO Submitting global closeSession request for session 0x300003c72a50018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:15:45,186 INFO Processing ruok command from /127.0.0.1:36508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:15:45,227 INFO Processing ruok command from /127.0.0.1:36510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:15:55,184 INFO Processing ruok command from /127.0.0.1:36668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:15:55,209 INFO Processing ruok command from /127.0.0.1:36670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:15:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:15:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:15:55,504 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:15:55,510 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:15:55,516 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:16:05,178 INFO Processing ruok command from /127.0.0.1:36808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:16:05,216 INFO Processing ruok command from /127.0.0.1:36810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:16:15,176 INFO Processing ruok command from /127.0.0.1:36968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:16:15,215 INFO Processing ruok command from /127.0.0.1:36970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:16:25,190 INFO Processing ruok command from /127.0.0.1:37124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:16:25,263 INFO Processing ruok command from /127.0.0.1:37126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:16:35,207 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:16:35,228 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:16:45,183 INFO Processing ruok command from /127.0.0.1:37430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:16:45,221 INFO Processing ruok command from /127.0.0.1:37432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:16:55,171 INFO Processing ruok command from /127.0.0.1:37582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:16:55,210 INFO Processing ruok command from /127.0.0.1:37584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:16:55,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:16:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:16:55,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:16:55,511 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:16:55,517 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:17:05,177 INFO Processing ruok command from /127.0.0.1:37732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:17:05,203 INFO Processing ruok command from /127.0.0.1:37734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:17:15,193 INFO Processing ruok command from /127.0.0.1:37876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:17:15,222 INFO Processing ruok command from /127.0.0.1:37878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:17:25,193 INFO Processing ruok command from /127.0.0.1:38036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:17:25,230 INFO Processing ruok command from /127.0.0.1:38038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:17:35,174 INFO Processing ruok command from /127.0.0.1:38190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:17:35,203 INFO Processing ruok command from /127.0.0.1:38192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:17:43,194 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 04:17:43,201 INFO Committing global session 0x300003c72a50019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:17:43,928 INFO Submitting global closeSession request for session 0x300003c72a50019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:17:45,183 INFO Processing ruok command from /127.0.0.1:38336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:17:45,217 INFO Processing ruok command from /127.0.0.1:38338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:17:55,183 INFO Processing ruok command from /127.0.0.1:38492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:17:55,222 INFO Processing ruok command from /127.0.0.1:38494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:17:55,492 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:18:05,183 INFO Processing ruok command from /127.0.0.1:38658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:18:05,260 INFO Processing ruok command from /127.0.0.1:38660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:18:15,189 INFO Processing ruok command from /127.0.0.1:38820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:18:15,225 INFO Processing ruok command from /127.0.0.1:38822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:18:25,192 INFO Processing ruok command from /127.0.0.1:38986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:18:25,228 INFO Processing ruok command from /127.0.0.1:38988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:18:35,229 INFO Processing ruok command from /127.0.0.1:39164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:18:35,267 INFO Processing ruok command from /127.0.0.1:39166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:18:45,188 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:18:45,223 INFO Processing ruok command from /127.0.0.1:39320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:18:55,189 INFO Processing ruok command from /127.0.0.1:39476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:18:55,228 INFO Processing ruok command from /127.0.0.1:39478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:18:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:18:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:19:05,191 INFO Processing ruok command from /127.0.0.1:39636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:19:05,222 INFO Processing ruok command from /127.0.0.1:39638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:19:15,192 INFO Processing ruok command from /127.0.0.1:39806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:19:15,238 INFO Processing ruok command from /127.0.0.1:39808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:19:25,213 INFO Processing ruok command from /127.0.0.1:39972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:19:25,278 INFO Processing ruok command from /127.0.0.1:39980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:19:35,191 INFO Processing ruok command from /127.0.0.1:40166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:19:35,230 INFO Processing ruok command from /127.0.0.1:40168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:19:43,198 INFO Committing global session 0x100003d96af0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:19:45,185 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:19:45,219 INFO Processing ruok command from /127.0.0.1:40362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:19:55,171 INFO Processing ruok command from /127.0.0.1:40512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:19:55,208 INFO Processing ruok command from /127.0.0.1:40518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:19:55,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:19:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:20:05,184 INFO Processing ruok command from /127.0.0.1:40704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:20:05,246 INFO Processing ruok command from /127.0.0.1:40706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:20:15,194 INFO Processing ruok command from /127.0.0.1:40872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:20:15,224 INFO Processing ruok command from /127.0.0.1:40874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:20:25,196 INFO Processing ruok command from /127.0.0.1:41028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:20:25,260 INFO Processing ruok command from /127.0.0.1:41030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:20:35,181 INFO Processing ruok command from /127.0.0.1:41192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:20:35,209 INFO Processing ruok command from /127.0.0.1:41194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:20:45,176 INFO Processing ruok command from /127.0.0.1:41348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:20:45,212 INFO Processing ruok command from /127.0.0.1:41350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:20:55,176 INFO Processing ruok command from /127.0.0.1:41514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:20:55,210 INFO Processing ruok command from /127.0.0.1:41516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:20:55,492 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-11-13 04:20:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:21:05,205 INFO Processing ruok command from /127.0.0.1:41686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:21:05,243 INFO Processing ruok command from /127.0.0.1:41688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:21:15,181 INFO Processing ruok command from /127.0.0.1:41854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:21:15,215 INFO Processing ruok command from /127.0.0.1:41856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:21:25,192 INFO Processing ruok command from /127.0.0.1:42012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:21:25,240 INFO Processing ruok command from /127.0.0.1:42016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:21:35,186 INFO Processing ruok command from /127.0.0.1:42222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:21:35,233 INFO Processing ruok command from /127.0.0.1:42228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:21:43,159 INFO Committing global session 0x100003d96af0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:21:45,190 INFO Processing ruok command from /127.0.0.1:42388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:21:45,226 INFO Processing ruok command from /127.0.0.1:42390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:21:55,179 INFO Processing ruok command from /127.0.0.1:42540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:21:55,225 INFO Processing ruok command from /127.0.0.1:42542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:21:55,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:22:05,179 INFO Processing ruok command from /127.0.0.1:42712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:22:05,216 INFO Processing ruok command from /127.0.0.1:42714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:22:15,188 INFO Processing ruok command from /127.0.0.1:42884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:22:15,211 INFO Processing ruok command from /127.0.0.1:42886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:22:25,184 INFO Processing ruok command from /127.0.0.1:43052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:22:25,215 INFO Processing ruok command from /127.0.0.1:43054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:22:35,179 INFO Processing ruok command from /127.0.0.1:43208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:22:35,212 INFO Processing ruok command from /127.0.0.1:43210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:22:45,194 INFO Processing ruok command from /127.0.0.1:43392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:22:45,219 INFO Processing ruok command from /127.0.0.1:43394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:22:55,181 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:22:55,241 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:22:55,493 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:22:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:23:05,180 INFO Processing ruok command from /127.0.0.1:43684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:23:05,212 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:23:15,198 INFO Processing ruok command from /127.0.0.1:43866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:23:15,254 INFO Processing ruok command from /127.0.0.1:43868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:23:25,185 INFO Processing ruok command from /127.0.0.1:44014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:23:25,276 INFO Processing ruok command from /127.0.0.1:44016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:23:35,188 INFO Processing ruok command from /127.0.0.1:44170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:23:35,217 INFO Processing ruok command from /127.0.0.1:44172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:23:43,217 INFO Committing global session 0x100003d96af0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:23:45,195 INFO Processing ruok command from /127.0.0.1:44318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:23:45,222 INFO Processing ruok command from /127.0.0.1:44320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:23:55,190 INFO Processing ruok command from /127.0.0.1:44484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:23:55,229 INFO Processing ruok command from /127.0.0.1:44486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:23:55,493 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-11-13 04:23:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:24:05,182 INFO Processing ruok command from /127.0.0.1:44646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:24:05,215 INFO Processing ruok command from /127.0.0.1:44648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:24:15,196 INFO Processing ruok command from /127.0.0.1:44798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:24:15,231 INFO Processing ruok command from /127.0.0.1:44800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:24:25,197 INFO Processing ruok command from /127.0.0.1:44954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:24:25,259 INFO Processing ruok command from /127.0.0.1:44956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:24:35,177 INFO Processing ruok command from /127.0.0.1:45136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:24:35,248 INFO Processing ruok command from /127.0.0.1:45138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:24:45,188 INFO Processing ruok command from /127.0.0.1:45296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:24:45,264 INFO Processing ruok command from /127.0.0.1:45302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:24:55,181 INFO Processing ruok command from /127.0.0.1:45514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:24:55,239 INFO Processing ruok command from /127.0.0.1:45516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:24:55,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:24:55,498 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:25:05,185 INFO Processing ruok command from /127.0.0.1:45704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:25:05,226 INFO Processing ruok command from /127.0.0.1:45706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:25:15,186 INFO Processing ruok command from /127.0.0.1:45848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:25:15,242 INFO Processing ruok command from /127.0.0.1:45850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:25:25,186 INFO Processing ruok command from /127.0.0.1:46020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:25:25,221 INFO Processing ruok command from /127.0.0.1:46022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:25:35,188 INFO Processing ruok command from /127.0.0.1:46176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:25:35,229 INFO Processing ruok command from /127.0.0.1:46178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:25:43,339 INFO Committing global session 0x100003d96af0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:25:45,187 INFO Processing ruok command from /127.0.0.1:46360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:25:45,223 INFO Processing ruok command from /127.0.0.1:46362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:25:55,179 INFO Processing ruok command from /127.0.0.1:46560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:25:55,211 INFO Processing ruok command from /127.0.0.1:46562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:25:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:25:55,498 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:26:05,181 INFO Processing ruok command from /127.0.0.1:46720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:26:05,213 INFO Processing ruok command from /127.0.0.1:46722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:26:15,183 INFO Processing ruok command from /127.0.0.1:46884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:26:15,215 INFO Processing ruok command from /127.0.0.1:46886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:26:25,192 INFO Processing ruok command from /127.0.0.1:47036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:26:25,225 INFO Processing ruok command from /127.0.0.1:47038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:26:35,179 INFO Processing ruok command from /127.0.0.1:47198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:26:35,243 INFO Processing ruok command from /127.0.0.1:47200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:26:45,194 INFO Processing ruok command from /127.0.0.1:47352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:26:45,258 INFO Processing ruok command from /127.0.0.1:47354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:26:55,198 INFO Processing ruok command from /127.0.0.1:47544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:26:55,229 INFO Processing ruok command from /127.0.0.1:47546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:26:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:27:05,199 INFO Processing ruok command from /127.0.0.1:47710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:27:05,264 INFO Processing ruok command from /127.0.0.1:47712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:27:15,189 INFO Processing ruok command from /127.0.0.1:47886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:27:15,253 INFO Processing ruok command from /127.0.0.1:47888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:27:25,169 INFO Processing ruok command from /127.0.0.1:48046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:27:25,216 INFO Processing ruok command from /127.0.0.1:48048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:27:35,189 INFO Processing ruok command from /127.0.0.1:48228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:27:35,226 INFO Processing ruok command from /127.0.0.1:48230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:27:43,179 INFO Committing global session 0x200003cd0b10015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:27:45,183 INFO Processing ruok command from /127.0.0.1:48400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:27:45,218 INFO Processing ruok command from /127.0.0.1:48402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:27:55,193 INFO Processing ruok command from /127.0.0.1:48566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:27:55,226 INFO Processing ruok command from /127.0.0.1:48568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:27:55,497 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:28:05,173 INFO Processing ruok command from /127.0.0.1:48736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:28:05,209 INFO Processing ruok command from /127.0.0.1:48738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:28:15,196 INFO Processing ruok command from /127.0.0.1:48900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:28:15,219 INFO Processing ruok command from /127.0.0.1:48902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:28:25,186 INFO Processing ruok command from /127.0.0.1:49042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:28:25,218 INFO Processing ruok command from /127.0.0.1:49044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:28:35,186 INFO Processing ruok command from /127.0.0.1:49200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:28:35,218 INFO Processing ruok command from /127.0.0.1:49202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:28:45,180 INFO Processing ruok command from /127.0.0.1:49342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:28:45,211 INFO Processing ruok command from /127.0.0.1:49344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:28:55,198 INFO Processing ruok command from /127.0.0.1:49496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:28:55,267 INFO Processing ruok command from /127.0.0.1:49498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:28:55,492 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:29:05,175 INFO Processing ruok command from /127.0.0.1:49646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:29:05,209 INFO Processing ruok command from /127.0.0.1:49648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:29:15,191 INFO Processing ruok command from /127.0.0.1:49808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:29:15,231 INFO Processing ruok command from /127.0.0.1:49810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:29:25,183 INFO Processing ruok command from /127.0.0.1:49948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:29:25,224 INFO Processing ruok command from /127.0.0.1:49950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:29:35,177 INFO Processing ruok command from /127.0.0.1:50112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:29:35,212 INFO Processing ruok command from /127.0.0.1:50114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:29:43,243 INFO Committing global session 0x100003d96af0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:29:45,204 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:29:45,235 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:29:55,197 INFO Processing ruok command from /127.0.0.1:50410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:29:55,234 INFO Processing ruok command from /127.0.0.1:50412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:30:05,207 INFO Processing ruok command from /127.0.0.1:50576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:30:05,232 INFO Processing ruok command from /127.0.0.1:50578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:30:15,173 INFO Processing ruok command from /127.0.0.1:50736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:30:15,215 INFO Processing ruok command from /127.0.0.1:50738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:30:25,193 INFO Processing ruok command from /127.0.0.1:50880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:30:25,227 INFO Processing ruok command from /127.0.0.1:50882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:30:35,185 INFO Processing ruok command from /127.0.0.1:51048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:30:35,216 INFO Processing ruok command from /127.0.0.1:51050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:30:45,189 INFO Processing ruok command from /127.0.0.1:51186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:30:45,221 INFO Processing ruok command from /127.0.0.1:51188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:30:55,183 INFO Processing ruok command from /127.0.0.1:51332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:30:55,216 INFO Processing ruok command from /127.0.0.1:51334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:31:05,192 INFO Processing ruok command from /127.0.0.1:51492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:31:05,228 INFO Processing ruok command from /127.0.0.1:51498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:31:15,181 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:31:15,220 INFO Processing ruok command from /127.0.0.1:51636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:31:25,197 INFO Processing ruok command from /127.0.0.1:51788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:31:25,254 INFO Processing ruok command from /127.0.0.1:51790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:31:35,197 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:31:35,232 INFO Processing ruok command from /127.0.0.1:51956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:31:43,306 INFO Committing global session 0x200003cd0b10016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:31:45,180 INFO Processing ruok command from /127.0.0.1:52102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:31:45,219 INFO Processing ruok command from /127.0.0.1:52108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:31:55,187 INFO Processing ruok command from /127.0.0.1:52258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:31:55,263 INFO Processing ruok command from /127.0.0.1:52260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:32:05,185 INFO Processing ruok command from /127.0.0.1:52410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:32:05,218 INFO Processing ruok command from /127.0.0.1:52416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:32:15,181 INFO Processing ruok command from /127.0.0.1:52574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:32:15,214 INFO Processing ruok command from /127.0.0.1:52576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:32:25,193 INFO Processing ruok command from /127.0.0.1:52720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:32:25,258 INFO Processing ruok command from /127.0.0.1:52722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:32:35,195 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:32:35,232 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:32:45,186 INFO Processing ruok command from /127.0.0.1:53038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:32:45,215 INFO Processing ruok command from /127.0.0.1:53040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:32:55,207 INFO Processing ruok command from /127.0.0.1:53218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:32:55,240 INFO Processing ruok command from /127.0.0.1:53220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:33:05,173 INFO Processing ruok command from /127.0.0.1:53400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:33:05,208 INFO Processing ruok command from /127.0.0.1:53402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:33:15,198 INFO Processing ruok command from /127.0.0.1:53586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:33:15,253 INFO Processing ruok command from /127.0.0.1:53588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:33:25,193 INFO Processing ruok command from /127.0.0.1:53732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:33:25,218 INFO Processing ruok command from /127.0.0.1:53734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:33:35,172 INFO Processing ruok command from /127.0.0.1:53918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:33:35,228 INFO Processing ruok command from /127.0.0.1:53920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:33:43,415 INFO Committing global session 0x200003cd0b10017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:33:45,201 INFO Processing ruok command from /127.0.0.1:54088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:33:45,223 INFO Processing ruok command from /127.0.0.1:54090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:33:52,157 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-13 04:33:52,157 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-13 04:33:52,181 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-13 04:33:55,197 INFO Processing ruok command from /127.0.0.1:54330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:33:55,236 INFO Processing ruok command from /127.0.0.1:54332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:33:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:34:05,179 INFO Processing ruok command from /127.0.0.1:54504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:34:05,207 INFO Processing ruok command from /127.0.0.1:54506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:34:15,194 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:34:15,229 INFO Processing ruok command from /127.0.0.1:54672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:34:25,172 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:34:25,207 INFO Processing ruok command from /127.0.0.1:54810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:34:35,192 INFO Processing ruok command from /127.0.0.1:54978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:34:35,233 INFO Processing ruok command from /127.0.0.1:54980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:34:45,194 INFO Processing ruok command from /127.0.0.1:55156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:34:45,228 INFO Processing ruok command from /127.0.0.1:55158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:34:55,203 INFO Processing ruok command from /127.0.0.1:55308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:34:55,232 INFO Processing ruok command from /127.0.0.1:55310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:34:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:35:05,191 INFO Processing ruok command from /127.0.0.1:55468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:35:05,227 INFO Processing ruok command from /127.0.0.1:55470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:35:15,193 INFO Processing ruok command from /127.0.0.1:55658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:35:15,228 INFO Processing ruok command from /127.0.0.1:55660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:35:25,190 INFO Processing ruok command from /127.0.0.1:55824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:35:25,235 INFO Processing ruok command from /127.0.0.1:55826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:35:35,177 INFO Processing ruok command from /127.0.0.1:55990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:35:35,208 INFO Processing ruok command from /127.0.0.1:55992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:35:43,031 INFO Committing global session 0x200003cd0b10018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:35:45,216 INFO Processing ruok command from /127.0.0.1:56148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:35:45,249 INFO Processing ruok command from /127.0.0.1:56150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:35:55,205 INFO Processing ruok command from /127.0.0.1:56352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:35:55,268 INFO Processing ruok command from /127.0.0.1:56354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:35:55,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:36:05,194 INFO Processing ruok command from /127.0.0.1:56554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:36:05,229 INFO Processing ruok command from /127.0.0.1:56556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:36:15,199 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:36:15,230 INFO Processing ruok command from /127.0.0.1:56762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:36:25,180 INFO Processing ruok command from /127.0.0.1:56904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:36:25,239 INFO Processing ruok command from /127.0.0.1:56906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:36:35,182 INFO Processing ruok command from /127.0.0.1:57066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:36:35,225 INFO Processing ruok command from /127.0.0.1:57068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:36:45,185 INFO Processing ruok command from /127.0.0.1:57220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:36:45,214 INFO Processing ruok command from /127.0.0.1:57222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:36:55,184 INFO Processing ruok command from /127.0.0.1:57382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:36:55,242 INFO Processing ruok command from /127.0.0.1:57384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:36:55,493 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-11-13 04:37:05,205 INFO Processing ruok command from /127.0.0.1:57552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:37:05,215 INFO Processing ruok command from /127.0.0.1:57554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:37:15,183 INFO Processing ruok command from /127.0.0.1:57738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:37:15,255 INFO Processing ruok command from /127.0.0.1:57740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:37:25,203 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:37:25,235 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:37:35,180 INFO Processing ruok command from /127.0.0.1:58048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:37:35,214 INFO Processing ruok command from /127.0.0.1:58050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:37:43,201 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 04:37:43,208 INFO Committing global session 0x300003c72a5001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:37:43,901 INFO Submitting global closeSession request for session 0x300003c72a5001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:37:45,203 INFO Processing ruok command from /127.0.0.1:58212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:37:45,231 INFO Processing ruok command from /127.0.0.1:58214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:37:55,206 INFO Processing ruok command from /127.0.0.1:58378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:37:55,270 INFO Processing ruok command from /127.0.0.1:58380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:37:55,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:37:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:38:05,196 INFO Processing ruok command from /127.0.0.1:58568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:38:05,232 INFO Processing ruok command from /127.0.0.1:58570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:38:15,176 INFO Processing ruok command from /127.0.0.1:58722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:38:15,213 INFO Processing ruok command from /127.0.0.1:58724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:38:25,200 INFO Processing ruok command from /127.0.0.1:58940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:38:25,240 INFO Processing ruok command from /127.0.0.1:58942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:38:35,197 INFO Processing ruok command from /127.0.0.1:59100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:38:35,224 INFO Processing ruok command from /127.0.0.1:59102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:38:45,180 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:38:45,212 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:38:55,192 INFO Processing ruok command from /127.0.0.1:59426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:38:55,234 INFO Processing ruok command from /127.0.0.1:59430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:38:55,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:38:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:39:05,173 INFO Processing ruok command from /127.0.0.1:59592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:39:05,234 INFO Processing ruok command from /127.0.0.1:59594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:39:15,179 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:39:15,242 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:39:25,187 INFO Processing ruok command from /127.0.0.1:59942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:39:25,227 INFO Processing ruok command from /127.0.0.1:59944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:39:35,196 INFO Processing ruok command from /127.0.0.1:60114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:39:35,272 INFO Processing ruok command from /127.0.0.1:60116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:39:43,361 INFO Committing global session 0x200003cd0b10019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:39:45,181 INFO Processing ruok command from /127.0.0.1:60270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:39:45,209 INFO Processing ruok command from /127.0.0.1:60272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:39:55,198 INFO Processing ruok command from /127.0.0.1:60462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:39:55,233 INFO Processing ruok command from /127.0.0.1:60464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:39:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:39:55,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:40:05,186 INFO Processing ruok command from /127.0.0.1:60654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:40:05,225 INFO Processing ruok command from /127.0.0.1:60656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:40:15,200 INFO Processing ruok command from /127.0.0.1:60862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:40:15,239 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:40:25,179 INFO Processing ruok command from /127.0.0.1:32786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:40:25,228 INFO Processing ruok command from /127.0.0.1:32788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:40:35,221 INFO Processing ruok command from /127.0.0.1:32948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:40:35,244 INFO Processing ruok command from /127.0.0.1:32950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:40:45,194 INFO Processing ruok command from /127.0.0.1:33110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:40:45,224 INFO Processing ruok command from /127.0.0.1:33112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:40:55,165 INFO Processing ruok command from /127.0.0.1:33264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:40:55,197 INFO Processing ruok command from /127.0.0.1:33266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:40:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:40:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:41:05,187 INFO Processing ruok command from /127.0.0.1:33414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:41:05,215 INFO Processing ruok command from /127.0.0.1:33416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:41:15,176 INFO Processing ruok command from /127.0.0.1:33556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:41:15,219 INFO Processing ruok command from /127.0.0.1:33560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:41:25,186 INFO Processing ruok command from /127.0.0.1:33710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:41:25,229 INFO Processing ruok command from /127.0.0.1:33712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:41:35,184 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:41:35,230 INFO Processing ruok command from /127.0.0.1:33860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:41:43,394 INFO Committing global session 0x100003d96af0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:41:45,182 INFO Processing ruok command from /127.0.0.1:34010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:41:45,217 INFO Processing ruok command from /127.0.0.1:34012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:41:55,179 INFO Processing ruok command from /127.0.0.1:34176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:41:55,247 INFO Processing ruok command from /127.0.0.1:34178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:41:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:41:55,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:42:05,184 INFO Processing ruok command from /127.0.0.1:34328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:42:05,226 INFO Processing ruok command from /127.0.0.1:34330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:42:15,170 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:42:15,237 INFO Processing ruok command from /127.0.0.1:34492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:42:25,180 INFO Processing ruok command from /127.0.0.1:34636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:42:25,211 INFO Processing ruok command from /127.0.0.1:34638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:42:35,173 INFO Processing ruok command from /127.0.0.1:34800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:42:35,206 INFO Processing ruok command from /127.0.0.1:34802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:42:45,187 INFO Processing ruok command from /127.0.0.1:34958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:42:45,222 INFO Processing ruok command from /127.0.0.1:34960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:42:55,185 INFO Processing ruok command from /127.0.0.1:35100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:42:55,226 INFO Processing ruok command from /127.0.0.1:35102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:42:55,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:43:05,177 INFO Processing ruok command from /127.0.0.1:35264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:43:05,205 INFO Processing ruok command from /127.0.0.1:35266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:43:15,174 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:43:15,210 INFO Processing ruok command from /127.0.0.1:35414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:43:25,166 INFO Processing ruok command from /127.0.0.1:35554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:43:25,231 INFO Processing ruok command from /127.0.0.1:35556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:43:35,198 INFO Processing ruok command from /127.0.0.1:35714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:43:35,258 INFO Processing ruok command from /127.0.0.1:35716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:43:43,142 INFO Committing global session 0x100003d96af0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:43:45,176 INFO Processing ruok command from /127.0.0.1:35864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:43:45,214 INFO Processing ruok command from /127.0.0.1:35866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:43:55,173 INFO Processing ruok command from /127.0.0.1:36018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:43:55,218 INFO Processing ruok command from /127.0.0.1:36020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:43:55,492 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-13 04:44:05,185 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:44:05,215 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:44:15,189 INFO Processing ruok command from /127.0.0.1:36312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:44:15,237 INFO Processing ruok command from /127.0.0.1:36314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:44:25,191 INFO Processing ruok command from /127.0.0.1:36480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:44:25,219 INFO Processing ruok command from /127.0.0.1:36482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:44:35,192 INFO Processing ruok command from /127.0.0.1:36654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:44:35,219 INFO Processing ruok command from /127.0.0.1:36656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:44:45,182 INFO Processing ruok command from /127.0.0.1:36820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:44:45,225 INFO Processing ruok command from /127.0.0.1:36822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:44:55,186 INFO Processing ruok command from /127.0.0.1:36976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:44:55,223 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:45:05,179 INFO Processing ruok command from /127.0.0.1:37146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:45:05,241 INFO Processing ruok command from /127.0.0.1:37148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:45:15,176 INFO Processing ruok command from /127.0.0.1:37318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:45:15,210 INFO Processing ruok command from /127.0.0.1:37320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:45:25,188 INFO Processing ruok command from /127.0.0.1:37464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:45:25,216 INFO Processing ruok command from /127.0.0.1:37466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:45:35,195 INFO Processing ruok command from /127.0.0.1:37624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:45:35,230 INFO Processing ruok command from /127.0.0.1:37626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:45:43,255 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 04:45:43,260 INFO Committing global session 0x300003c72a5001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:45:43,970 INFO Submitting global closeSession request for session 0x300003c72a5001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:45:45,183 INFO Processing ruok command from /127.0.0.1:37776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:45:45,243 INFO Processing ruok command from /127.0.0.1:37778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:45:55,180 INFO Processing ruok command from /127.0.0.1:37932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:45:55,212 INFO Processing ruok command from /127.0.0.1:37934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:46:05,178 INFO Processing ruok command from /127.0.0.1:38094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:46:05,208 INFO Processing ruok command from /127.0.0.1:38096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:46:15,183 INFO Processing ruok command from /127.0.0.1:38240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:46:15,220 INFO Processing ruok command from /127.0.0.1:38242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:46:25,187 INFO Processing ruok command from /127.0.0.1:38396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:46:25,219 INFO Processing ruok command from /127.0.0.1:38398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:46:35,188 INFO Processing ruok command from /127.0.0.1:38558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:46:35,222 INFO Processing ruok command from /127.0.0.1:38560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:46:45,198 INFO Processing ruok command from /127.0.0.1:38700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:46:45,230 INFO Processing ruok command from /127.0.0.1:38702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:46:55,179 INFO Processing ruok command from /127.0.0.1:38854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:46:55,239 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:47:05,194 INFO Processing ruok command from /127.0.0.1:39018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:47:05,227 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:47:15,177 INFO Processing ruok command from /127.0.0.1:39182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:47:15,230 INFO Processing ruok command from /127.0.0.1:39184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:47:25,179 INFO Processing ruok command from /127.0.0.1:39322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:47:25,226 INFO Processing ruok command from /127.0.0.1:39324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:47:35,176 INFO Processing ruok command from /127.0.0.1:39486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:47:35,212 INFO Processing ruok command from /127.0.0.1:39488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:47:43,207 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 04:47:43,212 INFO Committing global session 0x300003c72a5001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:47:43,938 INFO Submitting global closeSession request for session 0x300003c72a5001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:47:45,196 INFO Processing ruok command from /127.0.0.1:39630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:47:45,229 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:47:55,172 INFO Processing ruok command from /127.0.0.1:39772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:47:55,204 INFO Processing ruok command from /127.0.0.1:39774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:48:05,190 INFO Processing ruok command from /127.0.0.1:39940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:48:05,248 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:48:15,186 INFO Processing ruok command from /127.0.0.1:40086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:48:15,217 INFO Processing ruok command from /127.0.0.1:40088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:48:25,177 INFO Processing ruok command from /127.0.0.1:40246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:48:25,213 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:48:35,180 INFO Processing ruok command from /127.0.0.1:40408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:48:35,219 INFO Processing ruok command from /127.0.0.1:40410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:48:45,177 INFO Processing ruok command from /127.0.0.1:40560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:48:45,243 INFO Processing ruok command from /127.0.0.1:40562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:48:55,189 INFO Processing ruok command from /127.0.0.1:40716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:48:55,228 INFO Processing ruok command from /127.0.0.1:40718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:49:05,175 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:49:05,218 INFO Processing ruok command from /127.0.0.1:40884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:49:15,196 INFO Processing ruok command from /127.0.0.1:41042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:49:15,222 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:49:25,183 INFO Processing ruok command from /127.0.0.1:41188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:49:25,217 INFO Processing ruok command from /127.0.0.1:41190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:49:35,171 INFO Processing ruok command from /127.0.0.1:41346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:49:35,210 INFO Processing ruok command from /127.0.0.1:41348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:49:42,986 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-13 04:49:42,992 INFO Committing global session 0x300003c72a5001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:49:43,724 INFO Submitting global closeSession request for session 0x300003c72a5001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:49:45,185 INFO Processing ruok command from /127.0.0.1:41492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:49:45,218 INFO Processing ruok command from /127.0.0.1:41494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:49:55,174 INFO Processing ruok command from /127.0.0.1:41654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:49:55,209 INFO Processing ruok command from /127.0.0.1:41656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:50:05,199 INFO Processing ruok command from /127.0.0.1:41802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:50:05,221 INFO Processing ruok command from /127.0.0.1:41804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:50:15,189 INFO Processing ruok command from /127.0.0.1:41960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:50:15,225 INFO Processing ruok command from /127.0.0.1:41962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:50:25,195 INFO Processing ruok command from /127.0.0.1:42120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:50:25,225 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:50:35,197 INFO Processing ruok command from /127.0.0.1:42278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:50:35,224 INFO Processing ruok command from /127.0.0.1:42280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:50:45,176 INFO Processing ruok command from /127.0.0.1:42420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:50:45,209 INFO Processing ruok command from /127.0.0.1:42422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:50:55,184 INFO Processing ruok command from /127.0.0.1:42580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:50:55,215 INFO Processing ruok command from /127.0.0.1:42582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:51:05,178 INFO Processing ruok command from /127.0.0.1:42726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:51:05,217 INFO Processing ruok command from /127.0.0.1:42728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:51:15,173 INFO Processing ruok command from /127.0.0.1:42876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:51:15,223 INFO Processing ruok command from /127.0.0.1:42882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:51:25,181 INFO Processing ruok command from /127.0.0.1:43034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:51:25,214 INFO Processing ruok command from /127.0.0.1:43036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:51:35,176 INFO Processing ruok command from /127.0.0.1:43184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:51:35,214 INFO Processing ruok command from /127.0.0.1:43186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:51:43,236 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-13 04:51:43,241 INFO Committing global session 0x300003c72a5001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:51:43,817 INFO Submitting global closeSession request for session 0x300003c72a5001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-13 04:51:45,181 INFO Processing ruok command from /127.0.0.1:43346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:51:45,213 INFO Processing ruok command from /127.0.0.1:43348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:51:55,187 INFO Processing ruok command from /127.0.0.1:43488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:51:55,224 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:52:05,194 INFO Processing ruok command from /127.0.0.1:43654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:52:05,232 INFO Processing ruok command from /127.0.0.1:43656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:52:15,182 INFO Processing ruok command from /127.0.0.1:43806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:52:15,219 INFO Processing ruok command from /127.0.0.1:43808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:52:25,177 INFO Processing ruok command from /127.0.0.1:43954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:52:25,221 INFO Processing ruok command from /127.0.0.1:43956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:52:35,196 INFO Processing ruok command from /127.0.0.1:44112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:52:35,297 INFO Processing ruok command from /127.0.0.1:44114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:52:45,186 INFO Processing ruok command from /127.0.0.1:44266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:52:45,231 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:52:55,180 INFO Processing ruok command from /127.0.0.1:44424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:52:55,205 INFO Processing ruok command from /127.0.0.1:44426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:53:05,178 INFO Processing ruok command from /127.0.0.1:44586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:53:05,203 INFO Processing ruok command from /127.0.0.1:44588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:53:15,187 INFO Processing ruok command from /127.0.0.1:44736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:53:15,228 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:53:25,188 INFO Processing ruok command from /127.0.0.1:44886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:53:25,252 INFO Processing ruok command from /127.0.0.1:44888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:53:35,188 INFO Processing ruok command from /127.0.0.1:45052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:53:35,229 INFO Processing ruok command from /127.0.0.1:45054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:53:43,173 INFO Committing global session 0x200003cd0b1001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:53:45,180 INFO Processing ruok command from /127.0.0.1:45198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:53:45,213 INFO Processing ruok command from /127.0.0.1:45200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:53:55,177 INFO Processing ruok command from /127.0.0.1:45356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:53:55,215 INFO Processing ruok command from /127.0.0.1:45358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:54:05,187 INFO Processing ruok command from /127.0.0.1:45500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:54:05,221 INFO Processing ruok command from /127.0.0.1:45502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:54:15,177 INFO Processing ruok command from /127.0.0.1:45660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:54:15,226 INFO Processing ruok command from /127.0.0.1:45662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:54:25,190 INFO Processing ruok command from /127.0.0.1:45808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:54:25,245 INFO Processing ruok command from /127.0.0.1:45810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:54:35,189 INFO Processing ruok command from /127.0.0.1:45964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:54:35,247 INFO Processing ruok command from /127.0.0.1:45966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:54:45,194 INFO Processing ruok command from /127.0.0.1:46106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:54:45,264 INFO Processing ruok command from /127.0.0.1:46108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:54:55,194 INFO Processing ruok command from /127.0.0.1:46264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:54:55,265 INFO Processing ruok command from /127.0.0.1:46266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:55:05,190 INFO Processing ruok command from /127.0.0.1:46434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:55:05,258 INFO Processing ruok command from /127.0.0.1:46436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:55:15,214 INFO Processing ruok command from /127.0.0.1:46584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:55:15,251 INFO Processing ruok command from /127.0.0.1:46586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:55:25,185 INFO Processing ruok command from /127.0.0.1:46730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:55:25,214 INFO Processing ruok command from /127.0.0.1:46732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:55:35,184 INFO Processing ruok command from /127.0.0.1:46880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:55:35,229 INFO Processing ruok command from /127.0.0.1:46882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:55:43,479 INFO Committing global session 0x100003d96af0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:55:45,175 INFO Processing ruok command from /127.0.0.1:47040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:55:45,212 INFO Processing ruok command from /127.0.0.1:47042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:55:55,183 INFO Processing ruok command from /127.0.0.1:47206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:55:55,209 INFO Processing ruok command from /127.0.0.1:47208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:56:05,175 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:56:05,209 INFO Processing ruok command from /127.0.0.1:47358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:56:15,181 INFO Processing ruok command from /127.0.0.1:47518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:56:15,216 INFO Processing ruok command from /127.0.0.1:47520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:56:25,188 INFO Processing ruok command from /127.0.0.1:47676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:56:25,213 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:56:35,195 INFO Processing ruok command from /127.0.0.1:47828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:56:35,233 INFO Processing ruok command from /127.0.0.1:47830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:56:45,174 INFO Processing ruok command from /127.0.0.1:47980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:56:45,212 INFO Processing ruok command from /127.0.0.1:47984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:56:55,173 INFO Processing ruok command from /127.0.0.1:48140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:56:55,209 INFO Processing ruok command from /127.0.0.1:48142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:57:05,172 INFO Processing ruok command from /127.0.0.1:48302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:57:05,210 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:57:15,177 INFO Processing ruok command from /127.0.0.1:48458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:57:15,208 INFO Processing ruok command from /127.0.0.1:48460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:57:25,184 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:57:25,214 INFO Processing ruok command from /127.0.0.1:48620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:57:35,194 INFO Processing ruok command from /127.0.0.1:48772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:57:35,230 INFO Processing ruok command from /127.0.0.1:48774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:57:43,263 INFO Committing global session 0x200003cd0b1001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:57:45,211 INFO Processing ruok command from /127.0.0.1:48918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:57:45,245 INFO Processing ruok command from /127.0.0.1:48920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:57:55,190 INFO Processing ruok command from /127.0.0.1:49072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:57:55,224 INFO Processing ruok command from /127.0.0.1:49074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:58:05,184 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:58:05,216 INFO Processing ruok command from /127.0.0.1:49228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:58:15,186 INFO Processing ruok command from /127.0.0.1:49380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:58:15,239 INFO Processing ruok command from /127.0.0.1:49382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:58:25,177 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:58:25,218 INFO Processing ruok command from /127.0.0.1:49540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:58:35,177 INFO Processing ruok command from /127.0.0.1:49690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:58:35,215 INFO Processing ruok command from /127.0.0.1:49692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:58:45,183 INFO Processing ruok command from /127.0.0.1:49842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:58:45,220 INFO Processing ruok command from /127.0.0.1:49844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:58:55,201 INFO Processing ruok command from /127.0.0.1:49996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:58:55,233 INFO Processing ruok command from /127.0.0.1:49998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:59:05,177 INFO Processing ruok command from /127.0.0.1:50144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:59:05,209 INFO Processing ruok command from /127.0.0.1:50146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:59:15,173 INFO Processing ruok command from /127.0.0.1:50304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:59:15,209 INFO Processing ruok command from /127.0.0.1:50306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:59:25,171 INFO Processing ruok command from /127.0.0.1:50456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:59:25,208 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:59:35,194 INFO Processing ruok command from /127.0.0.1:50616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:59:35,223 INFO Processing ruok command from /127.0.0.1:50618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:59:43,132 INFO Committing global session 0x100003d96af0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-13 04:59:45,199 INFO Processing ruok command from /127.0.0.1:50758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:59:45,228 INFO Processing ruok command from /127.0.0.1:50760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 04:59:55,182 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 04:59:55,222 INFO Processing ruok command from /127.0.0.1:50920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 05:00:05,184 INFO Processing ruok command from /127.0.0.1:51062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 05:00:05,215 INFO Processing ruok command from /127.0.0.1:51064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 05:00:15,177 INFO Processing ruok command from /127.0.0.1:51220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 05:00:15,220 INFO Processing ruok command from /127.0.0.1:51222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 05:00:25,204 INFO Processing ruok command from /127.0.0.1:51370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 05:00:25,288 INFO Processing ruok command from /127.0.0.1:51376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-13 05:00:35,176 INFO Processing ruok command from /127.0.0.1:51522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-13 05:00:35,211 INFO Processing ruok command from /127.0.0.1:51524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]