Results

By type

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

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

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

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

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

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


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

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2022-07-25 23:03:33,783 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-25 23:03:33,793 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-25 23:03:33,793 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-25 23:03:33,798 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-07-25 23:03:33,798 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-25 23:03:33,798 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-25 23:03:33,830 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-07-25 23:03:33,830 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-07-25 23:03:33,832 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-25 23:03:33,838 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-07-25 23:03:33,839 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-07-25 23:03:33,850 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-25 23:03:33,857 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-07-25 23:03:33,880 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-07-25 23:03:33,979 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:33,979 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:33,979 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,042 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-25 23:03:34,043 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-25 23:03:34,043 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,043 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,044 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,044 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-25 23:03:34,044 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-25 23:03:34,052 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,083 INFO Logging initialized @986ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2022-07-25 23:03:34,184 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-25 23:03:34,184 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-25 23:03:34,210 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-07-25 23:03:34,211 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,211 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,211 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,211 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,211 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,211 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,211 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,211 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,228 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,228 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.14.1.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.19.3.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,231 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO Server environment:os.memory.free=234MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO Server environment:os.memory.total=252MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,232 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-25 23:03:34,238 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-07-25 23:03:34,239 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-07-25 23:03:34,240 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-25 23:03:34,240 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-25 23:03:34,253 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,253 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,254 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,254 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,254 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,254 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,254 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,268 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-07-25 23:03:34,268 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-07-25 23:03:34,275 INFO Snapshot loaded in 20 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-25 23:03:34,276 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,280 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,283 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,387 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,388 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,389 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-25 23:03:34,393 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main]
2022-07-25 23:03:34,426 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main]
2022-07-25 23:03:34,426 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main]
2022-07-25 23:03:34,428 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main]
2022-07-25 23:03:34,433 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main]
2022-07-25 23:03:34,443 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-25 23:03:34,453 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2022-07-25 23:03:34,453 INFO Started @1357ms (org.eclipse.jetty.server.Server) [main]
2022-07-25 23:03:34,453 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main]
2022-07-25 23:03:34,454 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-25 23:03:34,461 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-07-25 23:03:34,465 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-07-25 23:03:34,465 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-07-25 23:03:34,468 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.228:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.228:3888]
2022-07-25 23:03:34,479 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-07-25 23:03:34,488 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:34,491 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:34,502 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:03:34,504 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.157:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
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 org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-25 23:03:34,504 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.197:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-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 org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-25 23:03:34,706 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:34,706 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.157:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-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 org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-25 23:03:34,706 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.197:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-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 org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-25 23:03:35,107 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:35,109 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-07-25 23:03:35,114 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-25 23:03:35,114 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-25 23:03:35,114 WARN Exception when using channel: for id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.net.SocketException: Connection reset by peer (Write failed)
	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:129)
	at java.base/java.io.DataOutputStream.writeInt(DataOutputStream.java:197)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.send(QuorumCnxManager.java:1228)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1279)
2022-07-25 23:03:35,115 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-25 23:03:35,910 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:03:35,910 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:35,912 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-25 23:03:35,913 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-07-25 23:03:35,913 WARN Exception when using channel: for id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.net.SocketException: Connection reset by peer (Write failed)
	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:129)
	at java.base/java.io.DataOutputStream.writeInt(DataOutputStream.java:197)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.send(QuorumCnxManager.java:1228)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1279)
2022-07-25 23:03:35,913 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-25 23:03:35,914 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-25 23:03:37,513 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:03:37,514 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:37,515 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-07-25 23:03:37,517 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-25 23:03:37,518 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-25 23:03:37,519 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-25 23:03:37,519 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-25 23:03:40,717 INFO Notification time out: 6400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:40,717 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:03:40,718 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-07-25 23:03:40,720 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-25 23:03:40,720 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-25 23:03:40,721 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-25 23:03:40,721 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-25 23:03:47,120 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:03:47,122 INFO Notification time out: 12800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:47,122 WARN Exception when using channel: for id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.net.SocketException: Connection reset by peer (Write failed)
	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:129)
	at java.base/java.io.DataOutputStream.writeInt(DataOutputStream.java:197)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.send(QuorumCnxManager.java:1228)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1279)
2022-07-25 23:03:47,122 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-25 23:03:47,124 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-07-25 23:03:47,124 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-25 23:03:47,125 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-25 23:03:51,139 INFO Received connection request from /127.0.0.6:54837 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.228:3888]
2022-07-25 23:03:51,202 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:03:51,207 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:03:51,408 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,408 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,414 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,414 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,414 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,414 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,414 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,419 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,420 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,420 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,421 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,421 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,423 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,423 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,423 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,423 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,423 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,423 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,425 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,426 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,426 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,429 INFO LEADING - LEADER ELECTION TOOK - 16939 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,432 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,433 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,437 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,468 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40597]
2022-07-25 23:03:51,478 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:40597]
2022-07-25 23:03:51,479 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40597]
2022-07-25 23:03:51,479 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40597]
2022-07-25 23:03:51,482 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,567 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,581 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,581 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,590 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):]
2022-07-25 23:03:51,591 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,591 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:51,609 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-25 23:03:53,939 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2022-07-25 23:03:53,939 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2022-07-25 23:03:53,939 INFO Processing ruok command from /127.0.0.1:34676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:03:53,964 INFO Processing ruok command from /127.0.0.1:34678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:04:02,749 INFO Received connection request from /127.0.0.6:53653 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.228:3888]
2022-07-25 23:04:02,776 INFO Notification: my state:LEADING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-25 23:04:02,883 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:59021]
2022-07-25 23:04:02,891 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:59021]
2022-07-25 23:04:02,891 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:59021]
2022-07-25 23:04:02,899 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:59021]
2022-07-25 23:04:03,859 INFO Processing ruok command from /127.0.0.1:34782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:04:03,894 INFO Processing ruok command from /127.0.0.1:34784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:04:13,866 INFO Processing ruok command from /127.0.0.1:34900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:04:13,898 INFO Processing ruok command from /127.0.0.1:34902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:04:17,814 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2022-07-25 23:04:17,832 INFO Committing global session 0x1000055fbed0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:04:23,864 INFO Processing ruok command from /127.0.0.1:35036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:04:23,931 INFO Processing ruok command from /127.0.0.1:35038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:04:33,862 INFO Processing ruok command from /127.0.0.1:35154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:04:33,923 INFO Processing ruok command from /127.0.0.1:35156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:04:37,324 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-25 23:04:37,342 INFO Committing global session 0x200005504410000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:04:41,253 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-25 23:04:41,267 INFO Committing global session 0x200005504410001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:04:43,851 INFO Processing ruok command from /127.0.0.1:35296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:04:43,887 INFO Processing ruok command from /127.0.0.1:35300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:04:53,856 INFO Processing ruok command from /127.0.0.1:35418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:04:53,920 INFO Processing ruok command from /127.0.0.1:35420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:05:01,939 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-25 23:05:01,955 INFO Committing global session 0x200005504410002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:05:03,868 INFO Processing ruok command from /127.0.0.1:35534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:05:03,947 INFO Processing ruok command from /127.0.0.1:35536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:05:04,204 INFO Committing global session 0x1000055fbed0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:05:13,861 INFO Processing ruok command from /127.0.0.1:35668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:05:13,935 INFO Processing ruok command from /127.0.0.1:35670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:05:15,900 INFO Committing global session 0x3000054cc520000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:05:15,979 INFO Committing global session 0x1000055fbed0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:05:23,852 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:05:23,897 INFO Processing ruok command from /127.0.0.1:35794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:05:33,850 INFO Processing ruok command from /127.0.0.1:35906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:05:33,884 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:05:43,855 INFO Processing ruok command from /127.0.0.1:36036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:05:43,920 INFO Processing ruok command from /127.0.0.1:36038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:05:50,582 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-25 23:05:50,591 INFO Committing global session 0x200005504410003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:05:53,862 INFO Processing ruok command from /127.0.0.1:36160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:05:53,903 INFO Processing ruok command from /127.0.0.1:36162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:06:03,876 INFO Processing ruok command from /127.0.0.1:36326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:06:03,917 INFO Processing ruok command from /127.0.0.1:36328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:06:13,878 INFO Processing ruok command from /127.0.0.1:36498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:06:13,964 INFO Processing ruok command from /127.0.0.1:36500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:06:20,486 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-25 23:06:20,497 INFO Committing global session 0x200005504410004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:06:21,345 INFO Submitting global closeSession request for session 0x200005504410004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-25 23:06:23,849 INFO Processing ruok command from /127.0.0.1:36634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:06:23,888 INFO Processing ruok command from /127.0.0.1:36640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:06:33,877 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:06:33,913 INFO Processing ruok command from /127.0.0.1:36816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:06:43,863 INFO Processing ruok command from /127.0.0.1:36976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:06:43,920 INFO Processing ruok command from /127.0.0.1:36978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:06:53,866 INFO Processing ruok command from /127.0.0.1:37174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:06:53,936 INFO Processing ruok command from /127.0.0.1:37176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:07:03,867 INFO Processing ruok command from /127.0.0.1:37344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:07:03,904 INFO Processing ruok command from /127.0.0.1:37346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:07:13,861 INFO Processing ruok command from /127.0.0.1:37508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:07:13,894 INFO Processing ruok command from /127.0.0.1:37510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:07:23,857 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:07:23,901 INFO Processing ruok command from /127.0.0.1:37666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:07:33,856 INFO Processing ruok command from /127.0.0.1:37812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:07:33,894 INFO Processing ruok command from /127.0.0.1:37814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:07:43,872 INFO Processing ruok command from /127.0.0.1:37970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:07:43,909 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:07:53,851 INFO Processing ruok command from /127.0.0.1:38122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:07:53,896 INFO Processing ruok command from /127.0.0.1:38126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:07:59,118 INFO Committing global session 0x1000055fbed0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:08:03,867 INFO Processing ruok command from /127.0.0.1:38274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:08:03,929 INFO Processing ruok command from /127.0.0.1:38276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:08:13,853 INFO Processing ruok command from /127.0.0.1:38428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:08:13,921 INFO Processing ruok command from /127.0.0.1:38432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:08:23,846 INFO Processing ruok command from /127.0.0.1:38580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:08:23,883 INFO Processing ruok command from /127.0.0.1:38586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:08:33,857 INFO Processing ruok command from /127.0.0.1:38732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:08:33,916 INFO Processing ruok command from /127.0.0.1:38734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:08:43,869 INFO Processing ruok command from /127.0.0.1:38916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:08:43,953 INFO Processing ruok command from /127.0.0.1:38918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:08:53,862 INFO Processing ruok command from /127.0.0.1:39094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:08:53,897 INFO Processing ruok command from /127.0.0.1:39096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:09:03,867 INFO Processing ruok command from /127.0.0.1:39272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:09:03,928 INFO Processing ruok command from /127.0.0.1:39274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:09:13,865 INFO Processing ruok command from /127.0.0.1:39444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:09:13,900 INFO Processing ruok command from /127.0.0.1:39446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:09:23,876 INFO Processing ruok command from /127.0.0.1:39612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:09:23,949 INFO Processing ruok command from /127.0.0.1:39614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:09:33,866 INFO Processing ruok command from /127.0.0.1:39774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:09:33,906 INFO Processing ruok command from /127.0.0.1:39776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:09:43,851 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:09:43,898 INFO Processing ruok command from /127.0.0.1:39946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:09:53,862 INFO Processing ruok command from /127.0.0.1:40108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:09:53,902 INFO Processing ruok command from /127.0.0.1:40110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:09:59,126 INFO Committing global session 0x1000055fbed0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:10:03,849 INFO Processing ruok command from /127.0.0.1:40264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:10:03,887 INFO Processing ruok command from /127.0.0.1:40268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:10:13,864 INFO Processing ruok command from /127.0.0.1:40458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:10:13,947 INFO Processing ruok command from /127.0.0.1:40460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:10:23,852 INFO Processing ruok command from /127.0.0.1:40654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:10:23,908 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:10:33,857 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:10:33,898 INFO Processing ruok command from /127.0.0.1:40850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:10:43,864 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:10:43,905 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:10:53,867 INFO Processing ruok command from /127.0.0.1:41608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:10:53,909 INFO Processing ruok command from /127.0.0.1:41610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:11:03,864 INFO Processing ruok command from /127.0.0.1:43344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:11:03,900 INFO Processing ruok command from /127.0.0.1:43346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:11:13,850 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:11:13,896 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:11:23,948 INFO Processing ruok command from /127.0.0.1:43742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:11:24,016 INFO Processing ruok command from /127.0.0.1:43744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:11:33,849 INFO Processing ruok command from /127.0.0.1:43924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:11:33,890 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:11:43,860 INFO Processing ruok command from /127.0.0.1:44118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:11:43,921 INFO Processing ruok command from /127.0.0.1:44120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:11:53,868 INFO Processing ruok command from /127.0.0.1:44312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:11:53,943 INFO Processing ruok command from /127.0.0.1:44314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:11:58,694 INFO Committing global session 0x1000055fbed0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:12:03,879 INFO Processing ruok command from /127.0.0.1:44498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:12:03,897 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:12:13,851 INFO Processing ruok command from /127.0.0.1:44692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:12:13,907 INFO Processing ruok command from /127.0.0.1:44696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:12:23,864 INFO Processing ruok command from /127.0.0.1:44888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:12:23,958 INFO Processing ruok command from /127.0.0.1:44890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:12:33,857 INFO Processing ruok command from /127.0.0.1:45072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:12:33,900 INFO Processing ruok command from /127.0.0.1:45074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:12:43,865 INFO Processing ruok command from /127.0.0.1:45266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:12:43,927 INFO Processing ruok command from /127.0.0.1:45268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:12:53,877 INFO Processing ruok command from /127.0.0.1:45456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:12:53,937 INFO Processing ruok command from /127.0.0.1:45458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:13:03,849 INFO Processing ruok command from /127.0.0.1:45644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:13:03,913 INFO Processing ruok command from /127.0.0.1:45648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:13:13,865 INFO Processing ruok command from /127.0.0.1:45844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:13:13,933 INFO Processing ruok command from /127.0.0.1:45846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:13:23,853 INFO Processing ruok command from /127.0.0.1:46040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:13:23,894 INFO Processing ruok command from /127.0.0.1:46042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:13:33,857 INFO Processing ruok command from /127.0.0.1:46222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:13:33,892 INFO Processing ruok command from /127.0.0.1:46224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:13:43,855 INFO Processing ruok command from /127.0.0.1:46418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:13:43,898 INFO Processing ruok command from /127.0.0.1:46420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:13:53,852 INFO Processing ruok command from /127.0.0.1:46608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:13:53,891 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:13:59,168 INFO Committing global session 0x3000054cc520001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:14:03,862 INFO Processing ruok command from /127.0.0.1:46790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:14:03,899 INFO Processing ruok command from /127.0.0.1:46792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:14:13,851 INFO Processing ruok command from /127.0.0.1:46986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:14:13,896 INFO Processing ruok command from /127.0.0.1:46990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:14:23,863 INFO Processing ruok command from /127.0.0.1:47188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:14:23,902 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:14:33,859 INFO Processing ruok command from /127.0.0.1:47374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:14:33,892 INFO Processing ruok command from /127.0.0.1:47376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:14:43,873 INFO Processing ruok command from /127.0.0.1:47568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:14:43,907 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:14:53,865 INFO Processing ruok command from /127.0.0.1:47764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:14:53,913 INFO Processing ruok command from /127.0.0.1:47766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:15:03,859 INFO Processing ruok command from /127.0.0.1:47948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:15:03,893 INFO Processing ruok command from /127.0.0.1:47950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:15:13,865 INFO Processing ruok command from /127.0.0.1:48144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:15:13,932 INFO Processing ruok command from /127.0.0.1:48146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:15:23,845 INFO Processing ruok command from /127.0.0.1:48334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:15:23,886 INFO Processing ruok command from /127.0.0.1:48340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:15:33,852 INFO Processing ruok command from /127.0.0.1:48520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:15:33,886 INFO Processing ruok command from /127.0.0.1:48524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:15:43,852 INFO Processing ruok command from /127.0.0.1:48714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:15:43,896 INFO Processing ruok command from /127.0.0.1:48718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:15:53,851 INFO Processing ruok command from /127.0.0.1:48908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:15:53,891 INFO Processing ruok command from /127.0.0.1:48912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:15:58,756 INFO Committing global session 0x1000055fbed0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:16:03,855 INFO Processing ruok command from /127.0.0.1:49096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:16:03,892 INFO Processing ruok command from /127.0.0.1:49098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:16:13,851 INFO Processing ruok command from /127.0.0.1:49288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:16:13,887 INFO Processing ruok command from /127.0.0.1:49292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:16:23,881 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:16:23,920 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:16:33,857 INFO Processing ruok command from /127.0.0.1:49694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:16:33,920 INFO Processing ruok command from /127.0.0.1:49696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:16:43,857 INFO Processing ruok command from /127.0.0.1:49892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:16:43,916 INFO Processing ruok command from /127.0.0.1:49894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:16:53,848 INFO Processing ruok command from /127.0.0.1:50088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:16:53,888 INFO Processing ruok command from /127.0.0.1:50092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:17:03,851 INFO Processing ruok command from /127.0.0.1:50276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:17:03,893 INFO Processing ruok command from /127.0.0.1:50280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:17:13,868 INFO Processing ruok command from /127.0.0.1:50480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:17:13,907 INFO Processing ruok command from /127.0.0.1:50482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:17:23,862 INFO Processing ruok command from /127.0.0.1:50680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:17:23,898 INFO Processing ruok command from /127.0.0.1:50682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:17:33,862 INFO Processing ruok command from /127.0.0.1:50868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:17:33,899 INFO Processing ruok command from /127.0.0.1:50870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:17:43,873 INFO Processing ruok command from /127.0.0.1:51122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:17:43,906 INFO Processing ruok command from /127.0.0.1:51124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:17:53,860 INFO Processing ruok command from /127.0.0.1:51448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:17:53,898 INFO Processing ruok command from /127.0.0.1:51450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:17:58,991 INFO Committing global session 0x1000055fbed0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:18:03,875 INFO Processing ruok command from /127.0.0.1:51712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:18:03,906 INFO Processing ruok command from /127.0.0.1:51714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:18:13,858 INFO Processing ruok command from /127.0.0.1:52034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:18:13,895 INFO Processing ruok command from /127.0.0.1:52036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:18:23,858 INFO Processing ruok command from /127.0.0.1:52318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:18:23,897 INFO Processing ruok command from /127.0.0.1:52320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:18:33,851 INFO Processing ruok command from /127.0.0.1:52580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:18:33,908 INFO Processing ruok command from /127.0.0.1:52584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:18:43,858 INFO Processing ruok command from /127.0.0.1:52866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:18:43,929 INFO Processing ruok command from /127.0.0.1:52868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:18:53,855 INFO Processing ruok command from /127.0.0.1:53138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:18:53,891 INFO Processing ruok command from /127.0.0.1:53140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:19:03,873 INFO Processing ruok command from /127.0.0.1:53444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:19:03,918 INFO Processing ruok command from /127.0.0.1:53446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:19:13,868 INFO Processing ruok command from /127.0.0.1:53720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:19:13,933 INFO Processing ruok command from /127.0.0.1:53722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:19:23,865 INFO Processing ruok command from /127.0.0.1:54064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:19:23,900 INFO Processing ruok command from /127.0.0.1:54066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:19:33,873 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:19:33,945 INFO Processing ruok command from /127.0.0.1:54366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:19:43,857 INFO Processing ruok command from /127.0.0.1:54700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:19:43,920 INFO Processing ruok command from /127.0.0.1:54702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:19:53,947 INFO Processing ruok command from /127.0.0.1:55002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:19:54,062 INFO Processing ruok command from /127.0.0.1:55006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:19:59,718 INFO Committing global session 0x1000055fbed0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:20:03,875 INFO Processing ruok command from /127.0.0.1:55316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:20:03,971 INFO Processing ruok command from /127.0.0.1:55318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:20:13,855 INFO Processing ruok command from /127.0.0.1:55650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:20:13,906 INFO Processing ruok command from /127.0.0.1:55652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:20:23,881 INFO Processing ruok command from /127.0.0.1:55998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:20:23,926 INFO Processing ruok command from /127.0.0.1:56000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:20:33,870 INFO Processing ruok command from /127.0.0.1:56300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:20:33,940 INFO Processing ruok command from /127.0.0.1:56302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:20:43,852 INFO Processing ruok command from /127.0.0.1:56636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:20:43,904 INFO Processing ruok command from /127.0.0.1:56640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:20:53,872 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:20:53,911 INFO Processing ruok command from /127.0.0.1:56938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:21:03,856 INFO Processing ruok command from /127.0.0.1:57250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:21:03,918 INFO Processing ruok command from /127.0.0.1:57252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:21:13,872 INFO Processing ruok command from /127.0.0.1:57558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:21:13,935 INFO Processing ruok command from /127.0.0.1:57560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:21:23,869 INFO Processing ruok command from /127.0.0.1:57876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:21:23,903 INFO Processing ruok command from /127.0.0.1:57878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:21:33,860 INFO Processing ruok command from /127.0.0.1:58174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:21:33,898 INFO Processing ruok command from /127.0.0.1:58176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:21:43,859 INFO Processing ruok command from /127.0.0.1:58502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:21:43,899 INFO Processing ruok command from /127.0.0.1:58504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:21:53,871 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:21:53,908 INFO Processing ruok command from /127.0.0.1:58802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:21:59,193 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-25 23:21:59,210 INFO Committing global session 0x200005504410005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:21:59,925 INFO Submitting global closeSession request for session 0x200005504410005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-25 23:22:03,858 INFO Processing ruok command from /127.0.0.1:59090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:22:03,925 INFO Processing ruok command from /127.0.0.1:59092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:22:13,868 INFO Processing ruok command from /127.0.0.1:59514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:22:13,905 INFO Processing ruok command from /127.0.0.1:59516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:22:23,960 INFO Processing ruok command from /127.0.0.1:59834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:22:24,111 INFO Processing ruok command from /127.0.0.1:59840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:22:33,865 INFO Processing ruok command from /127.0.0.1:60132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:22:33,927 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:22:43,882 INFO Processing ruok command from /127.0.0.1:60462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:22:43,920 INFO Processing ruok command from /127.0.0.1:60464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:22:53,858 INFO Processing ruok command from /127.0.0.1:60770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:22:53,898 INFO Processing ruok command from /127.0.0.1:60772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:23:03,867 INFO Processing ruok command from /127.0.0.1:32862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:23:03,910 INFO Processing ruok command from /127.0.0.1:32864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:23:13,864 INFO Processing ruok command from /127.0.0.1:33186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:23:13,924 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:23:23,879 INFO Processing ruok command from /127.0.0.1:33512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:23:23,914 INFO Processing ruok command from /127.0.0.1:33514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:23:33,864 INFO Processing ruok command from /127.0.0.1:33814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:23:33,933 INFO Processing ruok command from /127.0.0.1:33816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:23:43,860 INFO Processing ruok command from /127.0.0.1:34162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:23:43,900 INFO Processing ruok command from /127.0.0.1:34164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:23:53,860 INFO Processing ruok command from /127.0.0.1:34472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:23:53,899 INFO Processing ruok command from /127.0.0.1:34474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:23:58,942 INFO Committing global session 0x3000054cc520002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:24:03,852 INFO Processing ruok command from /127.0.0.1:34792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:24:03,922 INFO Processing ruok command from /127.0.0.1:34796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:24:13,869 INFO Processing ruok command from /127.0.0.1:35118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:24:13,938 INFO Processing ruok command from /127.0.0.1:35120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:24:23,864 INFO Processing ruok command from /127.0.0.1:35448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:24:23,910 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:24:33,855 INFO Processing ruok command from /127.0.0.1:35756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:24:33,926 INFO Processing ruok command from /127.0.0.1:35758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:24:43,860 INFO Processing ruok command from /127.0.0.1:36094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:24:43,901 INFO Processing ruok command from /127.0.0.1:36096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:24:53,862 INFO Processing ruok command from /127.0.0.1:36410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:24:53,941 INFO Processing ruok command from /127.0.0.1:36412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:25:03,862 INFO Processing ruok command from /127.0.0.1:36732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:25:03,909 INFO Processing ruok command from /127.0.0.1:36734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:25:13,860 INFO Processing ruok command from /127.0.0.1:37064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:25:13,925 INFO Processing ruok command from /127.0.0.1:37066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:25:23,852 INFO Processing ruok command from /127.0.0.1:37390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:25:23,896 INFO Processing ruok command from /127.0.0.1:37394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:25:33,845 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:25:33,885 INFO Processing ruok command from /127.0.0.1:37708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:25:43,864 INFO Processing ruok command from /127.0.0.1:38054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:25:43,903 INFO Processing ruok command from /127.0.0.1:38056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:25:53,853 INFO Processing ruok command from /127.0.0.1:38362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:25:53,921 INFO Processing ruok command from /127.0.0.1:38366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:25:58,855 INFO Committing global session 0x3000054cc520003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:26:03,869 INFO Processing ruok command from /127.0.0.1:38690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:26:03,907 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:26:13,850 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:26:13,898 INFO Processing ruok command from /127.0.0.1:39024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:26:23,864 INFO Processing ruok command from /127.0.0.1:39354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:26:23,946 INFO Processing ruok command from /127.0.0.1:39356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:26:33,854 INFO Processing ruok command from /127.0.0.1:39662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:26:33,891 INFO Processing ruok command from /127.0.0.1:39664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:26:43,862 INFO Processing ruok command from /127.0.0.1:40004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:26:43,903 INFO Processing ruok command from /127.0.0.1:40006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:26:53,854 INFO Processing ruok command from /127.0.0.1:40316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:26:53,901 INFO Processing ruok command from /127.0.0.1:40318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:27:03,849 INFO Processing ruok command from /127.0.0.1:40640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:27:03,905 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:27:13,848 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:27:13,891 INFO Processing ruok command from /127.0.0.1:40976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:27:23,857 INFO Processing ruok command from /127.0.0.1:41310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:27:23,892 INFO Processing ruok command from /127.0.0.1:41312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:27:33,861 INFO Processing ruok command from /127.0.0.1:41626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:27:33,928 INFO Processing ruok command from /127.0.0.1:41628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:27:43,868 INFO Processing ruok command from /127.0.0.1:41966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:27:43,934 INFO Processing ruok command from /127.0.0.1:41968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:27:53,857 INFO Processing ruok command from /127.0.0.1:42284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:27:53,934 INFO Processing ruok command from /127.0.0.1:42286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:27:58,706 INFO Committing global session 0x1000055fbed0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:28:03,855 INFO Processing ruok command from /127.0.0.1:42612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:28:03,896 INFO Processing ruok command from /127.0.0.1:42614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:28:13,881 INFO Processing ruok command from /127.0.0.1:42940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:28:13,920 INFO Processing ruok command from /127.0.0.1:42942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:28:23,850 INFO Processing ruok command from /127.0.0.1:43274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:28:23,913 INFO Processing ruok command from /127.0.0.1:43278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:28:33,857 INFO Processing ruok command from /127.0.0.1:43592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:28:33,953 INFO Processing ruok command from /127.0.0.1:43594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:28:43,866 INFO Processing ruok command from /127.0.0.1:43938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:28:43,933 INFO Processing ruok command from /127.0.0.1:43940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:28:53,856 INFO Processing ruok command from /127.0.0.1:44252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:28:53,932 INFO Processing ruok command from /127.0.0.1:44254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:29:03,865 INFO Processing ruok command from /127.0.0.1:44590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:29:03,923 INFO Processing ruok command from /127.0.0.1:44592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:29:13,862 INFO Processing ruok command from /127.0.0.1:44920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:29:13,911 INFO Processing ruok command from /127.0.0.1:44922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:29:23,860 INFO Processing ruok command from /127.0.0.1:45258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:29:23,901 INFO Processing ruok command from /127.0.0.1:45260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:29:33,849 INFO Processing ruok command from /127.0.0.1:45564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:29:33,886 INFO Processing ruok command from /127.0.0.1:45568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:29:43,866 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:29:43,921 INFO Processing ruok command from /127.0.0.1:45910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:29:53,859 INFO Processing ruok command from /127.0.0.1:46218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:29:53,897 INFO Processing ruok command from /127.0.0.1:46220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:29:59,349 INFO Committing global session 0x3000054cc520004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:30:03,861 INFO Processing ruok command from /127.0.0.1:46582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:30:03,981 INFO Processing ruok command from /127.0.0.1:46586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:30:13,903 INFO Processing ruok command from /127.0.0.1:46938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:30:14,005 INFO Processing ruok command from /127.0.0.1:46942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:30:23,872 INFO Processing ruok command from /127.0.0.1:47302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:30:23,920 INFO Processing ruok command from /127.0.0.1:47304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:30:33,862 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:30:33,900 INFO Processing ruok command from /127.0.0.1:47710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:30:43,853 INFO Processing ruok command from /127.0.0.1:48084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:30:43,909 INFO Processing ruok command from /127.0.0.1:48086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:30:53,872 INFO Processing ruok command from /127.0.0.1:48436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:30:53,956 INFO Processing ruok command from /127.0.0.1:48438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:31:03,881 INFO Processing ruok command from /127.0.0.1:48814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:31:03,969 INFO Processing ruok command from /127.0.0.1:48816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:31:13,894 INFO Processing ruok command from /127.0.0.1:49200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:31:13,988 INFO Processing ruok command from /127.0.0.1:49204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:31:23,879 INFO Processing ruok command from /127.0.0.1:49566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:31:23,947 INFO Processing ruok command from /127.0.0.1:49568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:31:33,875 INFO Processing ruok command from /127.0.0.1:49940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:31:33,941 INFO Processing ruok command from /127.0.0.1:49942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:31:43,874 INFO Processing ruok command from /127.0.0.1:50310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:31:43,958 INFO Processing ruok command from /127.0.0.1:50312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:31:53,901 INFO Processing ruok command from /127.0.0.1:50678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:31:53,959 INFO Processing ruok command from /127.0.0.1:50682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:31:58,867 INFO Committing global session 0x1000055fbed000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:32:03,870 INFO Processing ruok command from /127.0.0.1:51168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:32:03,917 INFO Processing ruok command from /127.0.0.1:51170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:32:07,655 INFO Committing global session 0x3000054cc520005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:32:08,078 INFO Committing global session 0x3000054cc520006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:32:09,406 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-25 23:32:09,451 INFO Committing global session 0x200005504410006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:32:13,880 INFO Processing ruok command from /127.0.0.1:51552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:32:13,984 INFO Processing ruok command from /127.0.0.1:51560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:32:23,857 INFO Processing ruok command from /127.0.0.1:51928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:32:23,911 INFO Processing ruok command from /127.0.0.1:51930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:32:33,863 INFO Processing ruok command from /127.0.0.1:52284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:32:33,901 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:32:43,865 INFO Processing ruok command from /127.0.0.1:52648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:32:43,934 INFO Processing ruok command from /127.0.0.1:52652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:32:51,609 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fdb32225-a122-4d0c-897a-a8606f2caa55/onap-policy-clamp-ac-pf-ppnt-d88d895db-75kpx (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:32:51,615 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/9e68df45-f59f-4e2e-82f0-0c9442868bd2/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:32:51,621 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/581b2968-1b42-468b-a80b-58f9a1c3521b/onap-policy-clamp-ac-http-ppnt-dc55b5f75-z4tmv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:32:53,876 INFO Processing ruok command from /127.0.0.1:52988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:32:53,920 INFO Processing ruok command from /127.0.0.1:52992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:33:03,862 INFO Processing ruok command from /127.0.0.1:53336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:33:03,940 INFO Processing ruok command from /127.0.0.1:53340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:33:13,879 INFO Processing ruok command from /127.0.0.1:53704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:33:13,979 INFO Processing ruok command from /127.0.0.1:53710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:33:23,861 INFO Processing ruok command from /127.0.0.1:54088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:33:23,906 INFO Processing ruok command from /127.0.0.1:54090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:33:33,874 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:33:33,956 INFO Processing ruok command from /127.0.0.1:54448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:33:43,976 INFO Processing ruok command from /127.0.0.1:54872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:33:44,154 INFO Processing ruok command from /127.0.0.1:54884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:33:51,610 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fdb32225-a122-4d0c-897a-a8606f2caa55 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:33:51,615 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/581b2968-1b42-468b-a80b-58f9a1c3521b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:33:51,622 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/9e68df45-f59f-4e2e-82f0-0c9442868bd2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:33:54,024 INFO Processing ruok command from /127.0.0.1:55222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:33:54,148 INFO Processing ruok command from /127.0.0.1:55232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:33:59,011 INFO Committing global session 0x3000054cc520007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:34:03,891 INFO Processing ruok command from /127.0.0.1:55576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:34:03,957 INFO Processing ruok command from /127.0.0.1:55580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:34:13,875 INFO Processing ruok command from /127.0.0.1:55946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:34:13,960 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:34:23,870 INFO Processing ruok command from /127.0.0.1:56316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:34:23,926 INFO Processing ruok command from /127.0.0.1:56320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:34:33,862 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:34:33,902 INFO Processing ruok command from /127.0.0.1:56682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:34:43,892 INFO Processing ruok command from /127.0.0.1:57058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:34:43,928 INFO Processing ruok command from /127.0.0.1:57060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:34:51,610 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:34:51,615 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:34:53,872 INFO Processing ruok command from /127.0.0.1:57396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:34:53,916 INFO Processing ruok command from /127.0.0.1:57398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:35:03,859 INFO Processing ruok command from /127.0.0.1:57744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:35:03,903 INFO Processing ruok command from /127.0.0.1:57746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:35:13,870 INFO Processing ruok command from /127.0.0.1:58096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:35:13,909 INFO Processing ruok command from /127.0.0.1:58098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:35:23,975 INFO Processing ruok command from /127.0.0.1:58462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:35:24,090 INFO Processing ruok command from /127.0.0.1:58468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:35:33,865 INFO Processing ruok command from /127.0.0.1:58830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:35:33,934 INFO Processing ruok command from /127.0.0.1:58832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:35:43,890 INFO Processing ruok command from /127.0.0.1:59208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:35:44,037 INFO Processing ruok command from /127.0.0.1:59212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:35:51,610 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:35:53,854 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:35:53,928 INFO Processing ruok command from /127.0.0.1:59614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:35:58,632 INFO Committing global session 0x1000055fbed000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:36:03,867 INFO Processing ruok command from /127.0.0.1:60090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:36:03,930 INFO Processing ruok command from /127.0.0.1:60094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:36:13,866 INFO Processing ruok command from /127.0.0.1:60476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:36:13,901 INFO Processing ruok command from /127.0.0.1:60480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:36:23,853 INFO Processing ruok command from /127.0.0.1:60850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:36:23,901 INFO Processing ruok command from /127.0.0.1:60854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:36:33,867 INFO Processing ruok command from /127.0.0.1:32978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:36:33,911 INFO Processing ruok command from /127.0.0.1:32982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:36:43,900 INFO Processing ruok command from /127.0.0.1:33396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:36:43,998 INFO Processing ruok command from /127.0.0.1:33400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:36:53,861 INFO Processing ruok command from /127.0.0.1:33796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:36:53,952 INFO Processing ruok command from /127.0.0.1:33808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:37:03,859 INFO Processing ruok command from /127.0.0.1:34236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:37:03,908 INFO Processing ruok command from /127.0.0.1:34240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:37:13,863 INFO Processing ruok command from /127.0.0.1:34620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:37:13,965 INFO Processing ruok command from /127.0.0.1:34626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:37:23,870 INFO Processing ruok command from /127.0.0.1:35028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:37:23,933 INFO Processing ruok command from /127.0.0.1:35032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:37:33,909 INFO Processing ruok command from /127.0.0.1:35422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:37:33,958 INFO Processing ruok command from /127.0.0.1:35424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:37:43,875 INFO Processing ruok command from /127.0.0.1:35874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:37:43,929 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:37:53,872 INFO Processing ruok command from /127.0.0.1:36230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:37:53,905 INFO Processing ruok command from /127.0.0.1:36234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:37:58,781 INFO Committing global session 0x1000055fbed000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:38:03,851 INFO Processing ruok command from /127.0.0.1:36592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:38:03,929 INFO Processing ruok command from /127.0.0.1:36598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:38:13,887 INFO Processing ruok command from /127.0.0.1:36964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:38:13,958 INFO Processing ruok command from /127.0.0.1:36966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:38:23,850 INFO Processing ruok command from /127.0.0.1:37316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:38:23,906 INFO Processing ruok command from /127.0.0.1:37338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:38:33,876 INFO Processing ruok command from /127.0.0.1:37698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:38:33,955 INFO Processing ruok command from /127.0.0.1:37700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:38:43,872 INFO Processing ruok command from /127.0.0.1:38094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:38:43,959 INFO Processing ruok command from /127.0.0.1:38110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:38:51,609 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/948ea27f-814f-43bb-8acc-753c9f58926a/onap-policy-clamp-ac-k8s-ppnt-6cff64b5c4-g7p9r (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:38:51,616 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl/dcae_ccvpn_cl_aaievent (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:38:53,875 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:38:53,934 INFO Processing ruok command from /127.0.0.1:38512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:39:03,877 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:39:03,937 INFO Processing ruok command from /127.0.0.1:38932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:39:13,865 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:39:13,933 INFO Processing ruok command from /127.0.0.1:39322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:39:23,862 INFO Processing ruok command from /127.0.0.1:39676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:39:23,935 INFO Processing ruok command from /127.0.0.1:39680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:39:33,868 INFO Processing ruok command from /127.0.0.1:40046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:39:33,918 INFO Processing ruok command from /127.0.0.1:40050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:39:43,861 INFO Processing ruok command from /127.0.0.1:40416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:39:43,907 INFO Processing ruok command from /127.0.0.1:40420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:39:51,609 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:39:51,616 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/948ea27f-814f-43bb-8acc-753c9f58926a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:39:53,855 INFO Processing ruok command from /127.0.0.1:40788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:39:53,930 INFO Processing ruok command from /127.0.0.1:40792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:39:58,708 INFO Committing global session 0x1000055fbed000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:40:03,856 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:40:03,905 INFO Processing ruok command from /127.0.0.1:41142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:40:13,875 INFO Processing ruok command from /127.0.0.1:41532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:40:13,956 INFO Processing ruok command from /127.0.0.1:41534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:40:23,860 INFO Processing ruok command from /127.0.0.1:41888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:40:23,903 INFO Processing ruok command from /127.0.0.1:41892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:40:33,862 INFO Processing ruok command from /127.0.0.1:42252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:40:33,905 INFO Processing ruok command from /127.0.0.1:42256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:40:43,861 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:40:43,905 INFO Processing ruok command from /127.0.0.1:42636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:40:51,610 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:40:51,616 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:40:53,864 INFO Processing ruok command from /127.0.0.1:42998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:40:53,925 INFO Processing ruok command from /127.0.0.1:43002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:41:03,868 INFO Processing ruok command from /127.0.0.1:43350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:41:03,909 INFO Processing ruok command from /127.0.0.1:43354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:41:13,865 INFO Processing ruok command from /127.0.0.1:43740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:41:13,928 INFO Processing ruok command from /127.0.0.1:43744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:41:23,861 INFO Processing ruok command from /127.0.0.1:44100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:41:23,936 INFO Processing ruok command from /127.0.0.1:44104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:41:33,858 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:41:33,922 INFO Processing ruok command from /127.0.0.1:44470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:41:43,862 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:41:43,906 INFO Processing ruok command from /127.0.0.1:44844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:41:51,610 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/eb28474a-cb6a-43a2-a2af-2e99d87e545b/onap-policy-clamp-ac-k8s-ppnt-6cff64b5c4-g7p9r (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:41:53,867 INFO Processing ruok command from /127.0.0.1:45208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:41:53,907 INFO Processing ruok command from /127.0.0.1:45212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:41:58,726 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-25 23:41:58,740 INFO Committing global session 0x200005504410007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:41:59,541 INFO Submitting global closeSession request for session 0x200005504410007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-25 23:42:03,861 INFO Processing ruok command from /127.0.0.1:45556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:42:03,900 INFO Processing ruok command from /127.0.0.1:45560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:42:13,858 INFO Processing ruok command from /127.0.0.1:45942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:42:13,931 INFO Processing ruok command from /127.0.0.1:45946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:42:23,850 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:42:23,905 INFO Processing ruok command from /127.0.0.1:46306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:42:33,854 INFO Processing ruok command from /127.0.0.1:46666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:42:33,894 INFO Processing ruok command from /127.0.0.1:46670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:42:43,866 INFO Processing ruok command from /127.0.0.1:47038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:42:43,928 INFO Processing ruok command from /127.0.0.1:47042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:42:51,610 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/eb28474a-cb6a-43a2-a2af-2e99d87e545b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:42:53,875 INFO Processing ruok command from /127.0.0.1:47408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:42:53,950 INFO Processing ruok command from /127.0.0.1:47412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:43:03,880 INFO Processing ruok command from /127.0.0.1:47758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:43:03,949 INFO Processing ruok command from /127.0.0.1:47762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:43:13,869 INFO Processing ruok command from /127.0.0.1:48138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:43:13,937 INFO Processing ruok command from /127.0.0.1:48142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:43:23,872 INFO Processing ruok command from /127.0.0.1:48498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:43:23,933 INFO Processing ruok command from /127.0.0.1:48502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:43:33,865 INFO Processing ruok command from /127.0.0.1:48864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:43:33,907 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:43:43,883 INFO Processing ruok command from /127.0.0.1:49236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:43:43,917 INFO Processing ruok command from /127.0.0.1:49238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:43:51,609 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:43:53,853 INFO Processing ruok command from /127.0.0.1:49600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:43:53,931 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:43:58,755 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-25 23:43:58,772 INFO Committing global session 0x200005504410008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:43:59,599 INFO Submitting global closeSession request for session 0x200005504410008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-25 23:44:03,869 INFO Processing ruok command from /127.0.0.1:49960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:44:03,942 INFO Processing ruok command from /127.0.0.1:49964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:44:13,881 INFO Processing ruok command from /127.0.0.1:50348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:44:13,951 INFO Processing ruok command from /127.0.0.1:50350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:44:23,866 INFO Processing ruok command from /127.0.0.1:50700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:44:23,929 INFO Processing ruok command from /127.0.0.1:50704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:44:33,874 INFO Processing ruok command from /127.0.0.1:51062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:44:33,916 INFO Processing ruok command from /127.0.0.1:51066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:44:43,857 INFO Processing ruok command from /127.0.0.1:51436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:44:43,918 INFO Processing ruok command from /127.0.0.1:51440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:44:51,614 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:44:53,866 INFO Processing ruok command from /127.0.0.1:51802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:44:53,909 INFO Processing ruok command from /127.0.0.1:51806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:45:03,865 INFO Processing ruok command from /127.0.0.1:52144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:45:03,920 INFO Processing ruok command from /127.0.0.1:52148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:45:13,944 INFO Processing ruok command from /127.0.0.1:52536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:45:14,064 INFO Processing ruok command from /127.0.0.1:52542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:45:23,869 INFO Processing ruok command from /127.0.0.1:52900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:45:23,954 INFO Processing ruok command from /127.0.0.1:52904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:45:33,865 INFO Processing ruok command from /127.0.0.1:53260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:45:33,904 INFO Processing ruok command from /127.0.0.1:53264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:45:43,878 INFO Processing ruok command from /127.0.0.1:53634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:45:43,921 INFO Processing ruok command from /127.0.0.1:53636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:45:53,854 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:45:53,904 INFO Processing ruok command from /127.0.0.1:54004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:45:58,993 INFO Committing global session 0x3000054cc520008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:46:03,864 INFO Processing ruok command from /127.0.0.1:54344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:46:03,932 INFO Processing ruok command from /127.0.0.1:54348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:46:13,864 INFO Processing ruok command from /127.0.0.1:54728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:46:13,926 INFO Processing ruok command from /127.0.0.1:54732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:46:23,975 INFO Processing ruok command from /127.0.0.1:55092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:46:24,089 INFO Processing ruok command from /127.0.0.1:55098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:46:33,870 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:46:33,917 INFO Processing ruok command from /127.0.0.1:55456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:46:43,870 INFO Processing ruok command from /127.0.0.1:55822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:46:43,911 INFO Processing ruok command from /127.0.0.1:55826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:46:53,876 INFO Processing ruok command from /127.0.0.1:56196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:46:53,918 INFO Processing ruok command from /127.0.0.1:56198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:47:03,876 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:47:03,918 INFO Processing ruok command from /127.0.0.1:56550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:47:13,876 INFO Processing ruok command from /127.0.0.1:56932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:47:13,911 INFO Processing ruok command from /127.0.0.1:56934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:47:23,866 INFO Processing ruok command from /127.0.0.1:57290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:47:23,937 INFO Processing ruok command from /127.0.0.1:57294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:47:33,870 INFO Processing ruok command from /127.0.0.1:57654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:47:33,918 INFO Processing ruok command from /127.0.0.1:57658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:47:44,016 INFO Processing ruok command from /127.0.0.1:58022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:47:44,186 INFO Processing ruok command from /127.0.0.1:58040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:47:53,908 INFO Processing ruok command from /127.0.0.1:58396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:47:53,984 INFO Processing ruok command from /127.0.0.1:58400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:47:58,632 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-25 23:47:58,639 INFO Committing global session 0x200005504410009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:47:59,503 INFO Submitting global closeSession request for session 0x200005504410009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-25 23:48:03,866 INFO Processing ruok command from /127.0.0.1:58742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:48:03,942 INFO Processing ruok command from /127.0.0.1:58746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:48:13,882 INFO Processing ruok command from /127.0.0.1:59134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:48:13,912 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:48:23,877 INFO Processing ruok command from /127.0.0.1:59494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:48:23,957 INFO Processing ruok command from /127.0.0.1:59496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:48:33,871 INFO Processing ruok command from /127.0.0.1:59856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:48:33,919 INFO Processing ruok command from /127.0.0.1:59860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:48:43,856 INFO Processing ruok command from /127.0.0.1:60230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:48:43,913 INFO Processing ruok command from /127.0.0.1:60234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:48:51,610 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/de5210a4-693e-45e3-b8b6-10abd1312bfe/onap-policy-clamp-ac-k8s-ppnt-6cff64b5c4-g7p9r (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:48:53,867 INFO Processing ruok command from /127.0.0.1:60602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:48:53,937 INFO Processing ruok command from /127.0.0.1:60606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:49:03,864 INFO Processing ruok command from /127.0.0.1:60952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:49:03,900 INFO Processing ruok command from /127.0.0.1:60956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:49:13,891 INFO Processing ruok command from /127.0.0.1:33110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:49:13,968 INFO Processing ruok command from /127.0.0.1:33112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:49:23,858 INFO Processing ruok command from /127.0.0.1:33462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:49:23,949 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:49:33,850 INFO Processing ruok command from /127.0.0.1:33828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:49:33,892 INFO Processing ruok command from /127.0.0.1:33834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:49:43,971 INFO Processing ruok command from /127.0.0.1:34194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:49:44,146 INFO Processing ruok command from /127.0.0.1:34206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:49:51,609 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/de5210a4-693e-45e3-b8b6-10abd1312bfe (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:49:53,867 INFO Processing ruok command from /127.0.0.1:34608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:49:53,988 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:49:58,946 INFO Committing global session 0x1000055fbed000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:50:03,866 INFO Processing ruok command from /127.0.0.1:34954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:50:03,912 INFO Processing ruok command from /127.0.0.1:34958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:50:13,890 INFO Processing ruok command from /127.0.0.1:35368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:50:14,007 INFO Processing ruok command from /127.0.0.1:35372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:50:23,879 INFO Processing ruok command from /127.0.0.1:35746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:50:23,954 INFO Processing ruok command from /127.0.0.1:35748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:50:33,883 INFO Processing ruok command from /127.0.0.1:36208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:50:33,963 INFO Processing ruok command from /127.0.0.1:36210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:50:43,864 INFO Processing ruok command from /127.0.0.1:36710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:50:43,908 INFO Processing ruok command from /127.0.0.1:36714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:50:51,611 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:50:53,864 INFO Processing ruok command from /127.0.0.1:37134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:50:53,951 INFO Processing ruok command from /127.0.0.1:37138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:51:03,863 INFO Processing ruok command from /127.0.0.1:37504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:51:03,903 INFO Processing ruok command from /127.0.0.1:37508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:51:13,859 INFO Processing ruok command from /127.0.0.1:37940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:51:13,908 INFO Processing ruok command from /127.0.0.1:37944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:51:24,005 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:51:24,131 INFO Processing ruok command from /127.0.0.1:38318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:51:33,862 INFO Processing ruok command from /127.0.0.1:38684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:51:33,927 INFO Processing ruok command from /127.0.0.1:38688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:51:43,914 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:51:44,050 INFO Processing ruok command from /127.0.0.1:39112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:51:51,609 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d1598447-404e-4e38-a731-51a3d2f59564/onap-policy-clamp-ac-k8s-ppnt-6cff64b5c4-g7p9r (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:51:54,206 INFO Processing ruok command from /127.0.0.1:39528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:51:54,640 INFO Processing ruok command from /127.0.0.1:39546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:51:59,001 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-25 23:51:59,017 INFO Committing global session 0x20000550441000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:51:59,847 INFO Submitting global closeSession request for session 0x20000550441000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-25 23:52:03,883 INFO Processing ruok command from /127.0.0.1:39864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:52:03,928 INFO Processing ruok command from /127.0.0.1:39866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:52:14,262 INFO Processing ruok command from /127.0.0.1:40338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:52:14,647 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:52:23,918 INFO Processing ruok command from /127.0.0.1:40710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:52:24,009 INFO Processing ruok command from /127.0.0.1:40714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:52:33,897 INFO Processing ruok command from /127.0.0.1:41178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:52:33,956 INFO Processing ruok command from /127.0.0.1:41180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:52:43,966 INFO Processing ruok command from /127.0.0.1:41640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:52:44,186 INFO Processing ruok command from /127.0.0.1:41660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:52:51,609 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d1598447-404e-4e38-a731-51a3d2f59564 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:52:54,076 INFO Processing ruok command from /127.0.0.1:42054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:52:54,308 INFO Processing ruok command from /127.0.0.1:42074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:53:03,877 INFO Processing ruok command from /127.0.0.1:42432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:53:03,923 INFO Processing ruok command from /127.0.0.1:42434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:53:13,963 INFO Processing ruok command from /127.0.0.1:42850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:53:14,200 INFO Processing ruok command from /127.0.0.1:42870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:53:23,856 INFO Processing ruok command from /127.0.0.1:43268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:53:23,937 INFO Processing ruok command from /127.0.0.1:43272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:53:33,860 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:53:33,939 INFO Processing ruok command from /127.0.0.1:43684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:53:43,872 INFO Processing ruok command from /127.0.0.1:44130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:53:43,915 INFO Processing ruok command from /127.0.0.1:44134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:53:51,610 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:53:51,616 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:53:53,857 INFO Processing ruok command from /127.0.0.1:44554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:53:53,931 INFO Processing ruok command from /127.0.0.1:44558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:53:58,876 INFO Committing global session 0x1000055fbed000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:54:03,986 INFO Processing ruok command from /127.0.0.1:44944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:54:04,076 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:54:13,909 INFO Processing ruok command from /127.0.0.1:45382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:54:14,020 INFO Processing ruok command from /127.0.0.1:45386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:54:23,854 INFO Processing ruok command from /127.0.0.1:45788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:54:23,916 INFO Processing ruok command from /127.0.0.1:45792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:54:33,887 INFO Processing ruok command from /127.0.0.1:46200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:54:33,928 INFO Processing ruok command from /127.0.0.1:46202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:54:43,873 INFO Processing ruok command from /127.0.0.1:46668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:54:43,917 INFO Processing ruok command from /127.0.0.1:46672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:54:51,609 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:54:51,616 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:54:51,622 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:54:53,864 INFO Processing ruok command from /127.0.0.1:47090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:54:53,906 INFO Processing ruok command from /127.0.0.1:47094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:55:03,856 INFO Processing ruok command from /127.0.0.1:47482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:55:03,914 INFO Processing ruok command from /127.0.0.1:47486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:55:13,869 INFO Processing ruok command from /127.0.0.1:47918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:55:13,919 INFO Processing ruok command from /127.0.0.1:47922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:55:23,869 INFO Processing ruok command from /127.0.0.1:48322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:55:23,950 INFO Processing ruok command from /127.0.0.1:48326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:55:33,857 INFO Processing ruok command from /127.0.0.1:48734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:55:33,914 INFO Processing ruok command from /127.0.0.1:48738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:55:43,874 INFO Processing ruok command from /127.0.0.1:49188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:55:43,953 INFO Processing ruok command from /127.0.0.1:49190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:55:51,609 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:55:51,616 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:55:51,622 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:55:51,627 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:55:53,857 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:55:53,926 INFO Processing ruok command from /127.0.0.1:49608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:55:58,936 INFO Committing global session 0x3000054cc520009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:56:03,872 INFO Processing ruok command from /127.0.0.1:49994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:56:03,930 INFO Processing ruok command from /127.0.0.1:49998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:56:13,866 INFO Processing ruok command from /127.0.0.1:50428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:56:13,911 INFO Processing ruok command from /127.0.0.1:50432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:56:23,857 INFO Processing ruok command from /127.0.0.1:50832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:56:23,900 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:56:33,871 INFO Processing ruok command from /127.0.0.1:51242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:56:33,933 INFO Processing ruok command from /127.0.0.1:51246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:56:43,864 INFO Processing ruok command from /127.0.0.1:51704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:56:43,948 INFO Processing ruok command from /127.0.0.1:51708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:56:51,610 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:56:51,616 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:56:51,622 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:56:53,888 INFO Processing ruok command from /127.0.0.1:52128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:56:53,962 INFO Processing ruok command from /127.0.0.1:52130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:57:03,871 INFO Processing ruok command from /127.0.0.1:52518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:57:03,935 INFO Processing ruok command from /127.0.0.1:52522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:57:13,866 INFO Processing ruok command from /127.0.0.1:52948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:57:13,904 INFO Processing ruok command from /127.0.0.1:52952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:57:23,863 INFO Processing ruok command from /127.0.0.1:53348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:57:23,934 INFO Processing ruok command from /127.0.0.1:53352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:57:33,865 INFO Processing ruok command from /127.0.0.1:53754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:57:33,908 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:57:43,866 INFO Processing ruok command from /127.0.0.1:54212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:57:43,940 INFO Processing ruok command from /127.0.0.1:54216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:57:51,610 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:57:53,857 INFO Processing ruok command from /127.0.0.1:54634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:57:53,902 INFO Processing ruok command from /127.0.0.1:54638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:57:59,372 INFO Committing global session 0x3000054cc52000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-25 23:58:03,864 INFO Processing ruok command from /127.0.0.1:55024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:58:03,909 INFO Processing ruok command from /127.0.0.1:55028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:58:13,857 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:58:13,899 INFO Processing ruok command from /127.0.0.1:55456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:58:23,888 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:58:23,949 INFO Processing ruok command from /127.0.0.1:55858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:58:33,865 INFO Processing ruok command from /127.0.0.1:56264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:58:33,934 INFO Processing ruok command from /127.0.0.1:56268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:58:43,852 INFO Processing ruok command from /127.0.0.1:56724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:58:43,913 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:58:51,609 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-25 23:58:53,866 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:58:53,919 INFO Processing ruok command from /127.0.0.1:57148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:59:03,878 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:59:03,922 INFO Processing ruok command from /127.0.0.1:57544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:59:13,866 INFO Processing ruok command from /127.0.0.1:57980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:59:13,950 INFO Processing ruok command from /127.0.0.1:57984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:59:23,872 INFO Processing ruok command from /127.0.0.1:58384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:59:23,943 INFO Processing ruok command from /127.0.0.1:58388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:59:33,873 INFO Processing ruok command from /127.0.0.1:58790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:59:33,915 INFO Processing ruok command from /127.0.0.1:58794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:59:43,878 INFO Processing ruok command from /127.0.0.1:59252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:59:43,936 INFO Processing ruok command from /127.0.0.1:59254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:59:53,923 INFO Processing ruok command from /127.0.0.1:59672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-25 23:59:54,100 INFO Processing ruok command from /127.0.0.1:59678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-25 23:59:59,046 INFO Committing global session 0x1000055fbed0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:00:03,864 INFO Processing ruok command from /127.0.0.1:60062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:00:03,923 INFO Processing ruok command from /127.0.0.1:60066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:00:13,872 INFO Processing ruok command from /127.0.0.1:60492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:00:13,934 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:00:23,865 INFO Processing ruok command from /127.0.0.1:60886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:00:23,906 INFO Processing ruok command from /127.0.0.1:60890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:00:33,862 INFO Processing ruok command from /127.0.0.1:33068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:00:33,941 INFO Processing ruok command from /127.0.0.1:33072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:00:43,873 INFO Processing ruok command from /127.0.0.1:33524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:00:43,938 INFO Processing ruok command from /127.0.0.1:33528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:00:53,861 INFO Processing ruok command from /127.0.0.1:33938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:00:53,911 INFO Processing ruok command from /127.0.0.1:33942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:01:03,861 INFO Processing ruok command from /127.0.0.1:34328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:01:03,902 INFO Processing ruok command from /127.0.0.1:34332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:01:13,881 INFO Processing ruok command from /127.0.0.1:34756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:01:13,958 INFO Processing ruok command from /127.0.0.1:34758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:01:23,865 INFO Processing ruok command from /127.0.0.1:35160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:01:23,937 INFO Processing ruok command from /127.0.0.1:35164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:01:33,854 INFO Processing ruok command from /127.0.0.1:35570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:01:33,895 INFO Processing ruok command from /127.0.0.1:35574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:01:43,862 INFO Processing ruok command from /127.0.0.1:36030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:01:43,904 INFO Processing ruok command from /127.0.0.1:36034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:01:53,851 INFO Processing ruok command from /127.0.0.1:36450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:01:53,893 INFO Processing ruok command from /127.0.0.1:36456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:01:59,018 INFO Committing global session 0x1000055fbed0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:02:03,879 INFO Processing ruok command from /127.0.0.1:36848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:02:03,955 INFO Processing ruok command from /127.0.0.1:36850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:02:13,879 INFO Processing ruok command from /127.0.0.1:37280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:02:13,965 INFO Processing ruok command from /127.0.0.1:37282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:02:23,862 INFO Processing ruok command from /127.0.0.1:37684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:02:23,910 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:02:33,862 INFO Processing ruok command from /127.0.0.1:38096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:02:33,925 INFO Processing ruok command from /127.0.0.1:38100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:02:43,865 INFO Processing ruok command from /127.0.0.1:38560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:02:43,933 INFO Processing ruok command from /127.0.0.1:38564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:02:53,873 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:02:53,930 INFO Processing ruok command from /127.0.0.1:38976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:03:03,868 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:03:03,916 INFO Processing ruok command from /127.0.0.1:39368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:03:13,868 INFO Processing ruok command from /127.0.0.1:39792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:03:13,919 INFO Processing ruok command from /127.0.0.1:39796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:03:23,861 INFO Processing ruok command from /127.0.0.1:40196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:03:23,901 INFO Processing ruok command from /127.0.0.1:40200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:03:33,831 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-26 00:03:33,832 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-07-26 00:03:33,844 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-26 00:03:33,851 INFO Processing ruok command from /127.0.0.1:40606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:03:33,909 INFO Processing ruok command from /127.0.0.1:40612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:03:43,882 INFO Processing ruok command from /127.0.0.1:41074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:03:43,938 INFO Processing ruok command from /127.0.0.1:41076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:03:51,159 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-26 00:03:51,160 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-26 00:03:51,162 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-26 00:03:51,162 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-26 00:03:53,880 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:03:53,970 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:03:58,811 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-26 00:03:58,824 INFO Committing global session 0x20000550441000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:03:59,549 INFO Submitting global closeSession request for session 0x20000550441000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-26 00:04:02,781 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-26 00:04:02,781 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
2022-07-26 00:04:02,782 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-26 00:04:02,783 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
2022-07-26 00:04:03,868 INFO Processing ruok command from /127.0.0.1:41884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:04:03,964 INFO Processing ruok command from /127.0.0.1:41888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:04:13,860 INFO Processing ruok command from /127.0.0.1:42316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:04:13,905 INFO Processing ruok command from /127.0.0.1:42320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:04:23,850 INFO Processing ruok command from /127.0.0.1:42724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:04:23,925 INFO Processing ruok command from /127.0.0.1:42730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:04:33,862 INFO Processing ruok command from /127.0.0.1:43140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:04:33,903 INFO Processing ruok command from /127.0.0.1:43144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:04:43,873 INFO Processing ruok command from /127.0.0.1:43602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:04:43,916 INFO Processing ruok command from /127.0.0.1:43606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:04:53,867 INFO Processing ruok command from /127.0.0.1:44016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:04:53,957 INFO Processing ruok command from /127.0.0.1:44020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:05:03,865 INFO Processing ruok command from /127.0.0.1:44406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:05:03,929 INFO Processing ruok command from /127.0.0.1:44410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:05:13,859 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:05:13,908 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:05:23,850 INFO Processing ruok command from /127.0.0.1:45242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:05:23,892 INFO Processing ruok command from /127.0.0.1:45248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:05:33,861 INFO Processing ruok command from /127.0.0.1:45652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:05:33,912 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:05:43,875 INFO Processing ruok command from /127.0.0.1:46120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:05:43,917 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:05:53,887 INFO Processing ruok command from /127.0.0.1:46538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:05:53,926 INFO Processing ruok command from /127.0.0.1:46540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:05:58,892 INFO Committing global session 0x1000055fbed0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:06:03,864 INFO Processing ruok command from /127.0.0.1:46926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:06:03,934 INFO Processing ruok command from /127.0.0.1:46930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:06:13,886 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:06:13,918 INFO Processing ruok command from /127.0.0.1:47358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:06:23,862 INFO Processing ruok command from /127.0.0.1:47756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:06:23,928 INFO Processing ruok command from /127.0.0.1:47760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:06:33,863 INFO Processing ruok command from /127.0.0.1:48166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:06:33,905 INFO Processing ruok command from /127.0.0.1:48170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:06:43,864 INFO Processing ruok command from /127.0.0.1:48626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:06:43,962 INFO Processing ruok command from /127.0.0.1:48630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:06:53,863 INFO Processing ruok command from /127.0.0.1:49048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:06:53,902 INFO Processing ruok command from /127.0.0.1:49052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:07:03,873 INFO Processing ruok command from /127.0.0.1:49444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:07:03,917 INFO Processing ruok command from /127.0.0.1:49448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:07:13,864 INFO Processing ruok command from /127.0.0.1:49870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:07:13,928 INFO Processing ruok command from /127.0.0.1:49874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:07:23,850 INFO Processing ruok command from /127.0.0.1:50276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:07:23,890 INFO Processing ruok command from /127.0.0.1:50282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:07:33,867 INFO Processing ruok command from /127.0.0.1:50688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:07:33,941 INFO Processing ruok command from /127.0.0.1:50692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:07:43,874 INFO Processing ruok command from /127.0.0.1:51178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:07:43,947 INFO Processing ruok command from /127.0.0.1:51182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:07:53,885 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:07:53,957 INFO Processing ruok command from /127.0.0.1:51598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:07:58,964 INFO Committing global session 0x3000054cc52000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:08:03,873 INFO Processing ruok command from /127.0.0.1:51990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:08:03,945 INFO Processing ruok command from /127.0.0.1:51994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:08:13,878 INFO Processing ruok command from /127.0.0.1:52426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:08:13,946 INFO Processing ruok command from /127.0.0.1:52428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:08:23,871 INFO Processing ruok command from /127.0.0.1:52832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:08:23,929 INFO Processing ruok command from /127.0.0.1:52836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:08:33,856 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:08:33,933 INFO Processing ruok command from /127.0.0.1:53242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:08:43,876 INFO Processing ruok command from /127.0.0.1:53730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:08:43,913 INFO Processing ruok command from /127.0.0.1:53732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:08:51,610 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-26 00:08:51,616 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-26 00:08:53,871 INFO Processing ruok command from /127.0.0.1:54160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:08:53,947 INFO Processing ruok command from /127.0.0.1:54164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:09:03,865 INFO Processing ruok command from /127.0.0.1:54566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:09:03,909 INFO Processing ruok command from /127.0.0.1:54570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:09:13,876 INFO Processing ruok command from /127.0.0.1:55010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:09:13,955 INFO Processing ruok command from /127.0.0.1:55012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:09:23,858 INFO Processing ruok command from /127.0.0.1:55426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:09:23,900 INFO Processing ruok command from /127.0.0.1:55430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:09:33,863 INFO Processing ruok command from /127.0.0.1:55846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:09:33,946 INFO Processing ruok command from /127.0.0.1:55850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:09:43,884 INFO Processing ruok command from /127.0.0.1:56314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:09:43,940 INFO Processing ruok command from /127.0.0.1:56316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:09:51,609 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-26 00:09:51,615 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-26 00:09:53,859 INFO Processing ruok command from /127.0.0.1:56746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:09:53,921 INFO Processing ruok command from /127.0.0.1:56750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:09:58,964 INFO Committing global session 0x3000054cc52000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:10:03,872 INFO Processing ruok command from /127.0.0.1:57148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:10:03,918 INFO Processing ruok command from /127.0.0.1:57152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:10:13,894 INFO Processing ruok command from /127.0.0.1:57584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:10:13,966 INFO Processing ruok command from /127.0.0.1:57586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:10:23,861 INFO Processing ruok command from /127.0.0.1:57996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:10:23,927 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:10:33,864 INFO Processing ruok command from /127.0.0.1:58426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:10:33,925 INFO Processing ruok command from /127.0.0.1:58430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:10:43,871 INFO Processing ruok command from /127.0.0.1:58904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:10:43,948 INFO Processing ruok command from /127.0.0.1:58908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:10:51,609 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-26 00:10:51,615 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-26 00:10:53,864 INFO Processing ruok command from /127.0.0.1:59328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:10:53,907 INFO Processing ruok command from /127.0.0.1:59332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:11:03,868 INFO Processing ruok command from /127.0.0.1:59736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:11:03,914 INFO Processing ruok command from /127.0.0.1:59740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:11:13,886 INFO Processing ruok command from /127.0.0.1:60174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:11:13,932 INFO Processing ruok command from /127.0.0.1:60176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:11:23,859 INFO Processing ruok command from /127.0.0.1:60582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:11:23,925 INFO Processing ruok command from /127.0.0.1:60586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:11:33,864 INFO Processing ruok command from /127.0.0.1:32770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:11:33,940 INFO Processing ruok command from /127.0.0.1:32774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:11:43,867 INFO Processing ruok command from /127.0.0.1:33250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:11:43,906 INFO Processing ruok command from /127.0.0.1:33254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:11:51,609 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-07-26 00:11:53,850 INFO Processing ruok command from /127.0.0.1:33682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:11:53,933 INFO Processing ruok command from /127.0.0.1:33688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:11:58,977 INFO Committing global session 0x3000054cc52000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:12:03,855 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:12:03,919 INFO Processing ruok command from /127.0.0.1:34096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:12:13,863 INFO Processing ruok command from /127.0.0.1:34534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:12:13,940 INFO Processing ruok command from /127.0.0.1:34538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:12:23,875 INFO Processing ruok command from /127.0.0.1:34956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:12:23,924 INFO Processing ruok command from /127.0.0.1:34958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:12:33,856 INFO Processing ruok command from /127.0.0.1:35378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:12:33,896 INFO Processing ruok command from /127.0.0.1:35382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:12:43,864 INFO Processing ruok command from /127.0.0.1:35858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:12:43,906 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:12:53,866 INFO Processing ruok command from /127.0.0.1:36300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:12:53,942 INFO Processing ruok command from /127.0.0.1:36304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:13:03,870 INFO Processing ruok command from /127.0.0.1:36704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:13:03,911 INFO Processing ruok command from /127.0.0.1:36708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:13:13,862 INFO Processing ruok command from /127.0.0.1:37150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:13:13,907 INFO Processing ruok command from /127.0.0.1:37154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:13:23,875 INFO Processing ruok command from /127.0.0.1:37574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:13:23,954 INFO Processing ruok command from /127.0.0.1:37576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:13:33,858 INFO Processing ruok command from /127.0.0.1:37996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:13:33,920 INFO Processing ruok command from /127.0.0.1:38000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:13:43,865 INFO Processing ruok command from /127.0.0.1:38462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:13:43,934 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:13:53,865 INFO Processing ruok command from /127.0.0.1:38900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:13:53,949 INFO Processing ruok command from /127.0.0.1:38904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:13:58,842 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-26 00:13:58,850 INFO Committing global session 0x20000550441000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:13:59,660 INFO Submitting global closeSession request for session 0x20000550441000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-26 00:14:03,865 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:14:03,912 INFO Processing ruok command from /127.0.0.1:39310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:14:13,880 INFO Processing ruok command from /127.0.0.1:39746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:14:13,916 INFO Processing ruok command from /127.0.0.1:39750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:14:23,870 INFO Processing ruok command from /127.0.0.1:40168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:14:23,936 INFO Processing ruok command from /127.0.0.1:40172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:14:33,849 INFO Processing ruok command from /127.0.0.1:40592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:14:33,888 INFO Processing ruok command from /127.0.0.1:40598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:14:43,857 INFO Processing ruok command from /127.0.0.1:41064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:14:43,926 INFO Processing ruok command from /127.0.0.1:41068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:14:53,864 INFO Processing ruok command from /127.0.0.1:41500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:14:53,948 INFO Processing ruok command from /127.0.0.1:41504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:15:03,866 INFO Processing ruok command from /127.0.0.1:41908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:15:03,936 INFO Processing ruok command from /127.0.0.1:41912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:15:13,861 INFO Processing ruok command from /127.0.0.1:42350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:15:13,922 INFO Processing ruok command from /127.0.0.1:42354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:15:23,872 INFO Processing ruok command from /127.0.0.1:42764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:15:23,944 INFO Processing ruok command from /127.0.0.1:42768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:15:33,859 INFO Processing ruok command from /127.0.0.1:43186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:15:33,920 INFO Processing ruok command from /127.0.0.1:43190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:15:43,873 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:15:43,934 INFO Processing ruok command from /127.0.0.1:43666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:15:53,869 INFO Processing ruok command from /127.0.0.1:44094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:15:53,966 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:15:58,954 INFO Committing global session 0x3000054cc52000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:16:03,860 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:16:03,936 INFO Processing ruok command from /127.0.0.1:44504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:16:13,861 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:16:13,909 INFO Processing ruok command from /127.0.0.1:44952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:16:23,865 INFO Processing ruok command from /127.0.0.1:45376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:16:23,929 INFO Processing ruok command from /127.0.0.1:45380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:16:33,861 INFO Processing ruok command from /127.0.0.1:45800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:16:33,910 INFO Processing ruok command from /127.0.0.1:45804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:16:43,870 INFO Processing ruok command from /127.0.0.1:46268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:16:43,911 INFO Processing ruok command from /127.0.0.1:46272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:16:53,878 INFO Processing ruok command from /127.0.0.1:46700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:16:53,933 INFO Processing ruok command from /127.0.0.1:46702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:17:03,858 INFO Processing ruok command from /127.0.0.1:47106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:17:03,897 INFO Processing ruok command from /127.0.0.1:47110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:17:13,860 INFO Processing ruok command from /127.0.0.1:47552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:17:13,903 INFO Processing ruok command from /127.0.0.1:47556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:17:23,866 INFO Processing ruok command from /127.0.0.1:47970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:17:23,903 INFO Processing ruok command from /127.0.0.1:47974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:17:33,874 INFO Processing ruok command from /127.0.0.1:48394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:17:33,927 INFO Processing ruok command from /127.0.0.1:48398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:17:43,855 INFO Processing ruok command from /127.0.0.1:48864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:17:43,897 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:17:53,863 INFO Processing ruok command from /127.0.0.1:49304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:17:53,904 INFO Processing ruok command from /127.0.0.1:49308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:17:58,793 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-26 00:17:58,803 INFO Committing global session 0x20000550441000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2022-07-26 00:17:59,640 INFO Submitting global closeSession request for session 0x20000550441000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-26 00:18:03,861 INFO Processing ruok command from /127.0.0.1:49714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:18:03,904 INFO Processing ruok command from /127.0.0.1:49718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:18:13,850 INFO Processing ruok command from /127.0.0.1:50152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:18:13,888 INFO Processing ruok command from /127.0.0.1:50158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:18:23,861 INFO Processing ruok command from /127.0.0.1:50568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:18:23,927 INFO Processing ruok command from /127.0.0.1:50572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:18:33,858 INFO Processing ruok command from /127.0.0.1:50990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:18:33,895 INFO Processing ruok command from /127.0.0.1:50994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:18:43,863 INFO Processing ruok command from /127.0.0.1:51468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:18:43,910 INFO Processing ruok command from /127.0.0.1:51472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:18:53,854 INFO Processing ruok command from /127.0.0.1:51904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:18:53,899 INFO Processing ruok command from /127.0.0.1:51908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:19:03,855 INFO Processing ruok command from /127.0.0.1:52310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:19:03,901 INFO Processing ruok command from /127.0.0.1:52314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:19:13,858 INFO Processing ruok command from /127.0.0.1:52756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:19:13,898 INFO Processing ruok command from /127.0.0.1:52760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-26 00:19:23,872 INFO Processing ruok command from /127.0.0.1:53174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-26 00:19:23,964 INFO Processing ruok command from /127.0.0.1:53178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]