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
ssl.hostnameVerification=false


# Zookeeper nodes configuration
server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181
server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2022-05-30 04:43:56,593 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-05-30 04:43:56,600 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-05-30 04:43:56,600 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-05-30 04:43:56,603 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-05-30 04:43:56,603 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-05-30 04:43:56,604 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-05-30 04:43:56,617 WARN No server failure will be tolerated. You need at least 3 servers. (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-05-30 04:43:56,625 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-05-30 04:43:56,626 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-05-30 04:43:56,627 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-05-30 04:43:56,633 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-05-30 04:43:56,641 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-05-30 04:43:56,654 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-05-30 04:43:56,655 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-05-30 04:43:56,679 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-05-30 04:43:56,757 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:56,757 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:56,757 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:56,811 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-05-30 04:43:56,813 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-05-30 04:43:56,813 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:56,814 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:56,814 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:56,814 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-05-30 04:43:56,815 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-05-30 04:43:56,821 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,841 INFO Logging initialized @679ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2022-05-30 04:43:56,918 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-05-30 04:43:56,919 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-05-30 04:43:56,936 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-05-30 04:43:56,938 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,938 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,938 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,938 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,938 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,938 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,938 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,938 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,949 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,949 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,950 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,950 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,950 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,950 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,950 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.14.1.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.19.3.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:os.memory.free=251MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO Server environment:os.memory.total=268MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,951 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-05-30 04:43:56,955 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-05-30 04:43:56,955 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-05-30 04:43:56,956 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-05-30 04:43:56,956 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-05-30 04:43:56,964 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,964 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,964 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,964 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,964 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,965 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,965 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:56,971 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-05-30 04:43:56,971 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-05-30 04:43:56,975 INFO Snapshot loaded in 11 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-05-30 04:43:56,976 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-05-30 04:43:56,979 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-05-30 04:43:56,981 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:57,055 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:57,055 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:57,057 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-05-30 04:43:57,060 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main]
2022-05-30 04:43:57,085 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main]
2022-05-30 04:43:57,085 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main]
2022-05-30 04:43:57,086 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main]
2022-05-30 04:43:57,089 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main]
2022-05-30 04:43:57,095 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-05-30 04:43:57,102 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2022-05-30 04:43:57,102 INFO Started @940ms (org.eclipse.jetty.server.Server) [main]
2022-05-30 04:43:57,102 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main]
2022-05-30 04:43:57,103 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-05-30 04:43:57,108 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-05-30 04:43:57,110 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-05-30 04:43:57,110 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-05-30 04:43:57,112 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-05-30 04:43:57,114 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.179:3888]
2022-05-30 04:43:57,117 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.179:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.179:3888]
2022-05-30 04:43:57,120 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-05-30 04:43:57,122 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-05-30 04:43:57,139 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-05-30 04:43:57,342 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-05-30 04:43:57,743 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-05-30 04:43:57,797 INFO Received connection request from /10.233.67.45:43444 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.179:3888]
2022-05-30 04:43:57,995 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.45:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-05-30 04:43:58,009 INFO Accepted TLS connection from onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.67.45:43444 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.179:3888]
2022-05-30 04:43:58,010 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-05-30 04:43:58,012 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-05-30 04:43:58,017 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1449)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1060)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-05-30 04:43:58,019 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-05-30 04:43:58,017 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-05-30 04:43:58,020 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-05-30 04:43:58,069 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.67.45:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
2022-05-30 04:43:58,073 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-05-30 04:43:58,274 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-05-30 04:43:58,274 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-05-30 04:43:58,280 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-05-30 04:43:58,280 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-05-30 04:43:58,280 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-05-30 04:43:58,280 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-05-30 04:43:58,280 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-05-30 04:43:58,284 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-05-30 04:43:58,285 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-05-30 04:43:58,286 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-05-30 04:43:58,287 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-05-30 04:43:58,287 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-05-30 04:43:58,288 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-05-30 04:43:58,288 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-05-30 04:43:58,288 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-05-30 04:43:58,288 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-05-30 04:43:58,288 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-05-30 04:43:58,288 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-05-30 04:43:58,290 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-05-30 04:43:58,290 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-05-30 04:43:58,290 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-05-30 04:43:58,293 INFO LEADING - LEADER ELECTION TOOK - 1171 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-05-30 04:43:58,295 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-05-30 04:43:58,296 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-05-30 04:43:58,302 INFO Snapshot taken in 7 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-05-30 04:43:58,360 INFO Accepted TLS connection from onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local/10.233.67.45:57428 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.67.45:57428]
2022-05-30 04:43:58,366 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.45:57428]
2022-05-30 04:43:58,375 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.67.45:57428]
2022-05-30 04:43:58,376 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.45:57428]
2022-05-30 04:43:58,376 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.45:57428]
2022-05-30 04:43:58,379 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-05-30 04:43:58,412 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-05-30 04:43:58,429 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-05-30 04:43:58,429 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-05-30 04:43:58,438 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):]
2022-05-30 04:43:58,438 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-05-30 04:43:58,439 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-05-30 04:43:58,450 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-05-30 04:44:13,253 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2022-05-30 04:44:13,253 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2022-05-30 04:44:13,253 INFO Processing ruok command from /127.0.0.1:60966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:44:13,288 INFO Processing ruok command from /127.0.0.1:60968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:44:16,152 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2022-05-30 04:44:16,175 INFO Committing global session 0x1000042e6d90000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:44:23,169 INFO Processing ruok command from /127.0.0.1:32812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:44:23,251 INFO Processing ruok command from /127.0.0.1:32814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:44:31,672 INFO Committing global session 0x1000042e6d90001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:44:33,185 INFO Processing ruok command from /127.0.0.1:32914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:44:33,234 INFO Processing ruok command from /127.0.0.1:32916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:44:33,801 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 04:44:33,820 INFO Committing global session 0x2000040e9d80000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:44:35,081 INFO Committing global session 0x1000042e6d90002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:44:36,851 INFO Committing global session 0x1000042e6d90003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:44:43,180 INFO Processing ruok command from /127.0.0.1:32982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:44:43,226 INFO Processing ruok command from /127.0.0.1:32984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:44:53,165 INFO Processing ruok command from /127.0.0.1:33046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:44:53,197 INFO Processing ruok command from /127.0.0.1:33048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:45:03,168 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:45:03,235 INFO Processing ruok command from /127.0.0.1:33116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:45:13,183 INFO Processing ruok command from /127.0.0.1:33178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:45:13,218 INFO Processing ruok command from /127.0.0.1:33180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:45:18,959 INFO Committing global session 0x1000042e6d90004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:45:23,177 INFO Processing ruok command from /127.0.0.1:33242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:45:23,219 INFO Processing ruok command from /127.0.0.1:33244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:45:33,178 INFO Processing ruok command from /127.0.0.1:33308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:45:33,207 INFO Processing ruok command from /127.0.0.1:33310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:45:42,239 INFO Committing global session 0x1000042e6d90005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:45:43,171 INFO Processing ruok command from /127.0.0.1:33368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:45:43,199 INFO Processing ruok command from /127.0.0.1:33370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:45:53,167 INFO Processing ruok command from /127.0.0.1:33434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:45:53,197 INFO Processing ruok command from /127.0.0.1:33436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:46:03,171 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:46:03,204 INFO Processing ruok command from /127.0.0.1:33504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:46:13,166 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:46:13,195 INFO Processing ruok command from /127.0.0.1:33568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:46:23,166 INFO Processing ruok command from /127.0.0.1:33668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:46:23,206 INFO Processing ruok command from /127.0.0.1:33670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:46:33,185 INFO Processing ruok command from /127.0.0.1:33734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:46:33,228 INFO Processing ruok command from /127.0.0.1:33736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:46:43,177 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:46:43,208 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:46:53,168 INFO Processing ruok command from /127.0.0.1:33888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:46:53,201 INFO Processing ruok command from /127.0.0.1:33890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:47:03,171 INFO Processing ruok command from /127.0.0.1:33954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:47:03,203 INFO Processing ruok command from /127.0.0.1:33956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:47:13,173 INFO Processing ruok command from /127.0.0.1:34016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:47:13,202 INFO Processing ruok command from /127.0.0.1:34018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:47:23,167 INFO Processing ruok command from /127.0.0.1:34076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:47:23,196 INFO Processing ruok command from /127.0.0.1:34078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:47:28,940 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 04:47:28,948 INFO Committing global session 0x2000040e9d80001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:47:29,582 INFO Submitting global closeSession request for session 0x2000040e9d80001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 04:47:33,177 INFO Processing ruok command from /127.0.0.1:34142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:47:33,202 INFO Processing ruok command from /127.0.0.1:34144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:47:43,163 INFO Processing ruok command from /127.0.0.1:34206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:47:43,195 INFO Processing ruok command from /127.0.0.1:34208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:47:53,188 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:47:53,222 INFO Processing ruok command from /127.0.0.1:34270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:48:03,174 INFO Processing ruok command from /127.0.0.1:34334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:48:03,208 INFO Processing ruok command from /127.0.0.1:34336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:48:13,188 INFO Processing ruok command from /127.0.0.1:34398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:48:13,217 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:48:23,161 INFO Processing ruok command from /127.0.0.1:34456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:48:23,184 INFO Processing ruok command from /127.0.0.1:34458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:48:33,189 INFO Processing ruok command from /127.0.0.1:34522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:48:33,222 INFO Processing ruok command from /127.0.0.1:34524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:48:43,180 INFO Processing ruok command from /127.0.0.1:34580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:48:43,210 INFO Processing ruok command from /127.0.0.1:34582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:48:53,170 INFO Processing ruok command from /127.0.0.1:34636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:48:53,202 INFO Processing ruok command from /127.0.0.1:34638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:49:03,173 INFO Processing ruok command from /127.0.0.1:34702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:49:03,205 INFO Processing ruok command from /127.0.0.1:34704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:49:13,180 INFO Processing ruok command from /127.0.0.1:34800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:49:13,214 INFO Processing ruok command from /127.0.0.1:34802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:49:23,173 INFO Processing ruok command from /127.0.0.1:34884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:49:23,205 INFO Processing ruok command from /127.0.0.1:34886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:49:28,682 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 04:49:28,744 INFO Committing global session 0x2000040e9d80002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:49:29,372 INFO Submitting global closeSession request for session 0x2000040e9d80002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 04:49:33,170 INFO Processing ruok command from /127.0.0.1:34970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:49:33,194 INFO Processing ruok command from /127.0.0.1:34972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:49:43,185 INFO Processing ruok command from /127.0.0.1:35042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:49:43,248 INFO Processing ruok command from /127.0.0.1:35044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:49:53,182 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:49:53,263 INFO Processing ruok command from /127.0.0.1:35184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:50:03,172 INFO Processing ruok command from /127.0.0.1:35298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:50:03,210 INFO Processing ruok command from /127.0.0.1:35300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:50:13,181 INFO Processing ruok command from /127.0.0.1:35370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:50:13,307 INFO Processing ruok command from /127.0.0.1:35374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:50:23,166 INFO Processing ruok command from /127.0.0.1:35440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:50:23,218 INFO Processing ruok command from /127.0.0.1:35442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:50:33,179 INFO Processing ruok command from /127.0.0.1:35516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:50:33,221 INFO Processing ruok command from /127.0.0.1:35518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:50:43,162 INFO Processing ruok command from /127.0.0.1:35592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:50:43,201 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:50:53,185 INFO Processing ruok command from /127.0.0.1:35660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:50:53,223 INFO Processing ruok command from /127.0.0.1:35662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:51:03,170 INFO Processing ruok command from /127.0.0.1:35738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:51:03,202 INFO Processing ruok command from /127.0.0.1:35740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:51:13,204 INFO Processing ruok command from /127.0.0.1:35816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:51:13,298 INFO Processing ruok command from /127.0.0.1:35820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:51:23,179 INFO Processing ruok command from /127.0.0.1:35884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:51:23,257 INFO Processing ruok command from /127.0.0.1:35886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:51:28,248 INFO Committing global session 0x1000042e6d90006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:51:33,199 INFO Processing ruok command from /127.0.0.1:35966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:51:33,227 INFO Processing ruok command from /127.0.0.1:35968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:51:43,172 INFO Processing ruok command from /127.0.0.1:36040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:51:43,208 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:51:53,173 INFO Processing ruok command from /127.0.0.1:36108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:51:53,253 INFO Processing ruok command from /127.0.0.1:36110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:52:03,183 INFO Processing ruok command from /127.0.0.1:36184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:52:03,254 INFO Processing ruok command from /127.0.0.1:36186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:52:13,178 INFO Processing ruok command from /127.0.0.1:36254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:52:13,241 INFO Processing ruok command from /127.0.0.1:36256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:52:23,169 INFO Processing ruok command from /127.0.0.1:36324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:52:23,248 INFO Processing ruok command from /127.0.0.1:36326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:52:33,173 INFO Processing ruok command from /127.0.0.1:36400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:52:33,214 INFO Processing ruok command from /127.0.0.1:36402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:52:43,176 INFO Processing ruok command from /127.0.0.1:36478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:52:43,204 INFO Processing ruok command from /127.0.0.1:36480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:52:53,171 INFO Processing ruok command from /127.0.0.1:36548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:52:53,196 INFO Processing ruok command from /127.0.0.1:36550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:53:03,179 INFO Processing ruok command from /127.0.0.1:36632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:53:03,218 INFO Processing ruok command from /127.0.0.1:36634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:53:13,168 INFO Processing ruok command from /127.0.0.1:36708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:53:13,208 INFO Processing ruok command from /127.0.0.1:36710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:53:23,188 INFO Processing ruok command from /127.0.0.1:36790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:53:23,245 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:53:28,531 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 04:53:28,539 INFO Committing global session 0x2000040e9d80003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:53:29,231 INFO Submitting global closeSession request for session 0x2000040e9d80003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 04:53:33,194 INFO Processing ruok command from /127.0.0.1:36926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:53:33,230 INFO Processing ruok command from /127.0.0.1:36928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:53:43,192 INFO Processing ruok command from /127.0.0.1:37026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:53:43,228 INFO Processing ruok command from /127.0.0.1:37028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:53:53,179 INFO Processing ruok command from /127.0.0.1:37114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:53:53,214 INFO Processing ruok command from /127.0.0.1:37116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:54:03,179 INFO Processing ruok command from /127.0.0.1:37236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:54:03,228 INFO Processing ruok command from /127.0.0.1:37238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:54:13,183 INFO Processing ruok command from /127.0.0.1:37322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:54:13,219 INFO Processing ruok command from /127.0.0.1:37324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:54:23,176 INFO Processing ruok command from /127.0.0.1:37392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:54:23,231 INFO Processing ruok command from /127.0.0.1:37394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:54:33,179 INFO Processing ruok command from /127.0.0.1:37470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:54:33,215 INFO Processing ruok command from /127.0.0.1:37474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:54:43,189 INFO Processing ruok command from /127.0.0.1:37558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:54:43,221 INFO Processing ruok command from /127.0.0.1:37560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:54:53,176 INFO Processing ruok command from /127.0.0.1:37656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:54:53,215 INFO Processing ruok command from /127.0.0.1:37658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:55:03,182 INFO Processing ruok command from /127.0.0.1:37730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:55:03,218 INFO Processing ruok command from /127.0.0.1:37732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:55:13,177 INFO Processing ruok command from /127.0.0.1:37808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:55:13,252 INFO Processing ruok command from /127.0.0.1:37810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:55:23,165 INFO Processing ruok command from /127.0.0.1:37878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:55:23,199 INFO Processing ruok command from /127.0.0.1:37880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:55:28,408 INFO Committing global session 0x1000042e6d90007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:55:33,193 INFO Processing ruok command from /127.0.0.1:37974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:55:33,229 INFO Processing ruok command from /127.0.0.1:37976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:55:43,184 INFO Processing ruok command from /127.0.0.1:38052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:55:43,223 INFO Processing ruok command from /127.0.0.1:38054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:55:53,165 INFO Processing ruok command from /127.0.0.1:38128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:55:53,201 INFO Processing ruok command from /127.0.0.1:38130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:56:03,167 INFO Processing ruok command from /127.0.0.1:38214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:56:03,202 INFO Processing ruok command from /127.0.0.1:38216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:56:13,170 INFO Processing ruok command from /127.0.0.1:38288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:56:13,227 INFO Processing ruok command from /127.0.0.1:38290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:56:23,161 INFO Processing ruok command from /127.0.0.1:38368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:56:23,198 INFO Processing ruok command from /127.0.0.1:38370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:56:33,178 INFO Processing ruok command from /127.0.0.1:38450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:56:33,213 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:56:43,187 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:56:43,223 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:56:53,188 INFO Processing ruok command from /127.0.0.1:38608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:56:53,222 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:57:03,165 INFO Processing ruok command from /127.0.0.1:38686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:57:03,201 INFO Processing ruok command from /127.0.0.1:38688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:57:13,182 INFO Processing ruok command from /127.0.0.1:38762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:57:13,213 INFO Processing ruok command from /127.0.0.1:38764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:57:23,163 INFO Processing ruok command from /127.0.0.1:38836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:57:23,191 INFO Processing ruok command from /127.0.0.1:38838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:57:28,738 INFO Committing global session 0x1000042e6d90008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:57:33,174 INFO Processing ruok command from /127.0.0.1:38922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:57:33,206 INFO Processing ruok command from /127.0.0.1:38924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:57:43,152 INFO Processing ruok command from /127.0.0.1:39002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:57:43,192 INFO Processing ruok command from /127.0.0.1:39004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:57:53,175 INFO Processing ruok command from /127.0.0.1:39078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:57:53,213 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:58:03,161 INFO Processing ruok command from /127.0.0.1:39156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:58:03,198 INFO Processing ruok command from /127.0.0.1:39162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:58:13,184 INFO Processing ruok command from /127.0.0.1:39236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:58:13,221 INFO Processing ruok command from /127.0.0.1:39238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:58:23,176 INFO Processing ruok command from /127.0.0.1:39316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:58:23,207 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:58:33,177 INFO Processing ruok command from /127.0.0.1:39392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:58:33,213 INFO Processing ruok command from /127.0.0.1:39398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:58:43,164 INFO Processing ruok command from /127.0.0.1:39472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:58:43,194 INFO Processing ruok command from /127.0.0.1:39474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:58:53,196 INFO Processing ruok command from /127.0.0.1:39550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:58:53,230 INFO Processing ruok command from /127.0.0.1:39552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:59:03,188 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:59:03,222 INFO Processing ruok command from /127.0.0.1:39634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:59:13,173 INFO Processing ruok command from /127.0.0.1:39716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:59:13,209 INFO Processing ruok command from /127.0.0.1:39718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:59:23,172 INFO Processing ruok command from /127.0.0.1:39790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:59:23,229 INFO Processing ruok command from /127.0.0.1:39792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:59:28,719 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 04:59:28,734 INFO Committing global session 0x2000040e9d80004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 04:59:29,416 INFO Submitting global closeSession request for session 0x2000040e9d80004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 04:59:33,184 INFO Processing ruok command from /127.0.0.1:39872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:59:33,265 INFO Processing ruok command from /127.0.0.1:39874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:59:43,178 INFO Processing ruok command from /127.0.0.1:39952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:59:43,209 INFO Processing ruok command from /127.0.0.1:39954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 04:59:53,186 INFO Processing ruok command from /127.0.0.1:40038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 04:59:53,221 INFO Processing ruok command from /127.0.0.1:40040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:00:03,173 INFO Processing ruok command from /127.0.0.1:40112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:00:03,202 INFO Processing ruok command from /127.0.0.1:40114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:00:13,167 INFO Processing ruok command from /127.0.0.1:40200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:00:13,199 INFO Processing ruok command from /127.0.0.1:40202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:00:23,180 INFO Processing ruok command from /127.0.0.1:40280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:00:23,211 INFO Processing ruok command from /127.0.0.1:40282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:00:33,179 INFO Processing ruok command from /127.0.0.1:40366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:00:33,210 INFO Processing ruok command from /127.0.0.1:40368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:00:43,169 INFO Processing ruok command from /127.0.0.1:40448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:00:43,199 INFO Processing ruok command from /127.0.0.1:40450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:00:53,166 INFO Processing ruok command from /127.0.0.1:40530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:00:53,200 INFO Processing ruok command from /127.0.0.1:40532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:01:03,172 INFO Processing ruok command from /127.0.0.1:40604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:01:03,204 INFO Processing ruok command from /127.0.0.1:40606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:01:13,181 INFO Processing ruok command from /127.0.0.1:40684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:01:13,219 INFO Processing ruok command from /127.0.0.1:40686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:01:23,164 INFO Processing ruok command from /127.0.0.1:40758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:01:23,209 INFO Processing ruok command from /127.0.0.1:40760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:01:28,052 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:01:28,071 INFO Committing global session 0x2000040e9d80005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:01:28,869 INFO Submitting global closeSession request for session 0x2000040e9d80005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:01:33,171 INFO Processing ruok command from /127.0.0.1:40838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:01:33,211 INFO Processing ruok command from /127.0.0.1:40840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:01:43,177 INFO Processing ruok command from /127.0.0.1:40922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:01:43,214 INFO Processing ruok command from /127.0.0.1:40924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:01:53,171 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:01:53,225 INFO Processing ruok command from /127.0.0.1:41008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:02:03,188 INFO Processing ruok command from /127.0.0.1:41088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:02:03,216 INFO Processing ruok command from /127.0.0.1:41090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:02:13,186 INFO Processing ruok command from /127.0.0.1:41166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:02:13,243 INFO Processing ruok command from /127.0.0.1:41168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:02:23,161 INFO Processing ruok command from /127.0.0.1:41238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:02:23,191 INFO Processing ruok command from /127.0.0.1:41240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:02:33,178 INFO Processing ruok command from /127.0.0.1:41322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:02:33,228 INFO Processing ruok command from /127.0.0.1:41324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:02:43,175 INFO Processing ruok command from /127.0.0.1:41418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:02:43,201 INFO Processing ruok command from /127.0.0.1:41422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:02:53,171 INFO Processing ruok command from /127.0.0.1:41602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:02:53,203 INFO Processing ruok command from /127.0.0.1:41604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:03:03,178 INFO Processing ruok command from /127.0.0.1:41718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:03:03,237 INFO Processing ruok command from /127.0.0.1:41722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:03:13,179 INFO Processing ruok command from /127.0.0.1:42004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:03:13,224 INFO Processing ruok command from /127.0.0.1:42006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:03:23,194 INFO Processing ruok command from /127.0.0.1:42288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:03:23,225 INFO Processing ruok command from /127.0.0.1:42290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:03:28,528 INFO Committing global session 0x1000042e6d90009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:03:33,182 INFO Processing ruok command from /127.0.0.1:42592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:03:33,264 INFO Processing ruok command from /127.0.0.1:42594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:03:43,222 INFO Processing ruok command from /127.0.0.1:42838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:03:43,308 INFO Processing ruok command from /127.0.0.1:42844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:03:53,183 INFO Processing ruok command from /127.0.0.1:43084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:03:53,221 INFO Processing ruok command from /127.0.0.1:43086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:04:03,244 INFO Processing ruok command from /127.0.0.1:43340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:04:03,321 INFO Processing ruok command from /127.0.0.1:43344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:04:13,192 INFO Processing ruok command from /127.0.0.1:43638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:04:13,324 INFO Processing ruok command from /127.0.0.1:43650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:04:23,182 INFO Processing ruok command from /127.0.0.1:43900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:04:23,215 INFO Processing ruok command from /127.0.0.1:43902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:04:33,192 INFO Processing ruok command from /127.0.0.1:44156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:04:33,245 INFO Processing ruok command from /127.0.0.1:44158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:04:43,178 INFO Processing ruok command from /127.0.0.1:44454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:04:43,255 INFO Processing ruok command from /127.0.0.1:44458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:04:53,171 INFO Processing ruok command from /127.0.0.1:44708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:04:53,202 INFO Processing ruok command from /127.0.0.1:44710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:05:03,173 INFO Processing ruok command from /127.0.0.1:44952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:05:03,236 INFO Processing ruok command from /127.0.0.1:44954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:05:13,187 INFO Processing ruok command from /127.0.0.1:45204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:05:13,212 INFO Processing ruok command from /127.0.0.1:45206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:05:23,173 INFO Processing ruok command from /127.0.0.1:45466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:05:23,222 INFO Processing ruok command from /127.0.0.1:45468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:05:26,350 INFO Committing global session 0x1000042e6d9000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:05:26,484 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:05:26,494 INFO Committing global session 0x2000040e9d80006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:05:27,366 INFO Committing global session 0x1000042e6d9000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:05:28,405 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:05:28,412 INFO Committing global session 0x2000040e9d80007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:05:29,187 INFO Submitting global closeSession request for session 0x2000040e9d80007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:05:33,188 INFO Processing ruok command from /127.0.0.1:45728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:05:33,219 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:05:43,184 INFO Processing ruok command from /127.0.0.1:45970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:05:43,212 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:05:53,173 INFO Processing ruok command from /127.0.0.1:46202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:05:53,212 INFO Processing ruok command from /127.0.0.1:46204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:05:58,451 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1564a0f2-c398-468c-980d-15f01db33988/onap-policy-clamp-ac-k8s-ppnt-c5c979798-zlmn4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:05:58,457 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d8e94ec0-b655-4d3b-bc4e-752e7e7dc442/onap-policy-clamp-ac-pf-ppnt-699b8c7cb6-hptj5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:05:58,463 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ce8f05ef-3445-49e7-917c-d94ca596702c/onap-policy-clamp-ac-http-ppnt-84ff6866f5-wbl4v (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:06:03,170 INFO Processing ruok command from /127.0.0.1:46436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:06:03,204 INFO Processing ruok command from /127.0.0.1:46438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:06:13,174 INFO Processing ruok command from /127.0.0.1:46688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:06:13,206 INFO Processing ruok command from /127.0.0.1:46690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:06:23,190 INFO Processing ruok command from /127.0.0.1:46920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:06:23,224 INFO Processing ruok command from /127.0.0.1:46922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:06:33,181 INFO Processing ruok command from /127.0.0.1:47154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:06:33,220 INFO Processing ruok command from /127.0.0.1:47156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:06:43,169 INFO Processing ruok command from /127.0.0.1:47424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:06:43,205 INFO Processing ruok command from /127.0.0.1:47426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:06:53,182 INFO Processing ruok command from /127.0.0.1:47744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:06:53,266 INFO Processing ruok command from /127.0.0.1:47752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:06:58,464 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ce8f05ef-3445-49e7-917c-d94ca596702c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:06:58,470 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d8e94ec0-b655-4d3b-bc4e-752e7e7dc442 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:06:58,477 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1564a0f2-c398-468c-980d-15f01db33988 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:07:03,187 INFO Processing ruok command from /127.0.0.1:48018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:07:03,245 INFO Processing ruok command from /127.0.0.1:48022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:07:13,163 INFO Processing ruok command from /127.0.0.1:48282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:07:13,233 INFO Processing ruok command from /127.0.0.1:48284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:07:23,188 INFO Processing ruok command from /127.0.0.1:48558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:07:23,260 INFO Processing ruok command from /127.0.0.1:48562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:07:28,396 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:07:28,402 INFO Committing global session 0x2000040e9d80008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:07:29,229 INFO Submitting global closeSession request for session 0x2000040e9d80008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:07:33,238 INFO Processing ruok command from /127.0.0.1:48918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:07:33,397 INFO Processing ruok command from /127.0.0.1:48926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:07:43,197 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:07:43,225 INFO Processing ruok command from /127.0.0.1:49222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:07:53,194 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:07:53,269 INFO Processing ruok command from /127.0.0.1:49512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:07:58,451 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fb9d2780-78c2-49ca-813d-8bcee3116774/onap-policy-clamp-runtime-acm-6847cc68d9-zcpqz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:07:58,456 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/35c0eb01-474d-4801-a8e8-9ae8b1fdc305/onap-policy-xacml-pdp-6db69cdcc6-rn68p (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:07:58,462 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e6f6e201-7ef0-4f3a-a65d-036b73965271/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:07:58,469 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8641cb59-0fc8-4d6c-91f4-fc9e037c2bb5/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:08:03,183 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:08:03,221 INFO Processing ruok command from /127.0.0.1:49782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:08:13,226 INFO Processing ruok command from /127.0.0.1:50092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:08:13,252 INFO Processing ruok command from /127.0.0.1:50094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:08:23,183 INFO Processing ruok command from /127.0.0.1:50376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:08:23,335 INFO Processing ruok command from /127.0.0.1:50384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:08:33,184 INFO Processing ruok command from /127.0.0.1:50636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:08:33,218 INFO Processing ruok command from /127.0.0.1:50640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:08:43,192 INFO Processing ruok command from /127.0.0.1:50916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:08:43,253 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:08:53,184 INFO Processing ruok command from /127.0.0.1:51138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:08:53,217 INFO Processing ruok command from /127.0.0.1:51140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:08:58,450 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/35c0eb01-474d-4801-a8e8-9ae8b1fdc305 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:08:58,457 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8641cb59-0fc8-4d6c-91f4-fc9e037c2bb5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:08:58,462 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fb9d2780-78c2-49ca-813d-8bcee3116774 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:08:58,468 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e6f6e201-7ef0-4f3a-a65d-036b73965271 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:08:58,475 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/6700145f-ac98-4bc3-a386-857b720f740f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:08:58,481 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6ec53b51-5b8c-4a9c-bdbc-5c1c5b4451b8/onap-policy-pap-55d755cc55-4v6nt (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:09:03,176 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:09:03,206 INFO Processing ruok command from /127.0.0.1:51388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:09:13,182 INFO Processing ruok command from /127.0.0.1:51612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:09:13,217 INFO Processing ruok command from /127.0.0.1:51614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:09:23,177 INFO Processing ruok command from /127.0.0.1:51878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:09:23,213 INFO Processing ruok command from /127.0.0.1:51880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:09:28,845 INFO Committing global session 0x1000042e6d9000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:09:33,206 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:09:33,227 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:09:43,189 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:09:43,218 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:09:53,167 INFO Processing ruok command from /127.0.0.1:52720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:09:53,200 INFO Processing ruok command from /127.0.0.1:52722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:09:58,451 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6ec53b51-5b8c-4a9c-bdbc-5c1c5b4451b8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:09:58,456 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:09:58,463 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:10:03,185 INFO Processing ruok command from /127.0.0.1:53008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:10:03,228 INFO Processing ruok command from /127.0.0.1:53010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:10:13,183 INFO Processing ruok command from /127.0.0.1:53308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:10:13,217 INFO Processing ruok command from /127.0.0.1:53310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:10:23,177 INFO Processing ruok command from /127.0.0.1:53564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:10:23,213 INFO Processing ruok command from /127.0.0.1:53570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:10:33,204 INFO Processing ruok command from /127.0.0.1:53830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:10:33,278 INFO Processing ruok command from /127.0.0.1:53834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:10:43,168 INFO Processing ruok command from /127.0.0.1:54086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:10:43,194 INFO Processing ruok command from /127.0.0.1:54088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:10:53,162 INFO Processing ruok command from /127.0.0.1:54354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:10:53,197 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:10:58,451 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:10:58,457 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/72291f48-e028-4054-9882-72ffb462aaa0/onap-policy-clamp-runtime-acm-6847cc68d9-zcpqz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:11:03,179 INFO Processing ruok command from /127.0.0.1:54630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:11:03,213 INFO Processing ruok command from /127.0.0.1:54632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:11:13,204 INFO Processing ruok command from /127.0.0.1:54884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:11:13,258 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:11:23,170 INFO Processing ruok command from /127.0.0.1:55156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:11:23,203 INFO Processing ruok command from /127.0.0.1:55158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:11:28,074 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:11:28,083 INFO Committing global session 0x2000040e9d80009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:11:28,893 INFO Submitting global closeSession request for session 0x2000040e9d80009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:11:33,173 INFO Processing ruok command from /127.0.0.1:55418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:11:33,212 INFO Processing ruok command from /127.0.0.1:55420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:11:43,177 INFO Processing ruok command from /127.0.0.1:55684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:11:43,219 INFO Processing ruok command from /127.0.0.1:55688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:11:53,180 INFO Processing ruok command from /127.0.0.1:55954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:11:53,217 INFO Processing ruok command from /127.0.0.1:55956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:11:58,451 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/72291f48-e028-4054-9882-72ffb462aaa0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:12:03,174 INFO Processing ruok command from /127.0.0.1:56216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:12:03,237 INFO Processing ruok command from /127.0.0.1:56218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:12:13,186 INFO Processing ruok command from /127.0.0.1:56464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:12:13,235 INFO Processing ruok command from /127.0.0.1:56466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:12:23,167 INFO Processing ruok command from /127.0.0.1:56716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:12:23,199 INFO Processing ruok command from /127.0.0.1:56718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:12:33,171 INFO Processing ruok command from /127.0.0.1:56998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:12:33,215 INFO Processing ruok command from /127.0.0.1:57000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:12:43,165 INFO Processing ruok command from /127.0.0.1:57252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:12:43,238 INFO Processing ruok command from /127.0.0.1:57256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:12:53,171 INFO Processing ruok command from /127.0.0.1:57486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:12:53,239 INFO Processing ruok command from /127.0.0.1:57490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:12:58,450 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:12:58,456 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:13:03,173 INFO Processing ruok command from /127.0.0.1:57746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:13:03,207 INFO Processing ruok command from /127.0.0.1:57748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:13:13,177 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:13:13,245 INFO Processing ruok command from /127.0.0.1:58006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:13:23,174 INFO Processing ruok command from /127.0.0.1:58264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:13:23,231 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:13:28,292 INFO Committing global session 0x1000042e6d9000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:13:33,187 INFO Processing ruok command from /127.0.0.1:58506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:13:33,250 INFO Processing ruok command from /127.0.0.1:58512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:13:43,192 INFO Processing ruok command from /127.0.0.1:58776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:13:43,222 INFO Processing ruok command from /127.0.0.1:58782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:13:53,174 INFO Processing ruok command from /127.0.0.1:59052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:13:53,219 INFO Processing ruok command from /127.0.0.1:59054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:13:58,450 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:14:03,192 INFO Processing ruok command from /127.0.0.1:59316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:14:03,227 INFO Processing ruok command from /127.0.0.1:59318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:14:13,168 INFO Processing ruok command from /127.0.0.1:59576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:14:13,209 INFO Processing ruok command from /127.0.0.1:59578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:14:23,184 INFO Processing ruok command from /127.0.0.1:59830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:14:23,210 INFO Processing ruok command from /127.0.0.1:59832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:14:33,179 INFO Processing ruok command from /127.0.0.1:60096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:14:33,218 INFO Processing ruok command from /127.0.0.1:60098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:14:43,183 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:14:43,240 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:14:53,176 INFO Processing ruok command from /127.0.0.1:60616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:14:53,208 INFO Processing ruok command from /127.0.0.1:60618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:14:58,451 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:14:58,458 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:15:03,197 INFO Processing ruok command from /127.0.0.1:60890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:15:03,273 INFO Processing ruok command from /127.0.0.1:60892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:15:13,177 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:15:13,210 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:15:23,173 INFO Processing ruok command from /127.0.0.1:33156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:15:23,218 INFO Processing ruok command from /127.0.0.1:33158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:15:28,234 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:15:28,241 INFO Committing global session 0x2000040e9d8000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:15:29,069 INFO Submitting global closeSession request for session 0x2000040e9d8000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:15:33,175 INFO Processing ruok command from /127.0.0.1:33440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:15:33,203 INFO Processing ruok command from /127.0.0.1:33442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:15:43,184 INFO Processing ruok command from /127.0.0.1:33728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:15:43,244 INFO Processing ruok command from /127.0.0.1:33730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:15:53,174 INFO Processing ruok command from /127.0.0.1:34014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:15:53,244 INFO Processing ruok command from /127.0.0.1:34016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:15:58,450 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:15:58,457 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:15:58,463 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:15:58,469 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:15:58,475 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:15:58,482 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-05-30 05:16:03,194 INFO Processing ruok command from /127.0.0.1:34300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:16:03,226 INFO Processing ruok command from /127.0.0.1:34302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:16:13,198 INFO Processing ruok command from /127.0.0.1:34552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:16:13,235 INFO Processing ruok command from /127.0.0.1:34554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:16:23,182 INFO Processing ruok command from /127.0.0.1:34814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:16:23,210 INFO Processing ruok command from /127.0.0.1:34816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:16:33,171 INFO Processing ruok command from /127.0.0.1:35074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:16:33,206 INFO Processing ruok command from /127.0.0.1:35078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:16:43,191 INFO Processing ruok command from /127.0.0.1:35358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:16:43,228 INFO Processing ruok command from /127.0.0.1:35360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:16:53,163 INFO Processing ruok command from /127.0.0.1:35634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:16:53,203 INFO Processing ruok command from /127.0.0.1:35640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:16:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:16:58,457 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:16:58,462 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:16:58,468 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:16:58,474 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:16:58,481 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:16:58,486 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-05-30 05:16:58,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:16:58,499 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:17:03,175 INFO Processing ruok command from /127.0.0.1:35908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:17:03,208 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:17:13,186 INFO Processing ruok command from /127.0.0.1:36178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:17:13,225 INFO Processing ruok command from /127.0.0.1:36180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:17:23,189 INFO Processing ruok command from /127.0.0.1:36458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:17:23,234 INFO Processing ruok command from /127.0.0.1:36460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:17:28,122 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:17:28,129 INFO Committing global session 0x2000040e9d8000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:17:28,980 INFO Submitting global closeSession request for session 0x2000040e9d8000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:17:33,182 INFO Processing ruok command from /127.0.0.1:36722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:17:33,231 INFO Processing ruok command from /127.0.0.1:36726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:17:43,179 INFO Processing ruok command from /127.0.0.1:37000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:17:43,212 INFO Processing ruok command from /127.0.0.1:37002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:17:53,169 INFO Processing ruok command from /127.0.0.1:37288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:17:53,240 INFO Processing ruok command from /127.0.0.1:37290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:17:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:17:58,456 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:17:58,462 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:17:58,469 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:18:03,179 INFO Processing ruok command from /127.0.0.1:37568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:18:03,261 INFO Processing ruok command from /127.0.0.1:37572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:18:13,173 INFO Processing ruok command from /127.0.0.1:37842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:18:13,238 INFO Processing ruok command from /127.0.0.1:37844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:18:23,186 INFO Processing ruok command from /127.0.0.1:38094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:18:23,214 INFO Processing ruok command from /127.0.0.1:38096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:18:33,185 INFO Processing ruok command from /127.0.0.1:38356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:18:33,239 INFO Processing ruok command from /127.0.0.1:38360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:18:43,186 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:18:43,215 INFO Processing ruok command from /127.0.0.1:38634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:18:53,178 INFO Processing ruok command from /127.0.0.1:38906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:18:53,210 INFO Processing ruok command from /127.0.0.1:38908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:18:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:19:03,174 INFO Processing ruok command from /127.0.0.1:39154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:19:03,210 INFO Processing ruok command from /127.0.0.1:39156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:19:13,188 INFO Processing ruok command from /127.0.0.1:39428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:19:13,226 INFO Processing ruok command from /127.0.0.1:39430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:19:23,178 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:19:23,226 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:19:28,246 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:19:28,255 INFO Committing global session 0x2000040e9d8000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:19:29,092 INFO Submitting global closeSession request for session 0x2000040e9d8000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:19:33,179 INFO Processing ruok command from /127.0.0.1:39968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:19:33,236 INFO Processing ruok command from /127.0.0.1:39970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:19:43,170 INFO Processing ruok command from /127.0.0.1:40258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:19:43,200 INFO Processing ruok command from /127.0.0.1:40260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:19:53,170 INFO Processing ruok command from /127.0.0.1:40516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:19:53,231 INFO Processing ruok command from /127.0.0.1:40518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:19:58,450 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:20:03,175 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:20:03,250 INFO Processing ruok command from /127.0.0.1:40770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:20:13,191 INFO Processing ruok command from /127.0.0.1:41042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:20:13,232 INFO Processing ruok command from /127.0.0.1:41048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:20:23,172 INFO Processing ruok command from /127.0.0.1:41308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:20:23,208 INFO Processing ruok command from /127.0.0.1:41310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:20:33,180 INFO Processing ruok command from /127.0.0.1:41562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:20:33,250 INFO Processing ruok command from /127.0.0.1:41564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:20:43,174 INFO Processing ruok command from /127.0.0.1:41802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:20:43,204 INFO Processing ruok command from /127.0.0.1:41804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:20:53,178 INFO Processing ruok command from /127.0.0.1:42044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:20:53,245 INFO Processing ruok command from /127.0.0.1:42050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:21:03,178 INFO Processing ruok command from /127.0.0.1:42320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:21:03,248 INFO Processing ruok command from /127.0.0.1:42326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:21:13,199 INFO Processing ruok command from /127.0.0.1:42596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:21:13,282 INFO Processing ruok command from /127.0.0.1:42600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:21:23,185 INFO Processing ruok command from /127.0.0.1:42848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:21:23,226 INFO Processing ruok command from /127.0.0.1:42850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:21:28,154 INFO Committing global session 0x1000042e6d9000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:21:33,187 INFO Processing ruok command from /127.0.0.1:43130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:21:33,243 INFO Processing ruok command from /127.0.0.1:43136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:21:43,184 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:21:43,212 INFO Processing ruok command from /127.0.0.1:43398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:21:53,181 INFO Processing ruok command from /127.0.0.1:43666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:21:53,216 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:22:03,172 INFO Processing ruok command from /127.0.0.1:43918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:22:03,205 INFO Processing ruok command from /127.0.0.1:43920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:22:13,177 INFO Processing ruok command from /127.0.0.1:44176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:22:13,208 INFO Processing ruok command from /127.0.0.1:44178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:22:23,192 INFO Processing ruok command from /127.0.0.1:44434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:22:23,223 INFO Processing ruok command from /127.0.0.1:44436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:22:33,179 INFO Processing ruok command from /127.0.0.1:44692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:22:33,223 INFO Processing ruok command from /127.0.0.1:44694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:22:43,178 INFO Processing ruok command from /127.0.0.1:44974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:22:43,212 INFO Processing ruok command from /127.0.0.1:44976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:22:53,202 INFO Processing ruok command from /127.0.0.1:45206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:22:53,290 INFO Processing ruok command from /127.0.0.1:45210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:23:03,179 INFO Processing ruok command from /127.0.0.1:45466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:23:03,229 INFO Processing ruok command from /127.0.0.1:45468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:23:13,190 INFO Processing ruok command from /127.0.0.1:45724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:23:13,221 INFO Processing ruok command from /127.0.0.1:45726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:23:23,176 INFO Processing ruok command from /127.0.0.1:46016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:23:23,211 INFO Processing ruok command from /127.0.0.1:46018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:23:28,090 INFO Committing global session 0x1000042e6d9000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:23:33,188 INFO Processing ruok command from /127.0.0.1:46266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:23:33,222 INFO Processing ruok command from /127.0.0.1:46272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:23:43,199 INFO Processing ruok command from /127.0.0.1:46546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:23:43,234 INFO Processing ruok command from /127.0.0.1:46548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:23:53,177 INFO Processing ruok command from /127.0.0.1:46808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:23:53,218 INFO Processing ruok command from /127.0.0.1:46810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:24:03,165 INFO Processing ruok command from /127.0.0.1:47080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:24:03,232 INFO Processing ruok command from /127.0.0.1:47084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:24:13,187 INFO Processing ruok command from /127.0.0.1:47354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:24:13,277 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:24:23,175 INFO Processing ruok command from /127.0.0.1:47622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:24:23,212 INFO Processing ruok command from /127.0.0.1:47624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:24:33,167 INFO Processing ruok command from /127.0.0.1:47868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:24:33,203 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:24:43,182 INFO Processing ruok command from /127.0.0.1:48132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:24:43,233 INFO Processing ruok command from /127.0.0.1:48134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:24:53,205 INFO Processing ruok command from /127.0.0.1:48374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:24:53,243 INFO Processing ruok command from /127.0.0.1:48378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:25:03,184 INFO Processing ruok command from /127.0.0.1:48690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:25:03,218 INFO Processing ruok command from /127.0.0.1:48692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:25:13,171 INFO Processing ruok command from /127.0.0.1:48954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:25:13,210 INFO Processing ruok command from /127.0.0.1:48956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:25:23,171 INFO Processing ruok command from /127.0.0.1:49198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:25:23,200 INFO Processing ruok command from /127.0.0.1:49200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:25:28,086 INFO Committing global session 0x1000042e6d90010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:25:33,188 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:25:33,230 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:25:43,193 INFO Processing ruok command from /127.0.0.1:49754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:25:43,242 INFO Processing ruok command from /127.0.0.1:49756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:25:53,176 INFO Processing ruok command from /127.0.0.1:50042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:25:53,212 INFO Processing ruok command from /127.0.0.1:50044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:26:03,176 INFO Processing ruok command from /127.0.0.1:50300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:26:03,212 INFO Processing ruok command from /127.0.0.1:50302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:26:13,163 INFO Processing ruok command from /127.0.0.1:50546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:26:13,205 INFO Processing ruok command from /127.0.0.1:50550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:26:23,190 INFO Processing ruok command from /127.0.0.1:50804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:26:23,243 INFO Processing ruok command from /127.0.0.1:50806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:26:33,192 INFO Processing ruok command from /127.0.0.1:51086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:26:33,227 INFO Processing ruok command from /127.0.0.1:51088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:26:43,185 INFO Processing ruok command from /127.0.0.1:51350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:26:43,238 INFO Processing ruok command from /127.0.0.1:51354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:26:53,177 INFO Processing ruok command from /127.0.0.1:51598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:26:53,209 INFO Processing ruok command from /127.0.0.1:51600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:27:03,191 INFO Processing ruok command from /127.0.0.1:51838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:27:03,222 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:27:13,168 INFO Processing ruok command from /127.0.0.1:52100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:27:13,205 INFO Processing ruok command from /127.0.0.1:52102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:27:23,180 INFO Processing ruok command from /127.0.0.1:52372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:27:23,217 INFO Processing ruok command from /127.0.0.1:52374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:27:28,294 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:27:28,300 INFO Committing global session 0x2000040e9d8000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:27:29,117 INFO Submitting global closeSession request for session 0x2000040e9d8000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:27:33,184 INFO Processing ruok command from /127.0.0.1:52626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:27:33,216 INFO Processing ruok command from /127.0.0.1:52628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:27:43,181 INFO Processing ruok command from /127.0.0.1:52886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:27:43,243 INFO Processing ruok command from /127.0.0.1:52894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:27:53,172 INFO Processing ruok command from /127.0.0.1:53170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:27:53,206 INFO Processing ruok command from /127.0.0.1:53174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:27:58,451 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-05-30 05:27:58,456 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-05-30 05:28:03,186 INFO Processing ruok command from /127.0.0.1:53446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:28:03,218 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:28:13,173 INFO Processing ruok command from /127.0.0.1:53730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:28:13,236 INFO Processing ruok command from /127.0.0.1:53734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:28:23,180 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:28:23,201 INFO Processing ruok command from /127.0.0.1:54004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:28:33,171 INFO Processing ruok command from /127.0.0.1:54272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:28:33,209 INFO Processing ruok command from /127.0.0.1:54280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:28:43,170 INFO Processing ruok command from /127.0.0.1:54568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:28:43,212 INFO Processing ruok command from /127.0.0.1:54570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:28:53,169 INFO Processing ruok command from /127.0.0.1:54820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:28:53,208 INFO Processing ruok command from /127.0.0.1:54822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:28:58,451 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:28:58,456 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:29:03,177 INFO Processing ruok command from /127.0.0.1:55098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:29:03,227 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:29:13,166 INFO Processing ruok command from /127.0.0.1:55372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:29:13,203 INFO Processing ruok command from /127.0.0.1:55374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:29:23,158 INFO Processing ruok command from /127.0.0.1:55648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:29:23,190 INFO Processing ruok command from /127.0.0.1:55650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:29:28,031 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:29:28,043 INFO Committing global session 0x2000040e9d8000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:29:28,873 INFO Submitting global closeSession request for session 0x2000040e9d8000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:29:33,177 INFO Processing ruok command from /127.0.0.1:55904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:29:33,212 INFO Processing ruok command from /127.0.0.1:55906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:29:43,181 INFO Processing ruok command from /127.0.0.1:56176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:29:43,213 INFO Processing ruok command from /127.0.0.1:56178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:29:53,182 INFO Processing ruok command from /127.0.0.1:56440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:29:53,225 INFO Processing ruok command from /127.0.0.1:56442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:29:58,451 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:29:58,456 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:30:03,193 INFO Processing ruok command from /127.0.0.1:56728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:30:03,225 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:30:13,171 INFO Processing ruok command from /127.0.0.1:56998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:30:13,210 INFO Processing ruok command from /127.0.0.1:57000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:30:23,173 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:30:23,208 INFO Processing ruok command from /127.0.0.1:57278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:30:33,173 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:30:33,244 INFO Processing ruok command from /127.0.0.1:57544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:30:43,178 INFO Processing ruok command from /127.0.0.1:57788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:30:43,202 INFO Processing ruok command from /127.0.0.1:57790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:30:53,184 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:30:53,248 INFO Processing ruok command from /127.0.0.1:58060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:30:58,450 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 05:31:03,186 INFO Processing ruok command from /127.0.0.1:58318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:31:03,222 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:31:13,180 INFO Processing ruok command from /127.0.0.1:58602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:31:13,233 INFO Processing ruok command from /127.0.0.1:58604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:31:23,157 INFO Processing ruok command from /127.0.0.1:58886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:31:23,192 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:31:28,059 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:31:28,066 INFO Committing global session 0x2000040e9d8000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:31:28,874 INFO Submitting global closeSession request for session 0x2000040e9d8000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:31:33,180 INFO Processing ruok command from /127.0.0.1:59130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:31:33,216 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:31:43,175 INFO Processing ruok command from /127.0.0.1:59422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:31:43,232 INFO Processing ruok command from /127.0.0.1:59424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:31:53,168 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:31:53,200 INFO Processing ruok command from /127.0.0.1:59702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:32:03,194 INFO Processing ruok command from /127.0.0.1:59972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:32:03,267 INFO Processing ruok command from /127.0.0.1:59982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:32:13,167 INFO Processing ruok command from /127.0.0.1:60232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:32:13,225 INFO Processing ruok command from /127.0.0.1:60234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:32:23,183 INFO Processing ruok command from /127.0.0.1:60476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:32:23,212 INFO Processing ruok command from /127.0.0.1:60478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:32:33,176 INFO Processing ruok command from /127.0.0.1:60750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:32:33,224 INFO Processing ruok command from /127.0.0.1:60752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:32:43,186 INFO Processing ruok command from /127.0.0.1:60994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:32:43,256 INFO Processing ruok command from /127.0.0.1:32768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:32:53,181 INFO Processing ruok command from /127.0.0.1:33032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:32:53,217 INFO Processing ruok command from /127.0.0.1:33034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:33:03,172 INFO Processing ruok command from /127.0.0.1:33302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:33:03,208 INFO Processing ruok command from /127.0.0.1:33306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:33:13,170 INFO Processing ruok command from /127.0.0.1:33572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:33:13,206 INFO Processing ruok command from /127.0.0.1:33574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:33:23,164 INFO Processing ruok command from /127.0.0.1:33854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:33:23,197 INFO Processing ruok command from /127.0.0.1:33856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:33:28,195 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:33:28,202 INFO Committing global session 0x2000040e9d80010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:33:29,035 INFO Submitting global closeSession request for session 0x2000040e9d80010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:33:33,174 INFO Processing ruok command from /127.0.0.1:34112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:33:33,210 INFO Processing ruok command from /127.0.0.1:34116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:33:43,181 INFO Processing ruok command from /127.0.0.1:34362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:33:43,233 INFO Processing ruok command from /127.0.0.1:34364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:33:53,176 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:33:53,210 INFO Processing ruok command from /127.0.0.1:34616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:34:03,185 INFO Processing ruok command from /127.0.0.1:34902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:34:03,222 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:34:13,169 INFO Processing ruok command from /127.0.0.1:35154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:34:13,236 INFO Processing ruok command from /127.0.0.1:35156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:34:23,191 INFO Processing ruok command from /127.0.0.1:35418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:34:23,260 INFO Processing ruok command from /127.0.0.1:35424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:34:33,195 INFO Processing ruok command from /127.0.0.1:35678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:34:33,245 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:34:43,185 INFO Processing ruok command from /127.0.0.1:35920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:34:43,226 INFO Processing ruok command from /127.0.0.1:35922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:34:53,182 INFO Processing ruok command from /127.0.0.1:36160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:34:53,218 INFO Processing ruok command from /127.0.0.1:36162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:35:03,197 INFO Processing ruok command from /127.0.0.1:36408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:35:03,264 INFO Processing ruok command from /127.0.0.1:36414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:35:13,171 INFO Processing ruok command from /127.0.0.1:36682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:35:13,209 INFO Processing ruok command from /127.0.0.1:36684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:35:23,169 INFO Processing ruok command from /127.0.0.1:36936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:35:23,206 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:35:28,103 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:35:28,109 INFO Committing global session 0x2000040e9d80011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:35:28,974 INFO Submitting global closeSession request for session 0x2000040e9d80011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:35:33,168 INFO Processing ruok command from /127.0.0.1:37182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:35:33,198 INFO Processing ruok command from /127.0.0.1:37184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:35:43,164 INFO Processing ruok command from /127.0.0.1:37512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:35:43,256 INFO Processing ruok command from /127.0.0.1:37518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:35:53,195 INFO Processing ruok command from /127.0.0.1:37812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:35:53,236 INFO Processing ruok command from /127.0.0.1:37814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:36:03,173 INFO Processing ruok command from /127.0.0.1:38088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:36:03,210 INFO Processing ruok command from /127.0.0.1:38090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:36:13,171 INFO Processing ruok command from /127.0.0.1:38368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:36:13,206 INFO Processing ruok command from /127.0.0.1:38370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:36:23,163 INFO Processing ruok command from /127.0.0.1:38668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:36:23,196 INFO Processing ruok command from /127.0.0.1:38670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:36:33,175 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:36:33,211 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:36:43,182 INFO Processing ruok command from /127.0.0.1:39204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:36:43,204 INFO Processing ruok command from /127.0.0.1:39206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:36:53,185 INFO Processing ruok command from /127.0.0.1:39484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:36:53,214 INFO Processing ruok command from /127.0.0.1:39486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:37:03,171 INFO Processing ruok command from /127.0.0.1:39738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:37:03,197 INFO Processing ruok command from /127.0.0.1:39740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:37:13,196 INFO Processing ruok command from /127.0.0.1:39986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:37:13,228 INFO Processing ruok command from /127.0.0.1:39990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:37:23,186 INFO Processing ruok command from /127.0.0.1:40240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:37:23,214 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:37:28,063 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:37:28,068 INFO Committing global session 0x2000040e9d80012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:37:28,908 INFO Submitting global closeSession request for session 0x2000040e9d80012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:37:33,171 INFO Processing ruok command from /127.0.0.1:40498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:37:33,209 INFO Processing ruok command from /127.0.0.1:40500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:37:43,181 INFO Processing ruok command from /127.0.0.1:40778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:37:43,228 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:37:53,194 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:37:53,223 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:38:03,170 INFO Processing ruok command from /127.0.0.1:41300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:38:03,222 INFO Processing ruok command from /127.0.0.1:41302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:38:13,181 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:38:13,208 INFO Processing ruok command from /127.0.0.1:41564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:38:23,157 INFO Processing ruok command from /127.0.0.1:41822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:38:23,189 INFO Processing ruok command from /127.0.0.1:41824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:38:33,194 INFO Processing ruok command from /127.0.0.1:42084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:38:33,259 INFO Processing ruok command from /127.0.0.1:42086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:38:43,184 INFO Processing ruok command from /127.0.0.1:42350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:38:43,222 INFO Processing ruok command from /127.0.0.1:42354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:38:53,189 INFO Processing ruok command from /127.0.0.1:42616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:38:53,240 INFO Processing ruok command from /127.0.0.1:42618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:39:03,179 INFO Processing ruok command from /127.0.0.1:42878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:39:03,218 INFO Processing ruok command from /127.0.0.1:42880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:39:13,186 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:39:13,259 INFO Processing ruok command from /127.0.0.1:43130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:39:23,173 INFO Processing ruok command from /127.0.0.1:43410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:39:23,204 INFO Processing ruok command from /127.0.0.1:43412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:39:28,330 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:39:28,336 INFO Committing global session 0x2000040e9d80013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:39:29,146 INFO Submitting global closeSession request for session 0x2000040e9d80013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:39:33,167 INFO Processing ruok command from /127.0.0.1:43656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:39:33,212 INFO Processing ruok command from /127.0.0.1:43658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:39:43,183 INFO Processing ruok command from /127.0.0.1:43942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:39:43,254 INFO Processing ruok command from /127.0.0.1:43946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:39:53,187 INFO Processing ruok command from /127.0.0.1:44202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:39:53,219 INFO Processing ruok command from /127.0.0.1:44204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:40:03,192 INFO Processing ruok command from /127.0.0.1:44476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:40:03,275 INFO Processing ruok command from /127.0.0.1:44478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:40:13,172 INFO Processing ruok command from /127.0.0.1:44728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:40:13,211 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:40:23,166 INFO Processing ruok command from /127.0.0.1:44978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:40:23,200 INFO Processing ruok command from /127.0.0.1:44980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:40:33,184 INFO Processing ruok command from /127.0.0.1:45238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:40:33,215 INFO Processing ruok command from /127.0.0.1:45240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:40:43,172 INFO Processing ruok command from /127.0.0.1:45506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:40:43,207 INFO Processing ruok command from /127.0.0.1:45508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:40:53,163 INFO Processing ruok command from /127.0.0.1:45740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:40:53,202 INFO Processing ruok command from /127.0.0.1:45742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:41:03,187 INFO Processing ruok command from /127.0.0.1:45992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:41:03,222 INFO Processing ruok command from /127.0.0.1:45994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:41:13,200 INFO Processing ruok command from /127.0.0.1:46262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:41:13,232 INFO Processing ruok command from /127.0.0.1:46264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:41:23,175 INFO Processing ruok command from /127.0.0.1:46514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:41:23,208 INFO Processing ruok command from /127.0.0.1:46516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:41:28,135 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:41:28,148 INFO Committing global session 0x2000040e9d80014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:41:28,946 INFO Submitting global closeSession request for session 0x2000040e9d80014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:41:33,180 INFO Processing ruok command from /127.0.0.1:46764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:41:33,219 INFO Processing ruok command from /127.0.0.1:46766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:41:43,177 INFO Processing ruok command from /127.0.0.1:47036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:41:43,220 INFO Processing ruok command from /127.0.0.1:47038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:41:53,190 INFO Processing ruok command from /127.0.0.1:47278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:41:53,224 INFO Processing ruok command from /127.0.0.1:47280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:42:03,183 INFO Processing ruok command from /127.0.0.1:47534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:42:03,260 INFO Processing ruok command from /127.0.0.1:47536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:42:13,192 INFO Processing ruok command from /127.0.0.1:47816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:42:13,257 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:42:23,185 INFO Processing ruok command from /127.0.0.1:48080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:42:23,213 INFO Processing ruok command from /127.0.0.1:48082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:42:33,187 INFO Processing ruok command from /127.0.0.1:48380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:42:33,216 INFO Processing ruok command from /127.0.0.1:48382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:42:43,175 INFO Processing ruok command from /127.0.0.1:48630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:42:43,223 INFO Processing ruok command from /127.0.0.1:48634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:42:53,178 INFO Processing ruok command from /127.0.0.1:48880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:42:53,209 INFO Processing ruok command from /127.0.0.1:48882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:43:03,181 INFO Processing ruok command from /127.0.0.1:49144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:43:03,218 INFO Processing ruok command from /127.0.0.1:49146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:43:13,179 INFO Processing ruok command from /127.0.0.1:49400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:43:13,211 INFO Processing ruok command from /127.0.0.1:49402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:43:23,180 INFO Processing ruok command from /127.0.0.1:49684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:43:23,213 INFO Processing ruok command from /127.0.0.1:49686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:43:28,231 INFO Committing global session 0x1000042e6d90011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:43:33,191 INFO Processing ruok command from /127.0.0.1:49932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:43:33,233 INFO Processing ruok command from /127.0.0.1:49934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:43:43,181 INFO Processing ruok command from /127.0.0.1:50190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:43:43,257 INFO Processing ruok command from /127.0.0.1:50192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:43:53,186 INFO Processing ruok command from /127.0.0.1:50482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:43:53,245 INFO Processing ruok command from /127.0.0.1:50484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:43:56,626 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-05-30 05:43:56,626 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-05-30 05:43:56,634 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-05-30 05:44:03,184 INFO Processing ruok command from /127.0.0.1:50750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:44:03,227 INFO Processing ruok command from /127.0.0.1:50756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:44:13,191 INFO Processing ruok command from /127.0.0.1:51030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:44:13,265 INFO Processing ruok command from /127.0.0.1:51032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:44:23,177 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:44:23,215 INFO Processing ruok command from /127.0.0.1:51310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:44:33,175 INFO Processing ruok command from /127.0.0.1:51574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:44:33,204 INFO Processing ruok command from /127.0.0.1:51576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:44:43,170 INFO Processing ruok command from /127.0.0.1:51838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:44:43,211 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:44:53,193 INFO Processing ruok command from /127.0.0.1:52090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:44:53,229 INFO Processing ruok command from /127.0.0.1:52092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:45:03,185 INFO Processing ruok command from /127.0.0.1:52340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:45:03,212 INFO Processing ruok command from /127.0.0.1:52342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:45:13,190 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:45:13,269 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:45:23,177 INFO Processing ruok command from /127.0.0.1:52876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:45:23,222 INFO Processing ruok command from /127.0.0.1:52878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:45:28,579 INFO Committing global session 0x1000042e6d90012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:45:33,201 INFO Processing ruok command from /127.0.0.1:53154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:45:33,260 INFO Processing ruok command from /127.0.0.1:53156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:45:43,176 INFO Processing ruok command from /127.0.0.1:53404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:45:43,235 INFO Processing ruok command from /127.0.0.1:53408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:45:53,182 INFO Processing ruok command from /127.0.0.1:53668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:45:53,237 INFO Processing ruok command from /127.0.0.1:53670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:46:03,180 INFO Processing ruok command from /127.0.0.1:53928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:46:03,217 INFO Processing ruok command from /127.0.0.1:53934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:46:13,192 INFO Processing ruok command from /127.0.0.1:54208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:46:13,243 INFO Processing ruok command from /127.0.0.1:54210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:46:23,186 INFO Processing ruok command from /127.0.0.1:54502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:46:23,223 INFO Processing ruok command from /127.0.0.1:54504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:46:33,173 INFO Processing ruok command from /127.0.0.1:54774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:46:33,208 INFO Processing ruok command from /127.0.0.1:54776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:46:43,164 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:46:43,195 INFO Processing ruok command from /127.0.0.1:55054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:46:53,165 INFO Processing ruok command from /127.0.0.1:55326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:46:53,198 INFO Processing ruok command from /127.0.0.1:55328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:47:03,171 INFO Processing ruok command from /127.0.0.1:55580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:47:03,200 INFO Processing ruok command from /127.0.0.1:55582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:47:13,193 INFO Processing ruok command from /127.0.0.1:55864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:47:13,247 INFO Processing ruok command from /127.0.0.1:55870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:47:23,177 INFO Processing ruok command from /127.0.0.1:56140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:47:23,214 INFO Processing ruok command from /127.0.0.1:56142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:47:28,065 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:47:28,071 INFO Committing global session 0x2000040e9d80015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:47:28,907 INFO Submitting global closeSession request for session 0x2000040e9d80015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:47:33,181 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:47:33,216 INFO Processing ruok command from /127.0.0.1:56438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:47:43,189 INFO Processing ruok command from /127.0.0.1:56710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:47:43,225 INFO Processing ruok command from /127.0.0.1:56712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:47:53,188 INFO Processing ruok command from /127.0.0.1:56988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:47:53,226 INFO Processing ruok command from /127.0.0.1:56990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:48:03,173 INFO Processing ruok command from /127.0.0.1:57260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:48:03,210 INFO Processing ruok command from /127.0.0.1:57264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:48:13,179 INFO Processing ruok command from /127.0.0.1:57510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:48:13,243 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:48:23,189 INFO Processing ruok command from /127.0.0.1:57792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:48:23,224 INFO Processing ruok command from /127.0.0.1:57796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:48:33,168 INFO Processing ruok command from /127.0.0.1:58052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:48:33,215 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:48:43,182 INFO Processing ruok command from /127.0.0.1:58328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:48:43,211 INFO Processing ruok command from /127.0.0.1:58330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:48:53,184 INFO Processing ruok command from /127.0.0.1:58574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:48:53,212 INFO Processing ruok command from /127.0.0.1:58576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:49:03,176 INFO Processing ruok command from /127.0.0.1:58840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:49:03,204 INFO Processing ruok command from /127.0.0.1:58842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:49:13,188 INFO Processing ruok command from /127.0.0.1:59098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:49:13,216 INFO Processing ruok command from /127.0.0.1:59100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:49:23,168 INFO Processing ruok command from /127.0.0.1:59386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:49:23,198 INFO Processing ruok command from /127.0.0.1:59388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:49:28,230 INFO Committing global session 0x1000042e6d90013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:49:33,188 INFO Processing ruok command from /127.0.0.1:59656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:49:33,226 INFO Processing ruok command from /127.0.0.1:59658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:49:43,196 INFO Processing ruok command from /127.0.0.1:59922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:49:43,228 INFO Processing ruok command from /127.0.0.1:59924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:49:53,183 INFO Processing ruok command from /127.0.0.1:60200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:49:53,246 INFO Processing ruok command from /127.0.0.1:60202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:50:03,190 INFO Processing ruok command from /127.0.0.1:60470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:50:03,221 INFO Processing ruok command from /127.0.0.1:60472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:50:13,169 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:50:13,227 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:50:23,190 INFO Processing ruok command from /127.0.0.1:32786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:50:23,228 INFO Processing ruok command from /127.0.0.1:32788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:50:33,186 INFO Processing ruok command from /127.0.0.1:33062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:50:33,224 INFO Processing ruok command from /127.0.0.1:33066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:50:43,169 INFO Processing ruok command from /127.0.0.1:33330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:50:43,208 INFO Processing ruok command from /127.0.0.1:33332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:50:53,183 INFO Processing ruok command from /127.0.0.1:33598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:50:53,225 INFO Processing ruok command from /127.0.0.1:33600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:51:03,175 INFO Processing ruok command from /127.0.0.1:33860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:51:03,209 INFO Processing ruok command from /127.0.0.1:33862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:51:13,172 INFO Processing ruok command from /127.0.0.1:34120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:51:13,199 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:51:23,171 INFO Processing ruok command from /127.0.0.1:34382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:51:23,205 INFO Processing ruok command from /127.0.0.1:34388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:51:28,374 INFO Committing global session 0x1000042e6d90014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:51:33,184 INFO Processing ruok command from /127.0.0.1:34678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:51:33,226 INFO Processing ruok command from /127.0.0.1:34680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:51:43,194 INFO Processing ruok command from /127.0.0.1:34948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:51:43,231 INFO Processing ruok command from /127.0.0.1:34950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:51:53,178 INFO Processing ruok command from /127.0.0.1:35226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:51:53,256 INFO Processing ruok command from /127.0.0.1:35228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:52:03,183 INFO Processing ruok command from /127.0.0.1:35504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:52:03,228 INFO Processing ruok command from /127.0.0.1:35506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:52:13,173 INFO Processing ruok command from /127.0.0.1:35788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:52:13,208 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:52:23,171 INFO Processing ruok command from /127.0.0.1:36068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:52:23,201 INFO Processing ruok command from /127.0.0.1:36072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:52:33,166 INFO Processing ruok command from /127.0.0.1:36344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:52:33,239 INFO Processing ruok command from /127.0.0.1:36346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:52:43,196 INFO Processing ruok command from /127.0.0.1:36614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:52:43,259 INFO Processing ruok command from /127.0.0.1:36616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:52:53,204 INFO Processing ruok command from /127.0.0.1:36910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:52:53,230 INFO Processing ruok command from /127.0.0.1:36912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:53:03,208 INFO Processing ruok command from /127.0.0.1:37184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:53:03,233 INFO Processing ruok command from /127.0.0.1:37186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:53:13,186 INFO Processing ruok command from /127.0.0.1:37442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:53:13,214 INFO Processing ruok command from /127.0.0.1:37444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:53:23,166 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:53:23,233 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:53:28,180 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:53:28,186 INFO Committing global session 0x2000040e9d80016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:53:28,998 INFO Submitting global closeSession request for session 0x2000040e9d80016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:53:33,192 INFO Processing ruok command from /127.0.0.1:37998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:53:33,254 INFO Processing ruok command from /127.0.0.1:38000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:53:43,177 INFO Processing ruok command from /127.0.0.1:38292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:53:43,211 INFO Processing ruok command from /127.0.0.1:38294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:53:53,183 INFO Processing ruok command from /127.0.0.1:38572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:53:53,220 INFO Processing ruok command from /127.0.0.1:38574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:54:03,171 INFO Processing ruok command from /127.0.0.1:38866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:54:03,236 INFO Processing ruok command from /127.0.0.1:38868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:54:13,169 INFO Processing ruok command from /127.0.0.1:39150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:54:13,233 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:54:23,196 INFO Processing ruok command from /127.0.0.1:39428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:54:23,238 INFO Processing ruok command from /127.0.0.1:39430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:54:33,172 INFO Processing ruok command from /127.0.0.1:39692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:54:33,203 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:54:43,176 INFO Processing ruok command from /127.0.0.1:39954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:54:43,222 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:54:53,174 INFO Processing ruok command from /127.0.0.1:40204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:54:53,232 INFO Processing ruok command from /127.0.0.1:40206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:55:03,190 INFO Processing ruok command from /127.0.0.1:40498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:55:03,226 INFO Processing ruok command from /127.0.0.1:40502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:55:13,188 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:55:13,231 INFO Processing ruok command from /127.0.0.1:40770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:55:23,176 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:55:23,212 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:55:28,097 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 05:55:28,103 INFO Committing global session 0x2000040e9d80017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:55:28,970 INFO Submitting global closeSession request for session 0x2000040e9d80017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:55:33,192 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:55:33,230 INFO Processing ruok command from /127.0.0.1:41334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:55:43,182 INFO Processing ruok command from /127.0.0.1:41630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:55:43,243 INFO Processing ruok command from /127.0.0.1:41634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:55:53,186 INFO Processing ruok command from /127.0.0.1:41936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:55:53,256 INFO Processing ruok command from /127.0.0.1:41940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:56:03,177 INFO Processing ruok command from /127.0.0.1:42234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:56:03,213 INFO Processing ruok command from /127.0.0.1:42236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:56:13,190 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:56:13,215 INFO Processing ruok command from /127.0.0.1:42490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:56:23,164 INFO Processing ruok command from /127.0.0.1:42768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:56:23,214 INFO Processing ruok command from /127.0.0.1:42770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:56:33,199 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:56:33,271 INFO Processing ruok command from /127.0.0.1:43052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:56:43,182 INFO Processing ruok command from /127.0.0.1:43328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:56:43,253 INFO Processing ruok command from /127.0.0.1:43332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:56:53,169 INFO Processing ruok command from /127.0.0.1:43592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:56:53,199 INFO Processing ruok command from /127.0.0.1:43594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:57:03,170 INFO Processing ruok command from /127.0.0.1:43862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:57:03,199 INFO Processing ruok command from /127.0.0.1:43864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:57:13,186 INFO Processing ruok command from /127.0.0.1:44122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:57:13,223 INFO Processing ruok command from /127.0.0.1:44124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:57:23,187 INFO Processing ruok command from /127.0.0.1:44398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:57:23,251 INFO Processing ruok command from /127.0.0.1:44404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:57:28,206 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 05:57:28,212 INFO Committing global session 0x2000040e9d80018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:57:29,055 INFO Submitting global closeSession request for session 0x2000040e9d80018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 05:57:33,187 INFO Processing ruok command from /127.0.0.1:44684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:57:33,282 INFO Processing ruok command from /127.0.0.1:44688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:57:43,163 INFO Processing ruok command from /127.0.0.1:44962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:57:43,190 INFO Processing ruok command from /127.0.0.1:44966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:57:53,177 INFO Processing ruok command from /127.0.0.1:45232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:57:53,213 INFO Processing ruok command from /127.0.0.1:45234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:58:03,184 INFO Processing ruok command from /127.0.0.1:45498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:58:03,257 INFO Processing ruok command from /127.0.0.1:45500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:58:13,176 INFO Processing ruok command from /127.0.0.1:45774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:58:13,248 INFO Processing ruok command from /127.0.0.1:45778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:58:23,167 INFO Processing ruok command from /127.0.0.1:46040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:58:23,199 INFO Processing ruok command from /127.0.0.1:46044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:58:33,177 INFO Processing ruok command from /127.0.0.1:46312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:58:33,205 INFO Processing ruok command from /127.0.0.1:46314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:58:43,168 INFO Processing ruok command from /127.0.0.1:46554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:58:43,200 INFO Processing ruok command from /127.0.0.1:46556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:58:53,159 INFO Processing ruok command from /127.0.0.1:46822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:58:53,197 INFO Processing ruok command from /127.0.0.1:46824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:59:03,196 INFO Processing ruok command from /127.0.0.1:47106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:59:03,228 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:59:13,178 INFO Processing ruok command from /127.0.0.1:47366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:59:13,209 INFO Processing ruok command from /127.0.0.1:47368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:59:23,177 INFO Processing ruok command from /127.0.0.1:47634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:59:23,212 INFO Processing ruok command from /127.0.0.1:47636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:59:28,087 INFO Committing global session 0x1000042e6d90015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 05:59:33,192 INFO Processing ruok command from /127.0.0.1:47910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:59:33,216 INFO Processing ruok command from /127.0.0.1:47912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:59:43,166 INFO Processing ruok command from /127.0.0.1:48172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:59:43,206 INFO Processing ruok command from /127.0.0.1:48176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 05:59:53,186 INFO Processing ruok command from /127.0.0.1:48442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 05:59:53,245 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:00:03,186 INFO Processing ruok command from /127.0.0.1:48714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:00:03,220 INFO Processing ruok command from /127.0.0.1:48716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:00:13,176 INFO Processing ruok command from /127.0.0.1:48960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:00:13,210 INFO Processing ruok command from /127.0.0.1:48962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:00:23,196 INFO Processing ruok command from /127.0.0.1:49224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:00:23,238 INFO Processing ruok command from /127.0.0.1:49228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:00:33,182 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:00:33,209 INFO Processing ruok command from /127.0.0.1:49490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:00:43,170 INFO Processing ruok command from /127.0.0.1:49736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:00:43,239 INFO Processing ruok command from /127.0.0.1:49738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:00:53,170 INFO Processing ruok command from /127.0.0.1:50016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:00:53,197 INFO Processing ruok command from /127.0.0.1:50018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:01:03,182 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:01:03,222 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:01:13,183 INFO Processing ruok command from /127.0.0.1:50522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:01:13,215 INFO Processing ruok command from /127.0.0.1:50524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:01:23,186 INFO Processing ruok command from /127.0.0.1:50790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:01:23,219 INFO Processing ruok command from /127.0.0.1:50792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:01:28,141 INFO Committing global session 0x1000042e6d90016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:01:33,186 INFO Processing ruok command from /127.0.0.1:51072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:01:33,223 INFO Processing ruok command from /127.0.0.1:51074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:01:43,178 INFO Processing ruok command from /127.0.0.1:51322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:01:43,204 INFO Processing ruok command from /127.0.0.1:51324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:01:53,177 INFO Processing ruok command from /127.0.0.1:51592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:01:53,238 INFO Processing ruok command from /127.0.0.1:51594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:02:03,172 INFO Processing ruok command from /127.0.0.1:51856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:02:03,211 INFO Processing ruok command from /127.0.0.1:51858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:02:13,187 INFO Processing ruok command from /127.0.0.1:52134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:02:13,252 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:02:23,181 INFO Processing ruok command from /127.0.0.1:52410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:02:23,225 INFO Processing ruok command from /127.0.0.1:52412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:02:33,192 INFO Processing ruok command from /127.0.0.1:52684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:02:33,252 INFO Processing ruok command from /127.0.0.1:52688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:02:43,185 INFO Processing ruok command from /127.0.0.1:52986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:02:43,235 INFO Processing ruok command from /127.0.0.1:52992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:02:53,189 INFO Processing ruok command from /127.0.0.1:53244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:02:53,269 INFO Processing ruok command from /127.0.0.1:53248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:03:03,183 INFO Processing ruok command from /127.0.0.1:53504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:03:03,213 INFO Processing ruok command from /127.0.0.1:53506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:03:13,170 INFO Processing ruok command from /127.0.0.1:53820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:03:13,222 INFO Processing ruok command from /127.0.0.1:53822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:03:23,191 INFO Processing ruok command from /127.0.0.1:54106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:03:23,233 INFO Processing ruok command from /127.0.0.1:54108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:03:28,282 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:03:28,293 INFO Committing global session 0x2000040e9d80019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:03:29,116 INFO Submitting global closeSession request for session 0x2000040e9d80019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:03:33,193 INFO Processing ruok command from /127.0.0.1:54478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:03:33,218 INFO Processing ruok command from /127.0.0.1:54480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:03:43,179 INFO Processing ruok command from /127.0.0.1:54756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:03:43,211 INFO Processing ruok command from /127.0.0.1:54758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:03:53,181 INFO Processing ruok command from /127.0.0.1:55046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:03:53,230 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:03:58,450 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:04:03,175 INFO Processing ruok command from /127.0.0.1:55330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:04:03,205 INFO Processing ruok command from /127.0.0.1:55332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:04:13,180 INFO Processing ruok command from /127.0.0.1:55584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:04:13,209 INFO Processing ruok command from /127.0.0.1:55588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:04:23,162 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:04:23,200 INFO Processing ruok command from /127.0.0.1:55858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:04:33,189 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:04:33,220 INFO Processing ruok command from /127.0.0.1:56148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:04:43,186 INFO Processing ruok command from /127.0.0.1:56428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:04:43,227 INFO Processing ruok command from /127.0.0.1:56432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:04:53,167 INFO Processing ruok command from /127.0.0.1:56708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:04:53,224 INFO Processing ruok command from /127.0.0.1:56712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:04:58,450 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:05:03,177 INFO Processing ruok command from /127.0.0.1:56980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:05:03,209 INFO Processing ruok command from /127.0.0.1:56982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:05:13,183 INFO Processing ruok command from /127.0.0.1:57240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:05:13,216 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:05:23,185 INFO Processing ruok command from /127.0.0.1:57538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:05:23,219 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:05:28,512 INFO Committing global session 0x1000042e6d90017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:05:33,180 INFO Processing ruok command from /127.0.0.1:57818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:05:33,219 INFO Processing ruok command from /127.0.0.1:57820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:05:43,175 INFO Processing ruok command from /127.0.0.1:58080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:05:43,246 INFO Processing ruok command from /127.0.0.1:58082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:05:53,176 INFO Processing ruok command from /127.0.0.1:58368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:05:53,263 INFO Processing ruok command from /127.0.0.1:58372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:05:58,451 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:06:03,182 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:06:03,219 INFO Processing ruok command from /127.0.0.1:58638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:06:13,187 INFO Processing ruok command from /127.0.0.1:58896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:06:13,219 INFO Processing ruok command from /127.0.0.1:58898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:06:23,180 INFO Processing ruok command from /127.0.0.1:59160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:06:23,220 INFO Processing ruok command from /127.0.0.1:59162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:06:33,189 INFO Processing ruok command from /127.0.0.1:59416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:06:33,253 INFO Processing ruok command from /127.0.0.1:59418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:06:43,178 INFO Processing ruok command from /127.0.0.1:59706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:06:43,209 INFO Processing ruok command from /127.0.0.1:59708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:06:53,178 INFO Processing ruok command from /127.0.0.1:59980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:06:53,214 INFO Processing ruok command from /127.0.0.1:59982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:06:58,450 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:07:03,173 INFO Processing ruok command from /127.0.0.1:60246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:07:03,216 INFO Processing ruok command from /127.0.0.1:60248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:07:13,176 INFO Processing ruok command from /127.0.0.1:60528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:07:13,202 INFO Processing ruok command from /127.0.0.1:60530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:07:23,177 INFO Processing ruok command from /127.0.0.1:60784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:07:23,234 INFO Processing ruok command from /127.0.0.1:60790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:07:28,131 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:07:28,137 INFO Committing global session 0x2000040e9d8001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:07:28,978 INFO Submitting global closeSession request for session 0x2000040e9d8001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:07:33,201 INFO Processing ruok command from /127.0.0.1:32794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:07:33,231 INFO Processing ruok command from /127.0.0.1:32796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:07:43,172 INFO Processing ruok command from /127.0.0.1:33046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:07:43,248 INFO Processing ruok command from /127.0.0.1:33048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:07:53,167 INFO Processing ruok command from /127.0.0.1:33332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:07:53,248 INFO Processing ruok command from /127.0.0.1:33336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:08:03,171 INFO Processing ruok command from /127.0.0.1:33602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:08:03,211 INFO Processing ruok command from /127.0.0.1:33604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:08:13,211 INFO Processing ruok command from /127.0.0.1:33892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:08:13,288 INFO Processing ruok command from /127.0.0.1:33896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:08:23,167 INFO Processing ruok command from /127.0.0.1:34152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:08:23,200 INFO Processing ruok command from /127.0.0.1:34154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:08:33,172 INFO Processing ruok command from /127.0.0.1:34420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:08:33,200 INFO Processing ruok command from /127.0.0.1:34422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:08:43,170 INFO Processing ruok command from /127.0.0.1:34692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:08:43,202 INFO Processing ruok command from /127.0.0.1:34694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:08:53,180 INFO Processing ruok command from /127.0.0.1:34958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:08:53,215 INFO Processing ruok command from /127.0.0.1:34960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:09:03,176 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:09:03,249 INFO Processing ruok command from /127.0.0.1:35226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:09:13,179 INFO Processing ruok command from /127.0.0.1:35484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:09:13,213 INFO Processing ruok command from /127.0.0.1:35486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:09:23,164 INFO Processing ruok command from /127.0.0.1:35764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:09:23,207 INFO Processing ruok command from /127.0.0.1:35766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:09:28,316 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:09:28,323 INFO Committing global session 0x2000040e9d8001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:09:29,009 INFO Submitting global closeSession request for session 0x2000040e9d8001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:09:33,195 INFO Processing ruok command from /127.0.0.1:36026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:09:33,232 INFO Processing ruok command from /127.0.0.1:36028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:09:43,171 INFO Processing ruok command from /127.0.0.1:36274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:09:43,228 INFO Processing ruok command from /127.0.0.1:36276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:09:53,188 INFO Processing ruok command from /127.0.0.1:36546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:09:53,219 INFO Processing ruok command from /127.0.0.1:36548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:09:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:10:03,199 INFO Processing ruok command from /127.0.0.1:36828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:10:03,232 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:10:13,171 INFO Processing ruok command from /127.0.0.1:37116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:10:13,218 INFO Processing ruok command from /127.0.0.1:37122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:10:23,191 INFO Processing ruok command from /127.0.0.1:37404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:10:23,247 INFO Processing ruok command from /127.0.0.1:37408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:10:33,179 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:10:33,236 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:10:43,188 INFO Processing ruok command from /127.0.0.1:37956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:10:43,231 INFO Processing ruok command from /127.0.0.1:37958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:10:53,185 INFO Processing ruok command from /127.0.0.1:38222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:10:53,244 INFO Processing ruok command from /127.0.0.1:38224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:10:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup0ed4388a-21d0-45c5-8360-11d17d6dc741/homles0ed4388a-21d0-45c5-8360-11d17d6dc741 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:10:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:11:03,177 INFO Processing ruok command from /127.0.0.1:38498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:11:03,213 INFO Processing ruok command from /127.0.0.1:38500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:11:13,218 INFO Processing ruok command from /127.0.0.1:38782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:11:13,238 INFO Processing ruok command from /127.0.0.1:38784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:11:23,187 INFO Processing ruok command from /127.0.0.1:39046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:11:23,243 INFO Processing ruok command from /127.0.0.1:39048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:11:28,137 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:11:28,143 INFO Committing global session 0x2000040e9d8001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:11:28,982 INFO Submitting global closeSession request for session 0x2000040e9d8001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:11:33,186 INFO Processing ruok command from /127.0.0.1:39308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:11:33,221 INFO Processing ruok command from /127.0.0.1:39310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:11:43,172 INFO Processing ruok command from /127.0.0.1:39576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:11:43,252 INFO Processing ruok command from /127.0.0.1:39580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:11:53,168 INFO Processing ruok command from /127.0.0.1:39834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:11:53,243 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:11:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup0ed4388a-21d0-45c5-8360-11d17d6dc741 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:11:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:12:03,207 INFO Processing ruok command from /127.0.0.1:40106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:12:03,245 INFO Processing ruok command from /127.0.0.1:40108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:12:13,187 INFO Processing ruok command from /127.0.0.1:40368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:12:13,228 INFO Processing ruok command from /127.0.0.1:40374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:12:23,175 INFO Processing ruok command from /127.0.0.1:40642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:12:23,206 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:12:33,187 INFO Processing ruok command from /127.0.0.1:40922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:12:33,243 INFO Processing ruok command from /127.0.0.1:40924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:12:43,189 INFO Processing ruok command from /127.0.0.1:41188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:12:43,252 INFO Processing ruok command from /127.0.0.1:41192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:12:53,191 INFO Processing ruok command from /127.0.0.1:41448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:12:53,225 INFO Processing ruok command from /127.0.0.1:41450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:12:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:12:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:13:03,193 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:13:03,235 INFO Processing ruok command from /127.0.0.1:41714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:13:13,181 INFO Processing ruok command from /127.0.0.1:41990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:13:13,257 INFO Processing ruok command from /127.0.0.1:41996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:13:23,193 INFO Processing ruok command from /127.0.0.1:42290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:13:23,253 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:13:28,109 INFO Committing global session 0x1000042e6d90018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:13:33,177 INFO Processing ruok command from /127.0.0.1:42576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:13:33,219 INFO Processing ruok command from /127.0.0.1:42578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:13:43,163 INFO Processing ruok command from /127.0.0.1:42852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:13:43,196 INFO Processing ruok command from /127.0.0.1:42858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:13:53,187 INFO Processing ruok command from /127.0.0.1:43108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:13:53,233 INFO Processing ruok command from /127.0.0.1:43112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:13:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:13:58,457 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-05-30 06:13:58,463 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:14:03,193 INFO Processing ruok command from /127.0.0.1:43366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:14:03,274 INFO Processing ruok command from /127.0.0.1:43372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:14:13,182 INFO Processing ruok command from /127.0.0.1:43658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:14:13,217 INFO Processing ruok command from /127.0.0.1:43660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:14:23,188 INFO Processing ruok command from /127.0.0.1:43938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:14:23,232 INFO Processing ruok command from /127.0.0.1:43940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:14:33,184 INFO Processing ruok command from /127.0.0.1:44208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:14:33,221 INFO Processing ruok command from /127.0.0.1:44210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:14:43,172 INFO Processing ruok command from /127.0.0.1:44470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:14:43,203 INFO Processing ruok command from /127.0.0.1:44472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:14:53,198 INFO Processing ruok command from /127.0.0.1:44748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:14:53,263 INFO Processing ruok command from /127.0.0.1:44750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:14:58,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:14:58,460 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:14:58,465 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:15:03,170 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:15:03,215 INFO Processing ruok command from /127.0.0.1:45028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:15:13,191 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:15:13,257 INFO Processing ruok command from /127.0.0.1:45294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:15:23,177 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:15:23,223 INFO Processing ruok command from /127.0.0.1:45590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:15:28,156 INFO Committing global session 0x1000042e6d90019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:15:33,192 INFO Processing ruok command from /127.0.0.1:45842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:15:33,282 INFO Processing ruok command from /127.0.0.1:45850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:15:43,171 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:15:43,223 INFO Processing ruok command from /127.0.0.1:46118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:15:53,185 INFO Processing ruok command from /127.0.0.1:46400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:15:53,257 INFO Processing ruok command from /127.0.0.1:46404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:15:58,451 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:15:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:15:58,462 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:16:03,177 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:16:03,209 INFO Processing ruok command from /127.0.0.1:46654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:16:13,185 INFO Processing ruok command from /127.0.0.1:46906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:16:13,221 INFO Processing ruok command from /127.0.0.1:46908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:16:23,187 INFO Processing ruok command from /127.0.0.1:47178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:16:23,261 INFO Processing ruok command from /127.0.0.1:47180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:16:33,185 INFO Processing ruok command from /127.0.0.1:47458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:16:33,240 INFO Processing ruok command from /127.0.0.1:47462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:16:43,183 INFO Processing ruok command from /127.0.0.1:47716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:16:43,253 INFO Processing ruok command from /127.0.0.1:47718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:16:53,192 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:16:53,231 INFO Processing ruok command from /127.0.0.1:47968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:16:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:16:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:16:58,463 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:17:03,191 INFO Processing ruok command from /127.0.0.1:48236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:17:03,261 INFO Processing ruok command from /127.0.0.1:48240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:17:13,185 INFO Processing ruok command from /127.0.0.1:48500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:17:13,282 INFO Processing ruok command from /127.0.0.1:48504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:17:23,183 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:17:23,222 INFO Processing ruok command from /127.0.0.1:48768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:17:28,116 INFO Committing global session 0x1000042e6d9001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:17:33,188 INFO Processing ruok command from /127.0.0.1:49030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:17:33,253 INFO Processing ruok command from /127.0.0.1:49032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:17:43,174 INFO Processing ruok command from /127.0.0.1:49288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:17:43,250 INFO Processing ruok command from /127.0.0.1:49294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:17:53,166 INFO Processing ruok command from /127.0.0.1:49564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:17:53,200 INFO Processing ruok command from /127.0.0.1:49566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:17:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:17:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:18:03,165 INFO Processing ruok command from /127.0.0.1:49824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:18:03,198 INFO Processing ruok command from /127.0.0.1:49826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:18:13,183 INFO Processing ruok command from /127.0.0.1:50088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:18:13,226 INFO Processing ruok command from /127.0.0.1:50090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:18:23,172 INFO Processing ruok command from /127.0.0.1:50338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:18:23,204 INFO Processing ruok command from /127.0.0.1:50340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:18:33,173 INFO Processing ruok command from /127.0.0.1:50624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:18:33,231 INFO Processing ruok command from /127.0.0.1:50626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:18:43,187 INFO Processing ruok command from /127.0.0.1:50898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:18:43,247 INFO Processing ruok command from /127.0.0.1:50900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:18:53,170 INFO Processing ruok command from /127.0.0.1:51180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:18:53,207 INFO Processing ruok command from /127.0.0.1:51182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:18:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:18:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:18:58,463 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:19:03,182 INFO Processing ruok command from /127.0.0.1:51444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:19:03,217 INFO Processing ruok command from /127.0.0.1:51446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:19:13,164 INFO Processing ruok command from /127.0.0.1:51724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:19:13,195 INFO Processing ruok command from /127.0.0.1:51726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:19:23,171 INFO Processing ruok command from /127.0.0.1:51994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:19:23,208 INFO Processing ruok command from /127.0.0.1:51996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:19:28,222 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:19:28,236 INFO Committing global session 0x2000040e9d8001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:19:29,056 INFO Submitting global closeSession request for session 0x2000040e9d8001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:19:33,182 INFO Processing ruok command from /127.0.0.1:52262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:19:33,246 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:19:43,172 INFO Processing ruok command from /127.0.0.1:52528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:19:43,209 INFO Processing ruok command from /127.0.0.1:52530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:19:53,168 INFO Processing ruok command from /127.0.0.1:52810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:19:53,209 INFO Processing ruok command from /127.0.0.1:52812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:19:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:19:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:20:03,188 INFO Processing ruok command from /127.0.0.1:53088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:20:03,226 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:20:13,178 INFO Processing ruok command from /127.0.0.1:53376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:20:13,212 INFO Processing ruok command from /127.0.0.1:53378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:20:23,166 INFO Processing ruok command from /127.0.0.1:53628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:20:23,204 INFO Processing ruok command from /127.0.0.1:53630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:20:33,178 INFO Processing ruok command from /127.0.0.1:53894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:20:33,250 INFO Processing ruok command from /127.0.0.1:53906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:20:43,193 INFO Processing ruok command from /127.0.0.1:54168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:20:43,234 INFO Processing ruok command from /127.0.0.1:54170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:20:53,185 INFO Processing ruok command from /127.0.0.1:54440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:20:53,244 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:20:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:20:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:20:58,463 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:20:58,469 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:21:03,172 INFO Processing ruok command from /127.0.0.1:54728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:21:03,207 INFO Processing ruok command from /127.0.0.1:54730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:21:13,192 INFO Processing ruok command from /127.0.0.1:54996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:21:13,234 INFO Processing ruok command from /127.0.0.1:54998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:21:23,187 INFO Processing ruok command from /127.0.0.1:55282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:21:23,211 INFO Processing ruok command from /127.0.0.1:55284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:21:28,325 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:21:28,332 INFO Committing global session 0x2000040e9d8001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:21:29,177 INFO Submitting global closeSession request for session 0x2000040e9d8001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:21:33,183 INFO Processing ruok command from /127.0.0.1:55556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:21:33,219 INFO Processing ruok command from /127.0.0.1:55558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:21:43,198 INFO Processing ruok command from /127.0.0.1:55824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:21:43,237 INFO Processing ruok command from /127.0.0.1:55826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:21:53,166 INFO Processing ruok command from /127.0.0.1:56100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:21:53,209 INFO Processing ruok command from /127.0.0.1:56104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:21:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:21:58,456 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:21:58,462 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:21:58,469 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:21:58,475 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:22:03,192 INFO Processing ruok command from /127.0.0.1:56374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:22:03,270 INFO Processing ruok command from /127.0.0.1:56378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:22:13,169 INFO Processing ruok command from /127.0.0.1:56650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:22:13,203 INFO Processing ruok command from /127.0.0.1:56652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:22:23,181 INFO Processing ruok command from /127.0.0.1:56904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:22:23,208 INFO Processing ruok command from /127.0.0.1:56906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:22:33,184 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:22:33,210 INFO Processing ruok command from /127.0.0.1:57186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:22:43,177 INFO Processing ruok command from /127.0.0.1:57468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:22:43,220 INFO Processing ruok command from /127.0.0.1:57470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:22:53,185 INFO Processing ruok command from /127.0.0.1:57726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:22:53,222 INFO Processing ruok command from /127.0.0.1:57728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:22:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:22:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:22:58,463 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:22:58,469 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:22:58,476 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:23:03,184 INFO Processing ruok command from /127.0.0.1:57998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:23:03,251 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:23:13,173 INFO Processing ruok command from /127.0.0.1:58274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:23:13,213 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:23:23,172 INFO Processing ruok command from /127.0.0.1:58550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:23:23,209 INFO Processing ruok command from /127.0.0.1:58552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:23:28,060 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:23:28,072 INFO Committing global session 0x2000040e9d8001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:23:28,909 INFO Submitting global closeSession request for session 0x2000040e9d8001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:23:33,182 INFO Processing ruok command from /127.0.0.1:58848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:23:33,222 INFO Processing ruok command from /127.0.0.1:58850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:23:43,173 INFO Processing ruok command from /127.0.0.1:59114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:23:43,241 INFO Processing ruok command from /127.0.0.1:59118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:23:53,177 INFO Processing ruok command from /127.0.0.1:59406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:23:53,212 INFO Processing ruok command from /127.0.0.1:59408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:23:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:23:58,456 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:24:03,190 INFO Processing ruok command from /127.0.0.1:59680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:24:03,227 INFO Processing ruok command from /127.0.0.1:59682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:24:13,169 INFO Processing ruok command from /127.0.0.1:59936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:24:13,206 INFO Processing ruok command from /127.0.0.1:59938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:24:23,181 INFO Processing ruok command from /127.0.0.1:60220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:24:23,220 INFO Processing ruok command from /127.0.0.1:60226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:24:33,196 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:24:33,227 INFO Processing ruok command from /127.0.0.1:60498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:24:43,182 INFO Processing ruok command from /127.0.0.1:60792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:24:43,221 INFO Processing ruok command from /127.0.0.1:60796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:24:53,216 INFO Processing ruok command from /127.0.0.1:32850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:24:53,285 INFO Processing ruok command from /127.0.0.1:32860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:24:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:24:58,456 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:25:03,200 INFO Processing ruok command from /127.0.0.1:33118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:25:03,228 INFO Processing ruok command from /127.0.0.1:33120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:25:13,182 INFO Processing ruok command from /127.0.0.1:33406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:25:13,259 INFO Processing ruok command from /127.0.0.1:33408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:25:23,189 INFO Processing ruok command from /127.0.0.1:33694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:25:23,221 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:25:28,192 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:25:28,198 INFO Committing global session 0x2000040e9d80020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:25:29,050 INFO Submitting global closeSession request for session 0x2000040e9d80020 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:25:33,184 INFO Processing ruok command from /127.0.0.1:33960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:25:33,224 INFO Processing ruok command from /127.0.0.1:33962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:25:43,177 INFO Processing ruok command from /127.0.0.1:34218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:25:43,206 INFO Processing ruok command from /127.0.0.1:34220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:25:53,187 INFO Processing ruok command from /127.0.0.1:34464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:25:53,227 INFO Processing ruok command from /127.0.0.1:34466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:25:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:25:58,456 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:26:03,178 INFO Processing ruok command from /127.0.0.1:34744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:26:03,216 INFO Processing ruok command from /127.0.0.1:34746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:26:13,179 INFO Processing ruok command from /127.0.0.1:35012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:26:13,253 INFO Processing ruok command from /127.0.0.1:35014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:26:23,180 INFO Processing ruok command from /127.0.0.1:35268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:26:23,218 INFO Processing ruok command from /127.0.0.1:35274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:26:33,205 INFO Processing ruok command from /127.0.0.1:35542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:26:33,265 INFO Processing ruok command from /127.0.0.1:35544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:26:43,182 INFO Processing ruok command from /127.0.0.1:35830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:26:43,210 INFO Processing ruok command from /127.0.0.1:35832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:26:53,165 INFO Processing ruok command from /127.0.0.1:36090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:26:53,207 INFO Processing ruok command from /127.0.0.1:36098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:26:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:27:03,171 INFO Processing ruok command from /127.0.0.1:36362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:27:03,211 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:27:13,172 INFO Processing ruok command from /127.0.0.1:36644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:27:13,227 INFO Processing ruok command from /127.0.0.1:36650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:27:23,198 INFO Processing ruok command from /127.0.0.1:36932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:27:23,232 INFO Processing ruok command from /127.0.0.1:36934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:27:28,157 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:27:28,163 INFO Committing global session 0x2000040e9d80021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:27:29,008 INFO Submitting global closeSession request for session 0x2000040e9d80021 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:27:33,188 INFO Processing ruok command from /127.0.0.1:37192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:27:33,227 INFO Processing ruok command from /127.0.0.1:37196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:27:43,193 INFO Processing ruok command from /127.0.0.1:37452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:27:43,226 INFO Processing ruok command from /127.0.0.1:37454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:27:53,178 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:27:53,214 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:27:58,450 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-05-30 06:28:03,187 INFO Processing ruok command from /127.0.0.1:37976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:28:03,247 INFO Processing ruok command from /127.0.0.1:37978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:28:13,182 INFO Processing ruok command from /127.0.0.1:38276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:28:13,226 INFO Processing ruok command from /127.0.0.1:38278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:28:23,184 INFO Processing ruok command from /127.0.0.1:38542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:28:23,259 INFO Processing ruok command from /127.0.0.1:38544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:28:33,181 INFO Processing ruok command from /127.0.0.1:38834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:28:33,217 INFO Processing ruok command from /127.0.0.1:38836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:28:43,177 INFO Processing ruok command from /127.0.0.1:39114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:28:43,206 INFO Processing ruok command from /127.0.0.1:39116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:28:53,163 INFO Processing ruok command from /127.0.0.1:39366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:28:53,209 INFO Processing ruok command from /127.0.0.1:39372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:28:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:28:58,456 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:29:03,193 INFO Processing ruok command from /127.0.0.1:39640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:29:03,230 INFO Processing ruok command from /127.0.0.1:39642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:29:13,163 INFO Processing ruok command from /127.0.0.1:39916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:29:13,198 INFO Processing ruok command from /127.0.0.1:39918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:29:23,197 INFO Processing ruok command from /127.0.0.1:40178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:29:23,240 INFO Processing ruok command from /127.0.0.1:40180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:29:28,537 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:29:28,549 INFO Committing global session 0x2000040e9d80022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:29:29,382 INFO Submitting global closeSession request for session 0x2000040e9d80022 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:29:33,194 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:29:33,238 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:29:43,164 INFO Processing ruok command from /127.0.0.1:40698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:29:43,212 INFO Processing ruok command from /127.0.0.1:40700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:29:53,167 INFO Processing ruok command from /127.0.0.1:40952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:29:53,206 INFO Processing ruok command from /127.0.0.1:40954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:29:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:29:58,455 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:30:03,205 INFO Processing ruok command from /127.0.0.1:41212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:30:03,261 INFO Processing ruok command from /127.0.0.1:41216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:30:13,182 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:30:13,219 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:30:23,186 INFO Processing ruok command from /127.0.0.1:41772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:30:23,221 INFO Processing ruok command from /127.0.0.1:41774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:30:33,200 INFO Processing ruok command from /127.0.0.1:42044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:30:33,284 INFO Processing ruok command from /127.0.0.1:42050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:30:43,199 INFO Processing ruok command from /127.0.0.1:42324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:30:43,232 INFO Processing ruok command from /127.0.0.1:42326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:30:53,172 INFO Processing ruok command from /127.0.0.1:42608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:30:53,208 INFO Processing ruok command from /127.0.0.1:42610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:30:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:31:03,184 INFO Processing ruok command from /127.0.0.1:42902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:31:03,260 INFO Processing ruok command from /127.0.0.1:42904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:31:13,181 INFO Processing ruok command from /127.0.0.1:43182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:31:13,211 INFO Processing ruok command from /127.0.0.1:43184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:31:23,175 INFO Processing ruok command from /127.0.0.1:43454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:31:23,213 INFO Processing ruok command from /127.0.0.1:43456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:31:28,257 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:31:28,262 INFO Committing global session 0x2000040e9d80023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:31:29,093 INFO Submitting global closeSession request for session 0x2000040e9d80023 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:31:33,192 INFO Processing ruok command from /127.0.0.1:43726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:31:33,242 INFO Processing ruok command from /127.0.0.1:43728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:31:43,184 INFO Processing ruok command from /127.0.0.1:44000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:31:43,211 INFO Processing ruok command from /127.0.0.1:44002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:31:53,201 INFO Processing ruok command from /127.0.0.1:44282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:31:53,236 INFO Processing ruok command from /127.0.0.1:44284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:31:58,451 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-05-30 06:32:03,185 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:32:03,225 INFO Processing ruok command from /127.0.0.1:44554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:32:13,195 INFO Processing ruok command from /127.0.0.1:44796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:32:13,228 INFO Processing ruok command from /127.0.0.1:44798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:32:23,172 INFO Processing ruok command from /127.0.0.1:45052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:32:23,229 INFO Processing ruok command from /127.0.0.1:45056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:32:33,181 INFO Processing ruok command from /127.0.0.1:45362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:32:33,224 INFO Processing ruok command from /127.0.0.1:45364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:32:43,172 INFO Processing ruok command from /127.0.0.1:45628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:32:43,199 INFO Processing ruok command from /127.0.0.1:45630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:32:53,173 INFO Processing ruok command from /127.0.0.1:45906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:32:53,207 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:32:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:33:03,171 INFO Processing ruok command from /127.0.0.1:46182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:33:03,210 INFO Processing ruok command from /127.0.0.1:46184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:33:13,170 INFO Processing ruok command from /127.0.0.1:46438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:33:13,206 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:33:23,169 INFO Processing ruok command from /127.0.0.1:46702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:33:23,212 INFO Processing ruok command from /127.0.0.1:46708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:33:28,085 INFO Committing global session 0x1000042e6d9001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:33:33,169 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:33:33,202 INFO Processing ruok command from /127.0.0.1:46996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:33:43,178 INFO Processing ruok command from /127.0.0.1:47266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:33:43,208 INFO Processing ruok command from /127.0.0.1:47268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:33:53,171 INFO Processing ruok command from /127.0.0.1:47516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:33:53,203 INFO Processing ruok command from /127.0.0.1:47518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:33:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:33:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:34:03,180 INFO Processing ruok command from /127.0.0.1:47782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:34:03,217 INFO Processing ruok command from /127.0.0.1:47788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:34:13,173 INFO Processing ruok command from /127.0.0.1:48048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:34:13,210 INFO Processing ruok command from /127.0.0.1:48050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:34:23,198 INFO Processing ruok command from /127.0.0.1:48320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:34:23,234 INFO Processing ruok command from /127.0.0.1:48322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:34:33,173 INFO Processing ruok command from /127.0.0.1:48610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:34:33,205 INFO Processing ruok command from /127.0.0.1:48612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:34:43,201 INFO Processing ruok command from /127.0.0.1:48874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:34:43,263 INFO Processing ruok command from /127.0.0.1:48876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:34:53,188 INFO Processing ruok command from /127.0.0.1:49132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:34:53,216 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:34:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:35:03,189 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:35:03,234 INFO Processing ruok command from /127.0.0.1:49422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:35:13,180 INFO Processing ruok command from /127.0.0.1:49696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:35:13,209 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:35:23,189 INFO Processing ruok command from /127.0.0.1:49972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:35:23,250 INFO Processing ruok command from /127.0.0.1:49978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:35:28,488 INFO Committing global session 0x1000042e6d9001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:35:33,192 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:35:33,253 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:35:43,173 INFO Processing ruok command from /127.0.0.1:50528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:35:43,240 INFO Processing ruok command from /127.0.0.1:50530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:35:53,189 INFO Processing ruok command from /127.0.0.1:50818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:35:53,240 INFO Processing ruok command from /127.0.0.1:50820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:35:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:36:03,186 INFO Processing ruok command from /127.0.0.1:51078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:36:03,254 INFO Processing ruok command from /127.0.0.1:51082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:36:13,168 INFO Processing ruok command from /127.0.0.1:51324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:36:13,225 INFO Processing ruok command from /127.0.0.1:51326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:36:23,165 INFO Processing ruok command from /127.0.0.1:51580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:36:23,190 INFO Processing ruok command from /127.0.0.1:51582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:36:33,164 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:36:33,238 INFO Processing ruok command from /127.0.0.1:51854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:36:43,179 INFO Processing ruok command from /127.0.0.1:52144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:36:43,215 INFO Processing ruok command from /127.0.0.1:52146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:36:53,166 INFO Processing ruok command from /127.0.0.1:52388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:36:53,194 INFO Processing ruok command from /127.0.0.1:52390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:36:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:37:03,184 INFO Processing ruok command from /127.0.0.1:52668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:37:03,219 INFO Processing ruok command from /127.0.0.1:52670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:37:13,172 INFO Processing ruok command from /127.0.0.1:52926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:37:13,208 INFO Processing ruok command from /127.0.0.1:52928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:37:23,188 INFO Processing ruok command from /127.0.0.1:53206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:37:23,223 INFO Processing ruok command from /127.0.0.1:53208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:37:28,260 INFO Committing global session 0x1000042e6d9001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:37:33,183 INFO Processing ruok command from /127.0.0.1:53490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:37:33,212 INFO Processing ruok command from /127.0.0.1:53492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:37:43,185 INFO Processing ruok command from /127.0.0.1:53774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:37:43,222 INFO Processing ruok command from /127.0.0.1:53776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:37:53,177 INFO Processing ruok command from /127.0.0.1:54042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:37:53,253 INFO Processing ruok command from /127.0.0.1:54046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:37:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:37:58,456 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:38:03,181 INFO Processing ruok command from /127.0.0.1:54318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:38:03,209 INFO Processing ruok command from /127.0.0.1:54320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:38:13,187 INFO Processing ruok command from /127.0.0.1:54598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:38:13,233 INFO Processing ruok command from /127.0.0.1:54600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:38:23,159 INFO Processing ruok command from /127.0.0.1:54874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:38:23,207 INFO Processing ruok command from /127.0.0.1:54880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:38:33,176 INFO Processing ruok command from /127.0.0.1:55170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:38:33,211 INFO Processing ruok command from /127.0.0.1:55174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:38:43,171 INFO Processing ruok command from /127.0.0.1:55430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:38:43,206 INFO Processing ruok command from /127.0.0.1:55432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:38:53,203 INFO Processing ruok command from /127.0.0.1:55712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:38:53,247 INFO Processing ruok command from /127.0.0.1:55714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:38:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:38:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:39:03,172 INFO Processing ruok command from /127.0.0.1:55968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:39:03,202 INFO Processing ruok command from /127.0.0.1:55970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:39:13,178 INFO Processing ruok command from /127.0.0.1:56238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:39:13,213 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:39:23,192 INFO Processing ruok command from /127.0.0.1:56500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:39:23,229 INFO Processing ruok command from /127.0.0.1:56502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:39:28,189 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:39:28,194 INFO Committing global session 0x2000040e9d80024 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:39:29,017 INFO Submitting global closeSession request for session 0x2000040e9d80024 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:39:33,192 INFO Processing ruok command from /127.0.0.1:56762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:39:33,257 INFO Processing ruok command from /127.0.0.1:56764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:39:43,173 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:39:43,210 INFO Processing ruok command from /127.0.0.1:57042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:39:53,168 INFO Processing ruok command from /127.0.0.1:57318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:39:53,216 INFO Processing ruok command from /127.0.0.1:57320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:39:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:40:03,204 INFO Processing ruok command from /127.0.0.1:57586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:40:03,234 INFO Processing ruok command from /127.0.0.1:57588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:40:13,191 INFO Processing ruok command from /127.0.0.1:57856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:40:13,275 INFO Processing ruok command from /127.0.0.1:57858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:40:23,169 INFO Processing ruok command from /127.0.0.1:58126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:40:23,199 INFO Processing ruok command from /127.0.0.1:58128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:40:33,192 INFO Processing ruok command from /127.0.0.1:58412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:40:33,223 INFO Processing ruok command from /127.0.0.1:58414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:40:43,163 INFO Processing ruok command from /127.0.0.1:58684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:40:43,197 INFO Processing ruok command from /127.0.0.1:58686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:40:53,185 INFO Processing ruok command from /127.0.0.1:58976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:40:53,218 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:40:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:41:03,192 INFO Processing ruok command from /127.0.0.1:59252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:41:03,222 INFO Processing ruok command from /127.0.0.1:59254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:41:13,183 INFO Processing ruok command from /127.0.0.1:59528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:41:13,212 INFO Processing ruok command from /127.0.0.1:59530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:41:23,187 INFO Processing ruok command from /127.0.0.1:59790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:41:23,284 INFO Processing ruok command from /127.0.0.1:59794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:41:28,493 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:41:28,499 INFO Committing global session 0x2000040e9d80025 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:41:29,255 INFO Submitting global closeSession request for session 0x2000040e9d80025 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:41:33,177 INFO Processing ruok command from /127.0.0.1:60068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:41:33,249 INFO Processing ruok command from /127.0.0.1:60070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:41:43,176 INFO Processing ruok command from /127.0.0.1:60340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:41:43,215 INFO Processing ruok command from /127.0.0.1:60342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:41:53,169 INFO Processing ruok command from /127.0.0.1:60602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:41:53,214 INFO Processing ruok command from /127.0.0.1:60608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:41:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:42:03,183 INFO Processing ruok command from /127.0.0.1:60872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:42:03,214 INFO Processing ruok command from /127.0.0.1:60874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:42:13,173 INFO Processing ruok command from /127.0.0.1:32914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:42:13,224 INFO Processing ruok command from /127.0.0.1:32916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:42:23,166 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:42:23,209 INFO Processing ruok command from /127.0.0.1:33190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:42:33,194 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:42:33,227 INFO Processing ruok command from /127.0.0.1:33486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:42:43,205 INFO Processing ruok command from /127.0.0.1:33768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:42:43,234 INFO Processing ruok command from /127.0.0.1:33772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:42:53,184 INFO Processing ruok command from /127.0.0.1:34028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:42:53,209 INFO Processing ruok command from /127.0.0.1:34030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:42:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:43:03,177 INFO Processing ruok command from /127.0.0.1:34296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:43:03,212 INFO Processing ruok command from /127.0.0.1:34298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:43:13,189 INFO Processing ruok command from /127.0.0.1:34604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:43:13,257 INFO Processing ruok command from /127.0.0.1:34608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:43:23,175 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:43:23,204 INFO Processing ruok command from /127.0.0.1:34906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:43:28,173 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:43:28,179 INFO Committing global session 0x2000040e9d80026 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:43:29,005 INFO Submitting global closeSession request for session 0x2000040e9d80026 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:43:33,168 INFO Processing ruok command from /127.0.0.1:35176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:43:33,201 INFO Processing ruok command from /127.0.0.1:35178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:43:43,179 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:43:43,244 INFO Processing ruok command from /127.0.0.1:35440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:43:53,174 INFO Processing ruok command from /127.0.0.1:35698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:43:53,239 INFO Processing ruok command from /127.0.0.1:35700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:43:56,627 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-05-30 06:43:56,627 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-05-30 06:43:56,632 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-05-30 06:43:58,450 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:44:03,181 INFO Processing ruok command from /127.0.0.1:36004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:44:03,236 INFO Processing ruok command from /127.0.0.1:36006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:44:13,170 INFO Processing ruok command from /127.0.0.1:36284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:44:13,202 INFO Processing ruok command from /127.0.0.1:36286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:44:23,163 INFO Processing ruok command from /127.0.0.1:36580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:44:23,193 INFO Processing ruok command from /127.0.0.1:36582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:44:33,178 INFO Processing ruok command from /127.0.0.1:36884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:44:33,217 INFO Processing ruok command from /127.0.0.1:36886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:44:43,180 INFO Processing ruok command from /127.0.0.1:37162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:44:43,211 INFO Processing ruok command from /127.0.0.1:37164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:44:53,190 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:44:53,259 INFO Processing ruok command from /127.0.0.1:37412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:45:03,188 INFO Processing ruok command from /127.0.0.1:37660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:45:03,226 INFO Processing ruok command from /127.0.0.1:37662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:45:13,178 INFO Processing ruok command from /127.0.0.1:37908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:45:13,236 INFO Processing ruok command from /127.0.0.1:37910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:45:23,172 INFO Processing ruok command from /127.0.0.1:38188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:45:23,207 INFO Processing ruok command from /127.0.0.1:38190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:45:28,199 INFO Committing global session 0x1000042e6d9001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:45:33,174 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:45:33,208 INFO Processing ruok command from /127.0.0.1:38468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:45:43,168 INFO Processing ruok command from /127.0.0.1:38740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:45:43,204 INFO Processing ruok command from /127.0.0.1:38742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:45:53,197 INFO Processing ruok command from /127.0.0.1:39000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:45:53,250 INFO Processing ruok command from /127.0.0.1:39002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:46:03,175 INFO Processing ruok command from /127.0.0.1:39274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:46:03,207 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:46:13,163 INFO Processing ruok command from /127.0.0.1:39548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:46:13,233 INFO Processing ruok command from /127.0.0.1:39558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:46:23,167 INFO Processing ruok command from /127.0.0.1:39834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:46:23,200 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:46:33,179 INFO Processing ruok command from /127.0.0.1:40106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:46:33,210 INFO Processing ruok command from /127.0.0.1:40108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:46:43,199 INFO Processing ruok command from /127.0.0.1:40352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:46:43,249 INFO Processing ruok command from /127.0.0.1:40354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:46:53,174 INFO Processing ruok command from /127.0.0.1:40610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:46:53,204 INFO Processing ruok command from /127.0.0.1:40614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:47:03,182 INFO Processing ruok command from /127.0.0.1:40878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:47:03,211 INFO Processing ruok command from /127.0.0.1:40880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:47:13,182 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:47:13,260 INFO Processing ruok command from /127.0.0.1:41160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:47:23,166 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:47:23,195 INFO Processing ruok command from /127.0.0.1:41416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:47:28,279 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:47:28,291 INFO Committing global session 0x2000040e9d80027 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:47:29,124 INFO Submitting global closeSession request for session 0x2000040e9d80027 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:47:33,170 INFO Processing ruok command from /127.0.0.1:41670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:47:33,199 INFO Processing ruok command from /127.0.0.1:41672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:47:43,180 INFO Processing ruok command from /127.0.0.1:41938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:47:43,212 INFO Processing ruok command from /127.0.0.1:41940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:47:53,179 INFO Processing ruok command from /127.0.0.1:42218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:47:53,215 INFO Processing ruok command from /127.0.0.1:42220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:48:03,173 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:48:03,206 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:48:13,167 INFO Processing ruok command from /127.0.0.1:42742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:48:13,197 INFO Processing ruok command from /127.0.0.1:42744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:48:23,195 INFO Processing ruok command from /127.0.0.1:43032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:48:23,229 INFO Processing ruok command from /127.0.0.1:43034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:48:33,181 INFO Processing ruok command from /127.0.0.1:43334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:48:33,219 INFO Processing ruok command from /127.0.0.1:43336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:48:43,184 INFO Processing ruok command from /127.0.0.1:43590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:48:43,220 INFO Processing ruok command from /127.0.0.1:43592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:48:53,180 INFO Processing ruok command from /127.0.0.1:43838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:48:53,239 INFO Processing ruok command from /127.0.0.1:43840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:49:03,181 INFO Processing ruok command from /127.0.0.1:44096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:49:03,205 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:49:13,189 INFO Processing ruok command from /127.0.0.1:44348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:49:13,213 INFO Processing ruok command from /127.0.0.1:44350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:49:23,174 INFO Processing ruok command from /127.0.0.1:44628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:49:23,207 INFO Processing ruok command from /127.0.0.1:44630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:49:28,266 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:49:28,273 INFO Committing global session 0x2000040e9d80028 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:49:29,104 INFO Submitting global closeSession request for session 0x2000040e9d80028 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:49:33,189 INFO Processing ruok command from /127.0.0.1:44918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:49:33,223 INFO Processing ruok command from /127.0.0.1:44922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:49:43,180 INFO Processing ruok command from /127.0.0.1:45208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:49:43,210 INFO Processing ruok command from /127.0.0.1:45210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:49:53,185 INFO Processing ruok command from /127.0.0.1:45454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:49:53,214 INFO Processing ruok command from /127.0.0.1:45462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:50:03,177 INFO Processing ruok command from /127.0.0.1:45742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:50:03,213 INFO Processing ruok command from /127.0.0.1:45744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:50:13,162 INFO Processing ruok command from /127.0.0.1:46026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:50:13,238 INFO Processing ruok command from /127.0.0.1:46030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:50:23,191 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:50:23,224 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:50:33,191 INFO Processing ruok command from /127.0.0.1:46560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:50:33,275 INFO Processing ruok command from /127.0.0.1:46562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:50:43,171 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:50:43,213 INFO Processing ruok command from /127.0.0.1:46846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:50:53,173 INFO Processing ruok command from /127.0.0.1:47112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:50:53,246 INFO Processing ruok command from /127.0.0.1:47114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:50:58,451 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-05-30 06:51:03,177 INFO Processing ruok command from /127.0.0.1:47394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:51:03,238 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:51:13,188 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:51:13,217 INFO Processing ruok command from /127.0.0.1:47680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:51:23,192 INFO Processing ruok command from /127.0.0.1:47942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:51:23,221 INFO Processing ruok command from /127.0.0.1:47944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:51:28,292 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:51:28,300 INFO Committing global session 0x2000040e9d80029 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:51:29,138 INFO Submitting global closeSession request for session 0x2000040e9d80029 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:51:33,185 INFO Processing ruok command from /127.0.0.1:48214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:51:33,216 INFO Processing ruok command from /127.0.0.1:48216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:51:43,163 INFO Processing ruok command from /127.0.0.1:48490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:51:43,244 INFO Processing ruok command from /127.0.0.1:48492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:51:53,207 INFO Processing ruok command from /127.0.0.1:48752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:51:53,270 INFO Processing ruok command from /127.0.0.1:48754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:51:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:52:03,191 INFO Processing ruok command from /127.0.0.1:49030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:52:03,221 INFO Processing ruok command from /127.0.0.1:49032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:52:13,180 INFO Processing ruok command from /127.0.0.1:49310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:52:13,258 INFO Processing ruok command from /127.0.0.1:49312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:52:23,182 INFO Processing ruok command from /127.0.0.1:49568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:52:23,218 INFO Processing ruok command from /127.0.0.1:49570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:52:33,183 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:52:33,217 INFO Processing ruok command from /127.0.0.1:49840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:52:43,193 INFO Processing ruok command from /127.0.0.1:50110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:52:43,219 INFO Processing ruok command from /127.0.0.1:50112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:52:53,189 INFO Processing ruok command from /127.0.0.1:50382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:52:53,269 INFO Processing ruok command from /127.0.0.1:50384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:52:58,450 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:52:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:53:03,194 INFO Processing ruok command from /127.0.0.1:50650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:53:03,244 INFO Processing ruok command from /127.0.0.1:50654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:53:13,180 INFO Processing ruok command from /127.0.0.1:50944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:53:13,214 INFO Processing ruok command from /127.0.0.1:50946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:53:23,179 INFO Processing ruok command from /127.0.0.1:51204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:53:23,217 INFO Processing ruok command from /127.0.0.1:51206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:53:28,291 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:53:28,297 INFO Committing global session 0x2000040e9d8002a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:53:29,126 INFO Submitting global closeSession request for session 0x2000040e9d8002a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:53:33,181 INFO Processing ruok command from /127.0.0.1:51488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:53:33,248 INFO Processing ruok command from /127.0.0.1:51490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:53:43,180 INFO Processing ruok command from /127.0.0.1:51742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:53:43,212 INFO Processing ruok command from /127.0.0.1:51744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:53:53,175 INFO Processing ruok command from /127.0.0.1:52006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:53:53,210 INFO Processing ruok command from /127.0.0.1:52008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:53:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:54:03,194 INFO Processing ruok command from /127.0.0.1:52272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:54:03,234 INFO Processing ruok command from /127.0.0.1:52274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:54:13,181 INFO Processing ruok command from /127.0.0.1:52554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:54:13,241 INFO Processing ruok command from /127.0.0.1:52556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:54:23,177 INFO Processing ruok command from /127.0.0.1:52830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:54:23,214 INFO Processing ruok command from /127.0.0.1:52832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:54:33,183 INFO Processing ruok command from /127.0.0.1:53094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:54:33,215 INFO Processing ruok command from /127.0.0.1:53096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:54:43,160 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:54:43,195 INFO Processing ruok command from /127.0.0.1:53368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:54:53,181 INFO Processing ruok command from /127.0.0.1:53632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:54:53,221 INFO Processing ruok command from /127.0.0.1:53634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:54:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:55:03,188 INFO Processing ruok command from /127.0.0.1:53902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:55:03,240 INFO Processing ruok command from /127.0.0.1:53904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:55:13,194 INFO Processing ruok command from /127.0.0.1:54198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:55:13,225 INFO Processing ruok command from /127.0.0.1:54200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:55:23,192 INFO Processing ruok command from /127.0.0.1:54478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:55:23,221 INFO Processing ruok command from /127.0.0.1:54480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:55:28,295 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 06:55:28,302 INFO Committing global session 0x2000040e9d8002b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:55:29,150 INFO Submitting global closeSession request for session 0x2000040e9d8002b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:55:33,183 INFO Processing ruok command from /127.0.0.1:54742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:55:33,216 INFO Processing ruok command from /127.0.0.1:54744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:55:43,179 INFO Processing ruok command from /127.0.0.1:54992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:55:43,209 INFO Processing ruok command from /127.0.0.1:54994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:55:53,179 INFO Processing ruok command from /127.0.0.1:55260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:55:53,221 INFO Processing ruok command from /127.0.0.1:55264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:55:58,451 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:56:03,176 INFO Processing ruok command from /127.0.0.1:55504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:56:03,218 INFO Processing ruok command from /127.0.0.1:55510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:56:13,195 INFO Processing ruok command from /127.0.0.1:55776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:56:13,244 INFO Processing ruok command from /127.0.0.1:55778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:56:23,164 INFO Processing ruok command from /127.0.0.1:56072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:56:23,235 INFO Processing ruok command from /127.0.0.1:56076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:56:33,176 INFO Processing ruok command from /127.0.0.1:56380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:56:33,207 INFO Processing ruok command from /127.0.0.1:56382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:56:43,189 INFO Processing ruok command from /127.0.0.1:56678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:56:43,278 INFO Processing ruok command from /127.0.0.1:56682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:56:53,180 INFO Processing ruok command from /127.0.0.1:56950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:56:53,215 INFO Processing ruok command from /127.0.0.1:56954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:56:58,450 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-05-30 06:57:03,168 INFO Processing ruok command from /127.0.0.1:57216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:57:03,205 INFO Processing ruok command from /127.0.0.1:57218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:57:13,198 INFO Processing ruok command from /127.0.0.1:57552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:57:13,257 INFO Processing ruok command from /127.0.0.1:57554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:57:23,181 INFO Processing ruok command from /127.0.0.1:57836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:57:23,220 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:57:28,307 INFO Committing global session 0x1000042e6d9001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:57:33,192 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:57:33,277 INFO Processing ruok command from /127.0.0.1:58110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:57:43,174 INFO Processing ruok command from /127.0.0.1:58382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:57:43,207 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:57:53,188 INFO Processing ruok command from /127.0.0.1:58672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:57:53,264 INFO Processing ruok command from /127.0.0.1:58676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:57:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:57:58,457 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:57:58,462 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:58:03,184 INFO Processing ruok command from /127.0.0.1:58934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:58:03,248 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:58:13,180 INFO Processing ruok command from /127.0.0.1:59202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:58:13,216 INFO Processing ruok command from /127.0.0.1:59204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:58:23,175 INFO Processing ruok command from /127.0.0.1:59474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:58:23,239 INFO Processing ruok command from /127.0.0.1:59476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:58:33,180 INFO Processing ruok command from /127.0.0.1:59754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:58:33,241 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:58:43,172 INFO Processing ruok command from /127.0.0.1:60046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:58:43,208 INFO Processing ruok command from /127.0.0.1:60048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:58:53,173 INFO Processing ruok command from /127.0.0.1:60314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:58:53,212 INFO Processing ruok command from /127.0.0.1:60316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:58:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:58:58,456 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:58:58,463 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:59:03,180 INFO Processing ruok command from /127.0.0.1:60582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:59:03,215 INFO Processing ruok command from /127.0.0.1:60584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:59:13,168 INFO Processing ruok command from /127.0.0.1:60838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:59:13,201 INFO Processing ruok command from /127.0.0.1:60840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:59:23,199 INFO Processing ruok command from /127.0.0.1:32882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:59:23,277 INFO Processing ruok command from /127.0.0.1:32886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:59:28,206 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 06:59:28,213 INFO Committing global session 0x2000040e9d8002c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 06:59:29,041 INFO Submitting global closeSession request for session 0x2000040e9d8002c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 06:59:33,183 INFO Processing ruok command from /127.0.0.1:33168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:59:33,216 INFO Processing ruok command from /127.0.0.1:33176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:59:43,173 INFO Processing ruok command from /127.0.0.1:33442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:59:43,246 INFO Processing ruok command from /127.0.0.1:33446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:59:53,178 INFO Processing ruok command from /127.0.0.1:33686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 06:59:53,206 INFO Processing ruok command from /127.0.0.1:33688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 06:59:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 06:59:58,457 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:00:03,175 INFO Processing ruok command from /127.0.0.1:33970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:00:03,208 INFO Processing ruok command from /127.0.0.1:33972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:00:13,174 INFO Processing ruok command from /127.0.0.1:34244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:00:13,213 INFO Processing ruok command from /127.0.0.1:34246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:00:23,170 INFO Processing ruok command from /127.0.0.1:34536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:00:23,251 INFO Processing ruok command from /127.0.0.1:34540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:00:33,181 INFO Processing ruok command from /127.0.0.1:34830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:00:33,224 INFO Processing ruok command from /127.0.0.1:34832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:00:43,176 INFO Processing ruok command from /127.0.0.1:35116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:00:43,218 INFO Processing ruok command from /127.0.0.1:35118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:00:53,172 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:00:53,200 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:00:58,450 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:01:03,193 INFO Processing ruok command from /127.0.0.1:35670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:01:03,224 INFO Processing ruok command from /127.0.0.1:35672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:01:13,196 INFO Processing ruok command from /127.0.0.1:35952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:01:13,240 INFO Processing ruok command from /127.0.0.1:35954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:01:23,167 INFO Processing ruok command from /127.0.0.1:36232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:01:23,261 INFO Processing ruok command from /127.0.0.1:36238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:01:28,061 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 07:01:28,070 INFO Committing global session 0x2000040e9d8002d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:01:28,892 INFO Submitting global closeSession request for session 0x2000040e9d8002d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 07:01:33,183 INFO Processing ruok command from /127.0.0.1:36526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:01:33,221 INFO Processing ruok command from /127.0.0.1:36532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:01:43,179 INFO Processing ruok command from /127.0.0.1:36810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:01:43,222 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:01:53,164 INFO Processing ruok command from /127.0.0.1:37070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:01:53,205 INFO Processing ruok command from /127.0.0.1:37072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:02:03,181 INFO Processing ruok command from /127.0.0.1:37326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:02:03,214 INFO Processing ruok command from /127.0.0.1:37328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:02:13,182 INFO Processing ruok command from /127.0.0.1:37596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:02:13,215 INFO Processing ruok command from /127.0.0.1:37598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:02:23,172 INFO Processing ruok command from /127.0.0.1:37882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:02:23,239 INFO Processing ruok command from /127.0.0.1:37884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:02:33,181 INFO Processing ruok command from /127.0.0.1:38160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:02:33,223 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:02:43,190 INFO Processing ruok command from /127.0.0.1:38434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:02:43,222 INFO Processing ruok command from /127.0.0.1:38436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:02:53,177 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:02:53,214 INFO Processing ruok command from /127.0.0.1:38710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:02:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:03:03,168 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:03:03,239 INFO Processing ruok command from /127.0.0.1:38978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:03:13,169 INFO Processing ruok command from /127.0.0.1:39244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:03:13,202 INFO Processing ruok command from /127.0.0.1:39246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:03:23,171 INFO Processing ruok command from /127.0.0.1:39538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:03:23,205 INFO Processing ruok command from /127.0.0.1:39540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:03:28,070 INFO Committing global session 0x1000042e6d90020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:03:33,172 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:03:33,234 INFO Processing ruok command from /127.0.0.1:39822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:03:43,160 INFO Processing ruok command from /127.0.0.1:40114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:03:43,194 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:03:53,176 INFO Processing ruok command from /127.0.0.1:40388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:03:53,210 INFO Processing ruok command from /127.0.0.1:40390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:03:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:04:03,169 INFO Processing ruok command from /127.0.0.1:40682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:04:03,197 INFO Processing ruok command from /127.0.0.1:40686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:04:13,189 INFO Processing ruok command from /127.0.0.1:40950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:04:13,224 INFO Processing ruok command from /127.0.0.1:40952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:04:23,186 INFO Processing ruok command from /127.0.0.1:41216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:04:23,226 INFO Processing ruok command from /127.0.0.1:41218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:04:33,181 INFO Processing ruok command from /127.0.0.1:41488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:04:33,214 INFO Processing ruok command from /127.0.0.1:41490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:04:43,181 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:04:43,209 INFO Processing ruok command from /127.0.0.1:41764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:04:53,172 INFO Processing ruok command from /127.0.0.1:42042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:04:53,206 INFO Processing ruok command from /127.0.0.1:42044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:04:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:05:03,182 INFO Processing ruok command from /127.0.0.1:42306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:05:03,223 INFO Processing ruok command from /127.0.0.1:42308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:05:13,175 INFO Processing ruok command from /127.0.0.1:42570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:05:13,204 INFO Processing ruok command from /127.0.0.1:42572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:05:23,166 INFO Processing ruok command from /127.0.0.1:42854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:05:23,197 INFO Processing ruok command from /127.0.0.1:42856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:05:28,027 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 07:05:28,034 INFO Committing global session 0x2000040e9d8002e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:05:28,884 INFO Submitting global closeSession request for session 0x2000040e9d8002e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 07:05:33,189 INFO Processing ruok command from /127.0.0.1:43122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:05:33,226 INFO Processing ruok command from /127.0.0.1:43124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:05:43,172 INFO Processing ruok command from /127.0.0.1:43398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:05:43,203 INFO Processing ruok command from /127.0.0.1:43400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:05:53,178 INFO Processing ruok command from /127.0.0.1:43684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:05:53,237 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:05:58,451 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:06:03,184 INFO Processing ruok command from /127.0.0.1:43942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:06:03,253 INFO Processing ruok command from /127.0.0.1:43944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:06:13,186 INFO Processing ruok command from /127.0.0.1:44236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:06:13,239 INFO Processing ruok command from /127.0.0.1:44238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:06:23,172 INFO Processing ruok command from /127.0.0.1:44506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:06:23,207 INFO Processing ruok command from /127.0.0.1:44508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:06:33,186 INFO Processing ruok command from /127.0.0.1:44786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:06:33,259 INFO Processing ruok command from /127.0.0.1:44788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:06:43,185 INFO Processing ruok command from /127.0.0.1:45050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:06:43,268 INFO Processing ruok command from /127.0.0.1:45060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:06:53,177 INFO Processing ruok command from /127.0.0.1:45332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:06:53,210 INFO Processing ruok command from /127.0.0.1:45334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:07:03,164 INFO Processing ruok command from /127.0.0.1:45622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:07:03,193 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:07:13,187 INFO Processing ruok command from /127.0.0.1:45902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:07:13,221 INFO Processing ruok command from /127.0.0.1:45906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:07:23,187 INFO Processing ruok command from /127.0.0.1:46180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:07:23,221 INFO Processing ruok command from /127.0.0.1:46184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:07:27,995 INFO Committing global session 0x1000042e6d90021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:07:33,172 INFO Processing ruok command from /127.0.0.1:46452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:07:33,201 INFO Processing ruok command from /127.0.0.1:46456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:07:43,173 INFO Processing ruok command from /127.0.0.1:46730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:07:43,208 INFO Processing ruok command from /127.0.0.1:46732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:07:53,174 INFO Processing ruok command from /127.0.0.1:46980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:07:53,207 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:07:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:08:03,177 INFO Processing ruok command from /127.0.0.1:47244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:08:03,212 INFO Processing ruok command from /127.0.0.1:47246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:08:13,166 INFO Processing ruok command from /127.0.0.1:47502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:08:13,210 INFO Processing ruok command from /127.0.0.1:47506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:08:23,163 INFO Processing ruok command from /127.0.0.1:47782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:08:23,190 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:08:33,189 INFO Processing ruok command from /127.0.0.1:48046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:08:33,220 INFO Processing ruok command from /127.0.0.1:48048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:08:43,177 INFO Processing ruok command from /127.0.0.1:48326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:08:43,212 INFO Processing ruok command from /127.0.0.1:48328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:08:53,181 INFO Processing ruok command from /127.0.0.1:48600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:08:53,214 INFO Processing ruok command from /127.0.0.1:48602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:08:58,450 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:09:03,178 INFO Processing ruok command from /127.0.0.1:48884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:09:03,223 INFO Processing ruok command from /127.0.0.1:48886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:09:13,178 INFO Processing ruok command from /127.0.0.1:49150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:09:13,206 INFO Processing ruok command from /127.0.0.1:49152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:09:23,181 INFO Processing ruok command from /127.0.0.1:49428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:09:23,237 INFO Processing ruok command from /127.0.0.1:49430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:09:28,070 INFO Committing global session 0x1000042e6d90022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:09:33,170 INFO Processing ruok command from /127.0.0.1:49708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:09:33,247 INFO Processing ruok command from /127.0.0.1:49710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:09:43,179 INFO Processing ruok command from /127.0.0.1:49964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:09:43,216 INFO Processing ruok command from /127.0.0.1:49966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:09:53,180 INFO Processing ruok command from /127.0.0.1:50220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:09:53,216 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:09:58,451 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:10:03,174 INFO Processing ruok command from /127.0.0.1:50514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:10:03,211 INFO Processing ruok command from /127.0.0.1:50516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:10:13,193 INFO Processing ruok command from /127.0.0.1:50802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:10:13,237 INFO Processing ruok command from /127.0.0.1:50804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:10:23,175 INFO Processing ruok command from /127.0.0.1:51086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:10:23,216 INFO Processing ruok command from /127.0.0.1:51088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:10:33,173 INFO Processing ruok command from /127.0.0.1:51376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:10:33,213 INFO Processing ruok command from /127.0.0.1:51378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:10:43,171 INFO Processing ruok command from /127.0.0.1:51642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:10:43,232 INFO Processing ruok command from /127.0.0.1:51644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:10:53,178 INFO Processing ruok command from /127.0.0.1:51906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:10:53,219 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:10:58,450 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-05-30 07:11:03,193 INFO Processing ruok command from /127.0.0.1:52170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:11:03,260 INFO Processing ruok command from /127.0.0.1:52178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:11:13,176 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:11:13,207 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:11:23,188 INFO Processing ruok command from /127.0.0.1:52752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:11:23,225 INFO Processing ruok command from /127.0.0.1:52754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:11:28,039 INFO Committing global session 0x1000042e6d90023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:11:33,188 INFO Processing ruok command from /127.0.0.1:53028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:11:33,249 INFO Processing ruok command from /127.0.0.1:53030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:11:43,198 INFO Processing ruok command from /127.0.0.1:53288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:11:43,237 INFO Processing ruok command from /127.0.0.1:53290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:11:53,170 INFO Processing ruok command from /127.0.0.1:53572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:11:53,202 INFO Processing ruok command from /127.0.0.1:53574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:12:03,184 INFO Processing ruok command from /127.0.0.1:53852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:12:03,219 INFO Processing ruok command from /127.0.0.1:53854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:12:13,184 INFO Processing ruok command from /127.0.0.1:54126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:12:13,223 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:12:23,176 INFO Processing ruok command from /127.0.0.1:54402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:12:23,237 INFO Processing ruok command from /127.0.0.1:54404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:12:33,169 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:12:33,205 INFO Processing ruok command from /127.0.0.1:54672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:12:43,179 INFO Processing ruok command from /127.0.0.1:54932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:12:43,210 INFO Processing ruok command from /127.0.0.1:54934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:12:53,179 INFO Processing ruok command from /127.0.0.1:55202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:12:53,217 INFO Processing ruok command from /127.0.0.1:55204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:13:03,188 INFO Processing ruok command from /127.0.0.1:55464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:13:03,217 INFO Processing ruok command from /127.0.0.1:55466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:13:13,182 INFO Processing ruok command from /127.0.0.1:55734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:13:13,215 INFO Processing ruok command from /127.0.0.1:55736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:13:23,176 INFO Processing ruok command from /127.0.0.1:55996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:13:23,204 INFO Processing ruok command from /127.0.0.1:55998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:13:28,058 INFO Committing global session 0x1000042e6d90024 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:13:33,173 INFO Processing ruok command from /127.0.0.1:56254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:13:33,253 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:13:43,171 INFO Processing ruok command from /127.0.0.1:56530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:13:43,212 INFO Processing ruok command from /127.0.0.1:56536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:13:53,185 INFO Processing ruok command from /127.0.0.1:56802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:13:53,227 INFO Processing ruok command from /127.0.0.1:56808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:14:03,166 INFO Processing ruok command from /127.0.0.1:57070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:14:03,201 INFO Processing ruok command from /127.0.0.1:57072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:14:13,168 INFO Processing ruok command from /127.0.0.1:57348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:14:13,208 INFO Processing ruok command from /127.0.0.1:57354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:14:23,173 INFO Processing ruok command from /127.0.0.1:57632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:14:23,206 INFO Processing ruok command from /127.0.0.1:57634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:14:33,184 INFO Processing ruok command from /127.0.0.1:57894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:14:33,212 INFO Processing ruok command from /127.0.0.1:57896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:14:43,187 INFO Processing ruok command from /127.0.0.1:58150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:14:43,253 INFO Processing ruok command from /127.0.0.1:58156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:14:53,168 INFO Processing ruok command from /127.0.0.1:58436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:14:53,208 INFO Processing ruok command from /127.0.0.1:58440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:15:03,164 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:15:03,205 INFO Processing ruok command from /127.0.0.1:58716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:15:13,181 INFO Processing ruok command from /127.0.0.1:58978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:15:13,211 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:15:23,175 INFO Processing ruok command from /127.0.0.1:59234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:15:23,216 INFO Processing ruok command from /127.0.0.1:59236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:15:28,157 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 07:15:28,163 INFO Committing global session 0x2000040e9d8002f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:15:28,964 INFO Submitting global closeSession request for session 0x2000040e9d8002f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 07:15:33,178 INFO Processing ruok command from /127.0.0.1:59500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:15:33,213 INFO Processing ruok command from /127.0.0.1:59506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:15:43,174 INFO Processing ruok command from /127.0.0.1:59766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:15:43,253 INFO Processing ruok command from /127.0.0.1:59770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:15:53,176 INFO Processing ruok command from /127.0.0.1:60034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:15:53,232 INFO Processing ruok command from /127.0.0.1:60036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:16:03,172 INFO Processing ruok command from /127.0.0.1:60298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:16:03,217 INFO Processing ruok command from /127.0.0.1:60302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:16:13,183 INFO Processing ruok command from /127.0.0.1:60564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:16:13,227 INFO Processing ruok command from /127.0.0.1:60566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:16:23,177 INFO Processing ruok command from /127.0.0.1:60818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:16:23,247 INFO Processing ruok command from /127.0.0.1:60826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:16:33,172 INFO Processing ruok command from /127.0.0.1:32872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:16:33,246 INFO Processing ruok command from /127.0.0.1:32874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:16:43,167 INFO Processing ruok command from /127.0.0.1:33166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:16:43,235 INFO Processing ruok command from /127.0.0.1:33172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:16:53,164 INFO Processing ruok command from /127.0.0.1:33424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:16:53,199 INFO Processing ruok command from /127.0.0.1:33426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:17:03,169 INFO Processing ruok command from /127.0.0.1:33706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:17:03,237 INFO Processing ruok command from /127.0.0.1:33710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:17:13,171 INFO Processing ruok command from /127.0.0.1:33992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:17:13,206 INFO Processing ruok command from /127.0.0.1:33994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:17:23,168 INFO Processing ruok command from /127.0.0.1:34266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:17:23,201 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:17:28,127 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-05-30 07:17:28,137 INFO Committing global session 0x2000040e9d80030 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:17:28,956 INFO Submitting global closeSession request for session 0x2000040e9d80030 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-05-30 07:17:33,164 INFO Processing ruok command from /127.0.0.1:34534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:17:33,201 INFO Processing ruok command from /127.0.0.1:34536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:17:43,172 INFO Processing ruok command from /127.0.0.1:34798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:17:43,201 INFO Processing ruok command from /127.0.0.1:34800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:17:53,202 INFO Processing ruok command from /127.0.0.1:35086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:17:53,237 INFO Processing ruok command from /127.0.0.1:35088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:18:03,174 INFO Processing ruok command from /127.0.0.1:35368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:18:03,196 INFO Processing ruok command from /127.0.0.1:35372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:18:13,179 INFO Processing ruok command from /127.0.0.1:35662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:18:13,228 INFO Processing ruok command from /127.0.0.1:35664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:18:23,172 INFO Processing ruok command from /127.0.0.1:35918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:18:23,236 INFO Processing ruok command from /127.0.0.1:35920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:18:33,171 INFO Processing ruok command from /127.0.0.1:36214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:18:33,235 INFO Processing ruok command from /127.0.0.1:36220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:18:43,191 INFO Processing ruok command from /127.0.0.1:36504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:18:43,220 INFO Processing ruok command from /127.0.0.1:36506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:18:53,174 INFO Processing ruok command from /127.0.0.1:36772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:18:53,233 INFO Processing ruok command from /127.0.0.1:36774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:19:03,162 INFO Processing ruok command from /127.0.0.1:37036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:19:03,197 INFO Processing ruok command from /127.0.0.1:37042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:19:13,162 INFO Processing ruok command from /127.0.0.1:37304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:19:13,197 INFO Processing ruok command from /127.0.0.1:37306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:19:23,171 INFO Processing ruok command from /127.0.0.1:37566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-05-30 07:19:23,199 INFO Processing ruok command from /127.0.0.1:37568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-05-30 07:19:28,083 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-05-30 07:19:28,088 INFO Committing global session 0x2000040e9d80031 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-05-30 07:19:28,930 INFO Submitting global closeSession request for session 0x2000040e9d80031 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]