By type
Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false sslQuorum=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2023-04-25 22:49:12,939 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-04-25 22:49:12,946 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-04-25 22:49:12,946 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-04-25 22:49:12,950 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2023-04-25 22:49:12,950 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-04-25 22:49:12,950 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-04-25 22:49:13,000 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-04-25 22:49:13,000 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-04-25 22:49:13,002 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-04-25 22:49:13,005 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2023-04-25 22:49:13,006 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2023-04-25 22:49:13,023 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-04-25 22:49:13,037 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2023-04-25 22:49:13,048 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-04-25 22:49:13,136 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,136 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,136 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,209 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-04-25 22:49:13,212 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-04-25 22:49:13,212 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,212 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,212 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,232 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-04-25 22:49:13,232 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-04-25 22:49:13,245 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,251 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-04-25 22:49:13,254 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,254 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,255 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,255 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,255 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,255 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,255 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,255 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,271 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,272 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,273 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.17.0.8-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 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/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.2.3.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.2.3.jar:/opt/kafka/bin/../libs/connect-json-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.2.3.jar:/opt/kafka/bin/../libs/connect-runtime-3.2.3.jar:/opt/kafka/bin/../libs/connect-transforms-3.2.3.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.103.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/gson-2.9.0.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-core-2.13.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jr-objects-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.13.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.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.3.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.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-http-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-io-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-security-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-server-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jline-3.21.0.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.2.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.9.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.32.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.2.3.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.1.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.2.3.jar:/opt/kafka/bin/../libs/kafka-metadata-3.2.3.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.11.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.2.3.jar:/opt/kafka/bin/../libs/kafka-server-common-3.2.3.jar:/opt/kafka/bin/../libs/kafka-shell-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.2.3.jar:/opt/kafka/bin/../libs/kafka-tools-3.2.3.jar:/opt/kafka/bin/../libs/kafka_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.6.20.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk7-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk8-1.5.31.jar:/opt/kafka/bin/../libs/kubernetes-client-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-okhttp-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.0.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.4.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.32.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.10.0.jar:/opt/kafka/bin/../libs/okio-jvm-3.0.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.5.0.jar:/opt/kafka/bin/../libs/opentelemetry-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-context-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-jaeger-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-2.6-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-common-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-spi-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-logs-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-metrics-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-trace-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-semconv-1.18.0-alpha.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.3.0.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/reload4j-1.2.19.jar:/opt/kafka/bin/../libs/rocksdbjni-6.29.4.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.6.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.8.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.8.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snakeyaml-1.32.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.32.0.jar:/opt/kafka/bin/../libs/trogdor-3.2.3.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.2-1.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:os.memory.free=217MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO Server environment:os.memory.total=233MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,274 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,275 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,275 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,275 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,275 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-04-25 22:49:13,281 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-04-25 22:49:13,281 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-04-25 22:49:13,282 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-04-25 22:49:13,283 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-04-25 22:49:13,295 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,295 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,295 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,295 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,295 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,295 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,295 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,315 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2023-04-25 22:49:13,315 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-04-25 22:49:13,330 INFO Snapshot loaded in 35 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-04-25 22:49:13,333 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] 2023-04-25 22:49:13,344 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] 2023-04-25 22:49:13,353 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,448 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,448 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,450 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-04-25 22:49:13,451 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-04-25 22:49:13,457 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2023-04-25 22:49:13,459 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-04-25 22:49:13,459 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-04-25 22:49:13,463 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2023-04-25 22:49:13,468 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.74.159:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.74.159:3888] 2023-04-25 22:49:13,476 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-04-25 22:49:13,479 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)] 2023-04-25 22:49:13,490 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]] 2023-04-25 22:49:13,493 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2023-04-25 22:49:13,697 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)] 2023-04-25 22:49:13,699 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]] 2023-04-25 22:49:13,699 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) 2023-04-25 22:49:13,704 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-04-25 22:49:13,700 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2023-04-25 22:49:13,706 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) 2023-04-25 22:49:13,707 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-04-25 22:49:13,848 INFO Received connection request from /127.0.0.6:34933 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.74.159:3888] 2023-04-25 22:49:13,887 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]] 2023-04-25 22:49:13,892 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]] 2023-04-25 22:49:14,093 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)] 2023-04-25 22:49:14,094 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-04-25 22:49:14,100 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)] 2023-04-25 22:49:14,101 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)] 2023-04-25 22:49:14,101 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)] 2023-04-25 22:49:14,101 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)] 2023-04-25 22:49:14,101 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)] 2023-04-25 22:49:14,106 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)] 2023-04-25 22:49:14,107 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)] 2023-04-25 22:49:14,108 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)] 2023-04-25 22:49:14,109 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)] 2023-04-25 22:49:14,110 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)] 2023-04-25 22:49:14,112 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)] 2023-04-25 22:49:14,112 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)] 2023-04-25 22:49:14,112 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)] 2023-04-25 22:49:14,112 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)] 2023-04-25 22:49:14,112 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)] 2023-04-25 22:49:14,112 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)] 2023-04-25 22:49:14,116 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)] 2023-04-25 22:49:14,117 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)] 2023-04-25 22:49:14,117 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)] 2023-04-25 22:49:14,122 INFO LEADING - LEADER ELECTION TOOK - 643 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-04-25 22:49:14,126 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)] 2023-04-25 22:49:14,126 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)] 2023-04-25 22:49:14,139 INFO Snapshot taken in 13 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-04-25 22:49:14,157 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:60949] 2023-04-25 22:49:14,181 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:60949] 2023-04-25 22:49:14,182 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:60949] 2023-04-25 22:49:14,183 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:60949] 2023-04-25 22:49:14,189 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)] 2023-04-25 22:49:14,239 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)] 2023-04-25 22:49:14,266 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)] 2023-04-25 22:49:14,266 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-04-25 22:49:14,289 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2023-04-25 22:49:14,290 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)] 2023-04-25 22:49:14,291 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)] 2023-04-25 22:49:14,304 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)] 2023-04-25 22:49:16,286 INFO Received connection request from /127.0.0.6:46643 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.74.159:3888] 2023-04-25 22:49:16,302 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]] 2023-04-25 22:49:16,407 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:44921] 2023-04-25 22:49:16,422 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:44921] 2023-04-25 22:49:16,422 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:44921] 2023-04-25 22:49:16,439 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:44921] 2023-04-25 22:49:30,054 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] 2023-04-25 22:49:30,054 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] 2023-04-25 22:49:30,054 INFO Processing ruok command from /127.0.0.1:36442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:49:30,054 INFO Processing ruok command from /127.0.0.1:36444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:49:32,376 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-04-25 22:49:32,407 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2023-04-25 22:49:32,429 INFO Committing global session 0x20000443af70000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:49:32,678 INFO Submitting global closeSession request for session 0x20000443af70000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 22:49:40,014 INFO Processing ruok command from /127.0.0.1:36526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:49:40,041 INFO Processing ruok command from /127.0.0.1:36528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:49:42,757 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-04-25 22:49:42,776 INFO Committing global session 0x20000443af70001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:49:42,964 INFO Committing global session 0x300004599e80000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:49:43,699 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-04-25 22:49:43,719 INFO Committing global session 0x20000443af70002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:49:45,785 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-04-25 22:49:45,796 INFO Committing global session 0x20000443af70003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:49:45,991 INFO Committing global session 0x100004637000000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:49:46,914 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-04-25 22:49:46,929 INFO Committing global session 0x20000443af70004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:49:50,012 INFO Processing ruok command from /127.0.0.1:36598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:49:50,082 INFO Processing ruok command from /127.0.0.1:36600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:50:00,003 INFO Processing ruok command from /127.0.0.1:36664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:50:00,076 INFO Processing ruok command from /127.0.0.1:36666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:50:10,014 INFO Processing ruok command from /127.0.0.1:36730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:50:10,061 INFO Processing ruok command from /127.0.0.1:36732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:50:20,026 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:50:20,051 INFO Processing ruok command from /127.0.0.1:36796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:50:30,010 INFO Processing ruok command from /127.0.0.1:36860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:50:30,086 INFO Processing ruok command from /127.0.0.1:36862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 22:50:36,115 INFO Committing global session 0x100004637000001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:50:40,031 INFO Processing ruok command from /127.0.0.1:36930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 22:50:40,069 INFO Processing ruok command from /127.0.0.1:36932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 22:50:50,026 INFO Processing ruok command from /127.0.0.1:37012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:50:50,045 INFO Processing ruok command from /127.0.0.1:37014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:50:54,765 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-04-25 22:50:54,802 INFO Committing global session 0x20000443af70005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:50:55,265 INFO Submitting global closeSession request for session 0x20000443af70005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 22:51:00,000 INFO Processing ruok command from /127.0.0.1:37104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:51:00,065 INFO Processing ruok command from /127.0.0.1:37106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:51:10,014 INFO Processing ruok command from /127.0.0.1:37172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:51:10,043 INFO Processing ruok command from /127.0.0.1:37174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:51:20,025 INFO Processing ruok command from /127.0.0.1:37234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:51:20,063 INFO Processing ruok command from /127.0.0.1:37236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:51:20,424 INFO Committing global session 0x100004637000002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:51:30,024 INFO Processing ruok command from /127.0.0.1:37300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:51:30,076 INFO Processing ruok command from /127.0.0.1:37302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:51:40,001 INFO Processing ruok command from /127.0.0.1:37368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:51:40,056 INFO Processing ruok command from /127.0.0.1:37370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:51:50,016 INFO Processing ruok command from /127.0.0.1:37440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:51:50,061 INFO Processing ruok command from /127.0.0.1:37442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 22:52:00,009 INFO Processing ruok command from /127.0.0.1:37506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 22:52:00,039 INFO Processing ruok command from /127.0.0.1:37508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 22:52:10,014 INFO Processing ruok command from /127.0.0.1:37572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:52:10,054 INFO Processing ruok command from /127.0.0.1:37574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:52:20,005 INFO Processing ruok command from /127.0.0.1:37634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:52:20,033 INFO Processing ruok command from /127.0.0.1:37636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:52:30,032 INFO Processing ruok command from /127.0.0.1:37700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:52:30,096 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:52:40,024 INFO Processing ruok command from /127.0.0.1:37766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:52:40,096 INFO Processing ruok command from /127.0.0.1:37768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:52:49,999 INFO Processing ruok command from /127.0.0.1:37828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:52:50,062 INFO Processing ruok command from /127.0.0.1:37830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:53:00,008 INFO Processing ruok command from /127.0.0.1:37906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:53:00,059 INFO Processing ruok command from /127.0.0.1:37908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:53:10,016 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:53:10,052 INFO Processing ruok command from /127.0.0.1:37974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 22:53:20,012 INFO Processing ruok command from /127.0.0.1:38034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 22:53:20,068 INFO Processing ruok command from /127.0.0.1:38036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 22:53:20,552 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-04-25 22:53:20,566 INFO Committing global session 0x20000443af70006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:53:21,309 INFO Submitting global closeSession request for session 0x20000443af70006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 22:53:30,015 INFO Processing ruok command from /127.0.0.1:38100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:53:30,051 INFO Processing ruok command from /127.0.0.1:38102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:53:40,027 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:53:40,063 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:53:50,028 INFO Processing ruok command from /127.0.0.1:38228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:53:50,057 INFO Processing ruok command from /127.0.0.1:38230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:54:00,016 INFO Processing ruok command from /127.0.0.1:38306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:54:00,040 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:54:10,012 INFO Processing ruok command from /127.0.0.1:38372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:54:10,046 INFO Processing ruok command from /127.0.0.1:38374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:54:20,002 INFO Processing ruok command from /127.0.0.1:38436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:54:20,037 INFO Processing ruok command from /127.0.0.1:38438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:54:30,013 INFO Processing ruok command from /127.0.0.1:38502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:54:30,054 INFO Processing ruok command from /127.0.0.1:38504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 22:54:40,012 INFO Processing ruok command from /127.0.0.1:38568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 22:54:40,031 INFO Processing ruok command from /127.0.0.1:38570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 22:54:50,026 INFO Processing ruok command from /127.0.0.1:38630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:54:50,049 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:55:00,003 INFO Processing ruok command from /127.0.0.1:38696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:55:00,063 INFO Processing ruok command from /127.0.0.1:38698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:55:09,998 INFO Processing ruok command from /127.0.0.1:38774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:55:10,030 INFO Processing ruok command from /127.0.0.1:38776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:55:20,010 INFO Processing ruok command from /127.0.0.1:38836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:55:20,066 INFO Processing ruok command from /127.0.0.1:38838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:55:20,438 INFO Committing global session 0x100004637000003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:55:29,995 INFO Processing ruok command from /127.0.0.1:38902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:55:30,048 INFO Processing ruok command from /127.0.0.1:38904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:55:40,024 INFO Processing ruok command from /127.0.0.1:38970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:55:40,060 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:55:50,001 INFO Processing ruok command from /127.0.0.1:39032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:55:50,037 INFO Processing ruok command from /127.0.0.1:39034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 22:56:00,014 INFO Processing ruok command from /127.0.0.1:39098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 22:56:00,052 INFO Processing ruok command from /127.0.0.1:39100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 22:56:10,034 INFO Processing ruok command from /127.0.0.1:39176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:56:10,059 INFO Processing ruok command from /127.0.0.1:39178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:56:20,009 INFO Processing ruok command from /127.0.0.1:39238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:56:20,066 INFO Processing ruok command from /127.0.0.1:39240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:56:30,016 INFO Processing ruok command from /127.0.0.1:39304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:56:30,062 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:56:40,040 INFO Processing ruok command from /127.0.0.1:39370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:56:40,064 INFO Processing ruok command from /127.0.0.1:39372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:56:50,007 INFO Processing ruok command from /127.0.0.1:39432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:56:50,042 INFO Processing ruok command from /127.0.0.1:39434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:57:00,008 INFO Processing ruok command from /127.0.0.1:39500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:57:00,065 INFO Processing ruok command from /127.0.0.1:39502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:57:10,021 INFO Processing ruok command from /127.0.0.1:39566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:57:10,075 INFO Processing ruok command from /127.0.0.1:39568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 22:57:20,006 INFO Processing ruok command from /127.0.0.1:39640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 22:57:20,041 INFO Processing ruok command from /127.0.0.1:39642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 22:57:20,309 INFO Committing global session 0x300004599e80001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:57:30,042 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:57:30,085 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:57:40,014 INFO Processing ruok command from /127.0.0.1:39772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:57:40,049 INFO Processing ruok command from /127.0.0.1:39774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:57:50,011 INFO Processing ruok command from /127.0.0.1:39834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:57:50,056 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:58:00,010 INFO Processing ruok command from /127.0.0.1:39900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:58:00,065 INFO Processing ruok command from /127.0.0.1:39902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:58:10,000 INFO Processing ruok command from /127.0.0.1:39968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:58:10,070 INFO Processing ruok command from /127.0.0.1:39970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:58:19,996 INFO Processing ruok command from /127.0.0.1:40042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:58:20,037 INFO Processing ruok command from /127.0.0.1:40044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:58:30,031 INFO Processing ruok command from /127.0.0.1:40116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:58:30,068 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 22:58:39,996 INFO Processing ruok command from /127.0.0.1:40182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 22:58:40,028 INFO Processing ruok command from /127.0.0.1:40184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 22:58:50,025 INFO Processing ruok command from /127.0.0.1:40244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 22:58:50,063 INFO Processing ruok command from /127.0.0.1:40246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 22:59:00,006 INFO Processing ruok command from /127.0.0.1:40310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 22:59:00,050 INFO Processing ruok command from /127.0.0.1:40312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 22:59:10,030 INFO Processing ruok command from /127.0.0.1:40376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 22:59:10,086 INFO Processing ruok command from /127.0.0.1:40378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 22:59:20,007 INFO Processing ruok command from /127.0.0.1:40438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 22:59:20,067 INFO Processing ruok command from /127.0.0.1:40440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 22:59:20,537 INFO Committing global session 0x100004637000004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 22:59:30,014 INFO Processing ruok command from /127.0.0.1:40518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 22:59:30,062 INFO Processing ruok command from /127.0.0.1:40520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 22:59:40,019 INFO Processing ruok command from /127.0.0.1:40584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 22:59:40,058 INFO Processing ruok command from /127.0.0.1:40586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 22:59:49,994 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 22:59:50,051 INFO Processing ruok command from /127.0.0.1:40660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:00:00,020 INFO Processing ruok command from /127.0.0.1:40724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:00:00,083 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:00:10,006 INFO Processing ruok command from /127.0.0.1:40794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:00:10,072 INFO Processing ruok command from /127.0.0.1:40796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:00:20,005 INFO Processing ruok command from /127.0.0.1:40856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:00:20,031 INFO Processing ruok command from /127.0.0.1:40858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:00:29,994 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:00:30,027 INFO Processing ruok command from /127.0.0.1:40936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:00:40,021 INFO Processing ruok command from /127.0.0.1:41010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:00:40,109 INFO Processing ruok command from /127.0.0.1:41012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:00:50,009 INFO Processing ruok command from /127.0.0.1:41166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:00:50,042 INFO Processing ruok command from /127.0.0.1:41168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:01:00,030 INFO Processing ruok command from /127.0.0.1:41254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:01:00,089 INFO Processing ruok command from /127.0.0.1:41256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:01:10,026 INFO Processing ruok command from /127.0.0.1:41336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:01:10,108 INFO Processing ruok command from /127.0.0.1:41338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:01:20,010 INFO Processing ruok command from /127.0.0.1:41440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:01:20,084 INFO Processing ruok command from /127.0.0.1:41442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:01:20,925 INFO Committing global session 0x100004637000005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:01:30,021 INFO Processing ruok command from /127.0.0.1:41550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:01:30,080 INFO Processing ruok command from /127.0.0.1:41552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:01:40,000 INFO Processing ruok command from /127.0.0.1:41644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:01:40,032 INFO Processing ruok command from /127.0.0.1:41646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:01:41,138 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-04-25 23:01:41,154 INFO Committing global session 0x20000443af70007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:01:41,335 INFO Committing global session 0x100004637000006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:01:43,042 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2023-04-25 23:01:43,063 INFO Committing global session 0x20000443af70008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:01:49,994 INFO Processing ruok command from /127.0.0.1:41780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:01:50,035 INFO Processing ruok command from /127.0.0.1:41782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:02:00,015 INFO Processing ruok command from /127.0.0.1:41868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:02:00,059 INFO Processing ruok command from /127.0.0.1:41870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:02:10,010 INFO Processing ruok command from /127.0.0.1:42334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:02:10,065 INFO Processing ruok command from /127.0.0.1:42336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:02:20,001 INFO Processing ruok command from /127.0.0.1:42438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:02:20,034 INFO Processing ruok command from /127.0.0.1:42440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:02:30,036 INFO Processing ruok command from /127.0.0.1:42532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:02:30,116 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:02:40,021 INFO Processing ruok command from /127.0.0.1:42646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:02:40,062 INFO Processing ruok command from /127.0.0.1:42648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:02:50,012 INFO Processing ruok command from /127.0.0.1:42728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:02:50,087 INFO Processing ruok command from /127.0.0.1:42730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:03:00,017 INFO Processing ruok command from /127.0.0.1:42814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:03:00,044 INFO Processing ruok command from /127.0.0.1:42816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:03:09,999 INFO Processing ruok command from /127.0.0.1:42902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:03:10,028 INFO Processing ruok command from /127.0.0.1:42904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:03:20,016 INFO Processing ruok command from /127.0.0.1:42986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:03:20,040 INFO Processing ruok command from /127.0.0.1:42988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:03:20,715 INFO Committing global session 0x100004637000007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:03:30,022 INFO Processing ruok command from /127.0.0.1:43074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:03:30,077 INFO Processing ruok command from /127.0.0.1:43076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:03:40,009 INFO Processing ruok command from /127.0.0.1:43164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:03:40,039 INFO Processing ruok command from /127.0.0.1:43166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:03:49,999 INFO Processing ruok command from /127.0.0.1:43258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:03:50,035 INFO Processing ruok command from /127.0.0.1:43260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:04:00,001 INFO Processing ruok command from /127.0.0.1:43344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:04:00,033 INFO Processing ruok command from /127.0.0.1:43346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:04:09,996 INFO Processing ruok command from /127.0.0.1:43434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:04:10,031 INFO Processing ruok command from /127.0.0.1:43436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:04:20,006 INFO Processing ruok command from /127.0.0.1:43516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:04:20,062 INFO Processing ruok command from /127.0.0.1:43518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:04:30,013 INFO Processing ruok command from /127.0.0.1:43602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:04:30,087 INFO Processing ruok command from /127.0.0.1:43604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:04:40,008 INFO Processing ruok command from /127.0.0.1:43692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:04:40,052 INFO Processing ruok command from /127.0.0.1:43694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:04:50,038 INFO Processing ruok command from /127.0.0.1:43788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:04:50,147 INFO Processing ruok command from /127.0.0.1:43790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:05:00,041 INFO Processing ruok command from /127.0.0.1:43948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:05:00,094 INFO Processing ruok command from /127.0.0.1:43950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:05:10,020 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:05:10,065 INFO Processing ruok command from /127.0.0.1:44052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:05:20,005 INFO Processing ruok command from /127.0.0.1:44164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:05:20,059 INFO Processing ruok command from /127.0.0.1:44166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:05:20,554 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2023-04-25 23:05:20,568 INFO Committing global session 0x20000443af70009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:05:21,488 INFO Submitting global closeSession request for session 0x20000443af70009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:05:30,009 INFO Processing ruok command from /127.0.0.1:44326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:05:30,052 INFO Processing ruok command from /127.0.0.1:44328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:05:40,041 INFO Processing ruok command from /127.0.0.1:44454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:05:40,120 INFO Processing ruok command from /127.0.0.1:44456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:05:50,025 INFO Processing ruok command from /127.0.0.1:44578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:05:50,044 INFO Processing ruok command from /127.0.0.1:44580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:05:59,986 INFO Processing ruok command from /127.0.0.1:44780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:06:00,084 INFO Processing ruok command from /127.0.0.1:44782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:06:10,017 INFO Processing ruok command from /127.0.0.1:44936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:06:10,060 INFO Processing ruok command from /127.0.0.1:44938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:06:14,304 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/21166907-0e80-4d0f-be7a-f811004a1145/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:06:20,025 INFO Processing ruok command from /127.0.0.1:45068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:06:20,063 INFO Processing ruok command from /127.0.0.1:45070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:06:30,007 INFO Processing ruok command from /127.0.0.1:45192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:06:30,068 INFO Processing ruok command from /127.0.0.1:45194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:06:40,041 INFO Processing ruok command from /127.0.0.1:45332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:06:40,089 INFO Processing ruok command from /127.0.0.1:45334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:06:50,024 INFO Processing ruok command from /127.0.0.1:45456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:06:50,098 INFO Processing ruok command from /127.0.0.1:45458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:07:00,019 INFO Processing ruok command from /127.0.0.1:45608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:07:00,072 INFO Processing ruok command from /127.0.0.1:45610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:07:10,026 INFO Processing ruok command from /127.0.0.1:45740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:07:10,146 INFO Processing ruok command from /127.0.0.1:45742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:07:14,304 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/21166907-0e80-4d0f-be7a-f811004a1145 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:07:20,018 INFO Processing ruok command from /127.0.0.1:45868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:07:20,067 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:07:20,240 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2023-04-25 23:07:20,250 INFO Committing global session 0x20000443af7000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:07:21,161 INFO Submitting global closeSession request for session 0x20000443af7000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:07:29,989 INFO Processing ruok command from /127.0.0.1:45996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:07:30,031 INFO Processing ruok command from /127.0.0.1:45998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:07:39,990 INFO Processing ruok command from /127.0.0.1:46148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:07:40,080 INFO Processing ruok command from /127.0.0.1:46150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:07:50,017 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:07:50,050 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:08:00,030 INFO Processing ruok command from /127.0.0.1:46434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:08:00,058 INFO Processing ruok command from /127.0.0.1:46436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:08:10,006 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:08:10,032 INFO Processing ruok command from /127.0.0.1:46582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:08:14,304 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:08:20,005 INFO Processing ruok command from /127.0.0.1:46710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:08:20,073 INFO Processing ruok command from /127.0.0.1:46712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:08:30,016 INFO Processing ruok command from /127.0.0.1:46842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:08:30,112 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:08:40,006 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:08:40,068 INFO Processing ruok command from /127.0.0.1:46996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:08:49,999 INFO Processing ruok command from /127.0.0.1:47132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:08:50,079 INFO Processing ruok command from /127.0.0.1:47134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:08:59,992 INFO Processing ruok command from /127.0.0.1:47280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:09:00,024 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:09:10,002 INFO Processing ruok command from /127.0.0.1:47470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:09:10,024 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:09:14,306 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:09:14,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:09:20,000 INFO Processing ruok command from /127.0.0.1:47628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:09:20,082 INFO Processing ruok command from /127.0.0.1:47630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:09:20,517 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2023-04-25 23:09:20,528 INFO Committing global session 0x20000443af7000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:09:21,423 INFO Submitting global closeSession request for session 0x20000443af7000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:09:30,005 INFO Processing ruok command from /127.0.0.1:47764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:09:30,055 INFO Processing ruok command from /127.0.0.1:47768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:09:39,997 INFO Processing ruok command from /127.0.0.1:47988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:09:40,064 INFO Processing ruok command from /127.0.0.1:47990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:09:49,999 INFO Processing ruok command from /127.0.0.1:48132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:09:50,082 INFO Processing ruok command from /127.0.0.1:48134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:10:00,036 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:10:00,125 INFO Processing ruok command from /127.0.0.1:48310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:10:10,028 INFO Processing ruok command from /127.0.0.1:48924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:10:10,108 INFO Processing ruok command from /127.0.0.1:48926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:10:14,305 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:10:14,312 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:10:20,040 INFO Processing ruok command from /127.0.0.1:49096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:10:20,084 INFO Processing ruok command from /127.0.0.1:49098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:10:30,044 INFO Processing ruok command from /127.0.0.1:49332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:10:30,109 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:10:40,000 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:10:40,071 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:10:50,019 INFO Processing ruok command from /127.0.0.1:49664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:10:50,048 INFO Processing ruok command from /127.0.0.1:49666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:11:00,020 INFO Processing ruok command from /127.0.0.1:49828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:11:00,040 INFO Processing ruok command from /127.0.0.1:49830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:11:10,000 INFO Processing ruok command from /127.0.0.1:50024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:11:10,073 INFO Processing ruok command from /127.0.0.1:50026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:11:14,305 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6cda9c8c-13a2-4220-a5d2-0c90b6a6b0ae/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:11:14,310 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e02662eb-0958-4a1f-ba37-a900911ed76c/onap-policy-xacml-pdp-7d76d6c9dd-fsk89 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:11:14,316 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:11:20,036 INFO Processing ruok command from /127.0.0.1:50220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:11:20,115 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:11:20,432 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2023-04-25 23:11:20,443 INFO Committing global session 0x20000443af7000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:11:21,367 INFO Submitting global closeSession request for session 0x20000443af7000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:11:29,998 INFO Processing ruok command from /127.0.0.1:50372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:11:30,059 INFO Processing ruok command from /127.0.0.1:50374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:11:40,013 INFO Processing ruok command from /127.0.0.1:50536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:11:40,091 INFO Processing ruok command from /127.0.0.1:50538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:11:49,997 INFO Processing ruok command from /127.0.0.1:50698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:11:50,026 INFO Processing ruok command from /127.0.0.1:50700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:11:59,994 INFO Processing ruok command from /127.0.0.1:50870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:12:00,061 INFO Processing ruok command from /127.0.0.1:50872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:12:10,011 INFO Processing ruok command from /127.0.0.1:51042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:12:10,071 INFO Processing ruok command from /127.0.0.1:51044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:12:14,305 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/6cda9c8c-13a2-4220-a5d2-0c90b6a6b0ae (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:12:14,311 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b4306329-a908-41ef-a17c-3f555d5f77c5/onap-policy-pap-984874ff6-smjw8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:12:14,317 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/abf9e4c8-cece-4b6c-a63a-4ac9df08d727 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:12:14,323 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:12:14,330 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e02662eb-0958-4a1f-ba37-a900911ed76c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:12:20,011 INFO Processing ruok command from /127.0.0.1:51210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:12:20,068 INFO Processing ruok command from /127.0.0.1:51212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:12:30,019 INFO Processing ruok command from /127.0.0.1:51382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:12:30,073 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:12:40,023 INFO Processing ruok command from /127.0.0.1:51558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:12:40,087 INFO Processing ruok command from /127.0.0.1:51560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:12:49,995 INFO Processing ruok command from /127.0.0.1:51724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:12:50,049 INFO Processing ruok command from /127.0.0.1:51726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:13:00,057 INFO Processing ruok command from /127.0.0.1:51896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:13:00,104 INFO Processing ruok command from /127.0.0.1:51898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:13:09,985 INFO Processing ruok command from /127.0.0.1:52064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:13:10,015 INFO Processing ruok command from /127.0.0.1:52066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:13:14,307 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b4306329-a908-41ef-a17c-3f555d5f77c5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:13:14,315 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:13:14,321 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:13:20,006 INFO Processing ruok command from /127.0.0.1:52232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:13:20,055 INFO Processing ruok command from /127.0.0.1:52234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:13:20,493 INFO Committing global session 0x300004599e80002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:13:30,002 INFO Processing ruok command from /127.0.0.1:52404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:13:30,090 INFO Processing ruok command from /127.0.0.1:52406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:13:39,997 INFO Processing ruok command from /127.0.0.1:52584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:13:40,085 INFO Processing ruok command from /127.0.0.1:52586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:13:49,995 INFO Processing ruok command from /127.0.0.1:52744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:13:50,032 INFO Processing ruok command from /127.0.0.1:52746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:13:59,986 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:14:00,055 INFO Processing ruok command from /127.0.0.1:52920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:14:10,004 INFO Processing ruok command from /127.0.0.1:53086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:14:10,062 INFO Processing ruok command from /127.0.0.1:53088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:14:14,305 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:14:14,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:14:20,017 INFO Processing ruok command from /127.0.0.1:53252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:14:20,075 INFO Processing ruok command from /127.0.0.1:53254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:14:29,979 INFO Processing ruok command from /127.0.0.1:53422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:14:30,070 INFO Processing ruok command from /127.0.0.1:53424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:14:40,007 INFO Processing ruok command from /127.0.0.1:53606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:14:40,038 INFO Processing ruok command from /127.0.0.1:53608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:14:50,015 INFO Processing ruok command from /127.0.0.1:53772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:14:50,049 INFO Processing ruok command from /127.0.0.1:53774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:15:00,022 INFO Processing ruok command from /127.0.0.1:53942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:15:00,085 INFO Processing ruok command from /127.0.0.1:53944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:15:10,015 INFO Processing ruok command from /127.0.0.1:54108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:15:10,074 INFO Processing ruok command from /127.0.0.1:54110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:15:14,305 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:15:19,993 INFO Processing ruok command from /127.0.0.1:54278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:15:20,075 INFO Processing ruok command from /127.0.0.1:54280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:15:20,398 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2023-04-25 23:15:20,409 INFO Committing global session 0x20000443af7000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:15:21,338 INFO Submitting global closeSession request for session 0x20000443af7000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:15:29,998 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:15:30,022 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:15:39,984 INFO Processing ruok command from /127.0.0.1:54626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:15:40,055 INFO Processing ruok command from /127.0.0.1:54628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:15:49,988 INFO Processing ruok command from /127.0.0.1:54788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:15:50,037 INFO Processing ruok command from /127.0.0.1:54790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:16:00,010 INFO Processing ruok command from /127.0.0.1:54954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:16:00,058 INFO Processing ruok command from /127.0.0.1:54956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:16:09,995 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:16:10,022 INFO Processing ruok command from /127.0.0.1:55124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:16:14,304 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:16:20,003 INFO Processing ruok command from /127.0.0.1:55290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:16:20,062 INFO Processing ruok command from /127.0.0.1:55292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:16:30,007 INFO Processing ruok command from /127.0.0.1:55450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:16:30,078 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:16:39,997 INFO Processing ruok command from /127.0.0.1:55628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:16:40,048 INFO Processing ruok command from /127.0.0.1:55630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:16:50,013 INFO Processing ruok command from /127.0.0.1:55800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:16:50,086 INFO Processing ruok command from /127.0.0.1:55802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:17:00,020 INFO Processing ruok command from /127.0.0.1:55970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:17:00,083 INFO Processing ruok command from /127.0.0.1:55972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:17:10,017 INFO Processing ruok command from /127.0.0.1:56144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:17:10,065 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:17:20,015 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:17:20,068 INFO Processing ruok command from /127.0.0.1:56312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:17:20,394 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2023-04-25 23:17:20,407 INFO Committing global session 0x20000443af7000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:17:21,327 INFO Submitting global closeSession request for session 0x20000443af7000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:17:30,018 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:17:30,095 INFO Processing ruok command from /127.0.0.1:56472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:17:40,010 INFO Processing ruok command from /127.0.0.1:56646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:17:40,112 INFO Processing ruok command from /127.0.0.1:56648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:17:49,988 INFO Processing ruok command from /127.0.0.1:56818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:17:50,034 INFO Processing ruok command from /127.0.0.1:56820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:17:59,991 INFO Processing ruok command from /127.0.0.1:57056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:18:00,031 INFO Processing ruok command from /127.0.0.1:57058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:18:10,019 INFO Processing ruok command from /127.0.0.1:57254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:18:10,106 INFO Processing ruok command from /127.0.0.1:57256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:18:20,002 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:18:20,061 INFO Processing ruok command from /127.0.0.1:57438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:18:30,021 INFO Processing ruok command from /127.0.0.1:57618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:18:30,061 INFO Processing ruok command from /127.0.0.1:57620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:18:40,023 INFO Processing ruok command from /127.0.0.1:57802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:18:40,061 INFO Processing ruok command from /127.0.0.1:57804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:18:50,038 INFO Processing ruok command from /127.0.0.1:57982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:18:50,117 INFO Processing ruok command from /127.0.0.1:57984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:18:59,983 INFO Processing ruok command from /127.0.0.1:58172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:19:00,032 INFO Processing ruok command from /127.0.0.1:58174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:19:10,012 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:19:10,090 INFO Processing ruok command from /127.0.0.1:58388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:19:14,305 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:19:14,310 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] 2023-04-25 23:19:20,006 INFO Processing ruok command from /127.0.0.1:58568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:19:20,071 INFO Processing ruok command from /127.0.0.1:58570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:19:20,484 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2023-04-25 23:19:20,495 INFO Committing global session 0x20000443af7000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:19:21,292 INFO Submitting global closeSession request for session 0x20000443af7000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:19:30,006 INFO Processing ruok command from /127.0.0.1:58784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:19:30,048 INFO Processing ruok command from /127.0.0.1:58786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:19:40,024 INFO Processing ruok command from /127.0.0.1:59004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:19:40,106 INFO Processing ruok command from /127.0.0.1:59006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:19:50,014 INFO Processing ruok command from /127.0.0.1:59194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:19:50,094 INFO Processing ruok command from /127.0.0.1:59196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:20:00,008 INFO Processing ruok command from /127.0.0.1:59404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:20:00,034 INFO Processing ruok command from /127.0.0.1:59406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:20:09,993 INFO Processing ruok command from /127.0.0.1:59610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:20:10,069 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:20:14,305 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:20:14,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:20:20,017 INFO Processing ruok command from /127.0.0.1:59814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:20:20,062 INFO Processing ruok command from /127.0.0.1:59816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:20:30,001 INFO Processing ruok command from /127.0.0.1:60010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:20:30,064 INFO Processing ruok command from /127.0.0.1:60012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:20:40,019 INFO Processing ruok command from /127.0.0.1:60228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:20:40,065 INFO Processing ruok command from /127.0.0.1:60230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:20:50,004 INFO Processing ruok command from /127.0.0.1:60426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:20:50,107 INFO Processing ruok command from /127.0.0.1:60428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:21:00,035 INFO Processing ruok command from /127.0.0.1:60634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:21:00,062 INFO Processing ruok command from /127.0.0.1:60636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:21:10,014 INFO Processing ruok command from /127.0.0.1:60850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:21:10,036 INFO Processing ruok command from /127.0.0.1:60852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:21:14,305 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:21:14,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:21:19,991 INFO Processing ruok command from /127.0.0.1:32820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:21:20,032 INFO Processing ruok command from /127.0.0.1:32822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:21:20,741 INFO Committing global session 0x300004599e80003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:21:30,004 INFO Processing ruok command from /127.0.0.1:33016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:21:30,047 INFO Processing ruok command from /127.0.0.1:33018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:21:40,013 INFO Processing ruok command from /127.0.0.1:33232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:21:40,046 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:21:50,009 INFO Processing ruok command from /127.0.0.1:33430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:21:50,041 INFO Processing ruok command from /127.0.0.1:33432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:21:59,995 INFO Processing ruok command from /127.0.0.1:33638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:22:00,040 INFO Processing ruok command from /127.0.0.1:33640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:22:10,004 INFO Processing ruok command from /127.0.0.1:33856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:22:10,047 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:22:14,304 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-04-25 23:22:20,015 INFO Processing ruok command from /127.0.0.1:34066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:22:20,064 INFO Processing ruok command from /127.0.0.1:34068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:22:30,008 INFO Processing ruok command from /127.0.0.1:34264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:22:30,086 INFO Processing ruok command from /127.0.0.1:34266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:22:40,016 INFO Processing ruok command from /127.0.0.1:34478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:22:40,038 INFO Processing ruok command from /127.0.0.1:34480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:22:50,000 INFO Processing ruok command from /127.0.0.1:34678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:22:50,066 INFO Processing ruok command from /127.0.0.1:34680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:23:00,044 INFO Processing ruok command from /127.0.0.1:34886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:23:00,094 INFO Processing ruok command from /127.0.0.1:34888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:23:10,004 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:23:10,089 INFO Processing ruok command from /127.0.0.1:35096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:23:20,008 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:23:20,069 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:23:20,511 INFO Committing global session 0x100004637000008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:23:30,024 INFO Processing ruok command from /127.0.0.1:35510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:23:30,087 INFO Processing ruok command from /127.0.0.1:35512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:23:40,012 INFO Processing ruok command from /127.0.0.1:35730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:23:40,084 INFO Processing ruok command from /127.0.0.1:35732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:23:49,997 INFO Processing ruok command from /127.0.0.1:35930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:23:50,075 INFO Processing ruok command from /127.0.0.1:35932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:23:59,998 INFO Processing ruok command from /127.0.0.1:36134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:24:00,022 INFO Processing ruok command from /127.0.0.1:36136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:24:10,019 INFO Processing ruok command from /127.0.0.1:36342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:24:10,072 INFO Processing ruok command from /127.0.0.1:36344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:24:20,004 INFO Processing ruok command from /127.0.0.1:36560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:24:20,047 INFO Processing ruok command from /127.0.0.1:36562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:24:30,035 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:24:30,098 INFO Processing ruok command from /127.0.0.1:36764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:24:40,020 INFO Processing ruok command from /127.0.0.1:36978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:24:40,041 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:24:50,030 INFO Processing ruok command from /127.0.0.1:37178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:24:50,082 INFO Processing ruok command from /127.0.0.1:37180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:24:59,984 INFO Processing ruok command from /127.0.0.1:37386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:25:00,061 INFO Processing ruok command from /127.0.0.1:37388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:25:10,004 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:25:10,062 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:25:20,007 INFO Processing ruok command from /127.0.0.1:37782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:25:20,035 INFO Processing ruok command from /127.0.0.1:37784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:25:20,531 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-04-25 23:25:20,542 INFO Committing global session 0x20000443af70010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:25:21,471 INFO Submitting global closeSession request for session 0x20000443af70010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:25:30,017 INFO Processing ruok command from /127.0.0.1:37982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:25:30,051 INFO Processing ruok command from /127.0.0.1:37984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:25:40,005 INFO Processing ruok command from /127.0.0.1:38174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:25:40,035 INFO Processing ruok command from /127.0.0.1:38176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:25:49,997 INFO Processing ruok command from /127.0.0.1:38348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:25:50,049 INFO Processing ruok command from /127.0.0.1:38350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:26:00,003 INFO Processing ruok command from /127.0.0.1:38532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:26:00,043 INFO Processing ruok command from /127.0.0.1:38534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:26:10,002 INFO Processing ruok command from /127.0.0.1:38714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:26:10,048 INFO Processing ruok command from /127.0.0.1:38716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:26:19,997 INFO Processing ruok command from /127.0.0.1:38894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:26:20,067 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:26:30,040 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:26:30,105 INFO Processing ruok command from /127.0.0.1:39082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:26:40,004 INFO Processing ruok command from /127.0.0.1:39270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:26:40,060 INFO Processing ruok command from /127.0.0.1:39272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:26:50,003 INFO Processing ruok command from /127.0.0.1:39448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:26:50,055 INFO Processing ruok command from /127.0.0.1:39450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:27:00,006 INFO Processing ruok command from /127.0.0.1:39630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:27:00,082 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:27:10,001 INFO Processing ruok command from /127.0.0.1:39810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:27:10,065 INFO Processing ruok command from /127.0.0.1:39812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:27:19,999 INFO Processing ruok command from /127.0.0.1:39992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:27:20,067 INFO Processing ruok command from /127.0.0.1:39994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:27:20,401 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-04-25 23:27:20,413 INFO Committing global session 0x20000443af70011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:27:21,319 INFO Submitting global closeSession request for session 0x20000443af70011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:27:30,013 INFO Processing ruok command from /127.0.0.1:40166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:27:30,040 INFO Processing ruok command from /127.0.0.1:40168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:27:40,010 INFO Processing ruok command from /127.0.0.1:40362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:27:40,039 INFO Processing ruok command from /127.0.0.1:40364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:27:49,986 INFO Processing ruok command from /127.0.0.1:40536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:27:50,022 INFO Processing ruok command from /127.0.0.1:40538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:28:00,016 INFO Processing ruok command from /127.0.0.1:40716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:28:00,065 INFO Processing ruok command from /127.0.0.1:40718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:28:10,044 INFO Processing ruok command from /127.0.0.1:40896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:28:10,083 INFO Processing ruok command from /127.0.0.1:40898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:28:20,019 INFO Processing ruok command from /127.0.0.1:41078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:28:20,058 INFO Processing ruok command from /127.0.0.1:41080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:28:30,048 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:28:30,105 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:28:40,036 INFO Processing ruok command from /127.0.0.1:41484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:28:40,059 INFO Processing ruok command from /127.0.0.1:41486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:28:50,019 INFO Processing ruok command from /127.0.0.1:41662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:28:50,066 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:28:59,986 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:29:00,029 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:29:10,005 INFO Processing ruok command from /127.0.0.1:42024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:29:10,036 INFO Processing ruok command from /127.0.0.1:42026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:29:20,011 INFO Processing ruok command from /127.0.0.1:42206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:29:20,045 INFO Processing ruok command from /127.0.0.1:42208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:29:20,495 INFO Committing global session 0x300004599e80004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:29:30,004 INFO Processing ruok command from /127.0.0.1:42380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:29:30,035 INFO Processing ruok command from /127.0.0.1:42382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:29:39,997 INFO Processing ruok command from /127.0.0.1:42568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:29:40,051 INFO Processing ruok command from /127.0.0.1:42570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:29:50,003 INFO Processing ruok command from /127.0.0.1:42758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:29:50,075 INFO Processing ruok command from /127.0.0.1:42760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:30:00,024 INFO Processing ruok command from /127.0.0.1:42942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:30:00,086 INFO Processing ruok command from /127.0.0.1:42944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:30:10,007 INFO Processing ruok command from /127.0.0.1:43124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:30:10,074 INFO Processing ruok command from /127.0.0.1:43126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:30:20,018 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:30:20,083 INFO Processing ruok command from /127.0.0.1:43306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:30:30,008 INFO Processing ruok command from /127.0.0.1:43478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:30:30,027 INFO Processing ruok command from /127.0.0.1:43480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:30:40,000 INFO Processing ruok command from /127.0.0.1:43666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:30:40,035 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:30:50,016 INFO Processing ruok command from /127.0.0.1:43854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:30:50,044 INFO Processing ruok command from /127.0.0.1:43856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:30:59,987 INFO Processing ruok command from /127.0.0.1:44036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:31:00,065 INFO Processing ruok command from /127.0.0.1:44038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:31:10,026 INFO Processing ruok command from /127.0.0.1:44220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:31:10,064 INFO Processing ruok command from /127.0.0.1:44222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:31:20,010 INFO Processing ruok command from /127.0.0.1:44404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:31:20,074 INFO Processing ruok command from /127.0.0.1:44406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:31:20,624 INFO Committing global session 0x100004637000009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:31:29,997 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:31:30,077 INFO Processing ruok command from /127.0.0.1:44578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:31:40,020 INFO Processing ruok command from /127.0.0.1:44768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:31:40,049 INFO Processing ruok command from /127.0.0.1:44770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:31:50,000 INFO Processing ruok command from /127.0.0.1:44942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:31:50,043 INFO Processing ruok command from /127.0.0.1:44944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:31:59,989 INFO Processing ruok command from /127.0.0.1:45130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:32:00,026 INFO Processing ruok command from /127.0.0.1:45132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:32:10,016 INFO Processing ruok command from /127.0.0.1:45310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:32:10,081 INFO Processing ruok command from /127.0.0.1:45312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:32:20,022 INFO Processing ruok command from /127.0.0.1:45490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:32:20,076 INFO Processing ruok command from /127.0.0.1:45492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:32:30,039 INFO Processing ruok command from /127.0.0.1:45666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:32:30,108 INFO Processing ruok command from /127.0.0.1:45668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:32:40,014 INFO Processing ruok command from /127.0.0.1:45858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:32:40,067 INFO Processing ruok command from /127.0.0.1:45860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:32:50,007 INFO Processing ruok command from /127.0.0.1:46036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:32:50,072 INFO Processing ruok command from /127.0.0.1:46038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:33:00,012 INFO Processing ruok command from /127.0.0.1:46228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:33:00,085 INFO Processing ruok command from /127.0.0.1:46230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:33:10,022 INFO Processing ruok command from /127.0.0.1:46410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:33:10,074 INFO Processing ruok command from /127.0.0.1:46412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:33:20,019 INFO Processing ruok command from /127.0.0.1:46590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:33:20,058 INFO Processing ruok command from /127.0.0.1:46592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:33:20,429 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-04-25 23:33:20,442 INFO Committing global session 0x20000443af70012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:33:21,366 INFO Submitting global closeSession request for session 0x20000443af70012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:33:29,999 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:33:30,067 INFO Processing ruok command from /127.0.0.1:46764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:33:40,026 INFO Processing ruok command from /127.0.0.1:46954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:33:40,090 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:33:50,002 INFO Processing ruok command from /127.0.0.1:47134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:33:50,032 INFO Processing ruok command from /127.0.0.1:47136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:34:00,006 INFO Processing ruok command from /127.0.0.1:47318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:34:00,065 INFO Processing ruok command from /127.0.0.1:47320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:34:10,006 INFO Processing ruok command from /127.0.0.1:47510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:34:10,070 INFO Processing ruok command from /127.0.0.1:47512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:34:20,012 INFO Processing ruok command from /127.0.0.1:47692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:34:20,097 INFO Processing ruok command from /127.0.0.1:47694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:34:29,986 INFO Processing ruok command from /127.0.0.1:47866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:34:30,060 INFO Processing ruok command from /127.0.0.1:47868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:34:40,007 INFO Processing ruok command from /127.0.0.1:48056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:34:40,055 INFO Processing ruok command from /127.0.0.1:48058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:34:50,002 INFO Processing ruok command from /127.0.0.1:48232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:34:50,036 INFO Processing ruok command from /127.0.0.1:48234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:35:00,036 INFO Processing ruok command from /127.0.0.1:48412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:35:00,081 INFO Processing ruok command from /127.0.0.1:48414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:35:09,994 INFO Processing ruok command from /127.0.0.1:48606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:35:10,027 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:35:20,019 INFO Processing ruok command from /127.0.0.1:48790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:35:20,054 INFO Processing ruok command from /127.0.0.1:48792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:35:20,505 INFO Committing global session 0x300004599e80005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:35:29,996 INFO Processing ruok command from /127.0.0.1:48976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:35:30,072 INFO Processing ruok command from /127.0.0.1:48978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:35:40,015 INFO Processing ruok command from /127.0.0.1:49178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:35:40,055 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:35:50,004 INFO Processing ruok command from /127.0.0.1:49362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:35:50,097 INFO Processing ruok command from /127.0.0.1:49364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:36:00,024 INFO Processing ruok command from /127.0.0.1:49546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:36:00,091 INFO Processing ruok command from /127.0.0.1:49548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:36:10,010 INFO Processing ruok command from /127.0.0.1:49726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:36:10,095 INFO Processing ruok command from /127.0.0.1:49728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:36:19,992 INFO Processing ruok command from /127.0.0.1:49920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:36:20,032 INFO Processing ruok command from /127.0.0.1:49922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:36:30,037 INFO Processing ruok command from /127.0.0.1:50096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:36:30,065 INFO Processing ruok command from /127.0.0.1:50098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:36:40,029 INFO Processing ruok command from /127.0.0.1:50286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:36:40,089 INFO Processing ruok command from /127.0.0.1:50288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:36:50,012 INFO Processing ruok command from /127.0.0.1:50462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:36:50,073 INFO Processing ruok command from /127.0.0.1:50464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:37:00,017 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:37:00,098 INFO Processing ruok command from /127.0.0.1:50646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:37:10,011 INFO Processing ruok command from /127.0.0.1:50824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:37:10,098 INFO Processing ruok command from /127.0.0.1:50826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:37:20,019 INFO Processing ruok command from /127.0.0.1:51016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:37:20,077 INFO Processing ruok command from /127.0.0.1:51018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:37:20,574 INFO Committing global session 0x300004599e80006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:37:30,000 INFO Processing ruok command from /127.0.0.1:51190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:37:30,028 INFO Processing ruok command from /127.0.0.1:51192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:37:40,005 INFO Processing ruok command from /127.0.0.1:51382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:37:40,038 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:37:50,002 INFO Processing ruok command from /127.0.0.1:51558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:37:50,028 INFO Processing ruok command from /127.0.0.1:51560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:38:00,004 INFO Processing ruok command from /127.0.0.1:51738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:38:00,054 INFO Processing ruok command from /127.0.0.1:51740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:38:09,992 INFO Processing ruok command from /127.0.0.1:51920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:38:10,043 INFO Processing ruok command from /127.0.0.1:51922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:38:20,025 INFO Processing ruok command from /127.0.0.1:52100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:38:20,041 INFO Processing ruok command from /127.0.0.1:52102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:38:30,012 INFO Processing ruok command from /127.0.0.1:52290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:38:30,089 INFO Processing ruok command from /127.0.0.1:52292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:38:40,005 INFO Processing ruok command from /127.0.0.1:52482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:38:40,035 INFO Processing ruok command from /127.0.0.1:52484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:38:50,013 INFO Processing ruok command from /127.0.0.1:52660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:38:50,064 INFO Processing ruok command from /127.0.0.1:52662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:38:59,997 INFO Processing ruok command from /127.0.0.1:52850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:39:00,061 INFO Processing ruok command from /127.0.0.1:52852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:39:10,011 INFO Processing ruok command from /127.0.0.1:53048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:39:10,089 INFO Processing ruok command from /127.0.0.1:53050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:39:20,025 INFO Processing ruok command from /127.0.0.1:53236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:39:20,087 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:39:20,585 INFO Committing global session 0x300004599e80007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:39:30,014 INFO Processing ruok command from /127.0.0.1:53434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:39:30,043 INFO Processing ruok command from /127.0.0.1:53436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:39:39,984 INFO Processing ruok command from /127.0.0.1:53630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:39:40,025 INFO Processing ruok command from /127.0.0.1:53632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:39:50,019 INFO Processing ruok command from /127.0.0.1:53824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:39:50,067 INFO Processing ruok command from /127.0.0.1:53826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:39:59,999 INFO Processing ruok command from /127.0.0.1:54030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:40:00,088 INFO Processing ruok command from /127.0.0.1:54032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:40:10,000 INFO Processing ruok command from /127.0.0.1:54228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:40:10,032 INFO Processing ruok command from /127.0.0.1:54230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:40:20,016 INFO Processing ruok command from /127.0.0.1:54426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:40:20,074 INFO Processing ruok command from /127.0.0.1:54428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:40:29,987 INFO Processing ruok command from /127.0.0.1:54600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:40:30,032 INFO Processing ruok command from /127.0.0.1:54602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:40:40,018 INFO Processing ruok command from /127.0.0.1:54802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:40:40,073 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:40:49,994 INFO Processing ruok command from /127.0.0.1:54980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:40:50,027 INFO Processing ruok command from /127.0.0.1:54982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:41:00,003 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:41:00,083 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:41:09,996 INFO Processing ruok command from /127.0.0.1:55344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:41:10,069 INFO Processing ruok command from /127.0.0.1:55346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:41:20,004 INFO Processing ruok command from /127.0.0.1:55522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:41:20,041 INFO Processing ruok command from /127.0.0.1:55524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:41:20,566 INFO Committing global session 0x300004599e80008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:41:29,997 INFO Processing ruok command from /127.0.0.1:55696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:41:30,050 INFO Processing ruok command from /127.0.0.1:55698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:41:40,016 INFO Processing ruok command from /127.0.0.1:55898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:41:40,063 INFO Processing ruok command from /127.0.0.1:55900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:41:50,005 INFO Processing ruok command from /127.0.0.1:56076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:41:50,054 INFO Processing ruok command from /127.0.0.1:56078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:42:00,017 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:42:00,073 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:42:10,011 INFO Processing ruok command from /127.0.0.1:56436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:42:10,077 INFO Processing ruok command from /127.0.0.1:56438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:42:20,003 INFO Processing ruok command from /127.0.0.1:56620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:42:20,029 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:42:30,014 INFO Processing ruok command from /127.0.0.1:56794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:42:30,126 INFO Processing ruok command from /127.0.0.1:56796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:42:39,986 INFO Processing ruok command from /127.0.0.1:56980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:42:40,057 INFO Processing ruok command from /127.0.0.1:56982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:42:50,018 INFO Processing ruok command from /127.0.0.1:57168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:42:50,092 INFO Processing ruok command from /127.0.0.1:57170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:43:00,024 INFO Processing ruok command from /127.0.0.1:57348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:43:00,086 INFO Processing ruok command from /127.0.0.1:57350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:43:10,002 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:43:10,062 INFO Processing ruok command from /127.0.0.1:57530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:43:20,014 INFO Processing ruok command from /127.0.0.1:57714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:43:20,120 INFO Processing ruok command from /127.0.0.1:57716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:43:20,435 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-04-25 23:43:20,445 INFO Committing global session 0x20000443af70013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:43:21,365 INFO Submitting global closeSession request for session 0x20000443af70013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:43:30,006 INFO Processing ruok command from /127.0.0.1:57888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:43:30,055 INFO Processing ruok command from /127.0.0.1:57890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:43:40,014 INFO Processing ruok command from /127.0.0.1:58074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:43:40,074 INFO Processing ruok command from /127.0.0.1:58076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:43:50,043 INFO Processing ruok command from /127.0.0.1:58260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:43:50,097 INFO Processing ruok command from /127.0.0.1:58262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:44:00,010 INFO Processing ruok command from /127.0.0.1:58440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:44:00,042 INFO Processing ruok command from /127.0.0.1:58442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:44:10,007 INFO Processing ruok command from /127.0.0.1:58620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:44:10,078 INFO Processing ruok command from /127.0.0.1:58622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:44:19,989 INFO Processing ruok command from /127.0.0.1:58804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:44:20,024 INFO Processing ruok command from /127.0.0.1:58806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:44:30,024 INFO Processing ruok command from /127.0.0.1:58980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:44:30,082 INFO Processing ruok command from /127.0.0.1:58982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:44:40,002 INFO Processing ruok command from /127.0.0.1:59166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:44:40,023 INFO Processing ruok command from /127.0.0.1:59168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:44:50,009 INFO Processing ruok command from /127.0.0.1:59344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:44:50,069 INFO Processing ruok command from /127.0.0.1:59346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:45:00,043 INFO Processing ruok command from /127.0.0.1:59538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:45:00,080 INFO Processing ruok command from /127.0.0.1:59540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:45:10,004 INFO Processing ruok command from /127.0.0.1:59718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:45:10,077 INFO Processing ruok command from /127.0.0.1:59720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:45:20,019 INFO Processing ruok command from /127.0.0.1:59904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:45:20,065 INFO Processing ruok command from /127.0.0.1:59906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:45:20,533 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-04-25 23:45:20,544 INFO Committing global session 0x20000443af70014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:45:21,475 INFO Submitting global closeSession request for session 0x20000443af70014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:45:30,021 INFO Processing ruok command from /127.0.0.1:60078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:45:30,052 INFO Processing ruok command from /127.0.0.1:60080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:45:40,002 INFO Processing ruok command from /127.0.0.1:60264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:45:40,073 INFO Processing ruok command from /127.0.0.1:60266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:45:50,013 INFO Processing ruok command from /127.0.0.1:60440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:45:50,092 INFO Processing ruok command from /127.0.0.1:60442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:46:00,016 INFO Processing ruok command from /127.0.0.1:60632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:46:00,060 INFO Processing ruok command from /127.0.0.1:60634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:46:10,013 INFO Processing ruok command from /127.0.0.1:60812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:46:10,057 INFO Processing ruok command from /127.0.0.1:60814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:46:19,999 INFO Processing ruok command from /127.0.0.1:60996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:46:20,036 INFO Processing ruok command from /127.0.0.1:60998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:46:30,028 INFO Processing ruok command from /127.0.0.1:32938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:46:30,108 INFO Processing ruok command from /127.0.0.1:32940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:46:40,030 INFO Processing ruok command from /127.0.0.1:33124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:46:40,091 INFO Processing ruok command from /127.0.0.1:33126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:46:50,005 INFO Processing ruok command from /127.0.0.1:33302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:46:50,058 INFO Processing ruok command from /127.0.0.1:33304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:47:00,009 INFO Processing ruok command from /127.0.0.1:33488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:47:00,076 INFO Processing ruok command from /127.0.0.1:33490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:47:09,995 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:47:10,064 INFO Processing ruok command from /127.0.0.1:33680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:47:20,000 INFO Processing ruok command from /127.0.0.1:33860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:47:20,059 INFO Processing ruok command from /127.0.0.1:33862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:47:20,386 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-04-25 23:47:20,396 INFO Committing global session 0x20000443af70015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:47:21,339 INFO Submitting global closeSession request for session 0x20000443af70015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:47:30,007 INFO Processing ruok command from /127.0.0.1:34034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:47:30,043 INFO Processing ruok command from /127.0.0.1:34036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:47:40,034 INFO Processing ruok command from /127.0.0.1:34220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:47:40,057 INFO Processing ruok command from /127.0.0.1:34222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:47:50,003 INFO Processing ruok command from /127.0.0.1:34398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:47:50,045 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:48:00,011 INFO Processing ruok command from /127.0.0.1:34582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:48:00,049 INFO Processing ruok command from /127.0.0.1:34584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:48:10,018 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:48:10,092 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:48:19,994 INFO Processing ruok command from /127.0.0.1:34960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:48:20,015 INFO Processing ruok command from /127.0.0.1:34962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:48:30,006 INFO Processing ruok command from /127.0.0.1:35138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:48:30,042 INFO Processing ruok command from /127.0.0.1:35140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:48:40,010 INFO Processing ruok command from /127.0.0.1:35324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:48:40,040 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:48:50,020 INFO Processing ruok command from /127.0.0.1:35498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:48:50,048 INFO Processing ruok command from /127.0.0.1:35500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:48:59,994 INFO Processing ruok command from /127.0.0.1:35678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:49:00,049 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:49:09,991 INFO Processing ruok command from /127.0.0.1:35864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:49:10,030 INFO Processing ruok command from /127.0.0.1:35866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:49:13,001 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-04-25 23:49:13,002 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-04-25 23:49:13,021 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-04-25 23:49:13,890 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) 2023-04-25 23:49:13,891 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-04-25 23:49:13,894 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) 2023-04-25 23:49:13,895 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-04-25 23:49:16,304 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) 2023-04-25 23:49:16,304 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] 2023-04-25 23:49:16,307 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) 2023-04-25 23:49:16,308 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] 2023-04-25 23:49:20,015 INFO Processing ruok command from /127.0.0.1:36062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:49:20,072 INFO Processing ruok command from /127.0.0.1:36064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:49:20,449 INFO Committing global session 0x10000463700000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:49:30,019 INFO Processing ruok command from /127.0.0.1:36238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:49:30,095 INFO Processing ruok command from /127.0.0.1:36240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:49:40,021 INFO Processing ruok command from /127.0.0.1:36426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:49:40,092 INFO Processing ruok command from /127.0.0.1:36428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:49:50,041 INFO Processing ruok command from /127.0.0.1:36600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:49:50,133 INFO Processing ruok command from /127.0.0.1:36602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:50:00,022 INFO Processing ruok command from /127.0.0.1:36780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:50:00,083 INFO Processing ruok command from /127.0.0.1:36782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:50:10,014 INFO Processing ruok command from /127.0.0.1:36960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:50:10,043 INFO Processing ruok command from /127.0.0.1:36962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:50:19,998 INFO Processing ruok command from /127.0.0.1:37156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:50:20,032 INFO Processing ruok command from /127.0.0.1:37158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:50:30,027 INFO Processing ruok command from /127.0.0.1:37330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:50:30,085 INFO Processing ruok command from /127.0.0.1:37332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:50:40,001 INFO Processing ruok command from /127.0.0.1:37520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:50:40,047 INFO Processing ruok command from /127.0.0.1:37522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:50:50,006 INFO Processing ruok command from /127.0.0.1:37698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:50:50,026 INFO Processing ruok command from /127.0.0.1:37700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:50:59,981 INFO Processing ruok command from /127.0.0.1:37880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:51:00,024 INFO Processing ruok command from /127.0.0.1:37882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:51:10,013 INFO Processing ruok command from /127.0.0.1:38060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:51:10,054 INFO Processing ruok command from /127.0.0.1:38062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:51:20,004 INFO Processing ruok command from /127.0.0.1:38242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:51:20,038 INFO Processing ruok command from /127.0.0.1:38244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:51:20,546 INFO Committing global session 0x10000463700000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:51:30,010 INFO Processing ruok command from /127.0.0.1:38426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:51:30,053 INFO Processing ruok command from /127.0.0.1:38428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:51:40,007 INFO Processing ruok command from /127.0.0.1:38612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:51:40,061 INFO Processing ruok command from /127.0.0.1:38614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:51:49,996 INFO Processing ruok command from /127.0.0.1:38788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:51:50,096 INFO Processing ruok command from /127.0.0.1:38790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:51:59,998 INFO Processing ruok command from /127.0.0.1:38970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:52:00,055 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:52:10,006 INFO Processing ruok command from /127.0.0.1:39150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:52:10,035 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:52:20,017 INFO Processing ruok command from /127.0.0.1:39336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:52:20,086 INFO Processing ruok command from /127.0.0.1:39338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:52:30,031 INFO Processing ruok command from /127.0.0.1:39520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:52:30,086 INFO Processing ruok command from /127.0.0.1:39522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:52:40,015 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:52:40,069 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:52:50,029 INFO Processing ruok command from /127.0.0.1:39884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:52:50,079 INFO Processing ruok command from /127.0.0.1:39886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:53:00,021 INFO Processing ruok command from /127.0.0.1:40066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:53:00,097 INFO Processing ruok command from /127.0.0.1:40068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:53:10,007 INFO Processing ruok command from /127.0.0.1:40246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:53:10,068 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:53:20,022 INFO Processing ruok command from /127.0.0.1:40430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:53:20,116 INFO Processing ruok command from /127.0.0.1:40432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:53:20,362 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-04-25 23:53:20,373 INFO Committing global session 0x20000443af70016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:53:21,304 INFO Submitting global closeSession request for session 0x20000443af70016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:53:29,999 INFO Processing ruok command from /127.0.0.1:40604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:53:30,087 INFO Processing ruok command from /127.0.0.1:40606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:53:40,023 INFO Processing ruok command from /127.0.0.1:40800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:53:40,059 INFO Processing ruok command from /127.0.0.1:40802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:53:50,011 INFO Processing ruok command from /127.0.0.1:40976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:53:50,062 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:54:00,011 INFO Processing ruok command from /127.0.0.1:41158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:54:00,077 INFO Processing ruok command from /127.0.0.1:41160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:54:09,997 INFO Processing ruok command from /127.0.0.1:41338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:54:10,047 INFO Processing ruok command from /127.0.0.1:41340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:54:19,999 INFO Processing ruok command from /127.0.0.1:41522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:54:20,042 INFO Processing ruok command from /127.0.0.1:41524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:54:30,001 INFO Processing ruok command from /127.0.0.1:41696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:54:30,100 INFO Processing ruok command from /127.0.0.1:41698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:54:40,034 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:54:40,080 INFO Processing ruok command from /127.0.0.1:41896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:54:50,011 INFO Processing ruok command from /127.0.0.1:42068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:54:50,086 INFO Processing ruok command from /127.0.0.1:42070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:55:00,003 INFO Processing ruok command from /127.0.0.1:42254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:55:00,047 INFO Processing ruok command from /127.0.0.1:42256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:55:09,994 INFO Processing ruok command from /127.0.0.1:42434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:55:10,016 INFO Processing ruok command from /127.0.0.1:42436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:55:20,018 INFO Processing ruok command from /127.0.0.1:42616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:55:20,085 INFO Processing ruok command from /127.0.0.1:42618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:55:20,436 INFO Committing global session 0x300004599e80009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:55:30,009 INFO Processing ruok command from /127.0.0.1:42792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:55:30,073 INFO Processing ruok command from /127.0.0.1:42794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:55:39,997 INFO Processing ruok command from /127.0.0.1:42978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:55:40,078 INFO Processing ruok command from /127.0.0.1:42980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:55:49,993 INFO Processing ruok command from /127.0.0.1:43166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:55:50,093 INFO Processing ruok command from /127.0.0.1:43170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:56:00,000 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:56:00,046 INFO Processing ruok command from /127.0.0.1:43354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:56:10,004 INFO Processing ruok command from /127.0.0.1:43534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:56:10,066 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:56:20,006 INFO Processing ruok command from /127.0.0.1:43716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:56:20,061 INFO Processing ruok command from /127.0.0.1:43720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:56:30,002 INFO Processing ruok command from /127.0.0.1:43892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:56:30,062 INFO Processing ruok command from /127.0.0.1:43894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:56:40,007 INFO Processing ruok command from /127.0.0.1:44078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:56:40,079 INFO Processing ruok command from /127.0.0.1:44080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:56:49,999 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:56:50,047 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:57:00,000 INFO Processing ruok command from /127.0.0.1:44452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:57:00,074 INFO Processing ruok command from /127.0.0.1:44454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:57:10,018 INFO Processing ruok command from /127.0.0.1:44632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:57:10,064 INFO Processing ruok command from /127.0.0.1:44634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:57:20,005 INFO Processing ruok command from /127.0.0.1:44812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:57:20,030 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:57:20,537 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-04-25 23:57:20,548 INFO Committing global session 0x20000443af70017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:57:21,485 INFO Submitting global closeSession request for session 0x20000443af70017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-04-25 23:57:29,985 INFO Processing ruok command from /127.0.0.1:44988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:57:30,016 INFO Processing ruok command from /127.0.0.1:44990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:57:40,017 INFO Processing ruok command from /127.0.0.1:45176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:57:40,083 INFO Processing ruok command from /127.0.0.1:45178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:57:50,007 INFO Processing ruok command from /127.0.0.1:45350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:57:50,034 INFO Processing ruok command from /127.0.0.1:45352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:58:00,003 INFO Processing ruok command from /127.0.0.1:45546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:58:00,065 INFO Processing ruok command from /127.0.0.1:45548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:58:09,995 INFO Processing ruok command from /127.0.0.1:45726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:58:10,072 INFO Processing ruok command from /127.0.0.1:45728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:58:20,013 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:58:20,096 INFO Processing ruok command from /127.0.0.1:45910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:58:30,032 INFO Processing ruok command from /127.0.0.1:46094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:58:30,109 INFO Processing ruok command from /127.0.0.1:46096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-25 23:58:40,015 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-25 23:58:40,041 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-25 23:58:50,030 INFO Processing ruok command from /127.0.0.1:46464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-25 23:58:50,099 INFO Processing ruok command from /127.0.0.1:46466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-25 23:59:00,031 INFO Processing ruok command from /127.0.0.1:46660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-25 23:59:00,102 INFO Processing ruok command from /127.0.0.1:46662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-25 23:59:10,042 INFO Processing ruok command from /127.0.0.1:46842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-25 23:59:10,097 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-25 23:59:20,001 INFO Processing ruok command from /127.0.0.1:47024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-25 23:59:20,079 INFO Processing ruok command from /127.0.0.1:47026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-25 23:59:20,762 INFO Committing global session 0x300004599e8000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-04-25 23:59:30,011 INFO Processing ruok command from /127.0.0.1:47198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-25 23:59:30,047 INFO Processing ruok command from /127.0.0.1:47200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-04-25 23:59:39,981 INFO Processing ruok command from /127.0.0.1:47386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-04-25 23:59:40,018 INFO Processing ruok command from /127.0.0.1:47388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-04-25 23:59:49,984 INFO Processing ruok command from /127.0.0.1:47560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-04-25 23:59:50,038 INFO Processing ruok command from /127.0.0.1:47562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-04-26 00:00:00,020 INFO Processing ruok command from /127.0.0.1:47744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-04-26 00:00:00,072 INFO Processing ruok command from /127.0.0.1:47746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-04-26 00:00:10,004 INFO Processing ruok command from /127.0.0.1:47938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-04-26 00:00:10,043 INFO Processing ruok command from /127.0.0.1:47940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-04-26 00:00:19,991 INFO Processing ruok command from /127.0.0.1:48122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-04-26 00:00:20,040 INFO Processing ruok command from /127.0.0.1:48124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-04-26 00:00:30,038 INFO Processing ruok command from /127.0.0.1:48298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-04-26 00:00:30,093 INFO Processing ruok command from /127.0.0.1:48300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-04-26 00:00:40,003 INFO Processing ruok command from /127.0.0.1:48488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-04-26 00:00:40,060 INFO Processing ruok command from /127.0.0.1:48490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-04-26 00:00:50,010 INFO Processing ruok command from /127.0.0.1:48660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-04-26 00:00:50,069 INFO Processing ruok command from /127.0.0.1:48662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]