Results

By type

          Detected Zookeeper ID 2
Preparing truststore
Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca
Certificate was added to keystore
Preparing truststore is complete
Looking for the right CA
Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt
Preparing keystore for client and quorum listeners
Preparing keystore for client and quorum listeners is complete
Starting Zookeeper with configuration:
# The directory where the snapshot is stored.
dataDir=/var/lib/zookeeper/data

# Other options
4lw.commands.whitelist=*
standaloneEnabled=false
reconfigEnabled=true
clientPort=12181
clientPortAddress=127.0.0.1

# TLS options
serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory
ssl.clientAuth=need
ssl.quorum.clientAuth=need
secureClientPort=2181
sslQuorum=true

ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12
ssl.trustStore.password=[hidden]
ssl.trustStore.type=PKCS12
ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12
ssl.quorum.trustStore.password=[hidden]
ssl.quorum.trustStore.type=PKCS12

ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12
ssl.keyStore.password=[hidden]
ssl.keyStore.type=PKCS12
ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12
ssl.quorum.keyStore.password=[hidden]
ssl.quorum.keyStore.type=PKCS12

# Provided configuration
tickTime=2000
initLimit=5
syncLimit=2
autopurge.purgeInterval=1
admin.enableServer=false
ssl.hostnameVerification=false
ssl.quorum.hostnameVerification=false
sslQuorum=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-09-07 22:48:49,457 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-07 22:48:49,469 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-07 22:48:49,469 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-07 22:48:49,474 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-09-07 22:48:49,474 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-07 22:48:49,474 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-07 22:48:49,515 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-09-07 22:48:49,515 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-09-07 22:48:49,518 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-07 22:48:49,528 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-09-07 22:48:49,529 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-09-07 22:48:49,551 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-07 22:48:49,568 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-09-07 22:48:49,605 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-09-07 22:48:49,752 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:49,752 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:49,752 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:49,848 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-07 22:48:49,850 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-07 22:48:49,850 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:49,850 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:49,851 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:49,852 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-07 22:48:49,852 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-07 22:48:49,865 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,874 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-09-07 22:48:49,875 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,875 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,876 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,876 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,876 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,876 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,876 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,876 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,913 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,914 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,917 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,917 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,917 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,917 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,917 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-09-07 22:48:49,917 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-09-07 22:48:49,918 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,918 INFO Server environment:os.memory.free=216MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO Server environment:os.memory.total=227MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,919 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,920 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,920 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-07 22:48:49,929 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-09-07 22:48:49,930 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-09-07 22:48:49,931 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-09-07 22:48:49,931 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-09-07 22:48:49,951 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,952 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,952 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,952 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,952 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,952 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,952 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:49,965 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-09-07 22:48:49,966 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-09-07 22:48:49,980 INFO Snapshot loaded in 27 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-09-07 22:48:49,983 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-09-07 22:48:49,988 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-09-07 22:48:49,992 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:50,153 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:50,153 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:50,157 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-07 22:48:50,159 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-07 22:48:50,171 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-09-07 22:48:50,175 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-09-07 22:48:50,178 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-09-07 22:48:50,182 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.120:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.120:3888]
2022-09-07 22:48:50,188 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-09-07 22:48:50,202 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:50,206 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:50,223 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:50,228 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
2022-09-07 22:48:50,263 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-09-07 22:48:50,267 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-09-07 22:48:50,269 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-09-07 22:48:50,269 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-09-07 22:48:50,435 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:50,444 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:50,444 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-09-07 22:48:50,848 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:50,849 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:50,850 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-09-07 22:48:50,851 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-09-07 22:48:50,851 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-09-07 22:48:50,852 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-09-07 22:48:50,853 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-09-07 22:48:51,655 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:51,655 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:51,658 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-09-07 22:48:53,260 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-09-07 22:48:53,262 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:53,261 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,263 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-09-07 22:48:53,262 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-09-07 22:48:53,264 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-09-07 22:48:53,265 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-09-07 22:48:53,387 INFO Received connection request from /127.0.0.6:39961 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.120:3888]
2022-09-07 22:48:53,440 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:53,443 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:53,644 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,645 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,650 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,650 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,650 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,650 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,650 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,655 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,656 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,656 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,658 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,658 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,660 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,660 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,660 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,660 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,660 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,661 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,663 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,664 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,664 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,669 INFO LEADING - LEADER ELECTION TOOK - 3463 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,675 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,675 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,686 INFO Snapshot taken in 10 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,707 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-/127.0.0.6:59759]
2022-09-07 22:48:53,722 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:59759]
2022-09-07 22:48:53,722 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:59759]
2022-09-07 22:48:53,723 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:59759]
2022-09-07 22:48:53,726 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,776 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,795 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,795 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,816 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):]
2022-09-07 22:48:53,817 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,818 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:53,844 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-07 22:48:59,263 INFO Received connection request from /127.0.0.6:45315 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.120:3888]
2022-09-07 22:48:59,274 INFO Notification: my state:LEADING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-09-07 22:48:59,320 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:38699]
2022-09-07 22:48:59,326 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:38699]
2022-09-07 22:48:59,326 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:38699]
2022-09-07 22:48:59,335 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-/127.0.0.6:38699]
2022-09-07 22:49:03,787 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2]
2022-09-07 22:49:03,787 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2]
2022-09-07 22:49:03,788 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:49:03,791 INFO Processing ruok command from /127.0.0.1:38066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:49:13,712 INFO Processing ruok command from /127.0.0.1:38136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:49:13,754 INFO Processing ruok command from /127.0.0.1:38138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:49:16,829 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2022-09-07 22:49:16,841 INFO Committing global session 0x1000045262a0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:49:23,699 INFO Processing ruok command from /127.0.0.1:38234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:49:23,827 INFO Processing ruok command from /127.0.0.1:38238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:49:33,744 INFO Processing ruok command from /127.0.0.1:38322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:49:33,824 INFO Processing ruok command from /127.0.0.1:38326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:49:37,759 INFO Committing global session 0x300004419890000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:49:41,830 INFO Committing global session 0x1000045262a0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:49:42,025 INFO Committing global session 0x300004419890001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:49:43,681 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 22:49:43,704 INFO Committing global session 0x20000446bf50000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:49:43,726 INFO Processing ruok command from /127.0.0.1:38422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:49:43,806 INFO Processing ruok command from /127.0.0.1:38424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:49:46,840 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 22:49:46,853 INFO Committing global session 0x20000446bf50001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:49:46,929 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 22:49:46,939 INFO Committing global session 0x20000446bf50002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:49:53,707 INFO Processing ruok command from /127.0.0.1:38506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:49:53,789 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:50:03,724 INFO Processing ruok command from /127.0.0.1:38594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:50:03,798 INFO Processing ruok command from /127.0.0.1:38596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:50:13,693 INFO Processing ruok command from /127.0.0.1:38670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:50:13,780 INFO Processing ruok command from /127.0.0.1:38674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:50:23,690 INFO Processing ruok command from /127.0.0.1:38750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:50:23,771 INFO Processing ruok command from /127.0.0.1:38754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:50:29,373 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 22:50:29,384 INFO Committing global session 0x20000446bf50003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:50:33,723 INFO Processing ruok command from /127.0.0.1:38842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:50:33,834 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:50:43,709 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:50:43,772 INFO Processing ruok command from /127.0.0.1:38932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:50:50,443 INFO Committing global session 0x1000045262a0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:50:53,702 INFO Processing ruok command from /127.0.0.1:39006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:50:53,779 INFO Processing ruok command from /127.0.0.1:39010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:51:03,687 INFO Processing ruok command from /127.0.0.1:39092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:51:03,778 INFO Processing ruok command from /127.0.0.1:39096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:51:13,699 INFO Processing ruok command from /127.0.0.1:39200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:51:13,791 INFO Processing ruok command from /127.0.0.1:39204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:51:23,701 INFO Processing ruok command from /127.0.0.1:39288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:51:23,778 INFO Processing ruok command from /127.0.0.1:39292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:51:33,757 INFO Processing ruok command from /127.0.0.1:39430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:51:33,844 INFO Processing ruok command from /127.0.0.1:39432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:51:43,707 INFO Processing ruok command from /127.0.0.1:39530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:51:43,753 INFO Processing ruok command from /127.0.0.1:39532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:51:53,711 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:51:53,785 INFO Processing ruok command from /127.0.0.1:39634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:52:03,699 INFO Processing ruok command from /127.0.0.1:39728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:52:03,747 INFO Processing ruok command from /127.0.0.1:39732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:52:13,296 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 22:52:13,332 INFO Committing global session 0x20000446bf50004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:52:13,685 INFO Processing ruok command from /127.0.0.1:39824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:52:13,731 INFO Processing ruok command from /127.0.0.1:39828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:52:13,948 INFO Submitting global closeSession request for session 0x20000446bf50004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 22:52:23,712 INFO Processing ruok command from /127.0.0.1:39922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:52:23,806 INFO Processing ruok command from /127.0.0.1:39924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:52:33,714 INFO Processing ruok command from /127.0.0.1:40022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:52:33,791 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:52:43,704 INFO Processing ruok command from /127.0.0.1:40114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:52:43,787 INFO Processing ruok command from /127.0.0.1:40116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:52:53,691 INFO Processing ruok command from /127.0.0.1:40210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:52:53,799 INFO Processing ruok command from /127.0.0.1:40214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:53:03,696 INFO Processing ruok command from /127.0.0.1:40352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:53:03,750 INFO Processing ruok command from /127.0.0.1:40356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:53:13,705 INFO Processing ruok command from /127.0.0.1:40456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:53:13,823 INFO Processing ruok command from /127.0.0.1:40458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:53:23,726 INFO Processing ruok command from /127.0.0.1:40558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:53:23,825 INFO Processing ruok command from /127.0.0.1:40560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:53:33,691 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:53:33,759 INFO Processing ruok command from /127.0.0.1:40672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:53:43,714 INFO Processing ruok command from /127.0.0.1:40774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:53:43,791 INFO Processing ruok command from /127.0.0.1:40776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:53:53,714 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:53:53,790 INFO Processing ruok command from /127.0.0.1:40884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:54:03,707 INFO Processing ruok command from /127.0.0.1:40990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:54:03,801 INFO Processing ruok command from /127.0.0.1:40992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:54:13,244 INFO Committing global session 0x300004419890002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:54:13,711 INFO Processing ruok command from /127.0.0.1:41096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:54:13,758 INFO Processing ruok command from /127.0.0.1:41098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:54:23,736 INFO Processing ruok command from /127.0.0.1:41200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:54:23,832 INFO Processing ruok command from /127.0.0.1:41202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:54:33,695 INFO Processing ruok command from /127.0.0.1:41308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:54:33,791 INFO Processing ruok command from /127.0.0.1:41312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:54:43,717 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:54:43,787 INFO Processing ruok command from /127.0.0.1:41416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:54:53,694 INFO Processing ruok command from /127.0.0.1:41516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:54:53,786 INFO Processing ruok command from /127.0.0.1:41520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:55:03,687 INFO Processing ruok command from /127.0.0.1:41624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:55:03,764 INFO Processing ruok command from /127.0.0.1:41628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:55:13,709 INFO Processing ruok command from /127.0.0.1:41732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:55:13,795 INFO Processing ruok command from /127.0.0.1:41734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:55:23,724 INFO Processing ruok command from /127.0.0.1:41836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:55:23,771 INFO Processing ruok command from /127.0.0.1:41838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:55:33,697 INFO Processing ruok command from /127.0.0.1:41944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:55:33,774 INFO Processing ruok command from /127.0.0.1:41948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:55:43,718 INFO Processing ruok command from /127.0.0.1:42048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:55:43,781 INFO Processing ruok command from /127.0.0.1:42050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:55:53,702 INFO Processing ruok command from /127.0.0.1:42152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:55:53,782 INFO Processing ruok command from /127.0.0.1:42156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:56:03,689 INFO Processing ruok command from /127.0.0.1:42260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:56:03,778 INFO Processing ruok command from /127.0.0.1:42264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:56:13,236 INFO Committing global session 0x1000045262a0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:56:13,705 INFO Processing ruok command from /127.0.0.1:42368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:56:13,774 INFO Processing ruok command from /127.0.0.1:42370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:56:23,710 INFO Processing ruok command from /127.0.0.1:42474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:56:23,756 INFO Processing ruok command from /127.0.0.1:42476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:56:33,710 INFO Processing ruok command from /127.0.0.1:42582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:56:33,782 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:56:43,699 INFO Processing ruok command from /127.0.0.1:42684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:56:43,771 INFO Processing ruok command from /127.0.0.1:42688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:56:53,703 INFO Processing ruok command from /127.0.0.1:42790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:56:53,773 INFO Processing ruok command from /127.0.0.1:42794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:57:03,695 INFO Processing ruok command from /127.0.0.1:42900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:57:03,763 INFO Processing ruok command from /127.0.0.1:42904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:57:13,712 INFO Processing ruok command from /127.0.0.1:43004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:57:13,794 INFO Processing ruok command from /127.0.0.1:43006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:57:23,716 INFO Processing ruok command from /127.0.0.1:43108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:57:23,813 INFO Processing ruok command from /127.0.0.1:43110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:57:33,712 INFO Processing ruok command from /127.0.0.1:43214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:57:33,804 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:57:43,696 INFO Processing ruok command from /127.0.0.1:43314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:57:43,743 INFO Processing ruok command from /127.0.0.1:43318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:57:53,686 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:57:53,755 INFO Processing ruok command from /127.0.0.1:43424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:58:03,687 INFO Processing ruok command from /127.0.0.1:43532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:58:03,753 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:58:13,229 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 22:58:13,239 INFO Committing global session 0x20000446bf50005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 22:58:13,719 INFO Processing ruok command from /127.0.0.1:43640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:58:13,797 INFO Processing ruok command from /127.0.0.1:43642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:58:13,920 INFO Submitting global closeSession request for session 0x20000446bf50005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 22:58:23,711 INFO Processing ruok command from /127.0.0.1:43748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:58:23,805 INFO Processing ruok command from /127.0.0.1:43750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:58:33,686 INFO Processing ruok command from /127.0.0.1:43854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:58:33,758 INFO Processing ruok command from /127.0.0.1:43858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:58:43,698 INFO Processing ruok command from /127.0.0.1:43960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:58:43,769 INFO Processing ruok command from /127.0.0.1:43964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:58:53,694 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:58:53,795 INFO Processing ruok command from /127.0.0.1:44072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:59:03,699 INFO Processing ruok command from /127.0.0.1:44178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:59:03,790 INFO Processing ruok command from /127.0.0.1:44182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:59:13,688 INFO Processing ruok command from /127.0.0.1:44286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:59:13,767 INFO Processing ruok command from /127.0.0.1:44290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:59:23,733 INFO Processing ruok command from /127.0.0.1:44396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:59:23,811 INFO Processing ruok command from /127.0.0.1:44398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:59:33,691 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:59:33,761 INFO Processing ruok command from /127.0.0.1:44504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:59:43,698 INFO Processing ruok command from /127.0.0.1:44604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:59:43,792 INFO Processing ruok command from /127.0.0.1:44608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 22:59:53,730 INFO Processing ruok command from /127.0.0.1:44710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 22:59:53,786 INFO Processing ruok command from /127.0.0.1:44712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:00:03,713 INFO Processing ruok command from /127.0.0.1:44818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:00:03,755 INFO Processing ruok command from /127.0.0.1:44820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:00:12,909 INFO Committing global session 0x300004419890003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:00:13,726 INFO Processing ruok command from /127.0.0.1:44920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:00:13,816 INFO Processing ruok command from /127.0.0.1:44922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:00:23,754 INFO Processing ruok command from /127.0.0.1:45028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:00:23,880 INFO Processing ruok command from /127.0.0.1:45030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:00:33,752 INFO Processing ruok command from /127.0.0.1:45182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:00:33,836 INFO Processing ruok command from /127.0.0.1:45184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:00:43,752 INFO Processing ruok command from /127.0.0.1:45348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:00:43,861 INFO Processing ruok command from /127.0.0.1:45350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:00:53,704 INFO Processing ruok command from /127.0.0.1:45456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:00:53,780 INFO Processing ruok command from /127.0.0.1:45458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:01:03,713 INFO Processing ruok command from /127.0.0.1:45572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:01:03,816 INFO Processing ruok command from /127.0.0.1:45574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:01:13,701 INFO Processing ruok command from /127.0.0.1:45700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:01:13,795 INFO Processing ruok command from /127.0.0.1:45704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:01:23,739 INFO Processing ruok command from /127.0.0.1:45824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:01:23,806 INFO Processing ruok command from /127.0.0.1:45826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:01:33,735 INFO Processing ruok command from /127.0.0.1:45952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:01:33,846 INFO Processing ruok command from /127.0.0.1:45954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:01:43,744 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:01:43,843 INFO Processing ruok command from /127.0.0.1:46124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:01:53,751 INFO Processing ruok command from /127.0.0.1:46250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:01:53,891 INFO Processing ruok command from /127.0.0.1:46252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:02:03,784 INFO Processing ruok command from /127.0.0.1:46426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:02:03,934 INFO Processing ruok command from /127.0.0.1:46430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:02:13,107 INFO Committing global session 0x1000045262a0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:02:13,701 INFO Processing ruok command from /127.0.0.1:46560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:02:13,792 INFO Processing ruok command from /127.0.0.1:46564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:02:23,755 INFO Processing ruok command from /127.0.0.1:46706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:02:23,853 INFO Processing ruok command from /127.0.0.1:46708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:02:33,721 INFO Processing ruok command from /127.0.0.1:46842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:02:33,848 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:02:43,811 INFO Processing ruok command from /127.0.0.1:47026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:02:43,927 INFO Processing ruok command from /127.0.0.1:47036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:02:53,784 INFO Processing ruok command from /127.0.0.1:47200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:02:53,871 INFO Processing ruok command from /127.0.0.1:47202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:03:03,729 INFO Processing ruok command from /127.0.0.1:47394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:03:03,879 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:03:13,741 INFO Processing ruok command from /127.0.0.1:47558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:03:13,854 INFO Processing ruok command from /127.0.0.1:47560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:03:23,707 INFO Processing ruok command from /127.0.0.1:47722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:03:23,786 INFO Processing ruok command from /127.0.0.1:47724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:03:33,701 INFO Processing ruok command from /127.0.0.1:47878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:03:33,789 INFO Processing ruok command from /127.0.0.1:47882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:03:43,728 INFO Processing ruok command from /127.0.0.1:48040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:03:43,805 INFO Processing ruok command from /127.0.0.1:48042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:03:53,707 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:03:53,780 INFO Processing ruok command from /127.0.0.1:48212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:04:03,769 INFO Processing ruok command from /127.0.0.1:48416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:04:03,877 INFO Processing ruok command from /127.0.0.1:48418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:04:13,714 INFO Processing ruok command from /127.0.0.1:48682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:04:13,800 INFO Processing ruok command from /127.0.0.1:48684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:04:13,976 INFO Committing global session 0x300004419890004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:04:23,688 INFO Processing ruok command from /127.0.0.1:48884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:04:23,762 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:04:33,703 INFO Processing ruok command from /127.0.0.1:49096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:04:33,804 INFO Processing ruok command from /127.0.0.1:49100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:04:43,711 INFO Processing ruok command from /127.0.0.1:49300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:04:43,791 INFO Processing ruok command from /127.0.0.1:49302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:04:53,723 INFO Processing ruok command from /127.0.0.1:49504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:04:53,802 INFO Processing ruok command from /127.0.0.1:49506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:05:03,709 INFO Processing ruok command from /127.0.0.1:49714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:05:03,784 INFO Processing ruok command from /127.0.0.1:49718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:05:13,717 INFO Processing ruok command from /127.0.0.1:49920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:05:13,806 INFO Processing ruok command from /127.0.0.1:49924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:05:23,738 INFO Processing ruok command from /127.0.0.1:50132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:05:23,864 INFO Processing ruok command from /127.0.0.1:50134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:05:33,720 INFO Processing ruok command from /127.0.0.1:50344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:05:33,802 INFO Processing ruok command from /127.0.0.1:50348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:05:43,732 INFO Processing ruok command from /127.0.0.1:50546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:05:43,841 INFO Processing ruok command from /127.0.0.1:50548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:05:53,738 INFO Processing ruok command from /127.0.0.1:50754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:05:53,845 INFO Processing ruok command from /127.0.0.1:50758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:06:03,723 INFO Processing ruok command from /127.0.0.1:50962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:06:03,818 INFO Processing ruok command from /127.0.0.1:50964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:06:13,688 INFO Processing ruok command from /127.0.0.1:51162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:06:13,777 INFO Processing ruok command from /127.0.0.1:51168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:06:14,015 INFO Committing global session 0x1000045262a0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:06:23,715 INFO Processing ruok command from /127.0.0.1:51372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:06:23,805 INFO Processing ruok command from /127.0.0.1:51374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:06:33,726 INFO Processing ruok command from /127.0.0.1:51584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:06:33,818 INFO Processing ruok command from /127.0.0.1:51586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:06:43,682 INFO Processing ruok command from /127.0.0.1:51774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:06:43,790 INFO Processing ruok command from /127.0.0.1:51784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:06:53,686 INFO Processing ruok command from /127.0.0.1:51978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:06:53,787 INFO Processing ruok command from /127.0.0.1:51988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:07:03,701 INFO Processing ruok command from /127.0.0.1:52194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:07:03,775 INFO Processing ruok command from /127.0.0.1:52198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:07:13,692 INFO Processing ruok command from /127.0.0.1:52400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:07:13,786 INFO Processing ruok command from /127.0.0.1:52404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:07:23,742 INFO Processing ruok command from /127.0.0.1:52614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:07:23,820 INFO Processing ruok command from /127.0.0.1:52616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:07:33,714 INFO Processing ruok command from /127.0.0.1:52826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:07:33,801 INFO Processing ruok command from /127.0.0.1:52828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:07:43,705 INFO Processing ruok command from /127.0.0.1:53028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:07:43,785 INFO Processing ruok command from /127.0.0.1:53030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:07:53,719 INFO Processing ruok command from /127.0.0.1:53232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:07:53,824 INFO Processing ruok command from /127.0.0.1:53234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:08:03,726 INFO Processing ruok command from /127.0.0.1:53436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:08:03,839 INFO Processing ruok command from /127.0.0.1:53438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:08:13,394 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 23:08:13,404 INFO Committing global session 0x20000446bf50006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:08:13,699 INFO Processing ruok command from /127.0.0.1:53618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:08:13,778 INFO Processing ruok command from /127.0.0.1:53622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:08:14,081 INFO Submitting global closeSession request for session 0x20000446bf50006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:08:23,715 INFO Processing ruok command from /127.0.0.1:53808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:08:23,799 INFO Processing ruok command from /127.0.0.1:53810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:08:33,697 INFO Processing ruok command from /127.0.0.1:53998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:08:33,754 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:08:43,733 INFO Processing ruok command from /127.0.0.1:54180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:08:43,822 INFO Processing ruok command from /127.0.0.1:54182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:08:53,697 INFO Processing ruok command from /127.0.0.1:54368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:08:53,791 INFO Processing ruok command from /127.0.0.1:54372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:09:03,715 INFO Processing ruok command from /127.0.0.1:54556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:09:03,776 INFO Processing ruok command from /127.0.0.1:54558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:09:13,707 INFO Processing ruok command from /127.0.0.1:54734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:09:13,798 INFO Processing ruok command from /127.0.0.1:54736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:09:23,699 INFO Processing ruok command from /127.0.0.1:54914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:09:23,780 INFO Processing ruok command from /127.0.0.1:54918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:09:33,691 INFO Processing ruok command from /127.0.0.1:55108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:09:33,758 INFO Processing ruok command from /127.0.0.1:55112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:09:43,718 INFO Processing ruok command from /127.0.0.1:55296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:09:43,811 INFO Processing ruok command from /127.0.0.1:55298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:09:53,719 INFO Processing ruok command from /127.0.0.1:55478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:09:53,801 INFO Processing ruok command from /127.0.0.1:55480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:10:03,701 INFO Processing ruok command from /127.0.0.1:55666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:10:03,774 INFO Processing ruok command from /127.0.0.1:55670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:10:13,396 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 23:10:13,408 INFO Committing global session 0x20000446bf50007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:10:13,705 INFO Processing ruok command from /127.0.0.1:55846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:10:13,801 INFO Processing ruok command from /127.0.0.1:55850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:10:13,961 INFO Submitting global closeSession request for session 0x20000446bf50007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:10:23,697 INFO Processing ruok command from /127.0.0.1:56032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:10:23,796 INFO Processing ruok command from /127.0.0.1:56036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:10:33,713 INFO Processing ruok command from /127.0.0.1:56228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:10:33,797 INFO Processing ruok command from /127.0.0.1:56230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:10:43,698 INFO Processing ruok command from /127.0.0.1:56406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:10:43,785 INFO Processing ruok command from /127.0.0.1:56410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:10:53,724 INFO Processing ruok command from /127.0.0.1:56608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:10:53,822 INFO Processing ruok command from /127.0.0.1:56610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:11:03,699 INFO Processing ruok command from /127.0.0.1:56806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:11:03,784 INFO Processing ruok command from /127.0.0.1:56810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:11:13,696 INFO Processing ruok command from /127.0.0.1:56990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:11:13,751 INFO Processing ruok command from /127.0.0.1:56994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:11:23,716 INFO Processing ruok command from /127.0.0.1:57178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:11:23,805 INFO Processing ruok command from /127.0.0.1:57180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:11:33,701 INFO Processing ruok command from /127.0.0.1:57368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:11:33,788 INFO Processing ruok command from /127.0.0.1:57372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:11:43,701 INFO Processing ruok command from /127.0.0.1:57550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:11:43,770 INFO Processing ruok command from /127.0.0.1:57554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:11:53,715 INFO Processing ruok command from /127.0.0.1:57742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:11:53,813 INFO Processing ruok command from /127.0.0.1:57744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:12:03,722 INFO Processing ruok command from /127.0.0.1:57940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:12:03,796 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:12:13,545 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 23:12:13,556 INFO Committing global session 0x20000446bf50008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:12:13,754 INFO Processing ruok command from /127.0.0.1:58120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:12:13,851 INFO Processing ruok command from /127.0.0.1:58122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:12:14,267 INFO Submitting global closeSession request for session 0x20000446bf50008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:12:23,712 INFO Processing ruok command from /127.0.0.1:58318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:12:23,790 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:12:33,717 INFO Processing ruok command from /127.0.0.1:58512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:12:33,865 INFO Processing ruok command from /127.0.0.1:58514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:12:43,698 INFO Processing ruok command from /127.0.0.1:58706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:12:43,777 INFO Processing ruok command from /127.0.0.1:58710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:12:53,810 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:12:53,961 INFO Processing ruok command from /127.0.0.1:58892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:13:03,734 INFO Processing ruok command from /127.0.0.1:59096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:13:03,798 INFO Processing ruok command from /127.0.0.1:59098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:13:13,732 INFO Processing ruok command from /127.0.0.1:59280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:13:13,878 INFO Processing ruok command from /127.0.0.1:59282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:13:23,714 INFO Processing ruok command from /127.0.0.1:59478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:13:23,852 INFO Processing ruok command from /127.0.0.1:59488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:13:33,768 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:13:33,969 INFO Processing ruok command from /127.0.0.1:59760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:13:43,759 INFO Processing ruok command from /127.0.0.1:59944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:13:43,888 INFO Processing ruok command from /127.0.0.1:59946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:13:53,999 INFO Processing ruok command from /127.0.0.1:60184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:13:54,149 INFO Processing ruok command from /127.0.0.1:60188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:14:03,842 INFO Processing ruok command from /127.0.0.1:60408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:14:04,042 INFO Processing ruok command from /127.0.0.1:60420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:14:13,499 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 23:14:13,523 INFO Committing global session 0x20000446bf50009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:14:13,843 INFO Processing ruok command from /127.0.0.1:60658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:14:14,065 INFO Processing ruok command from /127.0.0.1:60668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:14:14,196 INFO Submitting global closeSession request for session 0x20000446bf50009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:14:23,800 INFO Processing ruok command from /127.0.0.1:60882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:14:23,986 INFO Processing ruok command from /127.0.0.1:60892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:14:33,899 INFO Processing ruok command from /127.0.0.1:32900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:14:34,017 INFO Processing ruok command from /127.0.0.1:32906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:14:43,797 INFO Processing ruok command from /127.0.0.1:33140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:14:43,948 INFO Processing ruok command from /127.0.0.1:33146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:14:53,753 INFO Processing ruok command from /127.0.0.1:33426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:14:53,877 INFO Processing ruok command from /127.0.0.1:33430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:15:03,768 INFO Processing ruok command from /127.0.0.1:33668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:15:03,910 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:15:13,749 INFO Processing ruok command from /127.0.0.1:33886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:15:13,867 INFO Processing ruok command from /127.0.0.1:33890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:15:23,702 INFO Processing ruok command from /127.0.0.1:34116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:15:23,782 INFO Processing ruok command from /127.0.0.1:34120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:15:33,720 INFO Processing ruok command from /127.0.0.1:34344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:15:33,825 INFO Processing ruok command from /127.0.0.1:34346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:15:43,709 INFO Processing ruok command from /127.0.0.1:34592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:15:43,788 INFO Processing ruok command from /127.0.0.1:34594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:15:53,755 INFO Processing ruok command from /127.0.0.1:34842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:15:53,872 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:16:03,708 INFO Processing ruok command from /127.0.0.1:35078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:16:03,786 INFO Processing ruok command from /127.0.0.1:35080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:16:13,723 INFO Committing global session 0x300004419890005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:16:13,783 INFO Processing ruok command from /127.0.0.1:35304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:16:13,862 INFO Processing ruok command from /127.0.0.1:35308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:16:23,718 INFO Processing ruok command from /127.0.0.1:35540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:16:23,774 INFO Processing ruok command from /127.0.0.1:35542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:16:33,878 INFO Processing ruok command from /127.0.0.1:35780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:16:34,060 INFO Processing ruok command from /127.0.0.1:35788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:16:43,767 INFO Processing ruok command from /127.0.0.1:36082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:16:44,008 INFO Processing ruok command from /127.0.0.1:36096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:16:53,899 INFO Processing ruok command from /127.0.0.1:36318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:16:54,029 INFO Processing ruok command from /127.0.0.1:36326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:17:03,719 INFO Processing ruok command from /127.0.0.1:36558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:17:03,857 INFO Processing ruok command from /127.0.0.1:36560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:17:13,833 INFO Processing ruok command from /127.0.0.1:36796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:17:13,995 INFO Processing ruok command from /127.0.0.1:36806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:17:23,740 INFO Processing ruok command from /127.0.0.1:37090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:17:23,841 INFO Processing ruok command from /127.0.0.1:37092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:17:33,815 INFO Processing ruok command from /127.0.0.1:37360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:17:33,992 INFO Processing ruok command from /127.0.0.1:37370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:17:43,741 INFO Processing ruok command from /127.0.0.1:37610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:17:43,842 INFO Processing ruok command from /127.0.0.1:37612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:17:53,790 INFO Processing ruok command from /127.0.0.1:37868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:17:53,957 INFO Processing ruok command from /127.0.0.1:37874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:18:03,727 INFO Processing ruok command from /127.0.0.1:38134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:18:03,856 INFO Processing ruok command from /127.0.0.1:38136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:18:13,792 INFO Processing ruok command from /127.0.0.1:38396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:18:13,897 INFO Processing ruok command from /127.0.0.1:38400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:18:14,093 INFO Committing global session 0x300004419890006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:18:23,713 INFO Processing ruok command from /127.0.0.1:38660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:18:23,784 INFO Processing ruok command from /127.0.0.1:38662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:18:33,736 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:18:33,834 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:18:43,698 INFO Processing ruok command from /127.0.0.1:39188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:18:43,782 INFO Processing ruok command from /127.0.0.1:39192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:18:53,745 INFO Processing ruok command from /127.0.0.1:39446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:18:53,860 INFO Processing ruok command from /127.0.0.1:39448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:19:03,730 INFO Processing ruok command from /127.0.0.1:39712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:19:03,829 INFO Processing ruok command from /127.0.0.1:39714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:19:13,789 INFO Processing ruok command from /127.0.0.1:39962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:19:13,889 INFO Processing ruok command from /127.0.0.1:39966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:19:23,762 INFO Processing ruok command from /127.0.0.1:40268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:19:23,848 INFO Processing ruok command from /127.0.0.1:40270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:19:33,838 INFO Processing ruok command from /127.0.0.1:40556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:19:33,957 INFO Processing ruok command from /127.0.0.1:40562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:19:43,742 INFO Processing ruok command from /127.0.0.1:40822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:19:43,862 INFO Processing ruok command from /127.0.0.1:40824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:19:53,768 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:19:53,901 INFO Processing ruok command from /127.0.0.1:41076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:20:03,716 INFO Processing ruok command from /127.0.0.1:41342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:20:03,836 INFO Processing ruok command from /127.0.0.1:41344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:20:13,796 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 23:20:13,813 INFO Processing ruok command from /127.0.0.1:41588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:20:13,826 INFO Committing global session 0x20000446bf5000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:20:13,982 INFO Processing ruok command from /127.0.0.1:41598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:20:14,277 INFO Submitting global closeSession request for session 0x20000446bf5000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:20:23,854 INFO Processing ruok command from /127.0.0.1:41850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:20:24,017 INFO Processing ruok command from /127.0.0.1:41860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:20:33,745 INFO Processing ruok command from /127.0.0.1:42138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:20:33,895 INFO Processing ruok command from /127.0.0.1:42142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:20:43,736 INFO Processing ruok command from /127.0.0.1:42478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:20:43,849 INFO Processing ruok command from /127.0.0.1:42480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:20:53,782 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:20:53,952 INFO Processing ruok command from /127.0.0.1:42810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:21:03,748 INFO Processing ruok command from /127.0.0.1:43186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:21:03,850 INFO Processing ruok command from /127.0.0.1:43188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:21:13,737 INFO Processing ruok command from /127.0.0.1:43440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:21:13,817 INFO Processing ruok command from /127.0.0.1:43442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:21:23,707 INFO Processing ruok command from /127.0.0.1:43714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:21:23,801 INFO Processing ruok command from /127.0.0.1:43716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:21:33,777 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:21:33,913 INFO Processing ruok command from /127.0.0.1:43996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:21:43,741 INFO Processing ruok command from /127.0.0.1:44310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:21:43,869 INFO Processing ruok command from /127.0.0.1:44314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:21:53,781 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:21:53,932 INFO Processing ruok command from /127.0.0.1:44580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:22:03,743 INFO Processing ruok command from /127.0.0.1:44852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:22:03,850 INFO Processing ruok command from /127.0.0.1:44854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:22:13,608 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 23:22:13,641 INFO Committing global session 0x20000446bf5000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:22:13,787 INFO Processing ruok command from /127.0.0.1:45110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:22:13,912 INFO Processing ruok command from /127.0.0.1:45116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:22:14,287 INFO Submitting global closeSession request for session 0x20000446bf5000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:22:23,720 INFO Processing ruok command from /127.0.0.1:45392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:22:23,868 INFO Processing ruok command from /127.0.0.1:45396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:22:33,723 INFO Processing ruok command from /127.0.0.1:45666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:22:33,813 INFO Processing ruok command from /127.0.0.1:45668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:22:43,721 INFO Processing ruok command from /127.0.0.1:45942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:22:43,843 INFO Processing ruok command from /127.0.0.1:45948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:22:53,819 INFO Processing ruok command from /127.0.0.1:46256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:22:53,972 INFO Processing ruok command from /127.0.0.1:46264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:23:03,727 INFO Processing ruok command from /127.0.0.1:46556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:23:03,841 INFO Processing ruok command from /127.0.0.1:46558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:23:13,781 INFO Processing ruok command from /127.0.0.1:46822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:23:13,877 INFO Processing ruok command from /127.0.0.1:46826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:23:23,754 INFO Processing ruok command from /127.0.0.1:47098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:23:23,856 INFO Processing ruok command from /127.0.0.1:47100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:23:33,762 INFO Processing ruok command from /127.0.0.1:47380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:23:33,955 INFO Processing ruok command from /127.0.0.1:47386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:23:43,737 INFO Processing ruok command from /127.0.0.1:47720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:23:43,820 INFO Processing ruok command from /127.0.0.1:47722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:23:45,346 INFO Committing global session 0x1000045262a0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:23:45,619 INFO Committing global session 0x1000045262a0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:23:50,382 INFO Committing global session 0x300004419890007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:23:53,745 INFO Processing ruok command from /127.0.0.1:48012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:23:53,841 INFO Processing ruok command from /127.0.0.1:48014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:24:03,745 INFO Processing ruok command from /127.0.0.1:48394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:24:03,849 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:24:13,387 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 23:24:13,397 INFO Committing global session 0x20000446bf5000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:24:13,770 INFO Processing ruok command from /127.0.0.1:48672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:24:13,861 INFO Processing ruok command from /127.0.0.1:48674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:24:14,052 INFO Submitting global closeSession request for session 0x20000446bf5000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:24:23,740 INFO Processing ruok command from /127.0.0.1:48978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:24:23,851 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:24:33,706 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:24:33,819 INFO Processing ruok command from /127.0.0.1:49266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:24:43,754 INFO Processing ruok command from /127.0.0.1:49584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:24:43,820 INFO Processing ruok command from /127.0.0.1:49586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:24:53,753 INFO Processing ruok command from /127.0.0.1:49876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:24:53,844 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ee0c6de3-91ed-42f8-8e3f-bb5dd83cf20d/onap-policy-xacml-pdp-594574948b-7lff9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:24:53,851 INFO Processing ruok command from /127.0.0.1:49878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:24:53,851 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/798287ea-4df7-470d-b353-f9734b5a53fc/onap-policy-clamp-ac-http-ppnt-75f5f95877-4vhvq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:24:53,857 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/b91c41fc-720f-4627-8798-442e5fcfd2f9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:24:53,862 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4b6a9ccc-4905-4471-a970-05f886059053/onap-policy-clamp-ac-k8s-ppnt-7d85947b76-bpmp6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:24:53,868 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8288433e-4d29-48d9-8bcc-c851f0d28fd6/onap-policy-clamp-ac-pf-ppnt-5bb9bbd74d-c4b69 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:24:53,877 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/7a1d0653-22cb-4156-b137-0cdbe2b947a5/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:24:53,882 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/797e1bee-0c2d-42f7-8384-89919e68e5af/onap-policy-pap-6544d4c477-ntrsv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:24:53,889 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ea90a92d-6c84-4b83-b988-d31fd03120a0/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:03,760 INFO Processing ruok command from /127.0.0.1:50216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:25:03,853 INFO Processing ruok command from /127.0.0.1:50218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:25:13,736 INFO Processing ruok command from /127.0.0.1:50510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:25:13,901 INFO Processing ruok command from /127.0.0.1:50514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:25:23,741 INFO Processing ruok command from /127.0.0.1:50816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:25:23,878 INFO Processing ruok command from /127.0.0.1:50820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:25:33,761 INFO Processing ruok command from /127.0.0.1:51142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:25:33,878 INFO Processing ruok command from /127.0.0.1:51146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:25:43,728 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:25:43,823 INFO Processing ruok command from /127.0.0.1:51640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:25:53,749 INFO Processing ruok command from /127.0.0.1:52070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:25:53,844 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ee0c6de3-91ed-42f8-8e3f-bb5dd83cf20d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:53,851 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/7a1d0653-22cb-4156-b137-0cdbe2b947a5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:53,860 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/797e1bee-0c2d-42f7-8384-89919e68e5af (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:53,861 INFO Processing ruok command from /127.0.0.1:52072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:25:53,866 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4b6a9ccc-4905-4471-a970-05f886059053 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:53,872 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/798287ea-4df7-470d-b353-f9734b5a53fc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:53,879 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:53,885 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ea90a92d-6c84-4b83-b988-d31fd03120a0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:25:53,891 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8288433e-4d29-48d9-8bcc-c851f0d28fd6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:26:03,748 INFO Processing ruok command from /127.0.0.1:52556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:26:03,845 INFO Processing ruok command from /127.0.0.1:52562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:26:13,583 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 23:26:13,590 INFO Committing global session 0x20000446bf5000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:26:13,732 INFO Processing ruok command from /127.0.0.1:53006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:26:13,819 INFO Processing ruok command from /127.0.0.1:53012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:26:14,290 INFO Submitting global closeSession request for session 0x20000446bf5000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:26:23,734 INFO Processing ruok command from /127.0.0.1:53328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:26:23,849 INFO Processing ruok command from /127.0.0.1:53330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:26:33,759 INFO Processing ruok command from /127.0.0.1:53628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:26:33,842 INFO Processing ruok command from /127.0.0.1:53630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:26:43,734 INFO Processing ruok command from /127.0.0.1:53926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:26:43,808 INFO Processing ruok command from /127.0.0.1:53928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:26:53,733 INFO Processing ruok command from /127.0.0.1:54224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:26:53,833 INFO Processing ruok command from /127.0.0.1:54226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:26:53,843 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:26:53,850 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:27:03,737 INFO Processing ruok command from /127.0.0.1:54534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:27:03,834 INFO Processing ruok command from /127.0.0.1:54536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:27:13,768 INFO Processing ruok command from /127.0.0.1:54822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:27:13,872 INFO Processing ruok command from /127.0.0.1:54826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:27:23,705 INFO Processing ruok command from /127.0.0.1:55124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:27:23,825 INFO Processing ruok command from /127.0.0.1:55126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:27:33,750 INFO Processing ruok command from /127.0.0.1:55428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:27:33,853 INFO Processing ruok command from /127.0.0.1:55430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:27:43,809 INFO Processing ruok command from /127.0.0.1:55724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:27:43,977 INFO Processing ruok command from /127.0.0.1:55730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:27:53,725 INFO Processing ruok command from /127.0.0.1:56024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:27:53,847 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:27:53,854 INFO Processing ruok command from /127.0.0.1:56026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:28:03,714 INFO Processing ruok command from /127.0.0.1:56332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:28:03,812 INFO Processing ruok command from /127.0.0.1:56334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:28:13,567 INFO Committing global session 0x1000045262a0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:28:13,758 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:28:13,866 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:28:23,717 INFO Processing ruok command from /127.0.0.1:56918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:28:23,835 INFO Processing ruok command from /127.0.0.1:56920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:28:33,727 INFO Processing ruok command from /127.0.0.1:57226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:28:33,814 INFO Processing ruok command from /127.0.0.1:57228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:28:43,728 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:28:43,823 INFO Processing ruok command from /127.0.0.1:57524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:28:53,745 INFO Processing ruok command from /127.0.0.1:57820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:28:53,844 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0eb559a1-f639-4411-a7f3-3c75b4e11a83/onap-policy-clamp-runtime-acm-5d6794c9f-rfw92 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:28:53,863 INFO Processing ruok command from /127.0.0.1:57824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:29:03,724 INFO Processing ruok command from /127.0.0.1:58126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:29:03,804 INFO Processing ruok command from /127.0.0.1:58128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:29:13,776 INFO Processing ruok command from /127.0.0.1:58416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:29:13,845 INFO Processing ruok command from /127.0.0.1:58418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:29:23,698 INFO Processing ruok command from /127.0.0.1:58718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:29:23,789 INFO Processing ruok command from /127.0.0.1:58722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:29:33,748 INFO Processing ruok command from /127.0.0.1:59020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:29:33,845 INFO Processing ruok command from /127.0.0.1:59022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:29:43,725 INFO Processing ruok command from /127.0.0.1:59314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:29:43,818 INFO Processing ruok command from /127.0.0.1:59316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:29:53,718 INFO Processing ruok command from /127.0.0.1:59626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:29:53,841 INFO Processing ruok command from /127.0.0.1:59628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:29:53,844 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0eb559a1-f639-4411-a7f3-3c75b4e11a83 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:30:03,719 INFO Processing ruok command from /127.0.0.1:59948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:30:03,817 INFO Processing ruok command from /127.0.0.1:59950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:30:13,769 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 23:30:13,776 INFO Processing ruok command from /127.0.0.1:60236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:30:13,776 INFO Committing global session 0x20000446bf5000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:30:13,882 INFO Processing ruok command from /127.0.0.1:60240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:30:14,348 INFO Submitting global closeSession request for session 0x20000446bf5000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:30:23,708 INFO Processing ruok command from /127.0.0.1:60536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:30:23,792 INFO Processing ruok command from /127.0.0.1:60538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:30:33,774 INFO Processing ruok command from /127.0.0.1:60842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:30:33,894 INFO Processing ruok command from /127.0.0.1:60846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:30:43,725 INFO Processing ruok command from /127.0.0.1:32900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:30:43,835 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:30:53,750 INFO Processing ruok command from /127.0.0.1:33192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:30:53,845 INFO Processing ruok command from /127.0.0.1:33194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:30:53,848 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:31:03,707 INFO Processing ruok command from /127.0.0.1:33496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:31:03,791 INFO Processing ruok command from /127.0.0.1:33498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:31:14,286 INFO Processing ruok command from /127.0.0.1:33798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:31:14,577 INFO Processing ruok command from /127.0.0.1:33804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:31:23,775 INFO Processing ruok command from /127.0.0.1:34088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:31:23,872 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:31:33,816 INFO Processing ruok command from /127.0.0.1:34404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:31:33,983 INFO Processing ruok command from /127.0.0.1:34412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:31:43,716 INFO Processing ruok command from /127.0.0.1:34726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:31:43,797 INFO Processing ruok command from /127.0.0.1:34728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:31:53,737 INFO Processing ruok command from /127.0.0.1:35026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:31:53,844 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:31:53,877 INFO Processing ruok command from /127.0.0.1:35030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:32:03,726 INFO Processing ruok command from /127.0.0.1:35328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:32:03,807 INFO Processing ruok command from /127.0.0.1:35330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:32:13,765 INFO Processing ruok command from /127.0.0.1:35610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:32:13,863 INFO Processing ruok command from /127.0.0.1:35614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:32:13,997 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 23:32:14,007 INFO Committing global session 0x20000446bf5000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:32:14,541 INFO Submitting global closeSession request for session 0x20000446bf5000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:32:23,723 INFO Processing ruok command from /127.0.0.1:35902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:32:23,797 INFO Processing ruok command from /127.0.0.1:35904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:32:33,749 INFO Processing ruok command from /127.0.0.1:36202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:32:33,896 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:32:43,728 INFO Processing ruok command from /127.0.0.1:36494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:32:43,823 INFO Processing ruok command from /127.0.0.1:36496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:32:53,725 INFO Processing ruok command from /127.0.0.1:36784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:32:53,850 INFO Processing ruok command from /127.0.0.1:36786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:33:03,727 INFO Processing ruok command from /127.0.0.1:37088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:33:03,810 INFO Processing ruok command from /127.0.0.1:37090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:33:13,728 INFO Processing ruok command from /127.0.0.1:37372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:33:13,838 INFO Processing ruok command from /127.0.0.1:37374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:33:23,727 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:33:23,814 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:33:33,755 INFO Processing ruok command from /127.0.0.1:37970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:33:33,802 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:33:43,997 INFO Processing ruok command from /127.0.0.1:38268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:33:44,157 INFO Processing ruok command from /127.0.0.1:38272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:33:53,740 INFO Processing ruok command from /127.0.0.1:38552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:33:53,845 INFO Processing ruok command from /127.0.0.1:38554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:34:03,745 INFO Processing ruok command from /127.0.0.1:38876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:34:04,272 INFO Processing ruok command from /127.0.0.1:38892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:34:13,734 INFO Processing ruok command from /127.0.0.1:39198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:34:13,849 INFO Processing ruok command from /127.0.0.1:39200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:34:15,097 INFO Committing global session 0x300004419890008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:34:23,719 INFO Processing ruok command from /127.0.0.1:39504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:34:23,812 INFO Processing ruok command from /127.0.0.1:39506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:34:34,269 INFO Processing ruok command from /127.0.0.1:39826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:34:34,305 INFO Processing ruok command from /127.0.0.1:39830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:34:43,713 INFO Processing ruok command from /127.0.0.1:40126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:34:43,838 INFO Processing ruok command from /127.0.0.1:40128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:34:53,751 INFO Processing ruok command from /127.0.0.1:40430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:34:53,867 INFO Processing ruok command from /127.0.0.1:40434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:35:03,737 INFO Processing ruok command from /127.0.0.1:40750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:35:03,875 INFO Processing ruok command from /127.0.0.1:40754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:35:13,759 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:35:13,854 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:35:23,727 INFO Processing ruok command from /127.0.0.1:41358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:35:23,801 INFO Processing ruok command from /127.0.0.1:41360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:35:33,737 INFO Processing ruok command from /127.0.0.1:41670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:35:33,859 INFO Processing ruok command from /127.0.0.1:41674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:35:43,720 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:35:43,825 INFO Processing ruok command from /127.0.0.1:41976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:35:53,814 INFO Processing ruok command from /127.0.0.1:42276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:35:53,917 INFO Processing ruok command from /127.0.0.1:42282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:36:03,745 INFO Processing ruok command from /127.0.0.1:42590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:36:03,833 INFO Processing ruok command from /127.0.0.1:42592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:36:13,729 INFO Processing ruok command from /127.0.0.1:42886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:36:13,863 INFO Processing ruok command from /127.0.0.1:42890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:36:14,103 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 23:36:14,118 INFO Committing global session 0x20000446bf50010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:36:14,700 INFO Submitting global closeSession request for session 0x20000446bf50010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:36:23,721 INFO Processing ruok command from /127.0.0.1:43196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:36:23,784 INFO Processing ruok command from /127.0.0.1:43198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:36:33,712 INFO Processing ruok command from /127.0.0.1:43512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:36:33,833 INFO Processing ruok command from /127.0.0.1:43516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:36:43,731 INFO Processing ruok command from /127.0.0.1:43818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:36:43,773 INFO Processing ruok command from /127.0.0.1:43820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:36:53,734 INFO Processing ruok command from /127.0.0.1:44122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:36:53,869 INFO Processing ruok command from /127.0.0.1:44126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:37:03,733 INFO Processing ruok command from /127.0.0.1:44440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:37:03,817 INFO Processing ruok command from /127.0.0.1:44442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:37:13,774 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:37:13,884 INFO Processing ruok command from /127.0.0.1:44746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:37:23,698 INFO Processing ruok command from /127.0.0.1:45050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:37:23,790 INFO Processing ruok command from /127.0.0.1:45054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:37:33,732 INFO Processing ruok command from /127.0.0.1:45362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:37:33,819 INFO Processing ruok command from /127.0.0.1:45364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:37:43,700 INFO Processing ruok command from /127.0.0.1:45664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:37:43,788 INFO Processing ruok command from /127.0.0.1:45668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:37:53,759 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:37:53,844 INFO Processing ruok command from /127.0.0.1:45974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:38:03,778 INFO Processing ruok command from /127.0.0.1:46332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:38:03,879 INFO Processing ruok command from /127.0.0.1:46336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:38:13,741 INFO Processing ruok command from /127.0.0.1:46628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:38:13,891 INFO Processing ruok command from /127.0.0.1:46632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:38:13,957 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 23:38:14,011 INFO Committing global session 0x20000446bf50011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:38:14,656 INFO Submitting global closeSession request for session 0x20000446bf50011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:38:24,074 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:38:24,174 INFO Processing ruok command from /127.0.0.1:46968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:38:33,744 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:38:33,853 INFO Processing ruok command from /127.0.0.1:47284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:38:43,719 INFO Processing ruok command from /127.0.0.1:47618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:38:43,786 INFO Processing ruok command from /127.0.0.1:47620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:38:53,726 INFO Processing ruok command from /127.0.0.1:47964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:38:53,818 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:38:53,844 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:38:53,853 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:39:03,715 INFO Processing ruok command from /127.0.0.1:48318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:39:03,810 INFO Processing ruok command from /127.0.0.1:48320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:39:13,739 INFO Processing ruok command from /127.0.0.1:48674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:39:13,825 INFO Processing ruok command from /127.0.0.1:48676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:39:23,708 INFO Processing ruok command from /127.0.0.1:49034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:39:23,779 INFO Processing ruok command from /127.0.0.1:49036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:39:33,763 INFO Processing ruok command from /127.0.0.1:49374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:39:33,922 INFO Processing ruok command from /127.0.0.1:49380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:39:43,718 INFO Processing ruok command from /127.0.0.1:49696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:39:43,836 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:39:53,731 INFO Processing ruok command from /127.0.0.1:50026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:39:53,815 INFO Processing ruok command from /127.0.0.1:50028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:39:53,844 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:39:53,852 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:40:03,722 INFO Processing ruok command from /127.0.0.1:50348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:40:03,829 INFO Processing ruok command from /127.0.0.1:50350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:40:13,773 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:40:13,877 INFO Processing ruok command from /127.0.0.1:50670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:40:14,220 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-07 23:40:14,236 INFO Committing global session 0x20000446bf50012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:40:14,779 INFO Submitting global closeSession request for session 0x20000446bf50012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:40:23,693 INFO Processing ruok command from /127.0.0.1:50990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:40:23,815 INFO Processing ruok command from /127.0.0.1:51000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:40:33,746 INFO Processing ruok command from /127.0.0.1:51330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:40:33,859 INFO Processing ruok command from /127.0.0.1:51334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:40:43,726 INFO Processing ruok command from /127.0.0.1:51658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:40:43,834 INFO Processing ruok command from /127.0.0.1:51660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:40:53,714 INFO Processing ruok command from /127.0.0.1:51978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:40:53,830 INFO Processing ruok command from /127.0.0.1:51980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:40:53,844 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:41:03,728 INFO Processing ruok command from /127.0.0.1:52308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:41:03,836 INFO Processing ruok command from /127.0.0.1:52310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:41:13,727 INFO Processing ruok command from /127.0.0.1:52612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:41:13,858 INFO Processing ruok command from /127.0.0.1:52616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:41:23,710 INFO Processing ruok command from /127.0.0.1:52926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:41:23,793 INFO Processing ruok command from /127.0.0.1:52928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:41:33,735 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:41:33,859 INFO Processing ruok command from /127.0.0.1:53244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:41:43,696 INFO Processing ruok command from /127.0.0.1:53548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:41:43,762 INFO Processing ruok command from /127.0.0.1:53552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:41:53,745 INFO Processing ruok command from /127.0.0.1:53862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:41:53,843 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:41:53,856 INFO Processing ruok command from /127.0.0.1:53864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:42:03,724 INFO Processing ruok command from /127.0.0.1:54178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:42:03,813 INFO Processing ruok command from /127.0.0.1:54180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:42:13,734 INFO Processing ruok command from /127.0.0.1:54490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:42:13,824 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:42:13,928 INFO Committing global session 0x1000045262a0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:42:23,736 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:42:23,840 INFO Processing ruok command from /127.0.0.1:54810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:42:33,742 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:42:33,872 INFO Processing ruok command from /127.0.0.1:55126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:42:43,732 INFO Processing ruok command from /127.0.0.1:55432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:42:43,818 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:42:53,741 INFO Processing ruok command from /127.0.0.1:55738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:42:53,856 INFO Processing ruok command from /127.0.0.1:55740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:43:03,753 INFO Processing ruok command from /127.0.0.1:56054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:43:03,845 INFO Processing ruok command from /127.0.0.1:56056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:43:13,762 INFO Processing ruok command from /127.0.0.1:56350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:43:13,851 INFO Processing ruok command from /127.0.0.1:56352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:43:23,731 INFO Processing ruok command from /127.0.0.1:56662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:43:23,857 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:43:33,717 INFO Processing ruok command from /127.0.0.1:56984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:43:33,835 INFO Processing ruok command from /127.0.0.1:56986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:43:43,727 INFO Processing ruok command from /127.0.0.1:57292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:43:43,805 INFO Processing ruok command from /127.0.0.1:57294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:43:53,783 INFO Processing ruok command from /127.0.0.1:57608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:43:53,867 INFO Processing ruok command from /127.0.0.1:57612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:44:03,711 INFO Processing ruok command from /127.0.0.1:57934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:44:03,798 INFO Processing ruok command from /127.0.0.1:57936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:44:13,729 INFO Processing ruok command from /127.0.0.1:58236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:44:13,837 INFO Processing ruok command from /127.0.0.1:58238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:44:14,099 INFO Committing global session 0x300004419890009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:44:23,703 INFO Processing ruok command from /127.0.0.1:58540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:44:23,756 INFO Processing ruok command from /127.0.0.1:58542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:44:33,726 INFO Processing ruok command from /127.0.0.1:58842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:44:33,856 INFO Processing ruok command from /127.0.0.1:58844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:44:43,711 INFO Processing ruok command from /127.0.0.1:59152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:44:43,811 INFO Processing ruok command from /127.0.0.1:59154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:44:53,775 INFO Processing ruok command from /127.0.0.1:59452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:44:53,853 INFO Processing ruok command from /127.0.0.1:59454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:45:03,724 INFO Processing ruok command from /127.0.0.1:59754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:45:03,839 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:45:13,745 INFO Processing ruok command from /127.0.0.1:60048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:45:13,853 INFO Processing ruok command from /127.0.0.1:60050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:45:23,694 INFO Processing ruok command from /127.0.0.1:60354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:45:23,788 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:45:33,714 INFO Processing ruok command from /127.0.0.1:60656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:45:33,826 INFO Processing ruok command from /127.0.0.1:60658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:45:43,699 INFO Processing ruok command from /127.0.0.1:60960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:45:43,788 INFO Processing ruok command from /127.0.0.1:60964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:45:53,784 INFO Processing ruok command from /127.0.0.1:33032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:45:53,873 INFO Processing ruok command from /127.0.0.1:33036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:46:03,759 INFO Processing ruok command from /127.0.0.1:33340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:46:03,856 INFO Processing ruok command from /127.0.0.1:33344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:46:13,659 INFO Committing global session 0x30000441989000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:46:13,710 INFO Processing ruok command from /127.0.0.1:33632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:46:13,843 INFO Processing ruok command from /127.0.0.1:33634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:46:23,708 INFO Processing ruok command from /127.0.0.1:33934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:46:23,777 INFO Processing ruok command from /127.0.0.1:33936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:46:33,712 INFO Processing ruok command from /127.0.0.1:34240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:46:33,817 INFO Processing ruok command from /127.0.0.1:34242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:46:43,713 INFO Processing ruok command from /127.0.0.1:34542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:46:43,794 INFO Processing ruok command from /127.0.0.1:34544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:46:53,729 INFO Processing ruok command from /127.0.0.1:34844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:46:53,844 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:46:53,856 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:47:03,700 INFO Processing ruok command from /127.0.0.1:35152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:47:03,794 INFO Processing ruok command from /127.0.0.1:35156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:47:13,769 INFO Processing ruok command from /127.0.0.1:35452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:47:13,886 INFO Processing ruok command from /127.0.0.1:35456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:47:23,714 INFO Processing ruok command from /127.0.0.1:35756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:47:23,803 INFO Processing ruok command from /127.0.0.1:35758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:47:33,765 INFO Processing ruok command from /127.0.0.1:36058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:47:33,865 INFO Processing ruok command from /127.0.0.1:36062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:47:43,688 INFO Processing ruok command from /127.0.0.1:36352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:47:43,788 INFO Processing ruok command from /127.0.0.1:36360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:47:53,775 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:47:53,844 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:47:53,894 INFO Processing ruok command from /127.0.0.1:36664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:48:03,692 INFO Processing ruok command from /127.0.0.1:36962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:48:03,770 INFO Processing ruok command from /127.0.0.1:36970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:48:13,746 INFO Processing ruok command from /127.0.0.1:37266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:48:13,764 INFO Committing global session 0x1000045262a000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:48:13,884 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:48:23,700 INFO Processing ruok command from /127.0.0.1:37572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:48:23,803 INFO Processing ruok command from /127.0.0.1:37576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:48:33,760 INFO Processing ruok command from /127.0.0.1:37892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:48:33,852 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:48:43,726 INFO Processing ruok command from /127.0.0.1:38196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:48:43,800 INFO Processing ruok command from /127.0.0.1:38198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:48:49,518 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-07 23:48:49,518 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-09-07 23:48:49,531 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-07 23:48:53,444 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-09-07 23:48:53,445 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-09-07 23:48:53,453 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-09-07 23:48:53,458 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-09-07 23:48:53,729 INFO Processing ruok command from /127.0.0.1:38500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:48:53,844 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-09-07 23:48:53,850 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-09-07 23:48:53,858 INFO Processing ruok command from /127.0.0.1:38502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:48:53,859 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-09-07 23:48:53,865 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-09-07 23:48:53,870 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:48:59,295 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-09-07 23:48:59,295 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
2022-09-07 23:48:59,296 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
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-09-07 23:48:59,297 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
2022-09-07 23:49:03,725 INFO Processing ruok command from /127.0.0.1:38810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:49:03,805 INFO Processing ruok command from /127.0.0.1:38812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:49:13,769 INFO Processing ruok command from /127.0.0.1:39104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:49:13,856 INFO Processing ruok command from /127.0.0.1:39106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:49:23,728 INFO Processing ruok command from /127.0.0.1:39408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:49:23,831 INFO Processing ruok command from /127.0.0.1:39410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:49:33,740 INFO Processing ruok command from /127.0.0.1:39712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:49:33,832 INFO Processing ruok command from /127.0.0.1:39714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:49:43,707 INFO Processing ruok command from /127.0.0.1:40014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:49:43,812 INFO Processing ruok command from /127.0.0.1:40018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:49:53,753 INFO Processing ruok command from /127.0.0.1:40324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:49:53,841 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:49:53,843 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:49:53,849 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:49:53,854 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:49:53,861 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:49:53,867 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:49:53,873 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:50:03,737 INFO Processing ruok command from /127.0.0.1:40638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:50:03,792 INFO Processing ruok command from /127.0.0.1:40640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:50:13,746 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:50:13,813 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-07 23:50:13,826 INFO Committing global session 0x20000446bf50013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:50:13,899 INFO Processing ruok command from /127.0.0.1:40938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:50:14,405 INFO Submitting global closeSession request for session 0x20000446bf50013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-07 23:50:23,701 INFO Processing ruok command from /127.0.0.1:41234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:50:23,788 INFO Processing ruok command from /127.0.0.1:41238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:50:33,733 INFO Processing ruok command from /127.0.0.1:41540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:50:33,857 INFO Processing ruok command from /127.0.0.1:41542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:50:43,719 INFO Processing ruok command from /127.0.0.1:41842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:50:43,841 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:50:53,726 INFO Processing ruok command from /127.0.0.1:42144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:50:53,817 INFO Processing ruok command from /127.0.0.1:42146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:50:53,844 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:50:53,850 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:51:03,739 INFO Processing ruok command from /127.0.0.1:42458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:51:03,839 INFO Processing ruok command from /127.0.0.1:42460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:51:13,775 INFO Processing ruok command from /127.0.0.1:42754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:51:13,884 INFO Processing ruok command from /127.0.0.1:42758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:51:23,737 INFO Processing ruok command from /127.0.0.1:43058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:51:23,834 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:51:33,762 INFO Processing ruok command from /127.0.0.1:43362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:51:33,868 INFO Processing ruok command from /127.0.0.1:43366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:51:43,725 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:51:43,868 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:51:53,748 INFO Processing ruok command from /127.0.0.1:43960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:51:53,848 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:51:53,857 INFO Processing ruok command from /127.0.0.1:43962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:52:03,706 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:52:03,806 INFO Processing ruok command from /127.0.0.1:44272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:52:13,563 INFO Committing global session 0x1000045262a000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:52:13,760 INFO Processing ruok command from /127.0.0.1:44572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:52:13,856 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:52:23,747 INFO Processing ruok command from /127.0.0.1:44876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:52:23,799 INFO Processing ruok command from /127.0.0.1:44878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:52:33,732 INFO Processing ruok command from /127.0.0.1:45174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:52:33,920 INFO Processing ruok command from /127.0.0.1:45180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:52:43,728 INFO Processing ruok command from /127.0.0.1:45478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:52:43,839 INFO Processing ruok command from /127.0.0.1:45480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:52:53,749 INFO Processing ruok command from /127.0.0.1:45778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:52:53,844 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-07 23:52:53,862 INFO Processing ruok command from /127.0.0.1:45782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:53:03,723 INFO Processing ruok command from /127.0.0.1:46096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:53:03,847 INFO Processing ruok command from /127.0.0.1:46098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:53:13,761 INFO Processing ruok command from /127.0.0.1:46392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:53:13,861 INFO Processing ruok command from /127.0.0.1:46396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:53:23,712 INFO Processing ruok command from /127.0.0.1:46696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:53:23,830 INFO Processing ruok command from /127.0.0.1:46698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:53:33,711 INFO Processing ruok command from /127.0.0.1:46996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:53:33,815 INFO Processing ruok command from /127.0.0.1:46998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:53:43,714 INFO Processing ruok command from /127.0.0.1:47296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:53:43,816 INFO Processing ruok command from /127.0.0.1:47298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:53:53,729 INFO Processing ruok command from /127.0.0.1:47600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:53:53,845 INFO Processing ruok command from /127.0.0.1:47602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:54:03,710 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:54:03,827 INFO Processing ruok command from /127.0.0.1:47916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:54:13,763 INFO Processing ruok command from /127.0.0.1:48212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:54:13,846 INFO Committing global session 0x1000045262a000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:54:13,866 INFO Processing ruok command from /127.0.0.1:48216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:54:23,715 INFO Processing ruok command from /127.0.0.1:48514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:54:23,797 INFO Processing ruok command from /127.0.0.1:48516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:54:33,721 INFO Processing ruok command from /127.0.0.1:48820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:54:33,827 INFO Processing ruok command from /127.0.0.1:48822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:54:43,720 INFO Processing ruok command from /127.0.0.1:49122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:54:43,791 INFO Processing ruok command from /127.0.0.1:49124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:54:53,768 INFO Processing ruok command from /127.0.0.1:49424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:54:53,863 INFO Processing ruok command from /127.0.0.1:49428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:55:03,719 INFO Processing ruok command from /127.0.0.1:49730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:55:03,814 INFO Processing ruok command from /127.0.0.1:49732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:55:13,742 INFO Processing ruok command from /127.0.0.1:50028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:55:13,861 INFO Processing ruok command from /127.0.0.1:50032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:55:23,695 INFO Processing ruok command from /127.0.0.1:50332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:55:23,756 INFO Processing ruok command from /127.0.0.1:50342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:55:33,700 INFO Processing ruok command from /127.0.0.1:50642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:55:33,820 INFO Processing ruok command from /127.0.0.1:50646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:55:43,744 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:55:43,803 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:55:53,783 INFO Processing ruok command from /127.0.0.1:51252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:55:53,889 INFO Processing ruok command from /127.0.0.1:51256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:56:03,713 INFO Processing ruok command from /127.0.0.1:51560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:56:03,796 INFO Processing ruok command from /127.0.0.1:51562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:56:13,760 INFO Processing ruok command from /127.0.0.1:51858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:56:13,870 INFO Processing ruok command from /127.0.0.1:51862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:56:13,886 INFO Committing global session 0x30000441989000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:56:23,728 INFO Processing ruok command from /127.0.0.1:52158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:56:23,809 INFO Processing ruok command from /127.0.0.1:52160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:56:33,756 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:56:33,895 INFO Processing ruok command from /127.0.0.1:52468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:56:43,716 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:56:43,850 INFO Processing ruok command from /127.0.0.1:52768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:56:53,739 INFO Processing ruok command from /127.0.0.1:53074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:56:53,859 INFO Processing ruok command from /127.0.0.1:53078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:57:03,715 INFO Processing ruok command from /127.0.0.1:53378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:57:03,816 INFO Processing ruok command from /127.0.0.1:53380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:57:13,761 INFO Processing ruok command from /127.0.0.1:53676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:57:13,853 INFO Processing ruok command from /127.0.0.1:53678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:57:23,726 INFO Processing ruok command from /127.0.0.1:53982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:57:23,799 INFO Processing ruok command from /127.0.0.1:53984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:57:33,726 INFO Processing ruok command from /127.0.0.1:54290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:57:33,837 INFO Processing ruok command from /127.0.0.1:54292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:57:43,699 INFO Processing ruok command from /127.0.0.1:54588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:57:43,777 INFO Processing ruok command from /127.0.0.1:54592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:57:53,741 INFO Processing ruok command from /127.0.0.1:54890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:57:53,835 INFO Processing ruok command from /127.0.0.1:54892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:58:03,738 INFO Processing ruok command from /127.0.0.1:55200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:58:03,846 INFO Processing ruok command from /127.0.0.1:55202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:58:13,737 INFO Processing ruok command from /127.0.0.1:55498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:58:13,844 INFO Processing ruok command from /127.0.0.1:55500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:58:13,951 INFO Committing global session 0x30000441989000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-07 23:58:23,711 INFO Processing ruok command from /127.0.0.1:55798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:58:23,814 INFO Processing ruok command from /127.0.0.1:55800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:58:33,737 INFO Processing ruok command from /127.0.0.1:56100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:58:33,837 INFO Processing ruok command from /127.0.0.1:56102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:58:43,732 INFO Processing ruok command from /127.0.0.1:56400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:58:43,821 INFO Processing ruok command from /127.0.0.1:56402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:58:53,761 INFO Processing ruok command from /127.0.0.1:56704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:58:53,839 INFO Processing ruok command from /127.0.0.1:56706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:59:03,705 INFO Processing ruok command from /127.0.0.1:57010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:59:03,803 INFO Processing ruok command from /127.0.0.1:57012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:59:13,752 INFO Processing ruok command from /127.0.0.1:57310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:59:13,848 INFO Processing ruok command from /127.0.0.1:57312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:59:23,728 INFO Processing ruok command from /127.0.0.1:57624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:59:23,839 INFO Processing ruok command from /127.0.0.1:57626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:59:33,735 INFO Processing ruok command from /127.0.0.1:57922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:59:33,826 INFO Processing ruok command from /127.0.0.1:57924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:59:43,738 INFO Processing ruok command from /127.0.0.1:58228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:59:43,835 INFO Processing ruok command from /127.0.0.1:58230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-07 23:59:53,714 INFO Processing ruok command from /127.0.0.1:58524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-07 23:59:53,815 INFO Processing ruok command from /127.0.0.1:58526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:00:03,724 INFO Processing ruok command from /127.0.0.1:58834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:00:03,858 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:00:13,722 INFO Processing ruok command from /127.0.0.1:59148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:00:13,852 INFO Processing ruok command from /127.0.0.1:59150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:00:13,876 INFO Committing global session 0x1000045262a000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:00:23,718 INFO Processing ruok command from /127.0.0.1:59456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:00:23,799 INFO Processing ruok command from /127.0.0.1:59458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:00:33,757 INFO Processing ruok command from /127.0.0.1:59760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:00:33,879 INFO Processing ruok command from /127.0.0.1:59764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:00:43,724 INFO Processing ruok command from /127.0.0.1:60062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:00:43,818 INFO Processing ruok command from /127.0.0.1:60064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:00:53,773 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:00:53,873 INFO Processing ruok command from /127.0.0.1:60362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:01:03,716 INFO Processing ruok command from /127.0.0.1:60664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:01:03,861 INFO Processing ruok command from /127.0.0.1:60668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:01:13,725 INFO Processing ruok command from /127.0.0.1:60958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:01:13,818 INFO Processing ruok command from /127.0.0.1:60960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:01:23,715 INFO Processing ruok command from /127.0.0.1:33028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:01:23,805 INFO Processing ruok command from /127.0.0.1:33030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:01:33,721 INFO Processing ruok command from /127.0.0.1:33336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:01:33,844 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:01:43,728 INFO Processing ruok command from /127.0.0.1:33636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:01:43,825 INFO Processing ruok command from /127.0.0.1:33638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:01:53,762 INFO Processing ruok command from /127.0.0.1:33944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:01:53,856 INFO Processing ruok command from /127.0.0.1:33946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:02:03,707 INFO Processing ruok command from /127.0.0.1:34256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:02:03,788 INFO Processing ruok command from /127.0.0.1:34258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:02:13,765 INFO Processing ruok command from /127.0.0.1:34550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:02:13,884 INFO Processing ruok command from /127.0.0.1:34554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:02:13,971 INFO Committing global session 0x1000045262a000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:02:23,725 INFO Processing ruok command from /127.0.0.1:34858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:02:23,827 INFO Processing ruok command from /127.0.0.1:34860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:02:33,709 INFO Processing ruok command from /127.0.0.1:35162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:02:33,837 INFO Processing ruok command from /127.0.0.1:35164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:02:43,707 INFO Processing ruok command from /127.0.0.1:35466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:02:43,790 INFO Processing ruok command from /127.0.0.1:35468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:02:53,708 INFO Processing ruok command from /127.0.0.1:35766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:02:53,826 INFO Processing ruok command from /127.0.0.1:35768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:03:03,714 INFO Processing ruok command from /127.0.0.1:36076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:03:03,826 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:03:13,713 INFO Processing ruok command from /127.0.0.1:36372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:03:13,809 INFO Processing ruok command from /127.0.0.1:36374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:03:23,722 INFO Processing ruok command from /127.0.0.1:36678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:03:23,856 INFO Processing ruok command from /127.0.0.1:36682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:03:33,749 INFO Processing ruok command from /127.0.0.1:36984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:03:33,808 INFO Processing ruok command from /127.0.0.1:36986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:03:43,706 INFO Processing ruok command from /127.0.0.1:37284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:03:43,814 INFO Processing ruok command from /127.0.0.1:37286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:03:53,721 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:03:53,832 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:04:03,707 INFO Processing ruok command from /127.0.0.1:37900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:04:03,800 INFO Processing ruok command from /127.0.0.1:37902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:04:13,725 INFO Processing ruok command from /127.0.0.1:38196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:04:13,802 INFO Processing ruok command from /127.0.0.1:38198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:04:13,899 INFO Committing global session 0x1000045262a000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:04:23,697 INFO Processing ruok command from /127.0.0.1:38504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:04:23,802 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:04:33,763 INFO Processing ruok command from /127.0.0.1:38808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:04:33,870 INFO Processing ruok command from /127.0.0.1:38812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:04:43,682 INFO Processing ruok command from /127.0.0.1:39098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:04:43,768 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:04:53,756 INFO Processing ruok command from /127.0.0.1:39414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:04:53,844 INFO Processing ruok command from /127.0.0.1:39416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:05:03,713 INFO Processing ruok command from /127.0.0.1:39724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:05:03,795 INFO Processing ruok command from /127.0.0.1:39726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:05:13,736 INFO Processing ruok command from /127.0.0.1:40022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:05:13,848 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:05:23,704 INFO Processing ruok command from /127.0.0.1:40330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:05:23,785 INFO Processing ruok command from /127.0.0.1:40332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:05:33,731 INFO Processing ruok command from /127.0.0.1:40634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:05:33,813 INFO Processing ruok command from /127.0.0.1:40636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:05:43,694 INFO Processing ruok command from /127.0.0.1:40936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:05:43,786 INFO Processing ruok command from /127.0.0.1:40940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:05:53,753 INFO Processing ruok command from /127.0.0.1:41240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:05:53,852 INFO Processing ruok command from /127.0.0.1:41242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:06:03,721 INFO Processing ruok command from /127.0.0.1:41556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:06:03,798 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:06:13,752 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:06:13,854 INFO Processing ruok command from /127.0.0.1:41848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:06:13,999 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-08 00:06:14,011 INFO Committing global session 0x20000446bf50014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:06:14,598 INFO Submitting global closeSession request for session 0x20000446bf50014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-08 00:06:23,711 INFO Processing ruok command from /127.0.0.1:42154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:06:23,789 INFO Processing ruok command from /127.0.0.1:42156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:06:33,761 INFO Processing ruok command from /127.0.0.1:42454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:06:33,869 INFO Processing ruok command from /127.0.0.1:42458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:06:43,706 INFO Processing ruok command from /127.0.0.1:42756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:06:43,787 INFO Processing ruok command from /127.0.0.1:42758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:06:53,728 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:06:53,877 INFO Processing ruok command from /127.0.0.1:43064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:07:03,692 INFO Processing ruok command from /127.0.0.1:43366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:07:03,772 INFO Processing ruok command from /127.0.0.1:43370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:07:13,733 INFO Processing ruok command from /127.0.0.1:43664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:07:13,829 INFO Processing ruok command from /127.0.0.1:43666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:07:23,699 INFO Processing ruok command from /127.0.0.1:43966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:07:23,763 INFO Processing ruok command from /127.0.0.1:43970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:07:33,728 INFO Processing ruok command from /127.0.0.1:44272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:07:33,846 INFO Processing ruok command from /127.0.0.1:44274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:07:43,710 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:07:43,801 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:07:53,743 INFO Processing ruok command from /127.0.0.1:44874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:07:53,858 INFO Processing ruok command from /127.0.0.1:44878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:08:03,716 INFO Processing ruok command from /127.0.0.1:45182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:08:03,800 INFO Processing ruok command from /127.0.0.1:45184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:08:13,754 INFO Processing ruok command from /127.0.0.1:45480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:08:13,854 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-08 00:08:13,861 INFO Processing ruok command from /127.0.0.1:45484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:08:13,866 INFO Committing global session 0x20000446bf50015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:08:14,436 INFO Submitting global closeSession request for session 0x20000446bf50015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-08 00:08:23,722 INFO Processing ruok command from /127.0.0.1:45788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:08:23,800 INFO Processing ruok command from /127.0.0.1:45790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:08:33,717 INFO Processing ruok command from /127.0.0.1:46086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:08:33,828 INFO Processing ruok command from /127.0.0.1:46088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:08:43,696 INFO Processing ruok command from /127.0.0.1:46382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:08:43,776 INFO Processing ruok command from /127.0.0.1:46386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:08:53,728 INFO Processing ruok command from /127.0.0.1:46682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:08:53,853 INFO Processing ruok command from /127.0.0.1:46684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:09:03,699 INFO Processing ruok command from /127.0.0.1:46990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:09:03,780 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:09:13,733 INFO Processing ruok command from /127.0.0.1:47292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:09:13,854 INFO Processing ruok command from /127.0.0.1:47294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:09:23,715 INFO Processing ruok command from /127.0.0.1:47602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:09:23,777 INFO Processing ruok command from /127.0.0.1:47604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:09:33,713 INFO Processing ruok command from /127.0.0.1:47912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:09:33,836 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:09:43,701 INFO Processing ruok command from /127.0.0.1:48256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:09:43,781 INFO Processing ruok command from /127.0.0.1:48260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:09:53,765 INFO Processing ruok command from /127.0.0.1:48564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:09:53,842 INFO Processing ruok command from /127.0.0.1:48566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:10:03,723 INFO Processing ruok command from /127.0.0.1:48870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:10:03,814 INFO Processing ruok command from /127.0.0.1:48872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:10:13,723 INFO Processing ruok command from /127.0.0.1:49170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:10:13,827 INFO Processing ruok command from /127.0.0.1:49172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:10:13,944 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-08 00:10:13,956 INFO Committing global session 0x20000446bf50016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:10:14,641 INFO Submitting global closeSession request for session 0x20000446bf50016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-08 00:10:23,702 INFO Processing ruok command from /127.0.0.1:49482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:10:23,819 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:10:33,774 INFO Processing ruok command from /127.0.0.1:49792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:10:33,867 INFO Processing ruok command from /127.0.0.1:49796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:10:43,690 INFO Processing ruok command from /127.0.0.1:50098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:10:43,791 INFO Processing ruok command from /127.0.0.1:50102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:10:53,718 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:10:53,854 INFO Processing ruok command from /127.0.0.1:50410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:11:03,723 INFO Processing ruok command from /127.0.0.1:50732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:11:03,835 INFO Processing ruok command from /127.0.0.1:50734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:11:13,712 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:11:13,823 INFO Processing ruok command from /127.0.0.1:51028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:11:23,718 INFO Processing ruok command from /127.0.0.1:51338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:11:23,835 INFO Processing ruok command from /127.0.0.1:51342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:11:33,763 INFO Processing ruok command from /127.0.0.1:51648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:11:33,855 INFO Processing ruok command from /127.0.0.1:51650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:11:43,722 INFO Processing ruok command from /127.0.0.1:51956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:11:43,806 INFO Processing ruok command from /127.0.0.1:51958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:11:53,750 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:11:53,866 INFO Processing ruok command from /127.0.0.1:52272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:12:03,731 INFO Processing ruok command from /127.0.0.1:52582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:12:03,833 INFO Processing ruok command from /127.0.0.1:52584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:12:13,727 INFO Processing ruok command from /127.0.0.1:52886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:12:13,821 INFO Processing ruok command from /127.0.0.1:52888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:12:13,978 INFO Committing global session 0x30000441989000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:12:23,701 INFO Processing ruok command from /127.0.0.1:53194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:12:23,808 INFO Processing ruok command from /127.0.0.1:53198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:12:33,778 INFO Processing ruok command from /127.0.0.1:53506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:12:33,856 INFO Processing ruok command from /127.0.0.1:53508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:12:43,715 INFO Processing ruok command from /127.0.0.1:53814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:12:43,787 INFO Processing ruok command from /127.0.0.1:53816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:12:53,729 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:12:53,832 INFO Processing ruok command from /127.0.0.1:54130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:13:03,729 INFO Processing ruok command from /127.0.0.1:54450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:13:03,810 INFO Processing ruok command from /127.0.0.1:54452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:13:13,727 INFO Processing ruok command from /127.0.0.1:54750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:13:13,871 INFO Processing ruok command from /127.0.0.1:54752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:13:23,711 INFO Processing ruok command from /127.0.0.1:55074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:13:23,810 INFO Processing ruok command from /127.0.0.1:55076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:13:33,729 INFO Processing ruok command from /127.0.0.1:55388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:13:33,848 INFO Processing ruok command from /127.0.0.1:55390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:13:43,712 INFO Processing ruok command from /127.0.0.1:55708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:13:43,794 INFO Processing ruok command from /127.0.0.1:55710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:13:53,733 INFO Processing ruok command from /127.0.0.1:56022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:13:53,805 INFO Processing ruok command from /127.0.0.1:56024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:14:03,729 INFO Processing ruok command from /127.0.0.1:56344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:14:03,800 INFO Processing ruok command from /127.0.0.1:56346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:14:13,755 INFO Processing ruok command from /127.0.0.1:56642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:14:13,832 INFO Processing ruok command from /127.0.0.1:56644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:14:13,981 INFO Committing global session 0x1000045262a0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:14:23,707 INFO Processing ruok command from /127.0.0.1:56954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:14:23,783 INFO Processing ruok command from /127.0.0.1:56956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:14:33,750 INFO Processing ruok command from /127.0.0.1:57266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:14:33,840 INFO Processing ruok command from /127.0.0.1:57268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:14:43,717 INFO Processing ruok command from /127.0.0.1:57570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:14:43,785 INFO Processing ruok command from /127.0.0.1:57574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:14:53,738 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:14:53,834 INFO Processing ruok command from /127.0.0.1:57882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:15:03,708 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:15:03,799 INFO Processing ruok command from /127.0.0.1:58204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:15:13,715 INFO Processing ruok command from /127.0.0.1:58502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:15:13,833 INFO Processing ruok command from /127.0.0.1:58504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:15:23,726 INFO Processing ruok command from /127.0.0.1:58828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:15:23,844 INFO Processing ruok command from /127.0.0.1:58830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:15:33,764 INFO Processing ruok command from /127.0.0.1:59124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:15:33,868 INFO Processing ruok command from /127.0.0.1:59128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:15:43,741 INFO Processing ruok command from /127.0.0.1:59424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:15:43,796 INFO Processing ruok command from /127.0.0.1:59426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:15:53,777 INFO Processing ruok command from /127.0.0.1:59728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:15:53,861 INFO Processing ruok command from /127.0.0.1:59732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:16:03,748 INFO Processing ruok command from /127.0.0.1:60042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:16:03,845 INFO Processing ruok command from /127.0.0.1:60044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:16:13,753 INFO Processing ruok command from /127.0.0.1:60340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:16:13,858 INFO Processing ruok command from /127.0.0.1:60344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:16:14,196 INFO Committing global session 0x1000045262a0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:16:23,708 INFO Processing ruok command from /127.0.0.1:60648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:16:23,835 INFO Processing ruok command from /127.0.0.1:60650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:16:33,757 INFO Processing ruok command from /127.0.0.1:60952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:16:33,910 INFO Processing ruok command from /127.0.0.1:60958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:16:43,738 INFO Processing ruok command from /127.0.0.1:33020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:16:43,829 INFO Processing ruok command from /127.0.0.1:33022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:16:53,739 INFO Processing ruok command from /127.0.0.1:33326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:16:53,879 INFO Processing ruok command from /127.0.0.1:33330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:17:03,699 INFO Processing ruok command from /127.0.0.1:33634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:17:03,804 INFO Processing ruok command from /127.0.0.1:33638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:17:13,763 INFO Processing ruok command from /127.0.0.1:33930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:17:13,876 INFO Processing ruok command from /127.0.0.1:33934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:17:23,741 INFO Processing ruok command from /127.0.0.1:34238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:17:23,837 INFO Processing ruok command from /127.0.0.1:34240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:17:33,749 INFO Processing ruok command from /127.0.0.1:34546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:17:33,839 INFO Processing ruok command from /127.0.0.1:34548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:17:43,740 INFO Processing ruok command from /127.0.0.1:34850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:17:43,826 INFO Processing ruok command from /127.0.0.1:34852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:17:53,734 INFO Processing ruok command from /127.0.0.1:35160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:17:53,835 INFO Processing ruok command from /127.0.0.1:35162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:18:03,703 INFO Processing ruok command from /127.0.0.1:35478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:18:03,786 INFO Processing ruok command from /127.0.0.1:35480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:18:13,765 INFO Processing ruok command from /127.0.0.1:35780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:18:13,858 INFO Processing ruok command from /127.0.0.1:35782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:18:14,188 INFO Committing global session 0x30000441989000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:18:23,713 INFO Processing ruok command from /127.0.0.1:36098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:18:23,843 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:18:33,741 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:18:33,861 INFO Processing ruok command from /127.0.0.1:36474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:18:43,708 INFO Processing ruok command from /127.0.0.1:36774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:18:43,779 INFO Processing ruok command from /127.0.0.1:36776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:18:53,732 INFO Processing ruok command from /127.0.0.1:37094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:18:53,823 INFO Processing ruok command from /127.0.0.1:37096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:19:03,766 INFO Processing ruok command from /127.0.0.1:37422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:19:03,877 INFO Processing ruok command from /127.0.0.1:37426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:19:13,725 INFO Processing ruok command from /127.0.0.1:37730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:19:13,867 INFO Processing ruok command from /127.0.0.1:37734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:19:23,682 INFO Processing ruok command from /127.0.0.1:38038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:19:23,821 INFO Processing ruok command from /127.0.0.1:38048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:19:33,739 INFO Processing ruok command from /127.0.0.1:38356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:19:33,833 INFO Processing ruok command from /127.0.0.1:38358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:19:43,708 INFO Processing ruok command from /127.0.0.1:38664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:19:43,809 INFO Processing ruok command from /127.0.0.1:38666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:19:53,708 INFO Processing ruok command from /127.0.0.1:38976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:19:53,821 INFO Processing ruok command from /127.0.0.1:38978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:20:03,696 INFO Processing ruok command from /127.0.0.1:39292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:20:03,792 INFO Processing ruok command from /127.0.0.1:39296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:20:13,713 INFO Processing ruok command from /127.0.0.1:39598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:20:13,810 INFO Processing ruok command from /127.0.0.1:39600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:20:14,390 INFO Committing global session 0x1000045262a0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:20:23,700 INFO Processing ruok command from /127.0.0.1:39906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:20:23,807 INFO Processing ruok command from /127.0.0.1:39910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:20:33,745 INFO Processing ruok command from /127.0.0.1:40214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:20:33,869 INFO Processing ruok command from /127.0.0.1:40218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:20:43,728 INFO Processing ruok command from /127.0.0.1:40520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:20:43,806 INFO Processing ruok command from /127.0.0.1:40522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:20:53,721 INFO Processing ruok command from /127.0.0.1:40836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:20:53,823 INFO Processing ruok command from /127.0.0.1:40838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:21:03,699 INFO Processing ruok command from /127.0.0.1:41248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:21:03,777 INFO Processing ruok command from /127.0.0.1:41252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:21:13,751 INFO Processing ruok command from /127.0.0.1:41580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:21:13,872 INFO Processing ruok command from /127.0.0.1:41584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:21:23,711 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:21:23,807 INFO Processing ruok command from /127.0.0.1:41896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:21:33,767 INFO Processing ruok command from /127.0.0.1:42200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:21:33,884 INFO Processing ruok command from /127.0.0.1:42204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:21:43,703 INFO Processing ruok command from /127.0.0.1:42560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:21:43,787 INFO Processing ruok command from /127.0.0.1:42562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:21:53,719 INFO Processing ruok command from /127.0.0.1:42914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:21:53,870 INFO Processing ruok command from /127.0.0.1:42918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:22:03,708 INFO Processing ruok command from /127.0.0.1:43232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:22:03,815 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:22:13,768 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:22:13,878 INFO Processing ruok command from /127.0.0.1:43540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:22:14,317 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-08 00:22:14,328 INFO Committing global session 0x20000446bf50017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:22:14,854 INFO Submitting global closeSession request for session 0x20000446bf50017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-08 00:22:23,719 INFO Processing ruok command from /127.0.0.1:43850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:22:23,787 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:22:33,763 INFO Processing ruok command from /127.0.0.1:44162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:22:33,857 INFO Processing ruok command from /127.0.0.1:44164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:22:43,712 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:22:43,801 INFO Processing ruok command from /127.0.0.1:44468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:22:53,713 INFO Processing ruok command from /127.0.0.1:44782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:22:53,856 INFO Processing ruok command from /127.0.0.1:44784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:23:03,726 INFO Processing ruok command from /127.0.0.1:45102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:23:03,805 INFO Processing ruok command from /127.0.0.1:45104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:23:13,750 INFO Processing ruok command from /127.0.0.1:45404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:23:13,865 INFO Processing ruok command from /127.0.0.1:45408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:23:23,706 INFO Processing ruok command from /127.0.0.1:45720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:23:23,812 INFO Processing ruok command from /127.0.0.1:45722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:23:33,740 INFO Processing ruok command from /127.0.0.1:46028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:23:33,837 INFO Processing ruok command from /127.0.0.1:46030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:23:43,710 INFO Processing ruok command from /127.0.0.1:46330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:23:43,789 INFO Processing ruok command from /127.0.0.1:46338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:23:53,760 INFO Processing ruok command from /127.0.0.1:46750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:23:53,837 INFO Processing ruok command from /127.0.0.1:46752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:24:03,737 INFO Processing ruok command from /127.0.0.1:47068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:24:03,850 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:24:13,744 INFO Processing ruok command from /127.0.0.1:47360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:24:13,884 INFO Processing ruok command from /127.0.0.1:47364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:24:13,936 INFO Committing global session 0x1000045262a0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:24:23,730 INFO Processing ruok command from /127.0.0.1:47668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:24:23,824 INFO Processing ruok command from /127.0.0.1:47670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:24:33,721 INFO Processing ruok command from /127.0.0.1:47974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:24:33,820 INFO Processing ruok command from /127.0.0.1:47976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:24:43,717 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:24:43,821 INFO Processing ruok command from /127.0.0.1:48280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:24:53,745 INFO Processing ruok command from /127.0.0.1:48580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:24:53,844 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ece01092-c506-4f2e-aeaa-beea870a375e/onap-policy-clamp-runtime-acm-5d6794c9f-rfw92 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-08 00:24:53,857 INFO Processing ruok command from /127.0.0.1:48582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:25:03,740 INFO Processing ruok command from /127.0.0.1:48886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:25:03,803 INFO Processing ruok command from /127.0.0.1:48888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:25:13,724 INFO Processing ruok command from /127.0.0.1:49184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:25:13,854 INFO Processing ruok command from /127.0.0.1:49186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:25:23,721 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:25:23,809 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:25:33,717 INFO Processing ruok command from /127.0.0.1:49786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:25:33,817 INFO Processing ruok command from /127.0.0.1:49788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:25:43,708 INFO Processing ruok command from /127.0.0.1:50090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:25:43,769 INFO Processing ruok command from /127.0.0.1:50094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:25:53,729 INFO Processing ruok command from /127.0.0.1:50392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:25:53,828 INFO Processing ruok command from /127.0.0.1:50394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:25:53,843 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ece01092-c506-4f2e-aeaa-beea870a375e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-08 00:26:03,728 INFO Processing ruok command from /127.0.0.1:50700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:26:03,796 INFO Processing ruok command from /127.0.0.1:50702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:26:13,735 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:26:13,820 INFO Processing ruok command from /127.0.0.1:50998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:26:13,851 INFO Committing global session 0x30000441989000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:26:23,701 INFO Processing ruok command from /127.0.0.1:51298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:26:23,804 INFO Processing ruok command from /127.0.0.1:51302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:26:33,743 INFO Processing ruok command from /127.0.0.1:51594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:26:33,833 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:26:43,702 INFO Processing ruok command from /127.0.0.1:51890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:26:43,807 INFO Processing ruok command from /127.0.0.1:51894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:26:53,745 INFO Processing ruok command from /127.0.0.1:52190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:26:53,843 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-08 00:26:53,856 INFO Processing ruok command from /127.0.0.1:52192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:27:03,756 INFO Processing ruok command from /127.0.0.1:52502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:27:03,841 INFO Processing ruok command from /127.0.0.1:52504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:27:13,741 INFO Processing ruok command from /127.0.0.1:52800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:27:13,837 INFO Processing ruok command from /127.0.0.1:52802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:27:23,692 INFO Processing ruok command from /127.0.0.1:53100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:27:23,829 INFO Processing ruok command from /127.0.0.1:53108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:27:33,712 INFO Processing ruok command from /127.0.0.1:53408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:27:33,779 INFO Processing ruok command from /127.0.0.1:53410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:27:43,699 INFO Processing ruok command from /127.0.0.1:53710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:27:43,784 INFO Processing ruok command from /127.0.0.1:53714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:27:53,758 INFO Processing ruok command from /127.0.0.1:54030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:27:53,840 INFO Processing ruok command from /127.0.0.1:54032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:27:53,844 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-09-08 00:28:03,705 INFO Processing ruok command from /127.0.0.1:54350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:28:03,782 INFO Processing ruok command from /127.0.0.1:54352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:28:13,741 INFO Processing ruok command from /127.0.0.1:54654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:28:13,815 INFO Processing ruok command from /127.0.0.1:54656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:28:14,598 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-08 00:28:14,628 INFO Committing global session 0x20000446bf50018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:28:15,174 INFO Submitting global closeSession request for session 0x20000446bf50018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-08 00:28:23,708 INFO Processing ruok command from /127.0.0.1:54968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:28:23,785 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:28:33,749 INFO Processing ruok command from /127.0.0.1:55278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:28:33,827 INFO Processing ruok command from /127.0.0.1:55280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:28:43,713 INFO Processing ruok command from /127.0.0.1:55584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:28:43,794 INFO Processing ruok command from /127.0.0.1:55586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:28:53,757 INFO Processing ruok command from /127.0.0.1:55892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:28:53,849 INFO Processing ruok command from /127.0.0.1:55894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:29:03,724 INFO Processing ruok command from /127.0.0.1:56208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:29:03,796 INFO Processing ruok command from /127.0.0.1:56210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:29:13,740 INFO Processing ruok command from /127.0.0.1:56514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:29:13,833 INFO Processing ruok command from /127.0.0.1:56516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:29:23,697 INFO Processing ruok command from /127.0.0.1:56828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:29:23,796 INFO Processing ruok command from /127.0.0.1:56832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:29:33,725 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:29:33,821 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:29:43,705 INFO Processing ruok command from /127.0.0.1:57456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:29:43,806 INFO Processing ruok command from /127.0.0.1:57458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:29:53,735 INFO Processing ruok command from /127.0.0.1:57764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:29:53,850 INFO Processing ruok command from /127.0.0.1:57766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:30:03,715 INFO Processing ruok command from /127.0.0.1:58074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:30:03,797 INFO Processing ruok command from /127.0.0.1:58076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:30:13,744 INFO Processing ruok command from /127.0.0.1:58382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:30:13,862 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:30:14,069 INFO Committing global session 0x300004419890010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:30:23,695 INFO Processing ruok command from /127.0.0.1:58690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:30:23,792 INFO Processing ruok command from /127.0.0.1:58696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:30:33,706 INFO Processing ruok command from /127.0.0.1:59012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:30:33,793 INFO Processing ruok command from /127.0.0.1:59014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:30:43,694 INFO Processing ruok command from /127.0.0.1:59324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:30:43,787 INFO Processing ruok command from /127.0.0.1:59328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:30:53,732 INFO Processing ruok command from /127.0.0.1:59630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:30:53,845 INFO Processing ruok command from /127.0.0.1:59634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:31:03,707 INFO Processing ruok command from /127.0.0.1:59950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:31:03,796 INFO Processing ruok command from /127.0.0.1:59952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:31:13,733 INFO Processing ruok command from /127.0.0.1:60254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:31:13,824 INFO Processing ruok command from /127.0.0.1:60256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:31:23,702 INFO Processing ruok command from /127.0.0.1:60564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:31:23,818 INFO Processing ruok command from /127.0.0.1:60568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:31:33,744 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:31:33,854 INFO Processing ruok command from /127.0.0.1:60880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:31:43,701 INFO Processing ruok command from /127.0.0.1:32956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:31:43,811 INFO Processing ruok command from /127.0.0.1:32960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:31:53,693 INFO Processing ruok command from /127.0.0.1:33258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:31:53,794 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:32:03,730 INFO Processing ruok command from /127.0.0.1:33574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:32:03,809 INFO Processing ruok command from /127.0.0.1:33576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:32:13,740 INFO Processing ruok command from /127.0.0.1:33880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:32:13,881 INFO Processing ruok command from /127.0.0.1:33884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:32:14,305 INFO Committing global session 0x300004419890011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:32:23,717 INFO Processing ruok command from /127.0.0.1:34194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:32:23,801 INFO Processing ruok command from /127.0.0.1:34196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:32:33,756 INFO Processing ruok command from /127.0.0.1:34506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:32:33,856 INFO Processing ruok command from /127.0.0.1:34510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:32:43,714 INFO Processing ruok command from /127.0.0.1:34820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:32:43,812 INFO Processing ruok command from /127.0.0.1:34822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:32:53,741 INFO Processing ruok command from /127.0.0.1:35126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:32:53,865 INFO Processing ruok command from /127.0.0.1:35130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:33:03,693 INFO Processing ruok command from /127.0.0.1:35452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:33:03,777 INFO Processing ruok command from /127.0.0.1:35456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:33:13,756 INFO Processing ruok command from /127.0.0.1:35758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:33:13,866 INFO Processing ruok command from /127.0.0.1:35762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:33:23,704 INFO Processing ruok command from /127.0.0.1:36068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:33:23,808 INFO Processing ruok command from /127.0.0.1:36070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:33:33,722 INFO Processing ruok command from /127.0.0.1:36376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:33:33,816 INFO Processing ruok command from /127.0.0.1:36378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:33:43,710 INFO Processing ruok command from /127.0.0.1:36686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:33:43,777 INFO Processing ruok command from /127.0.0.1:36688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:33:53,769 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:33:53,879 INFO Processing ruok command from /127.0.0.1:36984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:34:03,698 INFO Processing ruok command from /127.0.0.1:37296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:34:03,778 INFO Processing ruok command from /127.0.0.1:37300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:34:13,749 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:34:13,854 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:34:14,124 INFO Committing global session 0x1000045262a0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-09-08 00:34:23,722 INFO Processing ruok command from /127.0.0.1:37898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:34:23,800 INFO Processing ruok command from /127.0.0.1:37900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:34:33,741 INFO Processing ruok command from /127.0.0.1:38208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:34:33,913 INFO Processing ruok command from /127.0.0.1:38214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:34:43,688 INFO Processing ruok command from /127.0.0.1:38510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:34:43,784 INFO Processing ruok command from /127.0.0.1:38514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-08 00:34:53,763 INFO Processing ruok command from /127.0.0.1:38812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-08 00:34:53,861 INFO Processing ruok command from /127.0.0.1:38816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]