Results

By type

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

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

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

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

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

# Provided configuration
tickTime=2000
initLimit=5
syncLimit=2
autopurge.purgeInterval=1
ssl.hostnameVerification=false
ssl.quorum.hostnameVerification=false


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

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2022-06-08 02:56:58,107 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-08 02:56:58,119 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-08 02:56:58,119 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-08 02:56:58,124 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-06-08 02:56:58,124 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-08 02:56:58,124 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-08 02:56:58,155 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-06-08 02:56:58,155 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-06-08 02:56:58,157 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-08 02:56:58,164 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-06-08 02:56:58,167 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-06-08 02:56:58,181 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-08 02:56:58,186 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-06-08 02:56:58,213 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-06-08 02:56:58,323 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,323 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,323 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,399 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-08 02:56:58,400 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-08 02:56:58,400 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,400 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,400 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,401 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-08 02:56:58,401 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-08 02:56:58,410 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,441 INFO Logging initialized @1176ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2022-06-08 02:56:58,551 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-06-08 02:56:58,551 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-06-08 02:56:58,580 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-06-08 02:56:58,581 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,581 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,582 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,582 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,582 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,582 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,582 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,582 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,600 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,600 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,602 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,602 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,602 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,602 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 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-06-08 02:56:58,603 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-06-08 02:56:58,603 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:os.memory.free=205MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,603 INFO Server environment:os.memory.total=223MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,604 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-08 02:56:58,612 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-06-08 02:56:58,612 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-06-08 02:56:58,622 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-06-08 02:56:58,622 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-06-08 02:56:58,637 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,637 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,637 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,637 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,637 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,638 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,638 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,648 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-06-08 02:56:58,648 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-06-08 02:56:58,655 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-06-08 02:56:58,656 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-06-08 02:56:58,661 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-06-08 02:56:58,669 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,767 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,767 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,770 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-08 02:56:58,773 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-06-08 02:56:58,822 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main]
2022-06-08 02:56:58,823 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main]
2022-06-08 02:56:58,825 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main]
2022-06-08 02:56:58,829 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main]
2022-06-08 02:56:58,840 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-06-08 02:56:58,850 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2022-06-08 02:56:58,851 INFO Started @1585ms (org.eclipse.jetty.server.Server) [main]
2022-06-08 02:56:58,851 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main]
2022-06-08 02:56:58,852 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-08 02:56:58,858 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-06-08 02:56:58,860 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-06-08 02:56:58,860 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-06-08 02:56:58,870 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-06-08 02:56:58,874 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:56:58,876 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:56:58,881 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:58,882 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:58,891 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:56:59,095 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,381 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.172:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-06-08 02:56:59,497 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,499 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.172:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-06-08 02:56:59,765 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2]
2022-06-08 02:56:59,787 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:56:59,791 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:56:59,992 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,992 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,997 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,997 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,998 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,998 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:56:59,998 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,003 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,005 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,006 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,008 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,008 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,009 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,009 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,010 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,010 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,010 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,010 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,013 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,013 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,014 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,018 INFO LEADING - LEADER ELECTION TOOK - 1136 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,022 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,023 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,032 INFO Snapshot taken in 9 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:00,437 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:00,649 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:01,060 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:01,871 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:03,480 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:06,695 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:07,957 INFO Received connection request from /10.233.71.172:56500 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:57:08,227 INFO Accepted TLS connection from /10.233.71.172:56500 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:57:08,378 INFO Received connection request from /10.233.71.172:56506 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:57:08,387 INFO Accepted TLS connection from /10.233.71.172:56506 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:57:08,422 INFO SSL handshake complete with /10.233.71.172:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2]
2022-06-08 02:57:08,435 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:08,440 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:09,251 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:10,039 WARN Unexpected exception (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
java.lang.InterruptedException: Timeout while waiting for epoch from quorum
	at org.apache.zookeeper.server.quorum.Leader.getEpochToPropose(Leader.java:1428)
	at org.apache.zookeeper.server.quorum.Leader.lead(Leader.java:599)
	at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1480)
2022-06-08 02:57:10,040 INFO Shutting down (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,040 INFO Shutdown called. For the reason Forcing shutdown (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,041 WARN Exception while shutting down acceptor. (org.apache.zookeeper.server.quorum.Leader) [LearnerCnxAcceptorHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:2888]
java.net.SocketException: Socket closed
	at java.base/java.net.PlainSocketImpl.socketAccept(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:474)
	at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:565)
	at org.apache.zookeeper.server.quorum.UnifiedServerSocket.accept(UnifiedServerSocket.java:139)
	at org.apache.zookeeper.server.quorum.Leader$LearnerCnxAcceptor$LearnerCnxAcceptorHandler.acceptConnections(Leader.java:510)
	at org.apache.zookeeper.server.quorum.Leader$LearnerCnxAcceptor$LearnerCnxAcceptorHandler.run(Leader.java:493)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-06-08 02:57:10,043 INFO Peer state changed: looking (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,044 WARN PeerState set to LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,044 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,045 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,048 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:10,052 INFO Notification: my state:LOOKING; n.sid:2, n.state:LEADING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:10,055 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:10,255 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,256 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,256 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,256 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,256 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,257 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,257 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,257 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,257 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,257 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,257 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,258 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,258 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,258 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,258 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,259 INFO LEADING - LEADER ELECTION TOOK - 214 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,259 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,260 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,265 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,359 INFO Accepted TLS connection from /10.233.71.172:54834 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.71.172:54834]
2022-06-08 02:57:10,367 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.172:54834]
2022-06-08 02:57:10,381 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.71.172:54834]
2022-06-08 02:57:10,381 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.172:54834]
2022-06-08 02:57:10,382 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.172:54834]
2022-06-08 02:57:10,386 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,436 INFO Have quorum of supporters, sids: [[1, 3],[1, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,453 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,453 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,463 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):]
2022-06-08 02:57:10,465 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,466 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:10,485 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-08 02:57:17,214 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-06-08 02:57:17,214 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-06-08 02:57:17,214 INFO Processing ruok command from /127.0.0.1:47290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:57:17,229 INFO Processing ruok command from /127.0.0.1:47292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:57:18,611 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x3, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:18,625 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-06-08 02:57:18,625 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2022-06-08 02:57:18,626 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
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-06-08 02:57:18,627 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2022-06-08 02:57:18,818 INFO Received connection request from /10.233.65.25:60012 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:57:18,877 INFO Accepted TLS connection from /10.233.65.25:60012 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.18:3888]
2022-06-08 02:57:18,949 INFO SSL handshake complete with /10.233.65.25:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2]
2022-06-08 02:57:18,955 INFO Notification: my state:LEADING; 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:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-06-08 02:57:19,003 INFO Accepted TLS connection from /10.233.65.25:48428 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.65.25:48428]
2022-06-08 02:57:19,008 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.25:48428]
2022-06-08 02:57:19,015 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.65.25:48428]
2022-06-08 02:57:19,015 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.25:48428]
2022-06-08 02:57:19,021 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.25:48428]
2022-06-08 02:57:27,124 INFO Processing ruok command from /127.0.0.1:47372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:57:27,181 INFO Processing ruok command from /127.0.0.1:47374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:57:29,890 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 02:57:29,905 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3]
2022-06-08 02:57:29,916 INFO Committing global session 0x300004ee1ce0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:57:30,018 INFO Submitting global closeSession request for session 0x300004ee1ce0000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 02:57:37,140 INFO Processing ruok command from /127.0.0.1:47450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:57:37,210 INFO Processing ruok command from /127.0.0.1:47454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:57:47,126 INFO Processing ruok command from /127.0.0.1:47546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:57:47,174 INFO Processing ruok command from /127.0.0.1:47548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:57:51,200 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 02:57:51,214 INFO Committing global session 0x300004ee1ce0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:57:52,590 INFO Committing global session 0x100004dffde0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:57:54,127 INFO Committing global session 0x200004d33b60000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:57:56,363 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 02:57:56,374 INFO Committing global session 0x300004ee1ce0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:57:57,120 INFO Processing ruok command from /127.0.0.1:47626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:57:57,212 INFO Processing ruok command from /127.0.0.1:47630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:57:58,032 INFO Committing global session 0x200004d33b60001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:57:59,907 INFO Committing global session 0x100004dffde0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:58:07,134 INFO Processing ruok command from /127.0.0.1:47706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:58:07,206 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:58:17,109 INFO Processing ruok command from /127.0.0.1:47794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:58:17,199 INFO Processing ruok command from /127.0.0.1:47796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:58:23,472 INFO Committing global session 0x200004d33b60002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:58:27,116 INFO Processing ruok command from /127.0.0.1:47876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:58:27,186 INFO Processing ruok command from /127.0.0.1:47878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:58:37,117 INFO Processing ruok command from /127.0.0.1:47960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:58:37,196 INFO Processing ruok command from /127.0.0.1:47964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:58:43,003 INFO Committing global session 0x200004d33b60003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:58:47,141 INFO Processing ruok command from /127.0.0.1:48106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:58:47,235 INFO Processing ruok command from /127.0.0.1:48110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:58:47,456 INFO Committing global session 0x100004dffde0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 02:58:57,132 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:58:57,200 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:59:07,125 INFO Processing ruok command from /127.0.0.1:48286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:59:07,168 INFO Processing ruok command from /127.0.0.1:48288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:59:17,160 INFO Processing ruok command from /127.0.0.1:48372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:59:17,237 INFO Processing ruok command from /127.0.0.1:48376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:59:27,121 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:59:27,197 INFO Processing ruok command from /127.0.0.1:48452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:59:37,124 INFO Processing ruok command from /127.0.0.1:48534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:59:37,193 INFO Processing ruok command from /127.0.0.1:48536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:59:47,116 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:59:47,186 INFO Processing ruok command from /127.0.0.1:48620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 02:59:57,156 INFO Processing ruok command from /127.0.0.1:48752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 02:59:57,212 INFO Processing ruok command from /127.0.0.1:48756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:00:07,128 INFO Processing ruok command from /127.0.0.1:48846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:00:07,188 INFO Processing ruok command from /127.0.0.1:48848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:00:17,130 INFO Processing ruok command from /127.0.0.1:48990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:00:17,243 INFO Processing ruok command from /127.0.0.1:48994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:00:27,149 INFO Processing ruok command from /127.0.0.1:49072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:00:27,215 INFO Processing ruok command from /127.0.0.1:49074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:00:35,540 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 03:00:35,549 INFO Committing global session 0x300004ee1ce0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:00:36,293 INFO Submitting global closeSession request for session 0x300004ee1ce0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:00:37,122 INFO Processing ruok command from /127.0.0.1:49158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:00:37,161 INFO Processing ruok command from /127.0.0.1:49160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:00:47,128 INFO Processing ruok command from /127.0.0.1:49268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:00:47,206 INFO Processing ruok command from /127.0.0.1:49270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:00:57,155 INFO Processing ruok command from /127.0.0.1:49352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:00:57,233 INFO Processing ruok command from /127.0.0.1:49356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:01:07,148 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:01:07,204 INFO Processing ruok command from /127.0.0.1:49606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:01:17,132 INFO Processing ruok command from /127.0.0.1:49756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:01:17,200 INFO Processing ruok command from /127.0.0.1:49758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:01:27,113 INFO Processing ruok command from /127.0.0.1:49838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:01:27,164 INFO Processing ruok command from /127.0.0.1:49840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:01:37,130 INFO Processing ruok command from /127.0.0.1:49926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:01:37,196 INFO Processing ruok command from /127.0.0.1:49928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:01:47,134 INFO Processing ruok command from /127.0.0.1:50014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:01:47,198 INFO Processing ruok command from /127.0.0.1:50016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:01:57,139 INFO Processing ruok command from /127.0.0.1:50102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:01:57,222 INFO Processing ruok command from /127.0.0.1:50106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:02:07,129 INFO Processing ruok command from /127.0.0.1:50194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:02:07,202 INFO Processing ruok command from /127.0.0.1:50196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:02:17,139 INFO Processing ruok command from /127.0.0.1:50286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:02:17,214 INFO Processing ruok command from /127.0.0.1:50290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:02:27,124 INFO Processing ruok command from /127.0.0.1:50374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:02:27,163 INFO Processing ruok command from /127.0.0.1:50376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:02:35,373 INFO Committing global session 0x200004d33b60004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:02:37,109 INFO Processing ruok command from /127.0.0.1:50466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:02:37,174 INFO Processing ruok command from /127.0.0.1:50468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:02:47,120 INFO Processing ruok command from /127.0.0.1:50556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:02:47,160 INFO Processing ruok command from /127.0.0.1:50558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:02:57,132 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:02:57,203 INFO Processing ruok command from /127.0.0.1:50646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:03:07,120 INFO Processing ruok command from /127.0.0.1:50730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:03:07,162 INFO Processing ruok command from /127.0.0.1:50732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:03:17,118 INFO Processing ruok command from /127.0.0.1:50828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:03:17,174 INFO Processing ruok command from /127.0.0.1:50830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:03:27,138 INFO Processing ruok command from /127.0.0.1:50910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:03:27,206 INFO Processing ruok command from /127.0.0.1:50912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:03:37,140 INFO Processing ruok command from /127.0.0.1:51000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:03:37,259 INFO Processing ruok command from /127.0.0.1:51004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:03:47,138 INFO Processing ruok command from /127.0.0.1:51118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:03:47,183 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:03:57,143 INFO Processing ruok command from /127.0.0.1:51246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:03:57,220 INFO Processing ruok command from /127.0.0.1:51250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:04:07,143 INFO Processing ruok command from /127.0.0.1:51362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:04:07,210 INFO Processing ruok command from /127.0.0.1:51366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:04:17,137 INFO Processing ruok command from /127.0.0.1:51514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:04:17,215 INFO Processing ruok command from /127.0.0.1:51518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:04:27,131 INFO Processing ruok command from /127.0.0.1:51620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:04:27,211 INFO Processing ruok command from /127.0.0.1:51624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:04:35,639 INFO Committing global session 0x200004d33b60005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:04:37,144 INFO Processing ruok command from /127.0.0.1:51758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:04:37,221 INFO Processing ruok command from /127.0.0.1:51762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:04:47,192 INFO Processing ruok command from /127.0.0.1:51940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:04:47,300 INFO Processing ruok command from /127.0.0.1:51946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:04:57,167 INFO Processing ruok command from /127.0.0.1:52046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:04:57,304 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:05:07,121 INFO Processing ruok command from /127.0.0.1:52142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:05:07,184 INFO Processing ruok command from /127.0.0.1:52144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:05:17,163 INFO Processing ruok command from /127.0.0.1:52252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:05:17,285 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:05:27,165 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:05:27,264 INFO Processing ruok command from /127.0.0.1:52362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:05:37,168 INFO Processing ruok command from /127.0.0.1:52460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:05:37,239 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:05:47,126 INFO Processing ruok command from /127.0.0.1:52564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:05:47,206 INFO Processing ruok command from /127.0.0.1:52566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:05:57,167 INFO Processing ruok command from /127.0.0.1:52664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:05:57,258 INFO Processing ruok command from /127.0.0.1:52668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:06:07,133 INFO Processing ruok command from /127.0.0.1:52770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:06:07,201 INFO Processing ruok command from /127.0.0.1:52772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:06:17,161 INFO Processing ruok command from /127.0.0.1:52878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:06:17,244 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:06:27,125 INFO Processing ruok command from /127.0.0.1:52984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:06:27,178 INFO Processing ruok command from /127.0.0.1:52986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:06:35,382 INFO Committing global session 0x100004dffde0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:06:37,123 INFO Processing ruok command from /127.0.0.1:53086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:06:37,208 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:06:47,115 INFO Processing ruok command from /127.0.0.1:53200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:06:47,215 INFO Processing ruok command from /127.0.0.1:53206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:06:57,169 INFO Processing ruok command from /127.0.0.1:53294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:06:57,236 INFO Processing ruok command from /127.0.0.1:53298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:07:07,150 INFO Processing ruok command from /127.0.0.1:53390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:07:07,247 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:07:17,168 INFO Processing ruok command from /127.0.0.1:53494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:07:17,220 INFO Processing ruok command from /127.0.0.1:53498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:07:27,135 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:07:27,208 INFO Processing ruok command from /127.0.0.1:53596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:07:37,136 INFO Processing ruok command from /127.0.0.1:53698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:07:37,223 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:07:47,124 INFO Processing ruok command from /127.0.0.1:53804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:07:47,213 INFO Processing ruok command from /127.0.0.1:53808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:07:57,160 INFO Processing ruok command from /127.0.0.1:53908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:07:57,274 INFO Processing ruok command from /127.0.0.1:53912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:08:07,121 INFO Processing ruok command from /127.0.0.1:54004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:08:07,183 INFO Processing ruok command from /127.0.0.1:54006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:08:17,227 INFO Processing ruok command from /127.0.0.1:54152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:08:17,329 INFO Processing ruok command from /127.0.0.1:54154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:08:27,140 INFO Processing ruok command from /127.0.0.1:54256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:08:27,207 INFO Processing ruok command from /127.0.0.1:54258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:08:35,831 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 03:08:35,843 INFO Committing global session 0x300004ee1ce0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:08:36,588 INFO Submitting global closeSession request for session 0x300004ee1ce0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:08:37,160 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:08:37,203 INFO Processing ruok command from /127.0.0.1:54366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:08:47,131 INFO Processing ruok command from /127.0.0.1:54470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:08:47,220 INFO Processing ruok command from /127.0.0.1:54474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:08:57,121 INFO Processing ruok command from /127.0.0.1:54568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:08:57,179 INFO Processing ruok command from /127.0.0.1:54574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:09:07,134 INFO Processing ruok command from /127.0.0.1:54680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:09:07,217 INFO Processing ruok command from /127.0.0.1:54684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:09:17,129 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:09:17,209 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:09:27,117 INFO Processing ruok command from /127.0.0.1:54904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:09:27,161 INFO Processing ruok command from /127.0.0.1:54906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:09:37,121 INFO Processing ruok command from /127.0.0.1:55004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:09:37,175 INFO Processing ruok command from /127.0.0.1:55006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:09:47,114 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:09:47,154 INFO Processing ruok command from /127.0.0.1:55124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:09:57,129 INFO Processing ruok command from /127.0.0.1:55218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:09:57,192 INFO Processing ruok command from /127.0.0.1:55220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:10:07,134 INFO Processing ruok command from /127.0.0.1:55370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:10:07,216 INFO Processing ruok command from /127.0.0.1:55374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:10:17,139 INFO Processing ruok command from /127.0.0.1:55502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:10:17,215 INFO Processing ruok command from /127.0.0.1:55506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:10:27,122 INFO Processing ruok command from /127.0.0.1:55640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:10:27,205 INFO Processing ruok command from /127.0.0.1:55642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:10:36,070 INFO Committing global session 0x200004d33b60006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:10:37,129 INFO Processing ruok command from /127.0.0.1:55774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:10:37,177 INFO Processing ruok command from /127.0.0.1:55780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:10:47,120 INFO Processing ruok command from /127.0.0.1:55966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:10:47,164 INFO Processing ruok command from /127.0.0.1:55968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:10:57,125 INFO Processing ruok command from /127.0.0.1:56064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:10:57,204 INFO Processing ruok command from /127.0.0.1:56066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:11:07,135 INFO Processing ruok command from /127.0.0.1:56172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:11:07,198 INFO Processing ruok command from /127.0.0.1:56174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:11:17,160 INFO Processing ruok command from /127.0.0.1:56286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:11:17,217 INFO Processing ruok command from /127.0.0.1:56290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:11:27,116 INFO Processing ruok command from /127.0.0.1:56394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:11:27,173 INFO Processing ruok command from /127.0.0.1:56396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:11:37,116 INFO Processing ruok command from /127.0.0.1:56504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:11:37,173 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:11:47,121 INFO Processing ruok command from /127.0.0.1:56614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:11:47,163 INFO Processing ruok command from /127.0.0.1:56616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:11:57,117 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:11:57,163 INFO Processing ruok command from /127.0.0.1:56732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:12:07,121 INFO Processing ruok command from /127.0.0.1:56838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:12:07,176 INFO Processing ruok command from /127.0.0.1:56840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:12:17,124 INFO Processing ruok command from /127.0.0.1:56948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:12:17,207 INFO Processing ruok command from /127.0.0.1:56952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:12:27,130 INFO Processing ruok command from /127.0.0.1:57054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:12:27,169 INFO Processing ruok command from /127.0.0.1:57056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:12:35,248 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 03:12:35,256 INFO Committing global session 0x300004ee1ce0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:12:36,119 INFO Submitting global closeSession request for session 0x300004ee1ce0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:12:37,136 INFO Processing ruok command from /127.0.0.1:57164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:12:37,205 INFO Processing ruok command from /127.0.0.1:57166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:12:47,141 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:12:47,206 INFO Processing ruok command from /127.0.0.1:57278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:12:57,130 INFO Processing ruok command from /127.0.0.1:57394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:12:57,224 INFO Processing ruok command from /127.0.0.1:57398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:13:07,123 INFO Processing ruok command from /127.0.0.1:57494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:13:07,204 INFO Processing ruok command from /127.0.0.1:57496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:13:17,139 INFO Processing ruok command from /127.0.0.1:57610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:13:17,183 INFO Processing ruok command from /127.0.0.1:57612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:13:27,126 INFO Processing ruok command from /127.0.0.1:57720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:13:27,193 INFO Processing ruok command from /127.0.0.1:57722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:13:37,128 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:13:37,199 INFO Processing ruok command from /127.0.0.1:57828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:13:47,145 INFO Processing ruok command from /127.0.0.1:57940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:13:47,174 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:13:57,122 INFO Processing ruok command from /127.0.0.1:58060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:13:57,163 INFO Processing ruok command from /127.0.0.1:58062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:14:07,144 INFO Processing ruok command from /127.0.0.1:58188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:14:07,194 INFO Processing ruok command from /127.0.0.1:58190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:14:17,142 INFO Processing ruok command from /127.0.0.1:58306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:14:17,217 INFO Processing ruok command from /127.0.0.1:58312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:14:27,128 INFO Processing ruok command from /127.0.0.1:58432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:14:27,165 INFO Processing ruok command from /127.0.0.1:58434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:14:35,268 INFO Committing global session 0x100004dffde0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:14:37,127 INFO Processing ruok command from /127.0.0.1:58546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:14:37,228 INFO Processing ruok command from /127.0.0.1:58550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:14:47,120 INFO Processing ruok command from /127.0.0.1:58664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:14:47,193 INFO Processing ruok command from /127.0.0.1:58666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:14:57,132 INFO Processing ruok command from /127.0.0.1:58774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:14:57,171 INFO Processing ruok command from /127.0.0.1:58776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:15:07,132 INFO Processing ruok command from /127.0.0.1:58900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:15:07,181 INFO Processing ruok command from /127.0.0.1:58902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:15:17,132 INFO Processing ruok command from /127.0.0.1:59018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:15:17,196 INFO Processing ruok command from /127.0.0.1:59020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:15:27,123 INFO Processing ruok command from /127.0.0.1:59134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:15:27,199 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:15:37,143 INFO Processing ruok command from /127.0.0.1:59258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:15:37,227 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:15:47,151 INFO Processing ruok command from /127.0.0.1:59374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:15:47,221 INFO Processing ruok command from /127.0.0.1:59378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:15:57,128 INFO Processing ruok command from /127.0.0.1:59490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:15:57,176 INFO Processing ruok command from /127.0.0.1:59492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:16:07,129 INFO Processing ruok command from /127.0.0.1:59604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:16:07,212 INFO Processing ruok command from /127.0.0.1:59608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:16:17,132 INFO Processing ruok command from /127.0.0.1:59732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:16:17,234 INFO Processing ruok command from /127.0.0.1:59736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:16:27,123 INFO Processing ruok command from /127.0.0.1:59850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:16:27,167 INFO Processing ruok command from /127.0.0.1:59852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:16:35,386 INFO Committing global session 0x200004d33b60007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:16:37,126 INFO Processing ruok command from /127.0.0.1:59972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:16:37,202 INFO Processing ruok command from /127.0.0.1:59974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:16:47,121 INFO Processing ruok command from /127.0.0.1:60096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:16:47,186 INFO Processing ruok command from /127.0.0.1:60098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:16:57,124 INFO Processing ruok command from /127.0.0.1:60214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:16:57,165 INFO Processing ruok command from /127.0.0.1:60216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:17:07,127 INFO Processing ruok command from /127.0.0.1:60330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:17:07,190 INFO Processing ruok command from /127.0.0.1:60332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:17:17,117 INFO Processing ruok command from /127.0.0.1:60460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:17:17,159 INFO Processing ruok command from /127.0.0.1:60462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:17:27,124 INFO Processing ruok command from /127.0.0.1:60572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:17:27,176 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:17:37,156 INFO Processing ruok command from /127.0.0.1:60692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:17:37,185 INFO Processing ruok command from /127.0.0.1:60694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:17:47,134 INFO Processing ruok command from /127.0.0.1:60810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:17:47,169 INFO Processing ruok command from /127.0.0.1:60812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:17:57,138 INFO Processing ruok command from /127.0.0.1:60934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:17:57,225 INFO Processing ruok command from /127.0.0.1:60938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:18:07,134 INFO Processing ruok command from /127.0.0.1:32818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:18:07,182 INFO Processing ruok command from /127.0.0.1:32820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:18:17,128 INFO Processing ruok command from /127.0.0.1:32928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:18:17,203 INFO Processing ruok command from /127.0.0.1:32930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:18:27,147 INFO Processing ruok command from /127.0.0.1:33054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:18:27,194 INFO Processing ruok command from /127.0.0.1:33056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:18:35,628 INFO Committing global session 0x200004d33b60008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:18:37,118 INFO Processing ruok command from /127.0.0.1:33172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:18:37,164 INFO Processing ruok command from /127.0.0.1:33174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:18:47,129 INFO Processing ruok command from /127.0.0.1:33296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:18:47,192 INFO Processing ruok command from /127.0.0.1:33298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:18:57,125 INFO Processing ruok command from /127.0.0.1:33408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:18:57,167 INFO Processing ruok command from /127.0.0.1:33410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:19:07,129 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:19:07,233 INFO Processing ruok command from /127.0.0.1:33520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:19:17,141 INFO Processing ruok command from /127.0.0.1:33634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:19:17,185 INFO Processing ruok command from /127.0.0.1:33636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:19:27,136 INFO Processing ruok command from /127.0.0.1:33758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:19:27,174 INFO Processing ruok command from /127.0.0.1:33760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:19:37,136 INFO Processing ruok command from /127.0.0.1:33874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:19:37,211 INFO Processing ruok command from /127.0.0.1:33878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:19:47,138 INFO Processing ruok command from /127.0.0.1:33998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:19:47,178 INFO Processing ruok command from /127.0.0.1:34000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:19:57,142 INFO Processing ruok command from /127.0.0.1:34114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:19:57,184 INFO Processing ruok command from /127.0.0.1:34116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:20:07,133 INFO Processing ruok command from /127.0.0.1:34232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:20:07,193 INFO Processing ruok command from /127.0.0.1:34234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:20:17,146 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:20:17,256 INFO Processing ruok command from /127.0.0.1:34404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:20:27,156 INFO Processing ruok command from /127.0.0.1:34512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:20:27,224 INFO Processing ruok command from /127.0.0.1:34516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:20:35,220 INFO Committing global session 0x100004dffde0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:20:37,130 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:20:37,199 INFO Processing ruok command from /127.0.0.1:34654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:20:47,136 INFO Processing ruok command from /127.0.0.1:34766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:20:47,182 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:20:57,131 INFO Processing ruok command from /127.0.0.1:34882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:20:57,191 INFO Processing ruok command from /127.0.0.1:34884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:21:07,122 INFO Processing ruok command from /127.0.0.1:35002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:21:07,167 INFO Processing ruok command from /127.0.0.1:35004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:21:17,124 INFO Processing ruok command from /127.0.0.1:35120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:21:17,194 INFO Processing ruok command from /127.0.0.1:35122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:21:27,137 INFO Processing ruok command from /127.0.0.1:35234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:21:27,187 INFO Processing ruok command from /127.0.0.1:35236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:21:37,122 INFO Processing ruok command from /127.0.0.1:35362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:21:37,172 INFO Processing ruok command from /127.0.0.1:35364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:21:47,139 INFO Processing ruok command from /127.0.0.1:35476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:21:47,179 INFO Processing ruok command from /127.0.0.1:35478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:21:57,135 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:21:57,222 INFO Processing ruok command from /127.0.0.1:35598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:22:07,120 INFO Processing ruok command from /127.0.0.1:35710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:22:07,161 INFO Processing ruok command from /127.0.0.1:35712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:22:17,141 INFO Processing ruok command from /127.0.0.1:35828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:22:17,196 INFO Processing ruok command from /127.0.0.1:35830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:22:27,122 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:22:27,176 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:22:35,248 INFO Committing global session 0x100004dffde0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:22:37,132 INFO Processing ruok command from /127.0.0.1:36054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:22:37,170 INFO Processing ruok command from /127.0.0.1:36056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:22:47,132 INFO Processing ruok command from /127.0.0.1:36182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:22:47,190 INFO Processing ruok command from /127.0.0.1:36184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:22:57,131 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:22:57,194 INFO Processing ruok command from /127.0.0.1:36366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:23:07,162 INFO Processing ruok command from /127.0.0.1:36528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:23:07,230 INFO Processing ruok command from /127.0.0.1:36534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:23:17,147 INFO Processing ruok command from /127.0.0.1:36650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:23:17,241 INFO Processing ruok command from /127.0.0.1:36654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:23:27,144 INFO Processing ruok command from /127.0.0.1:36870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:23:27,259 INFO Processing ruok command from /127.0.0.1:36874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:23:37,165 INFO Processing ruok command from /127.0.0.1:37112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:23:37,230 INFO Processing ruok command from /127.0.0.1:37116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:23:47,154 INFO Processing ruok command from /127.0.0.1:37346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:23:47,283 INFO Processing ruok command from /127.0.0.1:37350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:23:57,176 INFO Processing ruok command from /127.0.0.1:37536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:23:57,268 INFO Processing ruok command from /127.0.0.1:37540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:24:07,148 INFO Processing ruok command from /127.0.0.1:37744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:24:07,243 INFO Processing ruok command from /127.0.0.1:37748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:24:17,143 INFO Processing ruok command from /127.0.0.1:38018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:24:17,209 INFO Processing ruok command from /127.0.0.1:38022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:24:27,186 INFO Processing ruok command from /127.0.0.1:38268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:24:27,273 INFO Processing ruok command from /127.0.0.1:38274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:24:35,661 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 03:24:35,692 INFO Committing global session 0x300004ee1ce0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:24:36,427 INFO Submitting global closeSession request for session 0x300004ee1ce0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:24:37,508 INFO Processing ruok command from /127.0.0.1:38592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:24:37,663 INFO Processing ruok command from /127.0.0.1:38594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:24:47,489 INFO Processing ruok command from /127.0.0.1:38872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:24:47,662 INFO Processing ruok command from /127.0.0.1:38878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:24:57,244 INFO Processing ruok command from /127.0.0.1:39202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:24:57,526 INFO Processing ruok command from /127.0.0.1:39206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:25:07,180 INFO Processing ruok command from /127.0.0.1:39488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:25:07,371 INFO Processing ruok command from /127.0.0.1:39500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:25:17,130 INFO Processing ruok command from /127.0.0.1:39762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:25:17,258 INFO Processing ruok command from /127.0.0.1:39766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:25:27,157 INFO Processing ruok command from /127.0.0.1:40050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:25:27,243 INFO Processing ruok command from /127.0.0.1:40054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:25:37,348 INFO Processing ruok command from /127.0.0.1:40346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:25:37,475 INFO Processing ruok command from /127.0.0.1:40350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:25:47,245 INFO Processing ruok command from /127.0.0.1:40610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:25:47,334 INFO Processing ruok command from /127.0.0.1:40616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:25:57,158 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:25:57,273 INFO Processing ruok command from /127.0.0.1:40890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:26:07,147 INFO Processing ruok command from /127.0.0.1:41146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:26:07,254 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:26:17,353 INFO Processing ruok command from /127.0.0.1:41442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:26:17,487 INFO Processing ruok command from /127.0.0.1:41446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:26:27,488 INFO Processing ruok command from /127.0.0.1:41746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:26:27,740 INFO Processing ruok command from /127.0.0.1:41752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:26:35,450 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 03:26:35,468 INFO Committing global session 0x300004ee1ce0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:26:36,279 INFO Submitting global closeSession request for session 0x300004ee1ce0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:26:37,501 INFO Processing ruok command from /127.0.0.1:42048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:26:37,669 INFO Processing ruok command from /127.0.0.1:42056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:26:47,205 INFO Processing ruok command from /127.0.0.1:42400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:26:47,306 INFO Processing ruok command from /127.0.0.1:42404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:26:48,471 INFO Committing global session 0x100004dffde0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:26:48,623 INFO Committing global session 0x100004dffde0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:26:50,304 INFO Committing global session 0x100004dffde0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:26:57,143 INFO Processing ruok command from /127.0.0.1:42682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:26:57,229 INFO Processing ruok command from /127.0.0.1:42688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:27:07,132 INFO Processing ruok command from /127.0.0.1:42986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:27:07,200 INFO Processing ruok command from /127.0.0.1:42992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:27:17,155 INFO Processing ruok command from /127.0.0.1:43284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:27:17,295 INFO Processing ruok command from /127.0.0.1:43290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:27:27,154 INFO Processing ruok command from /127.0.0.1:43600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:27:27,192 INFO Processing ruok command from /127.0.0.1:43602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:27:37,132 INFO Processing ruok command from /127.0.0.1:43896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:27:37,212 INFO Processing ruok command from /127.0.0.1:43904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:27:47,227 INFO Processing ruok command from /127.0.0.1:44204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:27:47,304 INFO Processing ruok command from /127.0.0.1:44206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:27:57,163 INFO Processing ruok command from /127.0.0.1:44484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:27:57,226 INFO Processing ruok command from /127.0.0.1:44490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:28:07,191 INFO Processing ruok command from /127.0.0.1:44786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:28:07,283 INFO Processing ruok command from /127.0.0.1:44790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:28:10,486 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6a53abeb-bb0b-4d19-8637-1a0a02fda268/onap-policy-xacml-pdp-6db69cdcc6-5qxvw (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:28:10,491 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b30a9341-2c6f-466a-b743-84e7866b0ac1/onap-policy-clamp-runtime-acm-6847cc68d9-tkhgb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:28:10,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9c959c6c-33de-45d7-b21f-f790b410fd98/onap-policy-clamp-ac-pf-ppnt-699b8c7cb6-x45gz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:28:10,504 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/07abee95-0c6c-485a-b6e3-16cc0776216a/onap-policy-pap-55d755cc55-jmd4l (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:28:10,510 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/461ae04f-a522-490e-a2e3-57d3882fa4a3/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:28:10,515 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f733659c-8296-42c3-8f13-05b0edfd50cb/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:28:10,522 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/a684f027-4b1c-4eee-a923-4f7fedff4b0e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:28:17,348 INFO Processing ruok command from /127.0.0.1:45080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:28:17,490 INFO Processing ruok command from /127.0.0.1:45084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:28:27,418 INFO Processing ruok command from /127.0.0.1:45400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:28:27,566 INFO Processing ruok command from /127.0.0.1:45402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:28:35,650 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 03:28:35,673 INFO Committing global session 0x300004ee1ce0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:28:36,496 INFO Submitting global closeSession request for session 0x300004ee1ce0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:28:37,235 INFO Processing ruok command from /127.0.0.1:45764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:28:37,440 INFO Processing ruok command from /127.0.0.1:45770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:28:47,171 INFO Processing ruok command from /127.0.0.1:46042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:28:47,271 INFO Processing ruok command from /127.0.0.1:46048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:28:57,170 INFO Processing ruok command from /127.0.0.1:46322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:28:57,227 INFO Processing ruok command from /127.0.0.1:46326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:29:07,231 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:29:07,327 INFO Processing ruok command from /127.0.0.1:46654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:29:10,486 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9c959c6c-33de-45d7-b21f-f790b410fd98 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:29:10,492 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f733659c-8296-42c3-8f13-05b0edfd50cb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:29:10,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:29:10,504 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b30a9341-2c6f-466a-b743-84e7866b0ac1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:29:10,510 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/461ae04f-a522-490e-a2e3-57d3882fa4a3 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:29:10,517 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6a53abeb-bb0b-4d19-8637-1a0a02fda268 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:29:10,523 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/07abee95-0c6c-485a-b6e3-16cc0776216a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:29:17,275 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:29:17,387 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:29:27,151 INFO Processing ruok command from /127.0.0.1:47264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:29:27,245 INFO Processing ruok command from /127.0.0.1:47268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:29:37,144 INFO Processing ruok command from /127.0.0.1:47562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:29:37,223 INFO Processing ruok command from /127.0.0.1:47566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:29:47,144 INFO Processing ruok command from /127.0.0.1:47868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:29:47,231 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:29:57,292 INFO Processing ruok command from /127.0.0.1:48190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:29:57,397 INFO Processing ruok command from /127.0.0.1:48194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:30:07,295 INFO Processing ruok command from /127.0.0.1:48522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:30:07,445 INFO Processing ruok command from /127.0.0.1:48524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:30:10,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5348e528-fcc8-4d43-b409-46ca9f3c1ca7/onap-policy-clamp-ac-k8s-ppnt-c5c979798-xxr6t (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:30:10,494 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:30:10,500 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/927ce24a-a0d9-44a1-9919-935c75e766fa/onap-policy-clamp-ac-http-ppnt-84ff6866f5-xwxbx (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:30:17,390 INFO Processing ruok command from /127.0.0.1:48858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:30:17,523 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:30:27,113 INFO Processing ruok command from /127.0.0.1:49182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:30:27,198 INFO Processing ruok command from /127.0.0.1:49184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:30:35,194 INFO Committing global session 0x100004dffde000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:30:37,178 INFO Processing ruok command from /127.0.0.1:49464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:30:37,277 INFO Processing ruok command from /127.0.0.1:49468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:30:47,137 INFO Processing ruok command from /127.0.0.1:49770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:30:47,223 INFO Processing ruok command from /127.0.0.1:49774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:30:57,140 INFO Processing ruok command from /127.0.0.1:50056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:30:57,167 INFO Processing ruok command from /127.0.0.1:50058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:31:07,143 INFO Processing ruok command from /127.0.0.1:50360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:31:07,180 INFO Processing ruok command from /127.0.0.1:50362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:31:10,485 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/927ce24a-a0d9-44a1-9919-935c75e766fa (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:31:10,491 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/5348e528-fcc8-4d43-b409-46ca9f3c1ca7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:31:17,167 INFO Processing ruok command from /127.0.0.1:50648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:31:17,269 INFO Processing ruok command from /127.0.0.1:50658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:31:27,151 INFO Processing ruok command from /127.0.0.1:50944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:31:27,201 INFO Processing ruok command from /127.0.0.1:50946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:31:37,121 INFO Processing ruok command from /127.0.0.1:51250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:31:37,201 INFO Processing ruok command from /127.0.0.1:51254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:31:47,147 INFO Processing ruok command from /127.0.0.1:51562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:31:47,242 INFO Processing ruok command from /127.0.0.1:51570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:31:57,149 INFO Processing ruok command from /127.0.0.1:51872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:31:57,259 INFO Processing ruok command from /127.0.0.1:51878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:32:07,130 INFO Processing ruok command from /127.0.0.1:52172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:32:07,207 INFO Processing ruok command from /127.0.0.1:52174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:32:10,485 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:32:17,139 INFO Processing ruok command from /127.0.0.1:52554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:32:17,209 INFO Processing ruok command from /127.0.0.1:52562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:32:27,176 INFO Processing ruok command from /127.0.0.1:52884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:32:27,273 INFO Processing ruok command from /127.0.0.1:52890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:32:35,626 INFO Committing global session 0x200004d33b60009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:32:37,173 INFO Processing ruok command from /127.0.0.1:53174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:32:37,279 INFO Processing ruok command from /127.0.0.1:53178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:32:47,151 INFO Processing ruok command from /127.0.0.1:53476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:32:47,201 INFO Processing ruok command from /127.0.0.1:53478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:32:57,140 INFO Processing ruok command from /127.0.0.1:53764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:32:57,183 INFO Processing ruok command from /127.0.0.1:53768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:33:07,129 INFO Processing ruok command from /127.0.0.1:54056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:33:07,209 INFO Processing ruok command from /127.0.0.1:54060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:33:10,485 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:33:17,121 INFO Processing ruok command from /127.0.0.1:54358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:33:17,202 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:33:27,158 INFO Processing ruok command from /127.0.0.1:54674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:33:27,255 INFO Processing ruok command from /127.0.0.1:54678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:33:37,152 INFO Processing ruok command from /127.0.0.1:54980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:33:37,240 INFO Processing ruok command from /127.0.0.1:54988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:33:47,135 INFO Processing ruok command from /127.0.0.1:55300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:33:47,213 INFO Processing ruok command from /127.0.0.1:55304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:33:57,155 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:33:57,238 INFO Processing ruok command from /127.0.0.1:55606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:34:07,172 INFO Processing ruok command from /127.0.0.1:55882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:34:07,257 INFO Processing ruok command from /127.0.0.1:55886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:34:17,155 INFO Processing ruok command from /127.0.0.1:56204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:34:17,239 INFO Processing ruok command from /127.0.0.1:56208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:34:27,160 INFO Processing ruok command from /127.0.0.1:56496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:34:27,221 INFO Processing ruok command from /127.0.0.1:56500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:34:35,433 INFO Committing global session 0x100004dffde000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:34:37,131 INFO Processing ruok command from /127.0.0.1:56804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:34:37,213 INFO Processing ruok command from /127.0.0.1:56808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:34:47,159 INFO Processing ruok command from /127.0.0.1:57116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:34:47,207 INFO Processing ruok command from /127.0.0.1:57118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:34:57,168 INFO Processing ruok command from /127.0.0.1:57408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:34:57,225 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:35:07,127 INFO Processing ruok command from /127.0.0.1:57702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:35:07,207 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:35:17,148 INFO Processing ruok command from /127.0.0.1:58006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:35:17,212 INFO Processing ruok command from /127.0.0.1:58010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:35:27,142 INFO Processing ruok command from /127.0.0.1:58308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:35:27,217 INFO Processing ruok command from /127.0.0.1:58312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:35:37,136 INFO Processing ruok command from /127.0.0.1:58608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:35:37,218 INFO Processing ruok command from /127.0.0.1:58612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:35:47,138 INFO Processing ruok command from /127.0.0.1:58916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:35:47,237 INFO Processing ruok command from /127.0.0.1:58920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:35:57,133 INFO Processing ruok command from /127.0.0.1:59214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:35:57,222 INFO Processing ruok command from /127.0.0.1:59222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:36:07,132 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:36:07,216 INFO Processing ruok command from /127.0.0.1:59514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:36:17,139 INFO Processing ruok command from /127.0.0.1:59802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:36:17,218 INFO Processing ruok command from /127.0.0.1:59806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:36:27,245 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:36:27,388 INFO Processing ruok command from /127.0.0.1:60136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:36:35,617 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 03:36:35,625 INFO Committing global session 0x300004ee1ce0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:36:36,460 INFO Submitting global closeSession request for session 0x300004ee1ce0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:36:37,283 INFO Processing ruok command from /127.0.0.1:60422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:36:37,459 INFO Processing ruok command from /127.0.0.1:60432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:36:47,227 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:36:47,272 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:36:57,148 INFO Processing ruok command from /127.0.0.1:32806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:36:57,227 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:37:07,161 INFO Processing ruok command from /127.0.0.1:33100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:37:07,270 INFO Processing ruok command from /127.0.0.1:33106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:37:17,132 INFO Processing ruok command from /127.0.0.1:33408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:37:17,170 INFO Processing ruok command from /127.0.0.1:33410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:37:27,133 INFO Processing ruok command from /127.0.0.1:33702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:37:27,206 INFO Processing ruok command from /127.0.0.1:33704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:37:37,135 INFO Processing ruok command from /127.0.0.1:34004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:37:37,220 INFO Processing ruok command from /127.0.0.1:34008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:37:47,129 INFO Processing ruok command from /127.0.0.1:34312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:37:47,207 INFO Processing ruok command from /127.0.0.1:34316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:37:57,145 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:37:57,196 INFO Processing ruok command from /127.0.0.1:34616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:38:07,126 INFO Processing ruok command from /127.0.0.1:34912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:38:07,210 INFO Processing ruok command from /127.0.0.1:34924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:38:17,131 INFO Processing ruok command from /127.0.0.1:35230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:38:17,191 INFO Processing ruok command from /127.0.0.1:35232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:38:27,131 INFO Processing ruok command from /127.0.0.1:35524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:38:27,221 INFO Processing ruok command from /127.0.0.1:35528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:38:35,384 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 03:38:35,395 INFO Committing global session 0x300004ee1ce000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:38:36,226 INFO Submitting global closeSession request for session 0x300004ee1ce000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:38:37,151 INFO Processing ruok command from /127.0.0.1:35826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:38:37,233 INFO Processing ruok command from /127.0.0.1:35834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:38:47,130 INFO Processing ruok command from /127.0.0.1:36128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:38:47,219 INFO Processing ruok command from /127.0.0.1:36132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:38:57,136 INFO Processing ruok command from /127.0.0.1:36446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:38:57,225 INFO Processing ruok command from /127.0.0.1:36450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:39:07,130 INFO Processing ruok command from /127.0.0.1:36742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:39:07,203 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:39:10,485 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:39:17,125 INFO Processing ruok command from /127.0.0.1:37066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:39:17,200 INFO Processing ruok command from /127.0.0.1:37068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:39:27,118 INFO Processing ruok command from /127.0.0.1:37364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:39:27,160 INFO Processing ruok command from /127.0.0.1:37366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:39:37,126 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:39:37,230 INFO Processing ruok command from /127.0.0.1:37674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:39:47,133 INFO Processing ruok command from /127.0.0.1:37988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:39:47,200 INFO Processing ruok command from /127.0.0.1:37990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:39:57,152 INFO Processing ruok command from /127.0.0.1:38276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:39:57,233 INFO Processing ruok command from /127.0.0.1:38280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:40:07,132 INFO Processing ruok command from /127.0.0.1:38576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:40:07,209 INFO Processing ruok command from /127.0.0.1:38588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:40:10,485 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:40:17,135 INFO Processing ruok command from /127.0.0.1:38892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:40:17,239 INFO Processing ruok command from /127.0.0.1:38902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:40:27,138 INFO Processing ruok command from /127.0.0.1:39198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:40:27,200 INFO Processing ruok command from /127.0.0.1:39204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:40:35,372 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 03:40:35,380 INFO Committing global session 0x300004ee1ce000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:40:36,232 INFO Submitting global closeSession request for session 0x300004ee1ce000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:40:37,146 INFO Processing ruok command from /127.0.0.1:39514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:40:37,220 INFO Processing ruok command from /127.0.0.1:39518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:40:47,137 INFO Processing ruok command from /127.0.0.1:39834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:40:47,180 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:40:57,132 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:40:57,219 INFO Processing ruok command from /127.0.0.1:40134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:41:07,146 INFO Processing ruok command from /127.0.0.1:40464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:41:07,229 INFO Processing ruok command from /127.0.0.1:40478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:41:10,485 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:41:17,136 INFO Processing ruok command from /127.0.0.1:40770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:41:17,176 INFO Processing ruok command from /127.0.0.1:40772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:41:27,155 INFO Processing ruok command from /127.0.0.1:41066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:41:27,267 INFO Processing ruok command from /127.0.0.1:41070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:41:37,122 INFO Processing ruok command from /127.0.0.1:41378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:41:37,170 INFO Processing ruok command from /127.0.0.1:41380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:41:47,143 INFO Processing ruok command from /127.0.0.1:41680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:41:47,195 INFO Processing ruok command from /127.0.0.1:41688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:41:57,126 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:41:57,207 INFO Processing ruok command from /127.0.0.1:41996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:42:07,129 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:42:07,213 INFO Processing ruok command from /127.0.0.1:42298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:42:10,486 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:42:17,142 INFO Processing ruok command from /127.0.0.1:42614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:42:17,239 INFO Processing ruok command from /127.0.0.1:42618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:42:27,136 INFO Processing ruok command from /127.0.0.1:42918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:42:27,182 INFO Processing ruok command from /127.0.0.1:42920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:42:35,343 INFO Committing global session 0x100004dffde000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:42:37,129 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:42:37,177 INFO Processing ruok command from /127.0.0.1:43218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:42:47,138 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:42:47,227 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:42:57,134 INFO Processing ruok command from /127.0.0.1:43842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:42:57,195 INFO Processing ruok command from /127.0.0.1:43844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:43:07,149 INFO Processing ruok command from /127.0.0.1:44150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:43:07,209 INFO Processing ruok command from /127.0.0.1:44156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:43:10,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:43:10,492 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:43:17,138 INFO Processing ruok command from /127.0.0.1:44474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:43:17,179 INFO Processing ruok command from /127.0.0.1:44476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:43:27,143 INFO Processing ruok command from /127.0.0.1:44774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:43:27,203 INFO Processing ruok command from /127.0.0.1:44778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:43:37,139 INFO Processing ruok command from /127.0.0.1:45084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:43:37,212 INFO Processing ruok command from /127.0.0.1:45088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:43:47,142 INFO Processing ruok command from /127.0.0.1:45392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:43:47,184 INFO Processing ruok command from /127.0.0.1:45394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:43:57,149 INFO Processing ruok command from /127.0.0.1:45700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:43:57,214 INFO Processing ruok command from /127.0.0.1:45704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:44:07,156 INFO Processing ruok command from /127.0.0.1:46006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:44:07,204 INFO Processing ruok command from /127.0.0.1:46008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:44:10,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:44:10,492 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:44:10,498 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-06-08 03:44:10,504 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:44:10,511 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-06-08 03:44:17,142 INFO Processing ruok command from /127.0.0.1:46340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:44:17,236 INFO Processing ruok command from /127.0.0.1:46344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:44:27,145 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:44:27,207 INFO Processing ruok command from /127.0.0.1:46656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:44:35,516 INFO Committing global session 0x200004d33b6000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:44:37,137 INFO Processing ruok command from /127.0.0.1:46958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:44:37,225 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:44:47,137 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:44:47,238 INFO Processing ruok command from /127.0.0.1:47286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:44:57,145 INFO Processing ruok command from /127.0.0.1:47594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:44:57,191 INFO Processing ruok command from /127.0.0.1:47596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:45:07,151 INFO Processing ruok command from /127.0.0.1:47892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:45:07,227 INFO Processing ruok command from /127.0.0.1:47898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:45:10,486 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:45:10,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:45:10,498 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:45:10,504 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-06-08 03:45:10,510 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:45:10,516 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:45:10,522 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:45:17,133 INFO Processing ruok command from /127.0.0.1:48214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:45:17,235 INFO Processing ruok command from /127.0.0.1:48218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:45:27,137 INFO Processing ruok command from /127.0.0.1:48532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:45:27,219 INFO Processing ruok command from /127.0.0.1:48538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:45:37,143 INFO Processing ruok command from /127.0.0.1:48850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:45:37,206 INFO Processing ruok command from /127.0.0.1:48852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:45:47,133 INFO Processing ruok command from /127.0.0.1:49168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:45:47,172 INFO Processing ruok command from /127.0.0.1:49170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:45:57,135 INFO Processing ruok command from /127.0.0.1:49478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:45:57,232 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:46:07,140 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:46:07,211 INFO Processing ruok command from /127.0.0.1:49784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:46:10,487 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:46:10,493 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:46:10,499 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:46:10,505 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:46:17,140 INFO Processing ruok command from /127.0.0.1:50086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:46:17,192 INFO Processing ruok command from /127.0.0.1:50090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:46:27,157 INFO Processing ruok command from /127.0.0.1:50398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:46:27,196 INFO Processing ruok command from /127.0.0.1:50400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:46:35,481 INFO Committing global session 0x100004dffde000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:46:37,130 INFO Processing ruok command from /127.0.0.1:50718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:46:37,177 INFO Processing ruok command from /127.0.0.1:50720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:46:47,140 INFO Processing ruok command from /127.0.0.1:51040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:46:47,235 INFO Processing ruok command from /127.0.0.1:51048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:46:57,123 INFO Processing ruok command from /127.0.0.1:51348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:46:57,198 INFO Processing ruok command from /127.0.0.1:51350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:47:07,139 INFO Processing ruok command from /127.0.0.1:51660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:47:07,209 INFO Processing ruok command from /127.0.0.1:51666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:47:10,486 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:47:17,153 INFO Processing ruok command from /127.0.0.1:51980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:47:17,206 INFO Processing ruok command from /127.0.0.1:51984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:47:27,122 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:47:27,206 INFO Processing ruok command from /127.0.0.1:52288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:47:37,133 INFO Processing ruok command from /127.0.0.1:52608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:47:37,207 INFO Processing ruok command from /127.0.0.1:52610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:47:47,141 INFO Processing ruok command from /127.0.0.1:52916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:47:47,183 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:47:57,112 INFO Processing ruok command from /127.0.0.1:53230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:47:57,193 INFO Processing ruok command from /127.0.0.1:53234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:48:07,128 INFO Processing ruok command from /127.0.0.1:53534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:48:07,195 INFO Processing ruok command from /127.0.0.1:53536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:48:10,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:48:17,146 INFO Processing ruok command from /127.0.0.1:53832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:48:17,201 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:48:27,139 INFO Processing ruok command from /127.0.0.1:54140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:48:27,217 INFO Processing ruok command from /127.0.0.1:54144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:48:35,279 INFO Committing global session 0x100004dffde000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:48:37,143 INFO Processing ruok command from /127.0.0.1:54452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:48:37,246 INFO Processing ruok command from /127.0.0.1:54458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:48:47,128 INFO Processing ruok command from /127.0.0.1:54768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:48:47,203 INFO Processing ruok command from /127.0.0.1:54770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:48:57,170 INFO Processing ruok command from /127.0.0.1:55076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:48:57,227 INFO Processing ruok command from /127.0.0.1:55080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:49:07,142 INFO Processing ruok command from /127.0.0.1:55382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:49:07,203 INFO Processing ruok command from /127.0.0.1:55384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:49:10,485 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:49:17,117 INFO Processing ruok command from /127.0.0.1:55680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:49:17,181 INFO Processing ruok command from /127.0.0.1:55682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:49:27,134 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:49:27,230 INFO Processing ruok command from /127.0.0.1:55998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:49:37,165 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:49:37,232 INFO Processing ruok command from /127.0.0.1:56314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:49:47,127 INFO Processing ruok command from /127.0.0.1:56624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:49:47,216 INFO Processing ruok command from /127.0.0.1:56632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:49:57,148 INFO Processing ruok command from /127.0.0.1:56928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:49:57,237 INFO Processing ruok command from /127.0.0.1:56932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:50:07,138 INFO Processing ruok command from /127.0.0.1:57234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:50:07,231 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:50:17,130 INFO Processing ruok command from /127.0.0.1:57540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:50:17,204 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:50:27,148 INFO Processing ruok command from /127.0.0.1:57836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:50:27,209 INFO Processing ruok command from /127.0.0.1:57840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:50:35,384 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 03:50:35,391 INFO Committing global session 0x300004ee1ce000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:50:36,239 INFO Submitting global closeSession request for session 0x300004ee1ce000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:50:37,179 INFO Processing ruok command from /127.0.0.1:58182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:50:37,303 INFO Processing ruok command from /127.0.0.1:58186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:50:47,175 INFO Processing ruok command from /127.0.0.1:58490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:50:47,299 INFO Processing ruok command from /127.0.0.1:58494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:50:57,126 INFO Processing ruok command from /127.0.0.1:58808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:50:57,243 INFO Processing ruok command from /127.0.0.1:58812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:51:07,126 INFO Processing ruok command from /127.0.0.1:59116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:51:07,215 INFO Processing ruok command from /127.0.0.1:59120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:51:17,131 INFO Processing ruok command from /127.0.0.1:59424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:51:17,194 INFO Processing ruok command from /127.0.0.1:59426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:51:27,120 INFO Processing ruok command from /127.0.0.1:59732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:51:27,195 INFO Processing ruok command from /127.0.0.1:59734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:51:37,180 INFO Processing ruok command from /127.0.0.1:60046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:51:37,265 INFO Processing ruok command from /127.0.0.1:60050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:51:47,147 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:51:47,183 INFO Processing ruok command from /127.0.0.1:60362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:51:57,130 INFO Processing ruok command from /127.0.0.1:60692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:51:57,196 INFO Processing ruok command from /127.0.0.1:60694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:52:07,132 INFO Processing ruok command from /127.0.0.1:60998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:52:07,197 INFO Processing ruok command from /127.0.0.1:32768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:52:17,136 INFO Processing ruok command from /127.0.0.1:33080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:52:17,173 INFO Processing ruok command from /127.0.0.1:33084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:52:27,150 INFO Processing ruok command from /127.0.0.1:33396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:52:27,213 INFO Processing ruok command from /127.0.0.1:33400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:52:35,323 INFO Committing global session 0x100004dffde000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:52:37,143 INFO Processing ruok command from /127.0.0.1:33716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:52:37,203 INFO Processing ruok command from /127.0.0.1:33718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:52:47,139 INFO Processing ruok command from /127.0.0.1:34044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:52:47,183 INFO Processing ruok command from /127.0.0.1:34046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:52:57,156 INFO Processing ruok command from /127.0.0.1:34356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:52:57,205 INFO Processing ruok command from /127.0.0.1:34358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:53:07,135 INFO Processing ruok command from /127.0.0.1:34674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:53:07,193 INFO Processing ruok command from /127.0.0.1:34676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:53:17,112 INFO Processing ruok command from /127.0.0.1:34982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:53:17,198 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:53:27,195 INFO Processing ruok command from /127.0.0.1:35298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:53:27,240 INFO Processing ruok command from /127.0.0.1:35302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:53:37,181 INFO Processing ruok command from /127.0.0.1:35624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:53:37,251 INFO Processing ruok command from /127.0.0.1:35630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:53:47,125 INFO Processing ruok command from /127.0.0.1:35912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:53:47,219 INFO Processing ruok command from /127.0.0.1:35916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:53:57,147 INFO Processing ruok command from /127.0.0.1:36224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:53:57,231 INFO Processing ruok command from /127.0.0.1:36232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:54:07,215 INFO Processing ruok command from /127.0.0.1:36568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:54:07,308 INFO Processing ruok command from /127.0.0.1:36574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:54:17,193 INFO Processing ruok command from /127.0.0.1:36876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:54:17,333 INFO Processing ruok command from /127.0.0.1:36880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:54:27,169 INFO Processing ruok command from /127.0.0.1:37198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:54:27,297 INFO Processing ruok command from /127.0.0.1:37202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:54:35,214 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 03:54:35,224 INFO Committing global session 0x300004ee1ce000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:54:36,078 INFO Submitting global closeSession request for session 0x300004ee1ce000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:54:37,243 INFO Processing ruok command from /127.0.0.1:37508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:54:37,374 INFO Processing ruok command from /127.0.0.1:37514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:54:47,258 INFO Processing ruok command from /127.0.0.1:37854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:54:47,403 INFO Processing ruok command from /127.0.0.1:37858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:54:57,254 INFO Processing ruok command from /127.0.0.1:38142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:54:57,378 INFO Processing ruok command from /127.0.0.1:38152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:55:07,205 INFO Processing ruok command from /127.0.0.1:38438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:55:07,248 INFO Processing ruok command from /127.0.0.1:38442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:55:17,159 INFO Processing ruok command from /127.0.0.1:38768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:55:17,244 INFO Processing ruok command from /127.0.0.1:38772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:55:27,131 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:55:27,210 INFO Processing ruok command from /127.0.0.1:39086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:55:37,127 INFO Processing ruok command from /127.0.0.1:39392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:55:37,202 INFO Processing ruok command from /127.0.0.1:39394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:55:47,132 INFO Processing ruok command from /127.0.0.1:39692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:55:47,191 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:55:57,144 INFO Processing ruok command from /127.0.0.1:40006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:55:57,175 INFO Processing ruok command from /127.0.0.1:40008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:56:07,137 INFO Processing ruok command from /127.0.0.1:40316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:56:07,181 INFO Processing ruok command from /127.0.0.1:40318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:56:10,485 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-06-08 03:56:10,491 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-06-08 03:56:17,159 INFO Processing ruok command from /127.0.0.1:40638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:56:17,228 INFO Processing ruok command from /127.0.0.1:40646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:56:27,149 INFO Processing ruok command from /127.0.0.1:40950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:56:27,167 INFO Processing ruok command from /127.0.0.1:40952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:56:35,455 INFO Committing global session 0x200004d33b6000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:56:37,143 INFO Processing ruok command from /127.0.0.1:41262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:56:37,184 INFO Processing ruok command from /127.0.0.1:41264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:56:47,118 INFO Processing ruok command from /127.0.0.1:41586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:56:47,174 INFO Processing ruok command from /127.0.0.1:41588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:56:57,356 INFO Processing ruok command from /127.0.0.1:41912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:56:57,468 INFO Processing ruok command from /127.0.0.1:41916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:56:58,157 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-08 03:56:58,158 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-06-08 03:56:58,171 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-08 03:57:07,120 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:57:07,221 INFO Processing ruok command from /127.0.0.1:42234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:57:10,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:57:10,490 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:57:17,136 INFO Processing ruok command from /127.0.0.1:42544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:57:17,228 INFO Processing ruok command from /127.0.0.1:42554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:57:27,138 INFO Processing ruok command from /127.0.0.1:42886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:57:27,211 INFO Processing ruok command from /127.0.0.1:42890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:57:37,138 INFO Processing ruok command from /127.0.0.1:43212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:57:37,212 INFO Processing ruok command from /127.0.0.1:43226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:57:47,125 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:57:47,194 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:57:57,143 INFO Processing ruok command from /127.0.0.1:43878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:57:57,223 INFO Processing ruok command from /127.0.0.1:43884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:58:07,135 INFO Processing ruok command from /127.0.0.1:44202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:58:07,181 INFO Processing ruok command from /127.0.0.1:44204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:58:10,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:58:10,491 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:58:17,130 INFO Processing ruok command from /127.0.0.1:44548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:58:17,245 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:58:27,139 INFO Processing ruok command from /127.0.0.1:44868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:58:27,203 INFO Processing ruok command from /127.0.0.1:44870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:58:35,265 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 03:58:35,271 INFO Committing global session 0x300004ee1ce000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 03:58:36,129 INFO Submitting global closeSession request for session 0x300004ee1ce000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 03:58:37,130 INFO Processing ruok command from /127.0.0.1:45198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:58:37,217 INFO Processing ruok command from /127.0.0.1:45204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:58:47,129 INFO Processing ruok command from /127.0.0.1:45518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:58:47,171 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:58:57,135 INFO Processing ruok command from /127.0.0.1:45850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:58:57,227 INFO Processing ruok command from /127.0.0.1:45856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:59:07,128 INFO Processing ruok command from /127.0.0.1:46174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:59:07,195 INFO Processing ruok command from /127.0.0.1:46176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:59:10,486 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 03:59:17,120 INFO Processing ruok command from /127.0.0.1:46510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:59:17,176 INFO Processing ruok command from /127.0.0.1:46512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:59:27,131 INFO Processing ruok command from /127.0.0.1:46822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:59:27,194 INFO Processing ruok command from /127.0.0.1:46824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:59:37,147 INFO Processing ruok command from /127.0.0.1:47148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:59:37,233 INFO Processing ruok command from /127.0.0.1:47158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:59:47,131 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:59:47,241 INFO Processing ruok command from /127.0.0.1:47476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 03:59:57,167 INFO Processing ruok command from /127.0.0.1:47786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 03:59:57,287 INFO Processing ruok command from /127.0.0.1:47792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:00:07,166 INFO Processing ruok command from /127.0.0.1:48100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:00:07,220 INFO Processing ruok command from /127.0.0.1:48104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:00:17,160 INFO Processing ruok command from /127.0.0.1:48432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:00:17,268 INFO Processing ruok command from /127.0.0.1:48438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:00:27,154 INFO Processing ruok command from /127.0.0.1:48762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:00:27,186 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:00:35,142 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 04:00:35,148 INFO Committing global session 0x300004ee1ce000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:00:36,023 INFO Submitting global closeSession request for session 0x300004ee1ce000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 04:00:37,148 INFO Processing ruok command from /127.0.0.1:49098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:00:37,214 INFO Processing ruok command from /127.0.0.1:49102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:00:47,140 INFO Processing ruok command from /127.0.0.1:49432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:00:47,229 INFO Processing ruok command from /127.0.0.1:49438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:00:57,124 INFO Processing ruok command from /127.0.0.1:49762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:00:57,195 INFO Processing ruok command from /127.0.0.1:49764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:01:07,143 INFO Processing ruok command from /127.0.0.1:50076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:01:07,211 INFO Processing ruok command from /127.0.0.1:50080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:01:17,134 INFO Processing ruok command from /127.0.0.1:50404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:01:17,216 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:01:27,127 INFO Processing ruok command from /127.0.0.1:50722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:01:27,200 INFO Processing ruok command from /127.0.0.1:50724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:01:37,167 INFO Processing ruok command from /127.0.0.1:51046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:01:37,241 INFO Processing ruok command from /127.0.0.1:51050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:01:47,154 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:01:47,256 INFO Processing ruok command from /127.0.0.1:51388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:01:57,126 INFO Processing ruok command from /127.0.0.1:51704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:01:57,267 INFO Processing ruok command from /127.0.0.1:51714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:02:07,147 INFO Processing ruok command from /127.0.0.1:52022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:02:07,209 INFO Processing ruok command from /127.0.0.1:52026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:02:17,135 INFO Processing ruok command from /127.0.0.1:52356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:02:17,173 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:02:27,141 INFO Processing ruok command from /127.0.0.1:52664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:02:27,213 INFO Processing ruok command from /127.0.0.1:52672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:02:35,329 INFO Committing global session 0x200004d33b6000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:02:37,120 INFO Processing ruok command from /127.0.0.1:52994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:02:37,173 INFO Processing ruok command from /127.0.0.1:53000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:02:47,138 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:02:47,207 INFO Processing ruok command from /127.0.0.1:53322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:02:57,151 INFO Processing ruok command from /127.0.0.1:53656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:02:57,236 INFO Processing ruok command from /127.0.0.1:53660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:03:07,141 INFO Processing ruok command from /127.0.0.1:53964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:03:07,232 INFO Processing ruok command from /127.0.0.1:53968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:03:17,125 INFO Processing ruok command from /127.0.0.1:54292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:03:17,177 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:03:27,136 INFO Processing ruok command from /127.0.0.1:54616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:03:27,218 INFO Processing ruok command from /127.0.0.1:54626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:03:37,124 INFO Processing ruok command from /127.0.0.1:54948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:03:37,175 INFO Processing ruok command from /127.0.0.1:54950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:03:47,150 INFO Processing ruok command from /127.0.0.1:55274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:03:47,233 INFO Processing ruok command from /127.0.0.1:55278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:03:57,133 INFO Processing ruok command from /127.0.0.1:55612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:03:57,189 INFO Processing ruok command from /127.0.0.1:55614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:04:07,144 INFO Processing ruok command from /127.0.0.1:55976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:04:07,217 INFO Processing ruok command from /127.0.0.1:55980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:04:17,139 INFO Processing ruok command from /127.0.0.1:56336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:04:17,197 INFO Processing ruok command from /127.0.0.1:56338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:04:27,153 INFO Processing ruok command from /127.0.0.1:56660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:04:27,254 INFO Processing ruok command from /127.0.0.1:56670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:04:35,301 INFO Committing global session 0x200004d33b6000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:04:37,133 INFO Processing ruok command from /127.0.0.1:56996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:04:37,191 INFO Processing ruok command from /127.0.0.1:57008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:04:47,131 INFO Processing ruok command from /127.0.0.1:57342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:04:47,224 INFO Processing ruok command from /127.0.0.1:57346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:04:57,148 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:04:57,224 INFO Processing ruok command from /127.0.0.1:57684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:05:07,144 INFO Processing ruok command from /127.0.0.1:57998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:05:07,190 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:05:17,132 INFO Processing ruok command from /127.0.0.1:58328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:05:17,186 INFO Processing ruok command from /127.0.0.1:58332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:05:27,124 INFO Processing ruok command from /127.0.0.1:58654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:05:27,199 INFO Processing ruok command from /127.0.0.1:58656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:05:37,155 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:05:37,244 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:05:47,150 INFO Processing ruok command from /127.0.0.1:59306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:05:47,196 INFO Processing ruok command from /127.0.0.1:59308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:05:57,140 INFO Processing ruok command from /127.0.0.1:59640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:05:57,204 INFO Processing ruok command from /127.0.0.1:59642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:06:07,152 INFO Processing ruok command from /127.0.0.1:59974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:06:07,216 INFO Processing ruok command from /127.0.0.1:59978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:06:17,122 INFO Processing ruok command from /127.0.0.1:60302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:06:17,168 INFO Processing ruok command from /127.0.0.1:60304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:06:27,162 INFO Processing ruok command from /127.0.0.1:60626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:06:27,245 INFO Processing ruok command from /127.0.0.1:60630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:06:35,352 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 04:06:35,361 INFO Committing global session 0x300004ee1ce0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:06:36,192 INFO Submitting global closeSession request for session 0x300004ee1ce0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 04:06:37,128 INFO Processing ruok command from /127.0.0.1:60950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:06:37,207 INFO Processing ruok command from /127.0.0.1:60956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:06:47,140 INFO Processing ruok command from /127.0.0.1:33062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:06:47,213 INFO Processing ruok command from /127.0.0.1:33066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:06:57,143 INFO Processing ruok command from /127.0.0.1:33396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:06:57,195 INFO Processing ruok command from /127.0.0.1:33398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:07:07,136 INFO Processing ruok command from /127.0.0.1:33720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:07:07,183 INFO Processing ruok command from /127.0.0.1:33726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:07:17,136 INFO Processing ruok command from /127.0.0.1:34062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:07:17,179 INFO Processing ruok command from /127.0.0.1:34066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:07:27,136 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:07:27,205 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:07:37,136 INFO Processing ruok command from /127.0.0.1:34728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:07:37,210 INFO Processing ruok command from /127.0.0.1:34732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:07:47,149 INFO Processing ruok command from /127.0.0.1:35060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:07:47,225 INFO Processing ruok command from /127.0.0.1:35064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:07:57,128 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:07:57,212 INFO Processing ruok command from /127.0.0.1:35410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:08:07,143 INFO Processing ruok command from /127.0.0.1:35732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:08:07,243 INFO Processing ruok command from /127.0.0.1:35736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:08:17,137 INFO Processing ruok command from /127.0.0.1:36058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:08:17,222 INFO Processing ruok command from /127.0.0.1:36064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:08:27,118 INFO Processing ruok command from /127.0.0.1:36382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:08:27,184 INFO Processing ruok command from /127.0.0.1:36384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:08:35,216 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 04:08:35,224 INFO Committing global session 0x300004ee1ce0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:08:36,098 INFO Submitting global closeSession request for session 0x300004ee1ce0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 04:08:37,157 INFO Processing ruok command from /127.0.0.1:36696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:08:37,213 INFO Processing ruok command from /127.0.0.1:36704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:08:47,139 INFO Processing ruok command from /127.0.0.1:37024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:08:47,247 INFO Processing ruok command from /127.0.0.1:37034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:08:57,136 INFO Processing ruok command from /127.0.0.1:37362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:08:57,224 INFO Processing ruok command from /127.0.0.1:37370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:09:07,131 INFO Processing ruok command from /127.0.0.1:37680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:09:07,178 INFO Processing ruok command from /127.0.0.1:37684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:09:17,121 INFO Processing ruok command from /127.0.0.1:38008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:09:17,184 INFO Processing ruok command from /127.0.0.1:38010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:09:27,128 INFO Processing ruok command from /127.0.0.1:38340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:09:27,215 INFO Processing ruok command from /127.0.0.1:38344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:09:37,148 INFO Processing ruok command from /127.0.0.1:38666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:09:37,219 INFO Processing ruok command from /127.0.0.1:38670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:09:47,192 INFO Processing ruok command from /127.0.0.1:38996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:09:47,271 INFO Processing ruok command from /127.0.0.1:39000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:09:57,135 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:09:57,220 INFO Processing ruok command from /127.0.0.1:39322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:10:07,155 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:10:07,203 INFO Processing ruok command from /127.0.0.1:39636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:10:17,136 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:10:17,219 INFO Processing ruok command from /127.0.0.1:39960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:10:27,127 INFO Processing ruok command from /127.0.0.1:40292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:10:27,207 INFO Processing ruok command from /127.0.0.1:40296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:10:35,348 INFO Committing global session 0x200004d33b6000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:10:37,158 INFO Processing ruok command from /127.0.0.1:40606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:10:37,231 INFO Processing ruok command from /127.0.0.1:40614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:10:47,143 INFO Processing ruok command from /127.0.0.1:40922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:10:47,219 INFO Processing ruok command from /127.0.0.1:40926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:10:57,144 INFO Processing ruok command from /127.0.0.1:41264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:10:57,240 INFO Processing ruok command from /127.0.0.1:41268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:11:07,128 INFO Processing ruok command from /127.0.0.1:41562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:11:07,204 INFO Processing ruok command from /127.0.0.1:41566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:11:17,129 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:11:17,229 INFO Processing ruok command from /127.0.0.1:41902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:11:27,123 INFO Processing ruok command from /127.0.0.1:42224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:11:27,211 INFO Processing ruok command from /127.0.0.1:42234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:11:37,140 INFO Processing ruok command from /127.0.0.1:42560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:11:37,235 INFO Processing ruok command from /127.0.0.1:42564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:11:47,195 INFO Processing ruok command from /127.0.0.1:42892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:11:47,267 INFO Processing ruok command from /127.0.0.1:42896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:11:57,150 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:11:57,239 INFO Processing ruok command from /127.0.0.1:43224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:12:07,151 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:12:07,249 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:12:17,114 INFO Processing ruok command from /127.0.0.1:43878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:12:17,190 INFO Processing ruok command from /127.0.0.1:43880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:12:27,124 INFO Processing ruok command from /127.0.0.1:44190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:12:27,206 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:12:35,162 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 04:12:35,170 INFO Committing global session 0x300004ee1ce0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:12:36,031 INFO Submitting global closeSession request for session 0x300004ee1ce0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 04:12:37,138 INFO Processing ruok command from /127.0.0.1:44530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:12:37,209 INFO Processing ruok command from /127.0.0.1:44534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:12:47,156 INFO Processing ruok command from /127.0.0.1:44864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:12:47,194 INFO Processing ruok command from /127.0.0.1:44866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:12:57,144 INFO Processing ruok command from /127.0.0.1:45196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:12:57,200 INFO Processing ruok command from /127.0.0.1:45206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:13:07,146 INFO Processing ruok command from /127.0.0.1:45518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:13:07,222 INFO Processing ruok command from /127.0.0.1:45528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:13:17,127 INFO Processing ruok command from /127.0.0.1:45866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:13:17,213 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:13:27,131 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:13:27,201 INFO Processing ruok command from /127.0.0.1:46192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:13:37,123 INFO Processing ruok command from /127.0.0.1:46534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:13:37,216 INFO Processing ruok command from /127.0.0.1:46538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:13:47,139 INFO Processing ruok command from /127.0.0.1:46876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:13:47,226 INFO Processing ruok command from /127.0.0.1:46880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:13:57,139 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:13:57,189 INFO Processing ruok command from /127.0.0.1:47220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:14:07,137 INFO Processing ruok command from /127.0.0.1:47530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:14:07,222 INFO Processing ruok command from /127.0.0.1:47536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:14:17,129 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:14:17,222 INFO Processing ruok command from /127.0.0.1:47868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:14:27,134 INFO Processing ruok command from /127.0.0.1:48182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:14:27,208 INFO Processing ruok command from /127.0.0.1:48184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:14:35,340 INFO Committing global session 0x100004dffde0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:14:37,130 INFO Processing ruok command from /127.0.0.1:48506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:14:37,179 INFO Processing ruok command from /127.0.0.1:48508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:14:47,127 INFO Processing ruok command from /127.0.0.1:48840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:14:47,195 INFO Processing ruok command from /127.0.0.1:48842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:14:57,139 INFO Processing ruok command from /127.0.0.1:49168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:14:57,174 INFO Processing ruok command from /127.0.0.1:49170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:15:07,150 INFO Processing ruok command from /127.0.0.1:49490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:15:07,221 INFO Processing ruok command from /127.0.0.1:49494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:15:17,136 INFO Processing ruok command from /127.0.0.1:49824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:15:17,212 INFO Processing ruok command from /127.0.0.1:49828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:15:27,151 INFO Processing ruok command from /127.0.0.1:50142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:15:27,227 INFO Processing ruok command from /127.0.0.1:50148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:15:37,149 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:15:37,231 INFO Processing ruok command from /127.0.0.1:50466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:15:47,160 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:15:47,214 INFO Processing ruok command from /127.0.0.1:50804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:15:57,124 INFO Processing ruok command from /127.0.0.1:51150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:15:57,201 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:16:07,130 INFO Processing ruok command from /127.0.0.1:51466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:16:07,193 INFO Processing ruok command from /127.0.0.1:51468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:16:17,145 INFO Processing ruok command from /127.0.0.1:51792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:16:17,218 INFO Processing ruok command from /127.0.0.1:51800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:16:27,154 INFO Processing ruok command from /127.0.0.1:52120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:16:27,233 INFO Processing ruok command from /127.0.0.1:52124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:16:35,483 INFO Committing global session 0x200004d33b6000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:16:37,137 INFO Processing ruok command from /127.0.0.1:52448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:16:37,191 INFO Processing ruok command from /127.0.0.1:52452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:16:47,163 INFO Processing ruok command from /127.0.0.1:52774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:16:47,283 INFO Processing ruok command from /127.0.0.1:52784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:16:57,131 INFO Processing ruok command from /127.0.0.1:53112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:16:57,193 INFO Processing ruok command from /127.0.0.1:53120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:17:07,149 INFO Processing ruok command from /127.0.0.1:53428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:17:07,213 INFO Processing ruok command from /127.0.0.1:53436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:17:17,133 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:17:17,214 INFO Processing ruok command from /127.0.0.1:53764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:17:27,124 INFO Processing ruok command from /127.0.0.1:54086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:17:27,199 INFO Processing ruok command from /127.0.0.1:54088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:17:37,122 INFO Processing ruok command from /127.0.0.1:54410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:17:37,192 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:17:47,119 INFO Processing ruok command from /127.0.0.1:54730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:17:47,187 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:17:57,152 INFO Processing ruok command from /127.0.0.1:55068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:17:57,218 INFO Processing ruok command from /127.0.0.1:55074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:18:07,124 INFO Processing ruok command from /127.0.0.1:55402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:18:07,175 INFO Processing ruok command from /127.0.0.1:55404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:18:17,148 INFO Processing ruok command from /127.0.0.1:55736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:18:17,195 INFO Processing ruok command from /127.0.0.1:55738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:18:27,126 INFO Processing ruok command from /127.0.0.1:56056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:18:27,201 INFO Processing ruok command from /127.0.0.1:56058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:18:35,168 INFO Committing global session 0x100004dffde0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:18:37,151 INFO Processing ruok command from /127.0.0.1:56366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:18:37,224 INFO Processing ruok command from /127.0.0.1:56372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:18:47,158 INFO Processing ruok command from /127.0.0.1:56690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:18:47,233 INFO Processing ruok command from /127.0.0.1:56696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:18:57,157 INFO Processing ruok command from /127.0.0.1:57024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:18:57,204 INFO Processing ruok command from /127.0.0.1:57026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:19:07,133 INFO Processing ruok command from /127.0.0.1:57342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:19:07,194 INFO Processing ruok command from /127.0.0.1:57344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:19:17,124 INFO Processing ruok command from /127.0.0.1:57676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:19:17,208 INFO Processing ruok command from /127.0.0.1:57680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:19:27,137 INFO Processing ruok command from /127.0.0.1:57990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:19:27,188 INFO Processing ruok command from /127.0.0.1:57996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:19:37,153 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:19:37,240 INFO Processing ruok command from /127.0.0.1:58324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:19:47,136 INFO Processing ruok command from /127.0.0.1:58638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:19:47,207 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:19:57,147 INFO Processing ruok command from /127.0.0.1:58964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:19:57,216 INFO Processing ruok command from /127.0.0.1:58968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:20:07,127 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:20:07,206 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:20:17,147 INFO Processing ruok command from /127.0.0.1:59610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:20:17,234 INFO Processing ruok command from /127.0.0.1:59622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:20:27,150 INFO Processing ruok command from /127.0.0.1:59930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:20:27,213 INFO Processing ruok command from /127.0.0.1:59934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:20:35,096 INFO Committing global session 0x200004d33b60010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:20:37,151 INFO Processing ruok command from /127.0.0.1:60268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:20:37,184 INFO Processing ruok command from /127.0.0.1:60274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:20:47,122 INFO Processing ruok command from /127.0.0.1:60596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:20:47,193 INFO Processing ruok command from /127.0.0.1:60600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:20:57,124 INFO Processing ruok command from /127.0.0.1:60928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:20:57,204 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:21:07,123 INFO Processing ruok command from /127.0.0.1:33014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:21:07,206 INFO Processing ruok command from /127.0.0.1:33018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:21:17,132 INFO Processing ruok command from /127.0.0.1:33358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:21:17,207 INFO Processing ruok command from /127.0.0.1:33364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:21:27,114 INFO Processing ruok command from /127.0.0.1:33680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:21:27,179 INFO Processing ruok command from /127.0.0.1:33682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:21:37,154 INFO Processing ruok command from /127.0.0.1:33996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:21:37,232 INFO Processing ruok command from /127.0.0.1:34000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:21:47,134 INFO Processing ruok command from /127.0.0.1:34326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:21:47,244 INFO Processing ruok command from /127.0.0.1:34330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:21:57,132 INFO Processing ruok command from /127.0.0.1:34658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:21:57,176 INFO Processing ruok command from /127.0.0.1:34660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:22:07,133 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:22:07,202 INFO Processing ruok command from /127.0.0.1:34994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:22:17,127 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:22:17,211 INFO Processing ruok command from /127.0.0.1:35330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:22:27,135 INFO Processing ruok command from /127.0.0.1:35670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:22:27,220 INFO Processing ruok command from /127.0.0.1:35678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:22:35,548 INFO Committing global session 0x200004d33b60011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:22:37,136 INFO Processing ruok command from /127.0.0.1:36008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:22:37,215 INFO Processing ruok command from /127.0.0.1:36014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:22:47,135 INFO Processing ruok command from /127.0.0.1:36346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:22:47,208 INFO Processing ruok command from /127.0.0.1:36350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:22:57,138 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:22:57,211 INFO Processing ruok command from /127.0.0.1:36684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:23:07,136 INFO Processing ruok command from /127.0.0.1:37000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:23:07,177 INFO Processing ruok command from /127.0.0.1:37002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:23:17,160 INFO Processing ruok command from /127.0.0.1:37328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:23:17,273 INFO Processing ruok command from /127.0.0.1:37334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:23:27,165 INFO Processing ruok command from /127.0.0.1:37666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:23:27,223 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:23:37,137 INFO Processing ruok command from /127.0.0.1:37986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:23:37,178 INFO Processing ruok command from /127.0.0.1:37988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:23:47,118 INFO Processing ruok command from /127.0.0.1:38312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:23:47,168 INFO Processing ruok command from /127.0.0.1:38314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:23:57,147 INFO Processing ruok command from /127.0.0.1:38636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:23:57,190 INFO Processing ruok command from /127.0.0.1:38638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:24:07,136 INFO Processing ruok command from /127.0.0.1:38954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:24:07,197 INFO Processing ruok command from /127.0.0.1:38956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:24:17,142 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:24:17,221 INFO Processing ruok command from /127.0.0.1:39302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:24:27,134 INFO Processing ruok command from /127.0.0.1:39628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:24:27,217 INFO Processing ruok command from /127.0.0.1:39638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:24:35,110 INFO Committing global session 0x200004d33b60012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:24:37,140 INFO Processing ruok command from /127.0.0.1:39982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:24:37,193 INFO Processing ruok command from /127.0.0.1:39984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:24:47,132 INFO Processing ruok command from /127.0.0.1:40320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:24:47,210 INFO Processing ruok command from /127.0.0.1:40324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:24:57,143 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:24:57,233 INFO Processing ruok command from /127.0.0.1:40656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:25:07,132 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:25:07,178 INFO Processing ruok command from /127.0.0.1:40974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:25:17,140 INFO Processing ruok command from /127.0.0.1:41310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:25:17,188 INFO Processing ruok command from /127.0.0.1:41312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:25:27,139 INFO Processing ruok command from /127.0.0.1:41630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:25:27,185 INFO Processing ruok command from /127.0.0.1:41632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:25:37,134 INFO Processing ruok command from /127.0.0.1:41958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:25:37,200 INFO Processing ruok command from /127.0.0.1:41962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:25:47,130 INFO Processing ruok command from /127.0.0.1:42282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:25:47,211 INFO Processing ruok command from /127.0.0.1:42286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:25:57,151 INFO Processing ruok command from /127.0.0.1:42620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:25:57,207 INFO Processing ruok command from /127.0.0.1:42624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:26:07,139 INFO Processing ruok command from /127.0.0.1:42938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:26:07,224 INFO Processing ruok command from /127.0.0.1:42942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:26:17,124 INFO Processing ruok command from /127.0.0.1:43256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:26:17,220 INFO Processing ruok command from /127.0.0.1:43260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:26:27,135 INFO Processing ruok command from /127.0.0.1:43566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:26:27,219 INFO Processing ruok command from /127.0.0.1:43572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:26:35,333 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 04:26:35,344 INFO Committing global session 0x300004ee1ce0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:26:36,187 INFO Submitting global closeSession request for session 0x300004ee1ce0013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 04:26:37,163 INFO Processing ruok command from /127.0.0.1:43892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:26:37,259 INFO Processing ruok command from /127.0.0.1:43896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:26:47,168 INFO Processing ruok command from /127.0.0.1:44246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:26:47,212 INFO Processing ruok command from /127.0.0.1:44250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:26:57,131 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:26:57,195 INFO Processing ruok command from /127.0.0.1:44578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:27:07,131 INFO Processing ruok command from /127.0.0.1:44912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:27:07,225 INFO Processing ruok command from /127.0.0.1:44916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:27:17,138 INFO Processing ruok command from /127.0.0.1:45262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:27:17,209 INFO Processing ruok command from /127.0.0.1:45266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:27:27,145 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:27:27,190 INFO Processing ruok command from /127.0.0.1:45594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:27:37,141 INFO Processing ruok command from /127.0.0.1:45916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:27:37,218 INFO Processing ruok command from /127.0.0.1:45920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:27:47,188 INFO Processing ruok command from /127.0.0.1:46262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:27:47,275 INFO Processing ruok command from /127.0.0.1:46270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:27:57,139 INFO Processing ruok command from /127.0.0.1:46632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:27:57,189 INFO Processing ruok command from /127.0.0.1:46634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:28:07,136 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:28:07,207 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:28:17,134 INFO Processing ruok command from /127.0.0.1:47296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:28:17,214 INFO Processing ruok command from /127.0.0.1:47300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:28:27,158 INFO Processing ruok command from /127.0.0.1:47634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:28:27,237 INFO Processing ruok command from /127.0.0.1:47638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:28:35,231 INFO Committing global session 0x200004d33b60013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:28:37,145 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:28:37,210 INFO Processing ruok command from /127.0.0.1:47970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:28:47,124 INFO Processing ruok command from /127.0.0.1:48284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:28:47,175 INFO Processing ruok command from /127.0.0.1:48286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:28:57,158 INFO Processing ruok command from /127.0.0.1:48632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:28:57,213 INFO Processing ruok command from /127.0.0.1:48636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:29:07,138 INFO Processing ruok command from /127.0.0.1:48970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:29:07,223 INFO Processing ruok command from /127.0.0.1:48974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:29:17,135 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:29:17,226 INFO Processing ruok command from /127.0.0.1:49302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:29:27,150 INFO Processing ruok command from /127.0.0.1:49626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:29:27,209 INFO Processing ruok command from /127.0.0.1:49632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:29:37,121 INFO Processing ruok command from /127.0.0.1:49954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:29:37,174 INFO Processing ruok command from /127.0.0.1:49956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:29:47,129 INFO Processing ruok command from /127.0.0.1:50290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:29:47,205 INFO Processing ruok command from /127.0.0.1:50292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:29:57,123 INFO Processing ruok command from /127.0.0.1:50626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:29:57,169 INFO Processing ruok command from /127.0.0.1:50628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:30:07,163 INFO Processing ruok command from /127.0.0.1:50946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:30:07,201 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:30:17,161 INFO Processing ruok command from /127.0.0.1:51276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:30:17,220 INFO Processing ruok command from /127.0.0.1:51280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:30:27,125 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:30:27,195 INFO Processing ruok command from /127.0.0.1:51598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:30:35,450 INFO Committing global session 0x200004d33b60014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:30:37,134 INFO Processing ruok command from /127.0.0.1:51926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:30:37,225 INFO Processing ruok command from /127.0.0.1:51930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:30:47,131 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:30:47,199 INFO Processing ruok command from /127.0.0.1:52266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:30:57,127 INFO Processing ruok command from /127.0.0.1:52582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:30:57,206 INFO Processing ruok command from /127.0.0.1:52586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:31:07,131 INFO Processing ruok command from /127.0.0.1:52914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:31:07,215 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:31:17,134 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:31:17,212 INFO Processing ruok command from /127.0.0.1:53266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:31:27,154 INFO Processing ruok command from /127.0.0.1:53576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:31:27,225 INFO Processing ruok command from /127.0.0.1:53580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:31:37,138 INFO Processing ruok command from /127.0.0.1:53896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:31:37,218 INFO Processing ruok command from /127.0.0.1:53900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:31:47,138 INFO Processing ruok command from /127.0.0.1:54226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:31:47,215 INFO Processing ruok command from /127.0.0.1:54230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:31:57,160 INFO Processing ruok command from /127.0.0.1:54568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:31:57,250 INFO Processing ruok command from /127.0.0.1:54572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:32:07,138 INFO Processing ruok command from /127.0.0.1:54890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:32:07,233 INFO Processing ruok command from /127.0.0.1:54894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:32:17,139 INFO Processing ruok command from /127.0.0.1:55228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:32:17,229 INFO Processing ruok command from /127.0.0.1:55232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:32:27,137 INFO Processing ruok command from /127.0.0.1:55546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:32:27,209 INFO Processing ruok command from /127.0.0.1:55550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:32:35,245 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 04:32:35,253 INFO Committing global session 0x300004ee1ce0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:32:36,128 INFO Submitting global closeSession request for session 0x300004ee1ce0014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 04:32:37,120 INFO Processing ruok command from /127.0.0.1:55868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:32:37,164 INFO Processing ruok command from /127.0.0.1:55870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:32:47,134 INFO Processing ruok command from /127.0.0.1:56204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:32:47,217 INFO Processing ruok command from /127.0.0.1:56208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:32:57,123 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:32:57,186 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:33:07,116 INFO Processing ruok command from /127.0.0.1:56864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:33:07,193 INFO Processing ruok command from /127.0.0.1:56868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:33:17,137 INFO Processing ruok command from /127.0.0.1:57200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:33:17,203 INFO Processing ruok command from /127.0.0.1:57202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:33:27,123 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:33:27,209 INFO Processing ruok command from /127.0.0.1:57526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:33:37,149 INFO Processing ruok command from /127.0.0.1:57846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:33:37,177 INFO Processing ruok command from /127.0.0.1:57850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:33:47,124 INFO Processing ruok command from /127.0.0.1:58168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:33:47,183 INFO Processing ruok command from /127.0.0.1:58170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:33:57,152 INFO Processing ruok command from /127.0.0.1:58504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:33:57,249 INFO Processing ruok command from /127.0.0.1:58508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:34:07,146 INFO Processing ruok command from /127.0.0.1:58812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:34:07,178 INFO Processing ruok command from /127.0.0.1:58814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:34:17,139 INFO Processing ruok command from /127.0.0.1:59160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:34:17,213 INFO Processing ruok command from /127.0.0.1:59164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:34:27,141 INFO Processing ruok command from /127.0.0.1:59482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:34:27,216 INFO Processing ruok command from /127.0.0.1:59486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:34:35,368 INFO Committing global session 0x200004d33b60015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:34:37,133 INFO Processing ruok command from /127.0.0.1:59808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:34:37,214 INFO Processing ruok command from /127.0.0.1:59812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:34:47,145 INFO Processing ruok command from /127.0.0.1:60132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:34:47,196 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:34:57,158 INFO Processing ruok command from /127.0.0.1:60456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:34:57,253 INFO Processing ruok command from /127.0.0.1:60460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:35:07,136 INFO Processing ruok command from /127.0.0.1:60772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:35:07,181 INFO Processing ruok command from /127.0.0.1:60776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:35:17,161 INFO Processing ruok command from /127.0.0.1:32884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:35:17,234 INFO Processing ruok command from /127.0.0.1:32890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:35:27,129 INFO Processing ruok command from /127.0.0.1:33216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:35:27,192 INFO Processing ruok command from /127.0.0.1:33220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:35:37,142 INFO Processing ruok command from /127.0.0.1:33532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:35:37,200 INFO Processing ruok command from /127.0.0.1:33534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:35:47,126 INFO Processing ruok command from /127.0.0.1:33852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:35:47,210 INFO Processing ruok command from /127.0.0.1:33856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:35:57,131 INFO Processing ruok command from /127.0.0.1:34190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:35:57,209 INFO Processing ruok command from /127.0.0.1:34194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:36:07,121 INFO Processing ruok command from /127.0.0.1:34510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:36:07,180 INFO Processing ruok command from /127.0.0.1:34520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:36:10,485 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:36:17,121 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:36:17,197 INFO Processing ruok command from /127.0.0.1:34852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:36:27,142 INFO Processing ruok command from /127.0.0.1:35190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:36:27,203 INFO Processing ruok command from /127.0.0.1:35196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:36:35,149 INFO Committing global session 0x100004dffde0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:36:37,128 INFO Processing ruok command from /127.0.0.1:35508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:36:37,210 INFO Processing ruok command from /127.0.0.1:35512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:36:47,149 INFO Processing ruok command from /127.0.0.1:35838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:36:47,230 INFO Processing ruok command from /127.0.0.1:35846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:36:57,140 INFO Processing ruok command from /127.0.0.1:36166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:36:57,203 INFO Processing ruok command from /127.0.0.1:36176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:37:07,138 INFO Processing ruok command from /127.0.0.1:36490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:37:07,181 INFO Processing ruok command from /127.0.0.1:36492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:37:10,486 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:37:17,132 INFO Processing ruok command from /127.0.0.1:36832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:37:17,177 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:37:27,147 INFO Processing ruok command from /127.0.0.1:37154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:37:27,232 INFO Processing ruok command from /127.0.0.1:37160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:37:37,122 INFO Processing ruok command from /127.0.0.1:37488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:37:37,211 INFO Processing ruok command from /127.0.0.1:37494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:37:47,129 INFO Processing ruok command from /127.0.0.1:37808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:37:47,214 INFO Processing ruok command from /127.0.0.1:37816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:37:57,131 INFO Processing ruok command from /127.0.0.1:38128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:37:57,218 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:38:07,149 INFO Processing ruok command from /127.0.0.1:38464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:38:07,218 INFO Processing ruok command from /127.0.0.1:38468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:38:10,485 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:38:17,126 INFO Processing ruok command from /127.0.0.1:38802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:38:17,191 INFO Processing ruok command from /127.0.0.1:38804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:38:27,129 INFO Processing ruok command from /127.0.0.1:39136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:38:27,207 INFO Processing ruok command from /127.0.0.1:39138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:38:35,321 INFO Committing global session 0x100004dffde0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:38:37,130 INFO Processing ruok command from /127.0.0.1:39468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:38:37,213 INFO Processing ruok command from /127.0.0.1:39472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:38:47,142 INFO Processing ruok command from /127.0.0.1:39798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:38:47,210 INFO Processing ruok command from /127.0.0.1:39802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:38:57,134 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:38:57,220 INFO Processing ruok command from /127.0.0.1:40138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:39:07,133 INFO Processing ruok command from /127.0.0.1:40456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:39:07,191 INFO Processing ruok command from /127.0.0.1:40458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:39:10,485 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:39:17,133 INFO Processing ruok command from /127.0.0.1:40786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:39:17,208 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:39:27,138 INFO Processing ruok command from /127.0.0.1:41116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:39:27,212 INFO Processing ruok command from /127.0.0.1:41120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:39:37,112 INFO Processing ruok command from /127.0.0.1:41432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:39:37,171 INFO Processing ruok command from /127.0.0.1:41434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:39:47,141 INFO Processing ruok command from /127.0.0.1:41770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:39:47,209 INFO Processing ruok command from /127.0.0.1:41774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:39:57,163 INFO Processing ruok command from /127.0.0.1:42124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:39:57,209 INFO Processing ruok command from /127.0.0.1:42128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:40:07,132 INFO Processing ruok command from /127.0.0.1:42464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:40:07,223 INFO Processing ruok command from /127.0.0.1:42472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:40:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:40:17,150 INFO Processing ruok command from /127.0.0.1:42812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:40:17,262 INFO Processing ruok command from /127.0.0.1:42822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:40:27,123 INFO Processing ruok command from /127.0.0.1:43156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:40:27,198 INFO Processing ruok command from /127.0.0.1:43166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:40:35,271 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 04:40:35,278 INFO Committing global session 0x300004ee1ce0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:40:36,122 INFO Submitting global closeSession request for session 0x300004ee1ce0015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 04:40:37,141 INFO Processing ruok command from /127.0.0.1:43504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:40:37,224 INFO Processing ruok command from /127.0.0.1:43510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:40:47,136 INFO Processing ruok command from /127.0.0.1:43878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:40:47,230 INFO Processing ruok command from /127.0.0.1:43882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:40:57,144 INFO Processing ruok command from /127.0.0.1:44232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:40:57,250 INFO Processing ruok command from /127.0.0.1:44238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:41:07,132 INFO Processing ruok command from /127.0.0.1:44566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:41:07,203 INFO Processing ruok command from /127.0.0.1:44568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:41:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup609cdd39-95eb-43a1-8db4-1592e2572b88/homles609cdd39-95eb-43a1-8db4-1592e2572b88 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:41:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:41:17,123 INFO Processing ruok command from /127.0.0.1:44896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:41:17,193 INFO Processing ruok command from /127.0.0.1:44898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:41:27,126 INFO Processing ruok command from /127.0.0.1:45226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:41:27,198 INFO Processing ruok command from /127.0.0.1:45228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:41:37,149 INFO Processing ruok command from /127.0.0.1:45548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:41:37,203 INFO Processing ruok command from /127.0.0.1:45550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:41:47,153 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:41:47,207 INFO Processing ruok command from /127.0.0.1:45874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:41:57,153 INFO Processing ruok command from /127.0.0.1:46202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:41:57,228 INFO Processing ruok command from /127.0.0.1:46206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:42:07,122 INFO Processing ruok command from /127.0.0.1:46530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:42:07,201 INFO Processing ruok command from /127.0.0.1:46532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:42:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup609cdd39-95eb-43a1-8db4-1592e2572b88 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:42:10,491 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:42:10,497 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:42:17,140 INFO Processing ruok command from /127.0.0.1:46864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:42:17,201 INFO Processing ruok command from /127.0.0.1:46866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:42:27,146 INFO Processing ruok command from /127.0.0.1:47180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:42:27,236 INFO Processing ruok command from /127.0.0.1:47186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:42:35,316 INFO Committing global session 0x100004dffde0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:42:37,121 INFO Processing ruok command from /127.0.0.1:47496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:42:37,188 INFO Processing ruok command from /127.0.0.1:47498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:42:47,140 INFO Processing ruok command from /127.0.0.1:47818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:42:47,203 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:42:57,143 INFO Processing ruok command from /127.0.0.1:48152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:42:57,216 INFO Processing ruok command from /127.0.0.1:48156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:43:07,151 INFO Processing ruok command from /127.0.0.1:48468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:43:07,235 INFO Processing ruok command from /127.0.0.1:48474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:43:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:43:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:43:17,164 INFO Processing ruok command from /127.0.0.1:48798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:43:17,246 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:43:27,133 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:43:27,221 INFO Processing ruok command from /127.0.0.1:49140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:43:37,149 INFO Processing ruok command from /127.0.0.1:49476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:43:37,215 INFO Processing ruok command from /127.0.0.1:49480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:43:47,137 INFO Processing ruok command from /127.0.0.1:49806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:43:47,195 INFO Processing ruok command from /127.0.0.1:49808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:43:57,170 INFO Processing ruok command from /127.0.0.1:50152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:43:57,204 INFO Processing ruok command from /127.0.0.1:50154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:44:07,143 INFO Processing ruok command from /127.0.0.1:50478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:44:07,279 INFO Processing ruok command from /127.0.0.1:50482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:44:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:44:10,491 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-06-08 04:44:10,497 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:44:10,503 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:44:17,144 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:44:17,191 INFO Processing ruok command from /127.0.0.1:50802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:44:27,138 INFO Processing ruok command from /127.0.0.1:51136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:44:27,204 INFO Processing ruok command from /127.0.0.1:51138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:44:35,302 INFO Committing global session 0x100004dffde0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:44:37,135 INFO Processing ruok command from /127.0.0.1:51450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:44:37,216 INFO Processing ruok command from /127.0.0.1:51454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:44:47,142 INFO Processing ruok command from /127.0.0.1:51770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:44:47,216 INFO Processing ruok command from /127.0.0.1:51774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:44:57,142 INFO Processing ruok command from /127.0.0.1:52096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:44:57,206 INFO Processing ruok command from /127.0.0.1:52100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:45:07,116 INFO Processing ruok command from /127.0.0.1:52424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:45:07,183 INFO Processing ruok command from /127.0.0.1:52426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:45:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:45:10,491 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:45:10,497 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:45:17,125 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:45:17,193 INFO Processing ruok command from /127.0.0.1:52768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:45:27,127 INFO Processing ruok command from /127.0.0.1:53088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:45:27,195 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:45:37,112 INFO Processing ruok command from /127.0.0.1:53406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:45:37,166 INFO Processing ruok command from /127.0.0.1:53408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:45:47,121 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:45:47,190 INFO Processing ruok command from /127.0.0.1:53728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:45:57,137 INFO Processing ruok command from /127.0.0.1:54050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:45:57,210 INFO Processing ruok command from /127.0.0.1:54054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:46:07,139 INFO Processing ruok command from /127.0.0.1:54370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:46:07,209 INFO Processing ruok command from /127.0.0.1:54372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:46:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:46:10,491 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:46:10,497 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:46:10,503 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:46:17,151 INFO Processing ruok command from /127.0.0.1:54718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:46:17,216 INFO Processing ruok command from /127.0.0.1:54722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:46:27,156 INFO Processing ruok command from /127.0.0.1:55050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:46:27,196 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:46:35,280 INFO Committing global session 0x100004dffde0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:46:37,121 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:46:37,170 INFO Processing ruok command from /127.0.0.1:55370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:46:47,144 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:46:47,241 INFO Processing ruok command from /127.0.0.1:55712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:46:57,159 INFO Processing ruok command from /127.0.0.1:56042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:46:57,253 INFO Processing ruok command from /127.0.0.1:56048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:47:07,409 INFO Processing ruok command from /127.0.0.1:56376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:47:07,491 INFO Processing ruok command from /127.0.0.1:56378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:47:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:47:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:47:17,118 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:47:17,196 INFO Processing ruok command from /127.0.0.1:56732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:47:27,127 INFO Processing ruok command from /127.0.0.1:57064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:47:27,205 INFO Processing ruok command from /127.0.0.1:57066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:47:37,129 INFO Processing ruok command from /127.0.0.1:57386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:47:37,219 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:47:47,135 INFO Processing ruok command from /127.0.0.1:57722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:47:47,183 INFO Processing ruok command from /127.0.0.1:57724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:47:57,123 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:47:57,151 INFO Processing ruok command from /127.0.0.1:58058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:48:07,131 INFO Processing ruok command from /127.0.0.1:58370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:48:07,203 INFO Processing ruok command from /127.0.0.1:58372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:48:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:48:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:48:10,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:48:17,129 INFO Processing ruok command from /127.0.0.1:58712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:48:17,202 INFO Processing ruok command from /127.0.0.1:58716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:48:27,122 INFO Processing ruok command from /127.0.0.1:59042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:48:27,171 INFO Processing ruok command from /127.0.0.1:59044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:48:35,325 INFO Committing global session 0x100004dffde0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:48:37,136 INFO Processing ruok command from /127.0.0.1:59378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:48:37,203 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:48:47,141 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:48:47,227 INFO Processing ruok command from /127.0.0.1:59710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:48:57,174 INFO Processing ruok command from /127.0.0.1:60028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:48:57,236 INFO Processing ruok command from /127.0.0.1:60034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:49:07,143 INFO Processing ruok command from /127.0.0.1:60366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:49:07,224 INFO Processing ruok command from /127.0.0.1:60372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:49:10,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:49:10,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:49:17,134 INFO Processing ruok command from /127.0.0.1:60706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:49:17,230 INFO Processing ruok command from /127.0.0.1:60718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:49:27,138 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:49:27,186 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:49:37,138 INFO Processing ruok command from /127.0.0.1:33122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:49:37,238 INFO Processing ruok command from /127.0.0.1:33130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:49:47,118 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:49:47,185 INFO Processing ruok command from /127.0.0.1:33460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:49:57,147 INFO Processing ruok command from /127.0.0.1:33782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:49:57,189 INFO Processing ruok command from /127.0.0.1:33784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:50:07,125 INFO Processing ruok command from /127.0.0.1:34100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:50:07,203 INFO Processing ruok command from /127.0.0.1:34102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:50:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:50:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:50:17,137 INFO Processing ruok command from /127.0.0.1:34434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:50:17,209 INFO Processing ruok command from /127.0.0.1:34438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:50:27,135 INFO Processing ruok command from /127.0.0.1:34758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:50:27,194 INFO Processing ruok command from /127.0.0.1:34760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:50:35,503 INFO Committing global session 0x100004dffde0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:50:37,118 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:50:37,187 INFO Processing ruok command from /127.0.0.1:35096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:50:47,131 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:50:47,175 INFO Processing ruok command from /127.0.0.1:35414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:50:57,143 INFO Processing ruok command from /127.0.0.1:35742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:50:57,198 INFO Processing ruok command from /127.0.0.1:35744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:51:07,143 INFO Processing ruok command from /127.0.0.1:36054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:51:07,213 INFO Processing ruok command from /127.0.0.1:36060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:51:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:51:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:51:10,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:51:10,504 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:51:10,509 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:51:17,142 INFO Processing ruok command from /127.0.0.1:36404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:51:17,226 INFO Processing ruok command from /127.0.0.1:36408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:51:27,134 INFO Processing ruok command from /127.0.0.1:36732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:51:27,229 INFO Processing ruok command from /127.0.0.1:36736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:51:37,124 INFO Processing ruok command from /127.0.0.1:37066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:51:37,206 INFO Processing ruok command from /127.0.0.1:37074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:51:47,142 INFO Processing ruok command from /127.0.0.1:37404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:51:47,210 INFO Processing ruok command from /127.0.0.1:37408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:51:57,120 INFO Processing ruok command from /127.0.0.1:37742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:51:57,190 INFO Processing ruok command from /127.0.0.1:37744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:52:07,128 INFO Processing ruok command from /127.0.0.1:38052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:52:07,296 INFO Processing ruok command from /127.0.0.1:38056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:52:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:52:10,491 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:52:10,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:52:10,504 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:52:10,510 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:52:17,148 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:52:17,223 INFO Processing ruok command from /127.0.0.1:38392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:52:27,121 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:52:27,166 INFO Processing ruok command from /127.0.0.1:38710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:52:35,354 INFO Committing global session 0x200004d33b60016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:52:37,126 INFO Processing ruok command from /127.0.0.1:39026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:52:37,169 INFO Processing ruok command from /127.0.0.1:39028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:52:47,133 INFO Processing ruok command from /127.0.0.1:39366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:52:47,182 INFO Processing ruok command from /127.0.0.1:39368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:52:57,153 INFO Processing ruok command from /127.0.0.1:39702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:52:57,191 INFO Processing ruok command from /127.0.0.1:39704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:53:07,139 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:53:07,210 INFO Processing ruok command from /127.0.0.1:40036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:53:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:53:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:53:10,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:53:10,504 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:53:17,138 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:53:17,211 INFO Processing ruok command from /127.0.0.1:40364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:53:27,150 INFO Processing ruok command from /127.0.0.1:40686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:53:27,221 INFO Processing ruok command from /127.0.0.1:40690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:53:37,127 INFO Processing ruok command from /127.0.0.1:41012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:53:37,203 INFO Processing ruok command from /127.0.0.1:41014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:53:47,136 INFO Processing ruok command from /127.0.0.1:41346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:53:47,222 INFO Processing ruok command from /127.0.0.1:41350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:53:57,156 INFO Processing ruok command from /127.0.0.1:41684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:53:57,221 INFO Processing ruok command from /127.0.0.1:41690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:54:07,120 INFO Processing ruok command from /127.0.0.1:42014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:54:07,210 INFO Processing ruok command from /127.0.0.1:42022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:54:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:54:10,491 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:54:17,136 INFO Processing ruok command from /127.0.0.1:42360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:54:17,231 INFO Processing ruok command from /127.0.0.1:42366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:54:27,172 INFO Processing ruok command from /127.0.0.1:42712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:54:27,279 INFO Processing ruok command from /127.0.0.1:42716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:54:35,361 INFO Committing global session 0x200004d33b60017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:54:37,144 INFO Processing ruok command from /127.0.0.1:43064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:54:37,206 INFO Processing ruok command from /127.0.0.1:43066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:54:47,144 INFO Processing ruok command from /127.0.0.1:43414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:54:47,230 INFO Processing ruok command from /127.0.0.1:43418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:54:57,156 INFO Processing ruok command from /127.0.0.1:43768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:54:57,219 INFO Processing ruok command from /127.0.0.1:43772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:55:07,143 INFO Processing ruok command from /127.0.0.1:44084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:55:07,210 INFO Processing ruok command from /127.0.0.1:44088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:55:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:55:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:55:17,151 INFO Processing ruok command from /127.0.0.1:44410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:55:17,221 INFO Processing ruok command from /127.0.0.1:44418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:55:27,137 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:55:27,189 INFO Processing ruok command from /127.0.0.1:44744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:55:37,153 INFO Processing ruok command from /127.0.0.1:45070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:55:37,257 INFO Processing ruok command from /127.0.0.1:45074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:55:47,139 INFO Processing ruok command from /127.0.0.1:45432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:55:47,212 INFO Processing ruok command from /127.0.0.1:45440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:55:57,135 INFO Processing ruok command from /127.0.0.1:45782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:55:57,222 INFO Processing ruok command from /127.0.0.1:45786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:56:07,200 INFO Processing ruok command from /127.0.0.1:46152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:56:07,279 INFO Processing ruok command from /127.0.0.1:46160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:56:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:56:17,149 INFO Processing ruok command from /127.0.0.1:46500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:56:17,256 INFO Processing ruok command from /127.0.0.1:46506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:56:27,157 INFO Processing ruok command from /127.0.0.1:46838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:56:27,238 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:56:35,465 INFO Committing global session 0x100004dffde0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:56:37,128 INFO Processing ruok command from /127.0.0.1:47178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:56:37,174 INFO Processing ruok command from /127.0.0.1:47182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:56:47,133 INFO Processing ruok command from /127.0.0.1:47526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:56:47,214 INFO Processing ruok command from /127.0.0.1:47534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:56:57,126 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:56:57,200 INFO Processing ruok command from /127.0.0.1:47866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:56:58,156 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-08 04:56:58,157 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-06-08 04:56:58,165 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-08 04:57:07,131 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:57:07,202 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:57:10,486 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 04:57:17,126 INFO Processing ruok command from /127.0.0.1:48538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:57:17,211 INFO Processing ruok command from /127.0.0.1:48542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:57:27,138 INFO Processing ruok command from /127.0.0.1:48856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:57:27,202 INFO Processing ruok command from /127.0.0.1:48862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:57:37,134 INFO Processing ruok command from /127.0.0.1:49204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:57:37,217 INFO Processing ruok command from /127.0.0.1:49214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:57:47,139 INFO Processing ruok command from /127.0.0.1:49558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:57:47,207 INFO Processing ruok command from /127.0.0.1:49562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:57:57,124 INFO Processing ruok command from /127.0.0.1:49902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:57:57,189 INFO Processing ruok command from /127.0.0.1:49906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:58:07,124 INFO Processing ruok command from /127.0.0.1:50232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:58:07,182 INFO Processing ruok command from /127.0.0.1:50234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:58:17,144 INFO Processing ruok command from /127.0.0.1:50562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:58:17,213 INFO Processing ruok command from /127.0.0.1:50566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:58:27,136 INFO Processing ruok command from /127.0.0.1:50882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:58:27,221 INFO Processing ruok command from /127.0.0.1:50886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:58:35,231 INFO Committing global session 0x100004dffde001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 04:58:37,132 INFO Processing ruok command from /127.0.0.1:51202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:58:37,224 INFO Processing ruok command from /127.0.0.1:51206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:58:47,154 INFO Processing ruok command from /127.0.0.1:51530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:58:47,239 INFO Processing ruok command from /127.0.0.1:51534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:58:57,143 INFO Processing ruok command from /127.0.0.1:51880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:58:57,190 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:59:07,167 INFO Processing ruok command from /127.0.0.1:52212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:59:07,275 INFO Processing ruok command from /127.0.0.1:52216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:59:10,487 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-06-08 04:59:17,137 INFO Processing ruok command from /127.0.0.1:52542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:59:17,216 INFO Processing ruok command from /127.0.0.1:52548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:59:27,135 INFO Processing ruok command from /127.0.0.1:52868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:59:27,174 INFO Processing ruok command from /127.0.0.1:52870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:59:37,140 INFO Processing ruok command from /127.0.0.1:53176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:59:37,219 INFO Processing ruok command from /127.0.0.1:53186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:59:47,116 INFO Processing ruok command from /127.0.0.1:53508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:59:47,164 INFO Processing ruok command from /127.0.0.1:53510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 04:59:57,160 INFO Processing ruok command from /127.0.0.1:53828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 04:59:57,222 INFO Processing ruok command from /127.0.0.1:53832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:00:07,158 INFO Processing ruok command from /127.0.0.1:54142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:00:07,234 INFO Processing ruok command from /127.0.0.1:54146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:00:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:00:10,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:00:17,163 INFO Processing ruok command from /127.0.0.1:54478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:00:17,253 INFO Processing ruok command from /127.0.0.1:54482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:00:27,148 INFO Processing ruok command from /127.0.0.1:54798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:00:27,203 INFO Processing ruok command from /127.0.0.1:54802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:00:35,904 INFO Committing global session 0x100004dffde001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:00:37,121 INFO Processing ruok command from /127.0.0.1:55114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:00:37,196 INFO Processing ruok command from /127.0.0.1:55118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:00:47,164 INFO Processing ruok command from /127.0.0.1:55442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:00:47,245 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:00:57,145 INFO Processing ruok command from /127.0.0.1:55766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:00:57,246 INFO Processing ruok command from /127.0.0.1:55774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:01:07,152 INFO Processing ruok command from /127.0.0.1:56104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:01:07,225 INFO Processing ruok command from /127.0.0.1:56108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:01:10,485 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:01:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:01:17,162 INFO Processing ruok command from /127.0.0.1:56422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:01:17,241 INFO Processing ruok command from /127.0.0.1:56428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:01:27,145 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:01:27,221 INFO Processing ruok command from /127.0.0.1:56766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:01:37,147 INFO Processing ruok command from /127.0.0.1:57088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:01:37,224 INFO Processing ruok command from /127.0.0.1:57092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:01:47,159 INFO Processing ruok command from /127.0.0.1:57416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:01:47,230 INFO Processing ruok command from /127.0.0.1:57420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:01:57,136 INFO Processing ruok command from /127.0.0.1:57742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:01:57,174 INFO Processing ruok command from /127.0.0.1:57744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:02:07,161 INFO Processing ruok command from /127.0.0.1:58064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:02:07,257 INFO Processing ruok command from /127.0.0.1:58068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:02:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:02:17,134 INFO Processing ruok command from /127.0.0.1:58396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:02:17,227 INFO Processing ruok command from /127.0.0.1:58402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:02:27,132 INFO Processing ruok command from /127.0.0.1:58720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:02:27,242 INFO Processing ruok command from /127.0.0.1:58728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:02:35,295 INFO Committing global session 0x200004d33b60018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:02:37,161 INFO Processing ruok command from /127.0.0.1:59034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:02:37,250 INFO Processing ruok command from /127.0.0.1:59040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:02:47,151 INFO Processing ruok command from /127.0.0.1:59360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:02:47,233 INFO Processing ruok command from /127.0.0.1:59364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:02:57,146 INFO Processing ruok command from /127.0.0.1:59682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:02:57,187 INFO Processing ruok command from /127.0.0.1:59688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:03:07,127 INFO Processing ruok command from /127.0.0.1:60012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:03:07,200 INFO Processing ruok command from /127.0.0.1:60014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:03:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:03:17,145 INFO Processing ruok command from /127.0.0.1:60350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:03:17,192 INFO Processing ruok command from /127.0.0.1:60354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:03:27,147 INFO Processing ruok command from /127.0.0.1:60676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:03:27,256 INFO Processing ruok command from /127.0.0.1:60680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:03:37,134 INFO Processing ruok command from /127.0.0.1:32782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:03:37,259 INFO Processing ruok command from /127.0.0.1:32790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:03:47,154 INFO Processing ruok command from /127.0.0.1:33110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:03:47,213 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:03:57,133 INFO Processing ruok command from /127.0.0.1:33438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:03:57,213 INFO Processing ruok command from /127.0.0.1:33442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:04:07,128 INFO Processing ruok command from /127.0.0.1:33762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:04:07,192 INFO Processing ruok command from /127.0.0.1:33764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:04:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:04:17,149 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:04:17,260 INFO Processing ruok command from /127.0.0.1:34146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:04:27,137 INFO Processing ruok command from /127.0.0.1:34496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:04:27,221 INFO Processing ruok command from /127.0.0.1:34500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:04:35,163 INFO Committing global session 0x100004dffde001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:04:37,128 INFO Processing ruok command from /127.0.0.1:34838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:04:37,192 INFO Processing ruok command from /127.0.0.1:34840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:04:47,159 INFO Processing ruok command from /127.0.0.1:35168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:04:47,257 INFO Processing ruok command from /127.0.0.1:35172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:04:57,133 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:04:57,221 INFO Processing ruok command from /127.0.0.1:35500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:05:07,131 INFO Processing ruok command from /127.0.0.1:35816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:05:07,217 INFO Processing ruok command from /127.0.0.1:35820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:05:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:05:17,127 INFO Processing ruok command from /127.0.0.1:36152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:05:17,226 INFO Processing ruok command from /127.0.0.1:36158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:05:27,152 INFO Processing ruok command from /127.0.0.1:36478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:05:27,256 INFO Processing ruok command from /127.0.0.1:36484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:05:37,126 INFO Processing ruok command from /127.0.0.1:36816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:05:37,241 INFO Processing ruok command from /127.0.0.1:36820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:05:47,125 INFO Processing ruok command from /127.0.0.1:37158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:05:47,189 INFO Processing ruok command from /127.0.0.1:37160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:05:57,154 INFO Processing ruok command from /127.0.0.1:37484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:05:57,186 INFO Processing ruok command from /127.0.0.1:37486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:06:07,134 INFO Processing ruok command from /127.0.0.1:37796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:06:07,176 INFO Processing ruok command from /127.0.0.1:37798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:06:10,486 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:06:17,133 INFO Processing ruok command from /127.0.0.1:38114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:06:17,208 INFO Processing ruok command from /127.0.0.1:38118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:06:27,175 INFO Processing ruok command from /127.0.0.1:38442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:06:27,211 INFO Processing ruok command from /127.0.0.1:38446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:06:35,316 INFO Committing global session 0x100004dffde001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:06:37,122 INFO Processing ruok command from /127.0.0.1:38780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:06:37,212 INFO Processing ruok command from /127.0.0.1:38784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:06:47,118 INFO Processing ruok command from /127.0.0.1:39120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:06:47,182 INFO Processing ruok command from /127.0.0.1:39122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:06:57,134 INFO Processing ruok command from /127.0.0.1:39448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:06:57,206 INFO Processing ruok command from /127.0.0.1:39452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:07:07,143 INFO Processing ruok command from /127.0.0.1:39772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:07:07,236 INFO Processing ruok command from /127.0.0.1:39776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:07:17,140 INFO Processing ruok command from /127.0.0.1:40090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:07:17,194 INFO Processing ruok command from /127.0.0.1:40092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:07:27,123 INFO Processing ruok command from /127.0.0.1:40412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:07:27,195 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:07:37,140 INFO Processing ruok command from /127.0.0.1:40722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:07:37,252 INFO Processing ruok command from /127.0.0.1:40730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:07:47,128 INFO Processing ruok command from /127.0.0.1:41040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:07:47,208 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:07:57,139 INFO Processing ruok command from /127.0.0.1:41384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:07:57,209 INFO Processing ruok command from /127.0.0.1:41390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:08:07,135 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:08:07,170 INFO Processing ruok command from /127.0.0.1:41714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:08:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:08:10,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:08:17,141 INFO Processing ruok command from /127.0.0.1:42040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:08:17,180 INFO Processing ruok command from /127.0.0.1:42044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:08:27,140 INFO Processing ruok command from /127.0.0.1:42362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:08:27,221 INFO Processing ruok command from /127.0.0.1:42366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:08:35,101 INFO Committing global session 0x200004d33b60019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:08:37,138 INFO Processing ruok command from /127.0.0.1:42678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:08:37,236 INFO Processing ruok command from /127.0.0.1:42684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:08:47,144 INFO Processing ruok command from /127.0.0.1:43010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:08:47,214 INFO Processing ruok command from /127.0.0.1:43014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:08:57,127 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:08:57,213 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:09:07,136 INFO Processing ruok command from /127.0.0.1:43678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:09:07,213 INFO Processing ruok command from /127.0.0.1:43682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:09:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:09:10,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:09:17,129 INFO Processing ruok command from /127.0.0.1:44004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:09:17,185 INFO Processing ruok command from /127.0.0.1:44006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:09:27,139 INFO Processing ruok command from /127.0.0.1:44322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:09:27,222 INFO Processing ruok command from /127.0.0.1:44328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:09:37,145 INFO Processing ruok command from /127.0.0.1:44644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:09:37,219 INFO Processing ruok command from /127.0.0.1:44654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:09:47,131 INFO Processing ruok command from /127.0.0.1:44966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:09:47,203 INFO Processing ruok command from /127.0.0.1:44968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:09:57,131 INFO Processing ruok command from /127.0.0.1:45288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:09:57,180 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:10:07,133 INFO Processing ruok command from /127.0.0.1:45620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:10:07,185 INFO Processing ruok command from /127.0.0.1:45622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:10:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:10:10,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:10:10,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:10:17,127 INFO Processing ruok command from /127.0.0.1:45958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:10:17,221 INFO Processing ruok command from /127.0.0.1:45962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:10:27,147 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:10:27,225 INFO Processing ruok command from /127.0.0.1:46292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:10:35,482 INFO Committing global session 0x200004d33b6001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:10:37,144 INFO Processing ruok command from /127.0.0.1:46618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:10:37,230 INFO Processing ruok command from /127.0.0.1:46622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:10:47,167 INFO Processing ruok command from /127.0.0.1:46948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:10:47,251 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:10:57,145 INFO Processing ruok command from /127.0.0.1:47278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:10:57,215 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:11:07,132 INFO Processing ruok command from /127.0.0.1:47610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:11:07,184 INFO Processing ruok command from /127.0.0.1:47612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:11:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:11:17,155 INFO Processing ruok command from /127.0.0.1:47962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:11:17,199 INFO Processing ruok command from /127.0.0.1:47964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:11:27,187 INFO Processing ruok command from /127.0.0.1:48270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:11:27,272 INFO Processing ruok command from /127.0.0.1:48274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:11:37,154 INFO Processing ruok command from /127.0.0.1:48604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:11:37,240 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:11:47,156 INFO Processing ruok command from /127.0.0.1:48934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:11:47,234 INFO Processing ruok command from /127.0.0.1:48938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:11:57,148 INFO Processing ruok command from /127.0.0.1:49272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:11:57,244 INFO Processing ruok command from /127.0.0.1:49280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:12:07,143 INFO Processing ruok command from /127.0.0.1:49592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:12:07,207 INFO Processing ruok command from /127.0.0.1:49594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:12:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:12:17,134 INFO Processing ruok command from /127.0.0.1:49934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:12:17,187 INFO Processing ruok command from /127.0.0.1:49938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:12:27,151 INFO Processing ruok command from /127.0.0.1:50256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:12:27,241 INFO Processing ruok command from /127.0.0.1:50260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:12:35,437 INFO Committing global session 0x100004dffde001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:12:37,156 INFO Processing ruok command from /127.0.0.1:50596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:12:37,226 INFO Processing ruok command from /127.0.0.1:50600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:12:47,142 INFO Processing ruok command from /127.0.0.1:50944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:12:47,180 INFO Processing ruok command from /127.0.0.1:50946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:12:57,152 INFO Processing ruok command from /127.0.0.1:51290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:12:57,223 INFO Processing ruok command from /127.0.0.1:51294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:13:07,145 INFO Processing ruok command from /127.0.0.1:51626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:13:07,225 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:13:10,485 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:13:17,132 INFO Processing ruok command from /127.0.0.1:52014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:13:17,257 INFO Processing ruok command from /127.0.0.1:52018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:13:27,150 INFO Processing ruok command from /127.0.0.1:52376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:13:27,252 INFO Processing ruok command from /127.0.0.1:52380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:13:37,133 INFO Processing ruok command from /127.0.0.1:52730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:13:37,212 INFO Processing ruok command from /127.0.0.1:52734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:13:47,169 INFO Processing ruok command from /127.0.0.1:53068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:13:47,235 INFO Processing ruok command from /127.0.0.1:53072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:13:57,151 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:13:57,248 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:14:07,175 INFO Processing ruok command from /127.0.0.1:53708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:14:07,230 INFO Processing ruok command from /127.0.0.1:53712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:14:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:14:17,201 INFO Processing ruok command from /127.0.0.1:54060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:14:17,279 INFO Processing ruok command from /127.0.0.1:54064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:14:27,153 INFO Processing ruok command from /127.0.0.1:54390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:14:27,245 INFO Processing ruok command from /127.0.0.1:54394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:14:36,174 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 05:14:36,185 INFO Committing global session 0x300004ee1ce0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:14:37,007 INFO Submitting global closeSession request for session 0x300004ee1ce0016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 05:14:37,170 INFO Processing ruok command from /127.0.0.1:54722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:14:37,260 INFO Processing ruok command from /127.0.0.1:54726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:14:47,144 INFO Processing ruok command from /127.0.0.1:55036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:14:47,199 INFO Processing ruok command from /127.0.0.1:55038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:14:57,159 INFO Processing ruok command from /127.0.0.1:55362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:14:57,251 INFO Processing ruok command from /127.0.0.1:55366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:15:07,203 INFO Processing ruok command from /127.0.0.1:55668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:15:07,235 INFO Processing ruok command from /127.0.0.1:55672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:15:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:15:17,242 INFO Processing ruok command from /127.0.0.1:56042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:15:17,342 INFO Processing ruok command from /127.0.0.1:56046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:15:27,167 INFO Processing ruok command from /127.0.0.1:56382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:15:27,289 INFO Processing ruok command from /127.0.0.1:56386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:15:37,165 INFO Processing ruok command from /127.0.0.1:56736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:15:37,266 INFO Processing ruok command from /127.0.0.1:56742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:15:47,147 INFO Processing ruok command from /127.0.0.1:57082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:15:47,237 INFO Processing ruok command from /127.0.0.1:57086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:15:57,151 INFO Processing ruok command from /127.0.0.1:57408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:15:57,276 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:16:07,156 INFO Processing ruok command from /127.0.0.1:57736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:16:07,251 INFO Processing ruok command from /127.0.0.1:57740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:16:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:16:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:16:17,187 INFO Processing ruok command from /127.0.0.1:58074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:16:17,274 INFO Processing ruok command from /127.0.0.1:58080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:16:27,164 INFO Processing ruok command from /127.0.0.1:58382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:16:27,262 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:16:35,577 INFO Committing global session 0x100004dffde001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:16:37,221 INFO Processing ruok command from /127.0.0.1:58736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:16:37,302 INFO Processing ruok command from /127.0.0.1:58738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:16:47,154 INFO Processing ruok command from /127.0.0.1:59058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:16:47,227 INFO Processing ruok command from /127.0.0.1:59062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:16:57,178 INFO Processing ruok command from /127.0.0.1:59386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:16:57,306 INFO Processing ruok command from /127.0.0.1:59396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:17:07,152 INFO Processing ruok command from /127.0.0.1:59730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:17:07,216 INFO Processing ruok command from /127.0.0.1:59734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:17:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:17:17,156 INFO Processing ruok command from /127.0.0.1:60078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:17:17,272 INFO Processing ruok command from /127.0.0.1:60082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:17:27,201 INFO Processing ruok command from /127.0.0.1:60410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:17:27,318 INFO Processing ruok command from /127.0.0.1:60418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:17:37,177 INFO Processing ruok command from /127.0.0.1:60778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:17:37,227 INFO Processing ruok command from /127.0.0.1:60782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:17:47,151 INFO Processing ruok command from /127.0.0.1:32876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:17:47,219 INFO Processing ruok command from /127.0.0.1:32880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:17:57,207 INFO Processing ruok command from /127.0.0.1:33218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:17:57,311 INFO Processing ruok command from /127.0.0.1:33224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:18:07,130 INFO Processing ruok command from /127.0.0.1:33546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:18:07,211 INFO Processing ruok command from /127.0.0.1:33550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:18:10,485 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-06-08 05:18:10,491 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:18:10,497 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:18:17,148 INFO Processing ruok command from /127.0.0.1:33882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:18:17,253 INFO Processing ruok command from /127.0.0.1:33892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:18:27,159 INFO Processing ruok command from /127.0.0.1:34210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:18:27,275 INFO Processing ruok command from /127.0.0.1:34214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:18:35,442 INFO Committing global session 0x100004dffde0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:18:37,136 INFO Processing ruok command from /127.0.0.1:34532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:18:37,219 INFO Processing ruok command from /127.0.0.1:34538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:18:47,151 INFO Processing ruok command from /127.0.0.1:34866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:18:47,235 INFO Processing ruok command from /127.0.0.1:34872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:18:57,173 INFO Processing ruok command from /127.0.0.1:35208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:18:57,295 INFO Processing ruok command from /127.0.0.1:35212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:19:07,171 INFO Processing ruok command from /127.0.0.1:35532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:19:07,263 INFO Processing ruok command from /127.0.0.1:35536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:19:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:19:10,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:19:17,161 INFO Processing ruok command from /127.0.0.1:35866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:19:17,264 INFO Processing ruok command from /127.0.0.1:35870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:19:27,169 INFO Processing ruok command from /127.0.0.1:36182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:19:27,267 INFO Processing ruok command from /127.0.0.1:36186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:19:37,154 INFO Processing ruok command from /127.0.0.1:36518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:19:37,219 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:19:47,147 INFO Processing ruok command from /127.0.0.1:36846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:19:47,220 INFO Processing ruok command from /127.0.0.1:36850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:19:57,145 INFO Processing ruok command from /127.0.0.1:37176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:19:57,240 INFO Processing ruok command from /127.0.0.1:37186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:20:07,140 INFO Processing ruok command from /127.0.0.1:37498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:20:07,224 INFO Processing ruok command from /127.0.0.1:37504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:20:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:20:10,492 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:20:10,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:20:17,133 INFO Processing ruok command from /127.0.0.1:37828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:20:17,206 INFO Processing ruok command from /127.0.0.1:37830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:20:27,145 INFO Processing ruok command from /127.0.0.1:38152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:20:27,195 INFO Processing ruok command from /127.0.0.1:38156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:20:35,376 INFO Committing global session 0x200004d33b6001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:20:37,149 INFO Processing ruok command from /127.0.0.1:38498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:20:37,232 INFO Processing ruok command from /127.0.0.1:38504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:20:47,148 INFO Processing ruok command from /127.0.0.1:38846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:20:47,211 INFO Processing ruok command from /127.0.0.1:38850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:20:57,173 INFO Processing ruok command from /127.0.0.1:39174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:20:57,276 INFO Processing ruok command from /127.0.0.1:39184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:21:07,154 INFO Processing ruok command from /127.0.0.1:39496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:21:07,271 INFO Processing ruok command from /127.0.0.1:39500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:21:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:21:17,156 INFO Processing ruok command from /127.0.0.1:39828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:21:17,241 INFO Processing ruok command from /127.0.0.1:39832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:21:27,142 INFO Processing ruok command from /127.0.0.1:40146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:21:27,245 INFO Processing ruok command from /127.0.0.1:40150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:21:37,164 INFO Processing ruok command from /127.0.0.1:40476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:21:37,239 INFO Processing ruok command from /127.0.0.1:40480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:21:47,153 INFO Processing ruok command from /127.0.0.1:40806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:21:47,232 INFO Processing ruok command from /127.0.0.1:40810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:21:57,131 INFO Processing ruok command from /127.0.0.1:41148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:21:57,184 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:22:07,141 INFO Processing ruok command from /127.0.0.1:41464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:22:07,228 INFO Processing ruok command from /127.0.0.1:41468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:22:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:22:10,490 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:22:17,157 INFO Processing ruok command from /127.0.0.1:41798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:22:17,243 INFO Processing ruok command from /127.0.0.1:41802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:22:27,158 INFO Processing ruok command from /127.0.0.1:42132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:22:27,207 INFO Processing ruok command from /127.0.0.1:42136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:22:35,226 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-08 05:22:35,234 INFO Committing global session 0x300004ee1ce0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:22:36,076 INFO Submitting global closeSession request for session 0x300004ee1ce0017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 05:22:37,141 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:22:37,228 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:22:47,131 INFO Processing ruok command from /127.0.0.1:42802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:22:47,212 INFO Processing ruok command from /127.0.0.1:42806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:22:57,163 INFO Processing ruok command from /127.0.0.1:43146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:22:57,246 INFO Processing ruok command from /127.0.0.1:43150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:23:07,133 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:23:07,228 INFO Processing ruok command from /127.0.0.1:43494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:23:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:23:17,139 INFO Processing ruok command from /127.0.0.1:43836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:23:17,223 INFO Processing ruok command from /127.0.0.1:43840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:23:27,159 INFO Processing ruok command from /127.0.0.1:44166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:23:27,238 INFO Processing ruok command from /127.0.0.1:44170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:23:37,145 INFO Processing ruok command from /127.0.0.1:44498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:23:37,228 INFO Processing ruok command from /127.0.0.1:44508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:23:47,124 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:23:47,203 INFO Processing ruok command from /127.0.0.1:44842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:23:57,142 INFO Processing ruok command from /127.0.0.1:45172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:23:57,210 INFO Processing ruok command from /127.0.0.1:45176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:24:07,153 INFO Processing ruok command from /127.0.0.1:45508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:24:07,238 INFO Processing ruok command from /127.0.0.1:45512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:24:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:24:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:24:17,159 INFO Processing ruok command from /127.0.0.1:45854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:24:17,262 INFO Processing ruok command from /127.0.0.1:45862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:24:27,139 INFO Processing ruok command from /127.0.0.1:46174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:24:27,192 INFO Processing ruok command from /127.0.0.1:46176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:24:35,177 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-08 05:24:35,188 INFO Committing global session 0x300004ee1ce0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:24:36,054 INFO Submitting global closeSession request for session 0x300004ee1ce0018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-08 05:24:37,141 INFO Processing ruok command from /127.0.0.1:46518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:24:37,211 INFO Processing ruok command from /127.0.0.1:46522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:24:47,142 INFO Processing ruok command from /127.0.0.1:46834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:24:47,241 INFO Processing ruok command from /127.0.0.1:46838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:24:57,136 INFO Processing ruok command from /127.0.0.1:47162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:24:57,216 INFO Processing ruok command from /127.0.0.1:47166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:25:07,142 INFO Processing ruok command from /127.0.0.1:47476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:25:07,235 INFO Processing ruok command from /127.0.0.1:47486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:25:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:25:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:25:10,498 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:25:17,169 INFO Processing ruok command from /127.0.0.1:47830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:25:17,249 INFO Processing ruok command from /127.0.0.1:47834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:25:27,153 INFO Processing ruok command from /127.0.0.1:48156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:25:27,193 INFO Processing ruok command from /127.0.0.1:48158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:25:37,148 INFO Processing ruok command from /127.0.0.1:48476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:25:37,194 INFO Processing ruok command from /127.0.0.1:48478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:25:47,149 INFO Processing ruok command from /127.0.0.1:48804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:25:47,209 INFO Processing ruok command from /127.0.0.1:48808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:25:57,157 INFO Processing ruok command from /127.0.0.1:49138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:25:57,230 INFO Processing ruok command from /127.0.0.1:49142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:26:07,173 INFO Processing ruok command from /127.0.0.1:49472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:26:07,236 INFO Processing ruok command from /127.0.0.1:49476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:26:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:26:10,490 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:26:10,497 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:26:17,125 INFO Processing ruok command from /127.0.0.1:49814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:26:17,193 INFO Processing ruok command from /127.0.0.1:49816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:26:27,153 INFO Processing ruok command from /127.0.0.1:50148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:26:27,217 INFO Processing ruok command from /127.0.0.1:50152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:26:35,247 INFO Committing global session 0x200004d33b6001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:26:37,145 INFO Processing ruok command from /127.0.0.1:50482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:26:37,227 INFO Processing ruok command from /127.0.0.1:50486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:26:47,142 INFO Processing ruok command from /127.0.0.1:50832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:26:47,217 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:26:57,138 INFO Processing ruok command from /127.0.0.1:51178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:26:57,245 INFO Processing ruok command from /127.0.0.1:51182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:27:07,141 INFO Processing ruok command from /127.0.0.1:51502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:27:07,217 INFO Processing ruok command from /127.0.0.1:51506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:27:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:27:10,492 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:27:17,147 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:27:17,226 INFO Processing ruok command from /127.0.0.1:51846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:27:27,150 INFO Processing ruok command from /127.0.0.1:52184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:27:27,252 INFO Processing ruok command from /127.0.0.1:52188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:27:37,142 INFO Processing ruok command from /127.0.0.1:52530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:27:37,191 INFO Processing ruok command from /127.0.0.1:52532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:27:47,149 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:27:47,200 INFO Processing ruok command from /127.0.0.1:52862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:27:57,154 INFO Processing ruok command from /127.0.0.1:53192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:27:57,239 INFO Processing ruok command from /127.0.0.1:53196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:28:07,135 INFO Processing ruok command from /127.0.0.1:53508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:28:07,214 INFO Processing ruok command from /127.0.0.1:53512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:28:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:28:17,129 INFO Processing ruok command from /127.0.0.1:53838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:28:17,226 INFO Processing ruok command from /127.0.0.1:53842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:28:27,149 INFO Processing ruok command from /127.0.0.1:54172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:28:27,244 INFO Processing ruok command from /127.0.0.1:54176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:28:35,353 INFO Committing global session 0x100004dffde0021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:28:37,125 INFO Processing ruok command from /127.0.0.1:54496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:28:37,218 INFO Processing ruok command from /127.0.0.1:54500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:28:47,140 INFO Processing ruok command from /127.0.0.1:54826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:28:47,206 INFO Processing ruok command from /127.0.0.1:54830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:28:57,147 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:28:57,222 INFO Processing ruok command from /127.0.0.1:55168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:29:07,148 INFO Processing ruok command from /127.0.0.1:55474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:29:07,200 INFO Processing ruok command from /127.0.0.1:55476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:29:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:29:17,141 INFO Processing ruok command from /127.0.0.1:55818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:29:17,218 INFO Processing ruok command from /127.0.0.1:55822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:29:27,115 INFO Processing ruok command from /127.0.0.1:56132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:29:27,203 INFO Processing ruok command from /127.0.0.1:56140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:29:37,158 INFO Processing ruok command from /127.0.0.1:56476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:29:37,270 INFO Processing ruok command from /127.0.0.1:56480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:29:47,138 INFO Processing ruok command from /127.0.0.1:56796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:29:47,227 INFO Processing ruok command from /127.0.0.1:56804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:29:57,182 INFO Processing ruok command from /127.0.0.1:57128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:29:57,309 INFO Processing ruok command from /127.0.0.1:57134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:30:07,146 INFO Processing ruok command from /127.0.0.1:57446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:30:07,210 INFO Processing ruok command from /127.0.0.1:57450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:30:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:30:17,159 INFO Processing ruok command from /127.0.0.1:57780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:30:17,272 INFO Processing ruok command from /127.0.0.1:57790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:30:27,139 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:30:27,182 INFO Processing ruok command from /127.0.0.1:58106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:30:35,360 INFO Committing global session 0x100004dffde0022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:30:37,155 INFO Processing ruok command from /127.0.0.1:58442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:30:37,211 INFO Processing ruok command from /127.0.0.1:58446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:30:47,121 INFO Processing ruok command from /127.0.0.1:58760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:30:47,199 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:30:57,182 INFO Processing ruok command from /127.0.0.1:59084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:30:57,320 INFO Processing ruok command from /127.0.0.1:59090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:31:07,135 INFO Processing ruok command from /127.0.0.1:59404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:31:07,210 INFO Processing ruok command from /127.0.0.1:59410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:31:10,485 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:31:17,167 INFO Processing ruok command from /127.0.0.1:59742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:31:17,243 INFO Processing ruok command from /127.0.0.1:59746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:31:27,125 INFO Processing ruok command from /127.0.0.1:60054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:31:27,218 INFO Processing ruok command from /127.0.0.1:60062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:31:37,178 INFO Processing ruok command from /127.0.0.1:60382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:31:37,295 INFO Processing ruok command from /127.0.0.1:60386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:31:47,143 INFO Processing ruok command from /127.0.0.1:60706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:31:47,200 INFO Processing ruok command from /127.0.0.1:60710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:31:57,148 INFO Processing ruok command from /127.0.0.1:32802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:31:57,242 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:32:07,131 INFO Processing ruok command from /127.0.0.1:33118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:32:07,193 INFO Processing ruok command from /127.0.0.1:33122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:32:17,144 INFO Processing ruok command from /127.0.0.1:33450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:32:17,216 INFO Processing ruok command from /127.0.0.1:33456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:32:27,154 INFO Processing ruok command from /127.0.0.1:33774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:32:27,245 INFO Processing ruok command from /127.0.0.1:33778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:32:35,529 INFO Committing global session 0x200004d33b6001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:32:37,155 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:32:37,228 INFO Processing ruok command from /127.0.0.1:34098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:32:47,121 INFO Processing ruok command from /127.0.0.1:34424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:32:47,194 INFO Processing ruok command from /127.0.0.1:34426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:32:57,119 INFO Processing ruok command from /127.0.0.1:34756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:32:57,161 INFO Processing ruok command from /127.0.0.1:34758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:33:07,156 INFO Processing ruok command from /127.0.0.1:35080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:33:07,255 INFO Processing ruok command from /127.0.0.1:35084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:33:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:33:17,151 INFO Processing ruok command from /127.0.0.1:35400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:33:17,256 INFO Processing ruok command from /127.0.0.1:35404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:33:27,148 INFO Processing ruok command from /127.0.0.1:35726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:33:27,227 INFO Processing ruok command from /127.0.0.1:35730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:33:37,125 INFO Processing ruok command from /127.0.0.1:36052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:33:37,179 INFO Processing ruok command from /127.0.0.1:36054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:33:47,151 INFO Processing ruok command from /127.0.0.1:36372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:33:47,226 INFO Processing ruok command from /127.0.0.1:36382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:33:57,144 INFO Processing ruok command from /127.0.0.1:36706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:33:57,232 INFO Processing ruok command from /127.0.0.1:36712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:34:07,135 INFO Processing ruok command from /127.0.0.1:37030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:34:07,210 INFO Processing ruok command from /127.0.0.1:37034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:34:10,485 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:34:17,164 INFO Processing ruok command from /127.0.0.1:37368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:34:17,257 INFO Processing ruok command from /127.0.0.1:37372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:34:27,137 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:34:27,238 INFO Processing ruok command from /127.0.0.1:37698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:34:35,653 INFO Committing global session 0x100004dffde0023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:34:37,128 INFO Processing ruok command from /127.0.0.1:38022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:34:37,197 INFO Processing ruok command from /127.0.0.1:38024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:34:47,122 INFO Processing ruok command from /127.0.0.1:38352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:34:47,198 INFO Processing ruok command from /127.0.0.1:38354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:34:57,134 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:34:57,189 INFO Processing ruok command from /127.0.0.1:38696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:35:07,128 INFO Processing ruok command from /127.0.0.1:39010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:35:07,157 INFO Processing ruok command from /127.0.0.1:39012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:35:10,486 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:35:17,144 INFO Processing ruok command from /127.0.0.1:39340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:35:17,237 INFO Processing ruok command from /127.0.0.1:39346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:35:27,163 INFO Processing ruok command from /127.0.0.1:39662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:35:27,207 INFO Processing ruok command from /127.0.0.1:39666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:35:37,137 INFO Processing ruok command from /127.0.0.1:39996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:35:37,215 INFO Processing ruok command from /127.0.0.1:40000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:35:47,162 INFO Processing ruok command from /127.0.0.1:40332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:35:47,241 INFO Processing ruok command from /127.0.0.1:40336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:35:57,132 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:35:57,214 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:36:07,134 INFO Processing ruok command from /127.0.0.1:40998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:36:07,211 INFO Processing ruok command from /127.0.0.1:41002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:36:10,487 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-06-08 05:36:17,129 INFO Processing ruok command from /127.0.0.1:41338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:36:17,190 INFO Processing ruok command from /127.0.0.1:41340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:36:27,184 INFO Processing ruok command from /127.0.0.1:41658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:36:27,259 INFO Processing ruok command from /127.0.0.1:41670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:36:35,193 INFO Committing global session 0x200004d33b6001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:36:37,136 INFO Processing ruok command from /127.0.0.1:41988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:36:37,218 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:36:47,131 INFO Processing ruok command from /127.0.0.1:42324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:36:47,210 INFO Processing ruok command from /127.0.0.1:42328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:36:57,163 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:36:57,257 INFO Processing ruok command from /127.0.0.1:42664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:37:07,156 INFO Processing ruok command from /127.0.0.1:42998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:37:07,253 INFO Processing ruok command from /127.0.0.1:43002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:37:17,408 INFO Processing ruok command from /127.0.0.1:43326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:37:17,515 INFO Processing ruok command from /127.0.0.1:43328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:37:27,152 INFO Processing ruok command from /127.0.0.1:43644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:37:27,247 INFO Processing ruok command from /127.0.0.1:43648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:37:37,136 INFO Processing ruok command from /127.0.0.1:43978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:37:37,180 INFO Processing ruok command from /127.0.0.1:43980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:37:47,124 INFO Processing ruok command from /127.0.0.1:44300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:37:47,194 INFO Processing ruok command from /127.0.0.1:44308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:37:57,175 INFO Processing ruok command from /127.0.0.1:44646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:37:57,275 INFO Processing ruok command from /127.0.0.1:44650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:38:07,158 INFO Processing ruok command from /127.0.0.1:44968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:38:07,262 INFO Processing ruok command from /127.0.0.1:44972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:38:17,167 INFO Processing ruok command from /127.0.0.1:45302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:38:17,249 INFO Processing ruok command from /127.0.0.1:45306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:38:27,179 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:38:27,268 INFO Processing ruok command from /127.0.0.1:45630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:38:35,159 INFO Committing global session 0x100004dffde0024 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:38:37,212 INFO Processing ruok command from /127.0.0.1:45940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:38:37,295 INFO Processing ruok command from /127.0.0.1:45942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:38:47,166 INFO Processing ruok command from /127.0.0.1:46252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:38:47,235 INFO Processing ruok command from /127.0.0.1:46256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:38:57,166 INFO Processing ruok command from /127.0.0.1:46578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:38:57,331 INFO Processing ruok command from /127.0.0.1:46588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:39:07,166 INFO Processing ruok command from /127.0.0.1:46892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:39:07,270 INFO Processing ruok command from /127.0.0.1:46898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:39:17,149 INFO Processing ruok command from /127.0.0.1:47224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:39:17,237 INFO Processing ruok command from /127.0.0.1:47228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:39:27,150 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:39:27,258 INFO Processing ruok command from /127.0.0.1:47556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:39:37,145 INFO Processing ruok command from /127.0.0.1:47872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:39:37,226 INFO Processing ruok command from /127.0.0.1:47878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:39:47,130 INFO Processing ruok command from /127.0.0.1:48186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:39:47,211 INFO Processing ruok command from /127.0.0.1:48194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:39:57,163 INFO Processing ruok command from /127.0.0.1:48514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:39:57,294 INFO Processing ruok command from /127.0.0.1:48520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:40:07,156 INFO Processing ruok command from /127.0.0.1:48830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:40:07,244 INFO Processing ruok command from /127.0.0.1:48838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:40:17,149 INFO Processing ruok command from /127.0.0.1:49152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:40:17,219 INFO Processing ruok command from /127.0.0.1:49156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:40:27,165 INFO Processing ruok command from /127.0.0.1:49492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:40:27,273 INFO Processing ruok command from /127.0.0.1:49498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:40:35,337 INFO Committing global session 0x100004dffde0025 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-06-08 05:40:37,142 INFO Processing ruok command from /127.0.0.1:49798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:40:37,225 INFO Processing ruok command from /127.0.0.1:49802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:40:47,141 INFO Processing ruok command from /127.0.0.1:50136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:40:47,264 INFO Processing ruok command from /127.0.0.1:50142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:40:57,156 INFO Processing ruok command from /127.0.0.1:50456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:40:57,263 INFO Processing ruok command from /127.0.0.1:50460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-08 05:41:07,166 INFO Processing ruok command from /127.0.0.1:50772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-08 05:41:07,245 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]