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-05-03 22:51:45,814 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-03 22:51:45,820 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-03 22:51:45,821 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-03 22:51:45,824 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2023-05-03 22:51:45,825 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-03 22:51:45,825 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-03 22:51:45,888 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-05-03 22:51:45,888 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-05-03 22:51:45,891 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-03 22:51:45,894 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2023-05-03 22:51:45,894 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2023-05-03 22:51:45,906 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-05-03 22:51:45,919 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2023-05-03 22:51:45,949 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-03 22:51:46,049 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,049 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,049 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,147 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-03 22:51:46,149 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-03 22:51:46,150 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,150 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,150 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,181 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-03 22:51:46,181 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-03 22:51:46,199 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,208 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-05-03 22:51:46,211 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,212 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,212 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,212 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,212 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,213 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,213 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,213 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,249 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,249 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,253 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,253 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,253 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,253 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,253 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-05-03 22:51:46,253 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-05-03 22:51:46,254 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:os.memory.free=206MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,254 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,255 INFO Server environment:os.memory.total=222MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,255 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,255 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,255 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,255 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,255 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,255 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,256 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,256 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-03 22:51:46,269 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-05-03 22:51:46,269 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-05-03 22:51:46,272 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-03 22:51:46,272 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-03 22:51:46,295 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,295 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,295 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,295 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,295 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,296 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,296 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,310 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2023-05-03 22:51:46,310 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-05-03 22:51:46,322 INFO Snapshot loaded in 26 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-03 22:51:46,325 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-05-03 22:51:46,338 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-05-03 22:51:46,349 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,503 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,503 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,509 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-03 22:51:46,510 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-03 22:51:46,517 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2023-05-03 22:51:46,519 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-05-03 22:51:46,519 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-05-03 22:51:46,526 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.76.218:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.76.218:3888] 2023-05-03 22:51:46,528 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2023-05-03 22:51:46,540 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-03 22:51:46,543 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-05-03 22:51:46,559 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-05-03 22:51:46,566 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2023-05-03 22:51:46,591 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-05-03 22:51:46,596 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-05-03 22:51:46,797 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-05-03 22:51:46,798 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-03 22:51:46,808 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-05-03 22:51:46,809 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-05-03 22:51:46,809 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-05-03 22:51:46,809 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-05-03 22:51:46,809 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-05-03 22:51:46,817 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-05-03 22:51:46,820 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-05-03 22:51:46,821 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-05-03 22:51:46,825 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-05-03 22:51:46,825 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-05-03 22:51:46,829 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-05-03 22:51:46,829 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-05-03 22:51:46,829 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-05-03 22:51:46,829 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-05-03 22:51:46,830 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-05-03 22:51:46,830 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-05-03 22:51:46,837 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-05-03 22:51:46,837 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-05-03 22:51:46,837 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-05-03 22:51:46,857 INFO LEADING - LEADER ELECTION TOOK - 315 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-03 22:51:46,860 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-05-03 22:51:46,861 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-05-03 22:51:46,882 INFO Snapshot taken in 20 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-03 22:51:47,489 INFO Received connection request from /127.0.0.6:59141 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.76.218:3888] 2023-05-03 22:51:47,514 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-05-03 22:51:47,583 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:41643] 2023-05-03 22:51:47,610 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:41643] 2023-05-03 22:51:47,612 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:41643] 2023-05-03 22:51:47,612 INFO Sending DIFF zxid=0x0 for peer sid: 3 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:41643] 2023-05-03 22:51:47,620 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-05-03 22:51:47,669 INFO Have quorum of supporters, sids: [[2, 3],[2, 3]]; 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-05-03 22:51:47,700 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-05-03 22:51:47,700 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-05-03 22:51:47,719 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2023-05-03 22:51:47,722 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-05-03 22:51:47,724 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-05-03 22:51:47,754 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-05-03 22:51:56,858 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-03 22:51:56,896 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:51493] 2023-05-03 22:51:56,910 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:51493] 2023-05-03 22:51:56,910 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:51493] 2023-05-03 22:51:56,929 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:51493] 2023-05-03 22:52:07,162 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-05-03 22:52:07,163 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-05-03 22:52:07,163 INFO Processing ruok command from /127.0.0.1:46690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 22:52:07,166 INFO Processing ruok command from /127.0.0.1:46692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 22:52:08,913 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-05-03 22:52:08,936 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2023-05-03 22:52:08,960 INFO Committing global session 0x20000463cf90000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:52:10,009 INFO Submitting global closeSession request for session 0x20000463cf90000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 22:52:17,086 INFO Processing ruok command from /127.0.0.1:46778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 22:52:17,177 INFO Processing ruok command from /127.0.0.1:46780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 22:52:20,273 INFO Committing global session 0x10000460bbf0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:52:22,130 INFO Committing global session 0x3000049870a0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:52:22,204 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-05-03 22:52:22,223 INFO Committing global session 0x20000463cf90001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:52:23,293 INFO Committing global session 0x3000049870a0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:52:25,331 INFO Committing global session 0x3000049870a0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:52:25,607 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-05-03 22:52:25,627 INFO Committing global session 0x20000463cf90002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:52:27,059 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 22:52:27,143 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 22:52:37,100 INFO Processing ruok command from /127.0.0.1:46914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 22:52:37,195 INFO Processing ruok command from /127.0.0.1:46916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 22:52:47,069 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 22:52:47,158 INFO Processing ruok command from /127.0.0.1:46984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 22:52:57,069 INFO Processing ruok command from /127.0.0.1:47044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 22:52:57,162 INFO Processing ruok command from /127.0.0.1:47046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 22:53:07,072 INFO Processing ruok command from /127.0.0.1:47106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 22:53:07,169 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 22:53:17,075 INFO Processing ruok command from /127.0.0.1:47174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 22:53:17,135 INFO Processing ruok command from /127.0.0.1:47176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 22:53:24,118 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-05-03 22:53:24,130 INFO Committing global session 0x20000463cf90003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:53:27,071 INFO Processing ruok command from /127.0.0.1:47252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 22:53:27,142 INFO Processing ruok command from /127.0.0.1:47254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 22:53:37,079 INFO Processing ruok command from /127.0.0.1:47322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 22:53:37,152 INFO Processing ruok command from /127.0.0.1:47324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 22:53:41,579 INFO Committing global session 0x3000049870a0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:53:46,967 INFO Committing global session 0x3000049870a0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:53:47,082 INFO Processing ruok command from /127.0.0.1:47416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 22:53:47,160 INFO Processing ruok command from /127.0.0.1:47418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 22:53:57,065 INFO Processing ruok command from /127.0.0.1:47482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 22:53:57,107 INFO Processing ruok command from /127.0.0.1:47484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 22:54:07,072 INFO Processing ruok command from /127.0.0.1:47546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 22:54:07,146 INFO Processing ruok command from /127.0.0.1:47548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 22:54:17,065 INFO Processing ruok command from /127.0.0.1:47614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 22:54:17,168 INFO Processing ruok command from /127.0.0.1:47616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 22:54:27,070 INFO Processing ruok command from /127.0.0.1:47688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 22:54:27,108 INFO Processing ruok command from /127.0.0.1:47690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 22:54:37,087 INFO Processing ruok command from /127.0.0.1:47750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 22:54:37,158 INFO Processing ruok command from /127.0.0.1:47752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 22:54:47,061 INFO Processing ruok command from /127.0.0.1:47818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 22:54:47,130 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 22:54:57,072 INFO Processing ruok command from /127.0.0.1:47880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 22:54:57,181 INFO Processing ruok command from /127.0.0.1:47882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 22:55:07,079 INFO Processing ruok command from /127.0.0.1:47942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 22:55:07,145 INFO Processing ruok command from /127.0.0.1:47944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 22:55:17,083 INFO Processing ruok command from /127.0.0.1:48012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 22:55:17,168 INFO Processing ruok command from /127.0.0.1:48014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 22:55:27,072 INFO Processing ruok command from /127.0.0.1:48074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 22:55:27,138 INFO Processing ruok command from /127.0.0.1:48076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 22:55:37,082 INFO Processing ruok command from /127.0.0.1:48148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 22:55:37,117 INFO Processing ruok command from /127.0.0.1:48150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 22:55:39,802 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-05-03 22:55:39,816 INFO Committing global session 0x20000463cf90004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:55:40,681 INFO Submitting global closeSession request for session 0x20000463cf90004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 22:55:47,080 INFO Processing ruok command from /127.0.0.1:48216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 22:55:47,123 INFO Processing ruok command from /127.0.0.1:48218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 22:55:57,078 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 22:55:57,157 INFO Processing ruok command from /127.0.0.1:48280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 22:56:07,094 INFO Processing ruok command from /127.0.0.1:48340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 22:56:07,136 INFO Processing ruok command from /127.0.0.1:48342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 22:56:17,055 INFO Processing ruok command from /127.0.0.1:48408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 22:56:17,114 INFO Processing ruok command from /127.0.0.1:48410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 22:56:27,070 INFO Processing ruok command from /127.0.0.1:48470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 22:56:27,152 INFO Processing ruok command from /127.0.0.1:48472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 22:56:37,074 INFO Processing ruok command from /127.0.0.1:48546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 22:56:37,109 INFO Processing ruok command from /127.0.0.1:48548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 22:56:47,055 INFO Processing ruok command from /127.0.0.1:48614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 22:56:47,108 INFO Processing ruok command from /127.0.0.1:48616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 22:56:57,073 INFO Processing ruok command from /127.0.0.1:48676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 22:56:57,160 INFO Processing ruok command from /127.0.0.1:48678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 22:57:07,077 INFO Processing ruok command from /127.0.0.1:48738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 22:57:07,137 INFO Processing ruok command from /127.0.0.1:48740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 22:57:17,065 INFO Processing ruok command from /127.0.0.1:48806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 22:57:17,113 INFO Processing ruok command from /127.0.0.1:48808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 22:57:27,071 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 22:57:27,142 INFO Processing ruok command from /127.0.0.1:48870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 22:57:37,065 INFO Processing ruok command from /127.0.0.1:48930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 22:57:37,130 INFO Processing ruok command from /127.0.0.1:48932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 22:57:39,389 INFO Committing global session 0x3000049870a0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:57:47,068 INFO Processing ruok command from /127.0.0.1:49008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 22:57:47,133 INFO Processing ruok command from /127.0.0.1:49010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 22:57:57,062 INFO Processing ruok command from /127.0.0.1:49072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 22:57:57,141 INFO Processing ruok command from /127.0.0.1:49074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 22:58:07,068 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 22:58:07,170 INFO Processing ruok command from /127.0.0.1:49136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 22:58:17,082 INFO Processing ruok command from /127.0.0.1:49202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 22:58:17,160 INFO Processing ruok command from /127.0.0.1:49204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 22:58:27,071 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 22:58:27,139 INFO Processing ruok command from /127.0.0.1:49266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 22:58:37,068 INFO Processing ruok command from /127.0.0.1:49326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 22:58:37,141 INFO Processing ruok command from /127.0.0.1:49328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 22:58:47,083 INFO Processing ruok command from /127.0.0.1:49404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 22:58:47,167 INFO Processing ruok command from /127.0.0.1:49406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 22:58:57,056 INFO Processing ruok command from /127.0.0.1:49466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 22:58:57,131 INFO Processing ruok command from /127.0.0.1:49468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 22:59:07,053 INFO Processing ruok command from /127.0.0.1:49528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 22:59:07,120 INFO Processing ruok command from /127.0.0.1:49530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 22:59:17,064 INFO Processing ruok command from /127.0.0.1:49598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 22:59:17,130 INFO Processing ruok command from /127.0.0.1:49600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 22:59:27,085 INFO Processing ruok command from /127.0.0.1:49660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 22:59:27,167 INFO Processing ruok command from /127.0.0.1:49662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 22:59:37,078 INFO Processing ruok command from /127.0.0.1:49722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 22:59:37,143 INFO Processing ruok command from /127.0.0.1:49724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 22:59:39,767 INFO Committing global session 0x3000049870a0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 22:59:47,075 INFO Processing ruok command from /127.0.0.1:49790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 22:59:47,107 INFO Processing ruok command from /127.0.0.1:49792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 22:59:57,065 INFO Processing ruok command from /127.0.0.1:49862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 22:59:57,134 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:00:07,072 INFO Processing ruok command from /127.0.0.1:49924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:00:07,160 INFO Processing ruok command from /127.0.0.1:49926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:00:17,059 INFO Processing ruok command from /127.0.0.1:49992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:00:17,141 INFO Processing ruok command from /127.0.0.1:49994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:00:27,066 INFO Processing ruok command from /127.0.0.1:50054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:00:27,116 INFO Processing ruok command from /127.0.0.1:50056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:00:37,061 INFO Processing ruok command from /127.0.0.1:50118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:00:37,108 INFO Processing ruok command from /127.0.0.1:50120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:00:47,092 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:00:47,149 INFO Processing ruok command from /127.0.0.1:50188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:00:57,065 INFO Processing ruok command from /127.0.0.1:50258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:00:57,111 INFO Processing ruok command from /127.0.0.1:50260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:01:07,072 INFO Processing ruok command from /127.0.0.1:50328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:01:07,146 INFO Processing ruok command from /127.0.0.1:50330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:01:17,050 INFO Processing ruok command from /127.0.0.1:50396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:01:17,103 INFO Processing ruok command from /127.0.0.1:50398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:01:27,085 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:01:27,121 INFO Processing ruok command from /127.0.0.1:50460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:01:37,064 INFO Processing ruok command from /127.0.0.1:50522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:01:37,095 INFO Processing ruok command from /127.0.0.1:50524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:01:39,568 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-05-03 23:01:39,582 INFO Committing global session 0x20000463cf90005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:01:40,468 INFO Submitting global closeSession request for session 0x20000463cf90005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:01:47,065 INFO Processing ruok command from /127.0.0.1:50590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:01:47,143 INFO Processing ruok command from /127.0.0.1:50592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:01:57,073 INFO Processing ruok command from /127.0.0.1:50654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:01:57,143 INFO Processing ruok command from /127.0.0.1:50656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:02:07,062 INFO Processing ruok command from /127.0.0.1:50728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:02:07,129 INFO Processing ruok command from /127.0.0.1:50730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:02:17,061 INFO Processing ruok command from /127.0.0.1:50796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:02:17,138 INFO Processing ruok command from /127.0.0.1:50798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:02:27,075 INFO Processing ruok command from /127.0.0.1:50858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:02:27,093 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:02:37,057 INFO Processing ruok command from /127.0.0.1:50920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:02:37,121 INFO Processing ruok command from /127.0.0.1:50922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:02:47,059 INFO Processing ruok command from /127.0.0.1:50988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:02:47,136 INFO Processing ruok command from /127.0.0.1:50990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:02:57,054 INFO Processing ruok command from /127.0.0.1:51050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:02:57,120 INFO Processing ruok command from /127.0.0.1:51052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:03:07,083 INFO Processing ruok command from /127.0.0.1:51124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:03:07,149 INFO Processing ruok command from /127.0.0.1:51126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:03:17,065 INFO Processing ruok command from /127.0.0.1:51194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:03:17,137 INFO Processing ruok command from /127.0.0.1:51196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:03:27,073 INFO Processing ruok command from /127.0.0.1:51256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:03:27,153 INFO Processing ruok command from /127.0.0.1:51258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:03:37,058 INFO Processing ruok command from /127.0.0.1:51318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:03:37,136 INFO Processing ruok command from /127.0.0.1:51320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:03:40,107 INFO Committing global session 0x10000460bbf0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:03:47,084 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:03:47,171 INFO Processing ruok command from /127.0.0.1:51388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:03:57,086 INFO Processing ruok command from /127.0.0.1:51460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:03:57,150 INFO Processing ruok command from /127.0.0.1:51462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:04:07,071 INFO Processing ruok command from /127.0.0.1:51530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:04:07,122 INFO Processing ruok command from /127.0.0.1:51532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:04:17,067 INFO Processing ruok command from /127.0.0.1:51610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:04:17,111 INFO Processing ruok command from /127.0.0.1:51612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:04:27,080 INFO Processing ruok command from /127.0.0.1:51676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:04:27,135 INFO Processing ruok command from /127.0.0.1:51678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:04:37,057 INFO Processing ruok command from /127.0.0.1:51750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:04:37,125 INFO Processing ruok command from /127.0.0.1:51752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:04:47,051 INFO Processing ruok command from /127.0.0.1:51818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:04:47,149 INFO Processing ruok command from /127.0.0.1:51820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:04:57,072 INFO Processing ruok command from /127.0.0.1:51880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:04:57,144 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:05:07,087 INFO Processing ruok command from /127.0.0.1:51966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:05:07,151 INFO Processing ruok command from /127.0.0.1:51968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:05:17,053 INFO Processing ruok command from /127.0.0.1:52068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:05:17,118 INFO Processing ruok command from /127.0.0.1:52070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:05:27,068 INFO Processing ruok command from /127.0.0.1:52164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:05:27,140 INFO Processing ruok command from /127.0.0.1:52166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:05:37,072 INFO Processing ruok command from /127.0.0.1:52266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:05:37,143 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:05:38,322 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-05-03 23:05:38,335 INFO Committing global session 0x20000463cf90006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:05:38,487 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-05-03 23:05:38,501 INFO Committing global session 0x20000463cf90007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:05:39,808 INFO Committing global session 0x10000460bbf0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:05:39,978 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2023-05-03 23:05:40,000 INFO Committing global session 0x20000463cf90008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:05:47,084 INFO Processing ruok command from /127.0.0.1:52348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:05:47,123 INFO Processing ruok command from /127.0.0.1:52350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:05:57,083 INFO Processing ruok command from /127.0.0.1:52430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:05:57,141 INFO Processing ruok command from /127.0.0.1:52432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:06:07,076 INFO Processing ruok command from /127.0.0.1:52518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:06:07,136 INFO Processing ruok command from /127.0.0.1:52520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:06:17,080 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:06:17,133 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:06:27,062 INFO Processing ruok command from /127.0.0.1:52688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:06:27,138 INFO Processing ruok command from /127.0.0.1:52690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:06:37,083 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:06:37,150 INFO Processing ruok command from /127.0.0.1:52768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:06:47,066 INFO Processing ruok command from /127.0.0.1:52848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:06:47,143 INFO Processing ruok command from /127.0.0.1:52850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:06:57,043 INFO Processing ruok command from /127.0.0.1:52928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:06:57,105 INFO Processing ruok command from /127.0.0.1:52930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:07:07,075 INFO Processing ruok command from /127.0.0.1:53008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:07:07,120 INFO Processing ruok command from /127.0.0.1:53010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:07:17,054 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:07:17,143 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:07:27,069 INFO Processing ruok command from /127.0.0.1:53178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:07:27,114 INFO Processing ruok command from /127.0.0.1:53180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:07:37,085 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:07:37,154 INFO Processing ruok command from /127.0.0.1:53260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:07:39,439 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2023-05-03 23:07:39,455 INFO Committing global session 0x20000463cf90009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:07:40,253 INFO Submitting global closeSession request for session 0x20000463cf90009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:07:47,075 INFO Processing ruok command from /127.0.0.1:53342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:07:47,142 INFO Processing ruok command from /127.0.0.1:53344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:07:57,093 INFO Processing ruok command from /127.0.0.1:53422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:07:57,153 INFO Processing ruok command from /127.0.0.1:53424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:08:07,055 INFO Processing ruok command from /127.0.0.1:53500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:08:07,140 INFO Processing ruok command from /127.0.0.1:53502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:08:17,070 INFO Processing ruok command from /127.0.0.1:53582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:08:17,145 INFO Processing ruok command from /127.0.0.1:53584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:08:27,076 INFO Processing ruok command from /127.0.0.1:53660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:08:27,148 INFO Processing ruok command from /127.0.0.1:53662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:08:37,072 INFO Processing ruok command from /127.0.0.1:53750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:08:37,133 INFO Processing ruok command from /127.0.0.1:53752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:08:47,084 INFO Processing ruok command from /127.0.0.1:53832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:08:47,139 INFO Processing ruok command from /127.0.0.1:53834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:08:57,072 INFO Processing ruok command from /127.0.0.1:53912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:08:57,100 INFO Processing ruok command from /127.0.0.1:53914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:09:07,053 INFO Processing ruok command from /127.0.0.1:53990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:09:07,121 INFO Processing ruok command from /127.0.0.1:53992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:09:17,070 INFO Processing ruok command from /127.0.0.1:54072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:09:17,171 INFO Processing ruok command from /127.0.0.1:54074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:09:27,078 INFO Processing ruok command from /127.0.0.1:54148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:09:27,141 INFO Processing ruok command from /127.0.0.1:54150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:09:37,058 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:09:37,146 INFO Processing ruok command from /127.0.0.1:54240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:09:39,577 INFO Committing global session 0x10000460bbf0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:09:47,069 INFO Processing ruok command from /127.0.0.1:54322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:09:47,108 INFO Processing ruok command from /127.0.0.1:54324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:09:57,123 INFO Processing ruok command from /127.0.0.1:54402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:09:57,221 INFO Processing ruok command from /127.0.0.1:54406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:10:07,106 INFO Processing ruok command from /127.0.0.1:54488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:10:07,192 INFO Processing ruok command from /127.0.0.1:54490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:10:17,066 INFO Processing ruok command from /127.0.0.1:54620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:10:17,192 INFO Processing ruok command from /127.0.0.1:54624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:10:27,086 INFO Processing ruok command from /127.0.0.1:54726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:10:27,171 INFO Processing ruok command from /127.0.0.1:54728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:10:37,104 INFO Processing ruok command from /127.0.0.1:54862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:10:37,177 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:10:47,176 INFO Processing ruok command from /127.0.0.1:55010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:10:47,365 INFO Processing ruok command from /127.0.0.1:55018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:10:47,755 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4fcf25ef-bb96-447a-8ddd-f55466743b60/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:10:57,093 INFO Processing ruok command from /127.0.0.1:55124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:10:57,205 INFO Processing ruok command from /127.0.0.1:55128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:11:07,075 INFO Processing ruok command from /127.0.0.1:55246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:11:07,210 INFO Processing ruok command from /127.0.0.1:55252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:11:17,085 INFO Processing ruok command from /127.0.0.1:55402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:11:17,172 INFO Processing ruok command from /127.0.0.1:55406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:11:27,109 INFO Processing ruok command from /127.0.0.1:55538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:11:27,193 INFO Processing ruok command from /127.0.0.1:55542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:11:37,108 INFO Processing ruok command from /127.0.0.1:55692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:11:37,245 INFO Processing ruok command from /127.0.0.1:55698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:11:39,479 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2023-05-03 23:11:39,498 INFO Committing global session 0x20000463cf9000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:11:40,367 INFO Submitting global closeSession request for session 0x20000463cf9000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:11:47,112 INFO Processing ruok command from /127.0.0.1:55826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:11:47,212 INFO Processing ruok command from /127.0.0.1:55832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:11:47,754 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4fcf25ef-bb96-447a-8ddd-f55466743b60 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:11:57,082 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:11:57,146 INFO Processing ruok command from /127.0.0.1:55954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:12:07,061 INFO Processing ruok command from /127.0.0.1:56064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:12:07,146 INFO Processing ruok command from /127.0.0.1:56068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:12:17,084 INFO Processing ruok command from /127.0.0.1:56188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:12:17,168 INFO Processing ruok command from /127.0.0.1:56192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:12:27,088 INFO Processing ruok command from /127.0.0.1:56306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:12:27,136 INFO Processing ruok command from /127.0.0.1:56312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:12:37,076 INFO Processing ruok command from /127.0.0.1:56424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:12:37,194 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:12:47,076 INFO Processing ruok command from /127.0.0.1:56542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:12:47,163 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:12:47,755 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:12:57,078 INFO Processing ruok command from /127.0.0.1:56684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:12:57,122 INFO Processing ruok command from /127.0.0.1:56686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:13:07,093 INFO Processing ruok command from /127.0.0.1:56796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:13:07,189 INFO Processing ruok command from /127.0.0.1:56802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:13:17,085 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:13:17,163 INFO Processing ruok command from /127.0.0.1:56952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:13:27,082 INFO Processing ruok command from /127.0.0.1:57092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:13:27,127 INFO Processing ruok command from /127.0.0.1:57094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:13:37,067 INFO Processing ruok command from /127.0.0.1:57220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:13:37,156 INFO Processing ruok command from /127.0.0.1:57224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:13:39,534 INFO Committing global session 0x10000460bbf0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:13:47,111 INFO Processing ruok command from /127.0.0.1:57354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:13:47,185 INFO Processing ruok command from /127.0.0.1:57358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:13:47,754 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:13:57,116 INFO Processing ruok command from /127.0.0.1:57538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:13:57,180 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:14:07,107 INFO Processing ruok command from /127.0.0.1:57664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:14:07,225 INFO Processing ruok command from /127.0.0.1:57670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:14:17,111 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:14:17,179 INFO Processing ruok command from /127.0.0.1:57830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:14:27,079 INFO Processing ruok command from /127.0.0.1:57962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:14:27,157 INFO Processing ruok command from /127.0.0.1:57966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:14:37,073 INFO Processing ruok command from /127.0.0.1:58112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:14:37,143 INFO Processing ruok command from /127.0.0.1:58116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:14:47,070 INFO Processing ruok command from /127.0.0.1:58264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:14:47,126 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:14:47,754 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/a7726944-ff83-4db6-8536-042f2442b346 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:14:47,761 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/70398227-106a-4f49-a356-2e7738dde509/onap-policy-xacml-pdp-7d76d6c9dd-2tspk (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:14:47,769 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ed3f5c15-9eef-4ade-ae6f-6ea3fa47c590/onap-policy-pap-984874ff6-twxbv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:14:47,776 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:14:47,782 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a4c8e40e-9d22-44c8-9bf3-45f81fd342c4/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:14:47,789 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:14:57,115 INFO Processing ruok command from /127.0.0.1:58416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:14:57,180 INFO Processing ruok command from /127.0.0.1:58420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:15:07,067 INFO Processing ruok command from /127.0.0.1:58564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:15:07,110 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:15:17,081 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:15:17,189 INFO Processing ruok command from /127.0.0.1:58718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:15:27,105 INFO Processing ruok command from /127.0.0.1:58854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:15:27,180 INFO Processing ruok command from /127.0.0.1:58858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:15:37,105 INFO Processing ruok command from /127.0.0.1:58996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:15:37,163 INFO Processing ruok command from /127.0.0.1:59000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:15:39,711 INFO Committing global session 0x3000049870a0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:15:47,066 INFO Processing ruok command from /127.0.0.1:59140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:15:47,143 INFO Processing ruok command from /127.0.0.1:59144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:15:47,754 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:15:47,760 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ed3f5c15-9eef-4ade-ae6f-6ea3fa47c590 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:15:47,766 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/70398227-106a-4f49-a356-2e7738dde509 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:15:47,773 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:15:47,779 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:15:47,786 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a4c8e40e-9d22-44c8-9bf3-45f81fd342c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:15:57,063 INFO Processing ruok command from /127.0.0.1:59294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:15:57,150 INFO Processing ruok command from /127.0.0.1:59298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:16:07,089 INFO Processing ruok command from /127.0.0.1:59440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:16:07,197 INFO Processing ruok command from /127.0.0.1:59446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:16:17,075 INFO Processing ruok command from /127.0.0.1:59592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:16:17,154 INFO Processing ruok command from /127.0.0.1:59596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:16:27,082 INFO Processing ruok command from /127.0.0.1:59732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:16:27,168 INFO Processing ruok command from /127.0.0.1:59736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:16:37,069 INFO Processing ruok command from /127.0.0.1:59874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:16:37,155 INFO Processing ruok command from /127.0.0.1:59878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:16:47,070 INFO Processing ruok command from /127.0.0.1:60018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:16:47,148 INFO Processing ruok command from /127.0.0.1:60022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:16:47,755 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:16:47,762 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:16:57,079 INFO Processing ruok command from /127.0.0.1:60170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:16:57,169 INFO Processing ruok command from /127.0.0.1:60174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:17:07,126 INFO Processing ruok command from /127.0.0.1:60354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:17:07,200 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:17:17,092 INFO Processing ruok command from /127.0.0.1:60562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:17:17,224 INFO Processing ruok command from /127.0.0.1:60570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:17:27,064 INFO Processing ruok command from /127.0.0.1:60754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:17:27,188 INFO Processing ruok command from /127.0.0.1:60758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:17:37,109 INFO Processing ruok command from /127.0.0.1:32828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:17:37,190 INFO Processing ruok command from /127.0.0.1:32834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:17:39,461 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2023-05-03 23:17:39,473 INFO Committing global session 0x20000463cf9000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:17:40,377 INFO Submitting global closeSession request for session 0x20000463cf9000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:17:47,078 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:17:47,169 INFO Processing ruok command from /127.0.0.1:33094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:17:47,755 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:17:57,110 INFO Processing ruok command from /127.0.0.1:33256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:17:57,194 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:18:07,075 INFO Processing ruok command from /127.0.0.1:33404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:18:07,140 INFO Processing ruok command from /127.0.0.1:33408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:18:17,118 INFO Processing ruok command from /127.0.0.1:33580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:18:17,188 INFO Processing ruok command from /127.0.0.1:33584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:18:27,076 INFO Processing ruok command from /127.0.0.1:33732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:18:27,169 INFO Processing ruok command from /127.0.0.1:33736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:18:37,087 INFO Processing ruok command from /127.0.0.1:33898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:18:37,119 INFO Processing ruok command from /127.0.0.1:33900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:18:47,070 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:18:47,156 INFO Processing ruok command from /127.0.0.1:34058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:18:47,755 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:18:57,073 INFO Processing ruok command from /127.0.0.1:34220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:18:57,153 INFO Processing ruok command from /127.0.0.1:34224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:19:07,061 INFO Processing ruok command from /127.0.0.1:34370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:19:07,154 INFO Processing ruok command from /127.0.0.1:34374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:19:17,088 INFO Processing ruok command from /127.0.0.1:34534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:19:17,174 INFO Processing ruok command from /127.0.0.1:34538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:19:27,104 INFO Processing ruok command from /127.0.0.1:34698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:19:27,147 INFO Processing ruok command from /127.0.0.1:34702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:19:37,049 INFO Processing ruok command from /127.0.0.1:34854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:19:37,127 INFO Processing ruok command from /127.0.0.1:34856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:19:39,638 INFO Committing global session 0x3000049870a0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:19:47,059 INFO Processing ruok command from /127.0.0.1:35010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:19:47,138 INFO Processing ruok command from /127.0.0.1:35014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:19:47,754 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:19:57,038 INFO Processing ruok command from /127.0.0.1:35178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:19:57,108 INFO Processing ruok command from /127.0.0.1:35180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:20:07,078 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:20:07,164 INFO Processing ruok command from /127.0.0.1:35330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:20:17,090 INFO Processing ruok command from /127.0.0.1:35492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:20:17,154 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:20:27,050 INFO Processing ruok command from /127.0.0.1:35656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:20:27,112 INFO Processing ruok command from /127.0.0.1:35658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:20:37,108 INFO Processing ruok command from /127.0.0.1:35818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:20:37,182 INFO Processing ruok command from /127.0.0.1:35822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:20:47,066 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:20:47,143 INFO Processing ruok command from /127.0.0.1:35980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:20:47,754 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:20:57,057 INFO Processing ruok command from /127.0.0.1:36138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:20:57,132 INFO Processing ruok command from /127.0.0.1:36142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:21:07,086 INFO Processing ruok command from /127.0.0.1:36334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:21:07,174 INFO Processing ruok command from /127.0.0.1:36338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:21:17,095 INFO Processing ruok command from /127.0.0.1:36514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:21:17,160 INFO Processing ruok command from /127.0.0.1:36518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:21:27,073 INFO Processing ruok command from /127.0.0.1:36670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:21:27,158 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:21:37,070 INFO Processing ruok command from /127.0.0.1:36840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:21:37,172 INFO Processing ruok command from /127.0.0.1:36846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:21:39,338 INFO Committing global session 0x3000049870a0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:21:47,088 INFO Processing ruok command from /127.0.0.1:37016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:21:47,166 INFO Processing ruok command from /127.0.0.1:37020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:21:47,755 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:21:57,076 INFO Processing ruok command from /127.0.0.1:37212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:21:57,184 INFO Processing ruok command from /127.0.0.1:37228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:22:07,081 INFO Processing ruok command from /127.0.0.1:37506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:22:07,137 INFO Processing ruok command from /127.0.0.1:37510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:22:17,065 INFO Processing ruok command from /127.0.0.1:37754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:22:17,149 INFO Processing ruok command from /127.0.0.1:37758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:22:27,083 INFO Processing ruok command from /127.0.0.1:37956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:22:27,204 INFO Processing ruok command from /127.0.0.1:37962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:22:37,049 INFO Processing ruok command from /127.0.0.1:38178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:22:37,134 INFO Processing ruok command from /127.0.0.1:38182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:22:47,088 INFO Processing ruok command from /127.0.0.1:38392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:22:47,179 INFO Processing ruok command from /127.0.0.1:38396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:22:57,048 INFO Processing ruok command from /127.0.0.1:38602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:22:57,096 INFO Processing ruok command from /127.0.0.1:38604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:23:07,085 INFO Processing ruok command from /127.0.0.1:38802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:23:07,132 INFO Processing ruok command from /127.0.0.1:38804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:23:17,092 INFO Processing ruok command from /127.0.0.1:39024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:23:17,158 INFO Processing ruok command from /127.0.0.1:39028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:23:27,066 INFO Processing ruok command from /127.0.0.1:39222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:23:27,168 INFO Processing ruok command from /127.0.0.1:39226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:23:37,064 INFO Processing ruok command from /127.0.0.1:39428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:23:37,128 INFO Processing ruok command from /127.0.0.1:39430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:23:39,361 INFO Committing global session 0x10000460bbf0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:23:47,060 INFO Processing ruok command from /127.0.0.1:39656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:23:47,170 INFO Processing ruok command from /127.0.0.1:39660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:23:57,053 INFO Processing ruok command from /127.0.0.1:39866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:23:57,133 INFO Processing ruok command from /127.0.0.1:39870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:24:07,086 INFO Processing ruok command from /127.0.0.1:40074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:24:07,183 INFO Processing ruok command from /127.0.0.1:40078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:24:17,063 INFO Processing ruok command from /127.0.0.1:40304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:24:17,128 INFO Processing ruok command from /127.0.0.1:40306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:24:27,085 INFO Processing ruok command from /127.0.0.1:40506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:24:27,165 INFO Processing ruok command from /127.0.0.1:40510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:24:37,065 INFO Processing ruok command from /127.0.0.1:40710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:24:37,144 INFO Processing ruok command from /127.0.0.1:40714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:24:47,084 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:24:47,180 INFO Processing ruok command from /127.0.0.1:40982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:24:47,754 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:24:47,760 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-05-03 23:24:57,100 INFO Processing ruok command from /127.0.0.1:41206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:24:57,176 INFO Processing ruok command from /127.0.0.1:41210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:25:07,092 INFO Processing ruok command from /127.0.0.1:41408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:25:07,158 INFO Processing ruok command from /127.0.0.1:41412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:25:17,110 INFO Processing ruok command from /127.0.0.1:41656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:25:17,171 INFO Processing ruok command from /127.0.0.1:41660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:25:27,122 INFO Processing ruok command from /127.0.0.1:41882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:25:27,224 INFO Processing ruok command from /127.0.0.1:41888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:25:37,075 INFO Processing ruok command from /127.0.0.1:42176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:25:37,206 INFO Processing ruok command from /127.0.0.1:42182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:25:39,878 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2023-05-03 23:25:39,889 INFO Committing global session 0x20000463cf9000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:25:40,788 INFO Submitting global closeSession request for session 0x20000463cf9000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:25:47,081 INFO Processing ruok command from /127.0.0.1:42398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:25:47,174 INFO Processing ruok command from /127.0.0.1:42402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:25:47,755 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:25:47,760 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:25:57,096 INFO Processing ruok command from /127.0.0.1:43702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:25:57,212 INFO Processing ruok command from /127.0.0.1:43814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:26:07,089 INFO Processing ruok command from /127.0.0.1:44236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:26:07,158 INFO Processing ruok command from /127.0.0.1:44240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:26:17,085 INFO Processing ruok command from /127.0.0.1:44532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:26:17,171 INFO Processing ruok command from /127.0.0.1:44536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:26:27,067 INFO Processing ruok command from /127.0.0.1:44960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:26:27,142 INFO Processing ruok command from /127.0.0.1:44964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:26:37,073 INFO Processing ruok command from /127.0.0.1:45210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:26:37,168 INFO Processing ruok command from /127.0.0.1:45214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:26:47,070 INFO Processing ruok command from /127.0.0.1:45472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:26:47,187 INFO Processing ruok command from /127.0.0.1:45476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:26:47,755 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:26:47,761 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:26:57,074 INFO Processing ruok command from /127.0.0.1:45962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:26:57,165 INFO Processing ruok command from /127.0.0.1:45966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:27:07,076 INFO Processing ruok command from /127.0.0.1:46238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:27:07,159 INFO Processing ruok command from /127.0.0.1:46242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:27:17,089 INFO Processing ruok command from /127.0.0.1:46518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:27:17,180 INFO Processing ruok command from /127.0.0.1:46522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:27:27,101 INFO Processing ruok command from /127.0.0.1:46790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:27:27,216 INFO Processing ruok command from /127.0.0.1:46796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:27:37,119 INFO Processing ruok command from /127.0.0.1:47058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:27:37,210 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:27:39,422 INFO Committing global session 0x10000460bbf0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:27:47,094 INFO Processing ruok command from /127.0.0.1:47338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:27:47,189 INFO Processing ruok command from /127.0.0.1:47344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:27:47,755 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-03 23:27:57,070 INFO Processing ruok command from /127.0.0.1:47694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:27:57,141 INFO Processing ruok command from /127.0.0.1:47698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:28:07,073 INFO Processing ruok command from /127.0.0.1:47984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:28:07,147 INFO Processing ruok command from /127.0.0.1:47988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:28:17,082 INFO Processing ruok command from /127.0.0.1:48272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:28:17,173 INFO Processing ruok command from /127.0.0.1:48276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:28:27,062 INFO Processing ruok command from /127.0.0.1:48544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:28:27,148 INFO Processing ruok command from /127.0.0.1:48548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:28:37,082 INFO Processing ruok command from /127.0.0.1:48818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:28:37,166 INFO Processing ruok command from /127.0.0.1:48822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:28:47,079 INFO Processing ruok command from /127.0.0.1:49108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:28:47,161 INFO Processing ruok command from /127.0.0.1:49112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:28:57,081 INFO Processing ruok command from /127.0.0.1:49386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:28:57,130 INFO Processing ruok command from /127.0.0.1:49388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:29:07,095 INFO Processing ruok command from /127.0.0.1:49680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:29:07,175 INFO Processing ruok command from /127.0.0.1:49684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:29:17,084 INFO Processing ruok command from /127.0.0.1:49968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:29:17,172 INFO Processing ruok command from /127.0.0.1:49972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:29:27,084 INFO Processing ruok command from /127.0.0.1:50244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:29:27,159 INFO Processing ruok command from /127.0.0.1:50248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:29:37,091 INFO Processing ruok command from /127.0.0.1:50520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:29:37,175 INFO Processing ruok command from /127.0.0.1:50524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:29:39,478 INFO Committing global session 0x3000049870a000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:29:47,059 INFO Processing ruok command from /127.0.0.1:50810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:29:47,142 INFO Processing ruok command from /127.0.0.1:50814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:29:57,073 INFO Processing ruok command from /127.0.0.1:51088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:29:57,157 INFO Processing ruok command from /127.0.0.1:51092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:30:07,075 INFO Processing ruok command from /127.0.0.1:51360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:30:07,183 INFO Processing ruok command from /127.0.0.1:51368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:30:17,080 INFO Processing ruok command from /127.0.0.1:51660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:30:17,169 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:30:27,063 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:30:27,146 INFO Processing ruok command from /127.0.0.1:51940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:30:37,072 INFO Processing ruok command from /127.0.0.1:52208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:30:37,169 INFO Processing ruok command from /127.0.0.1:52212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:30:47,064 INFO Processing ruok command from /127.0.0.1:52496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:30:47,116 INFO Processing ruok command from /127.0.0.1:52498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:30:57,066 INFO Processing ruok command from /127.0.0.1:52778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:30:57,115 INFO Processing ruok command from /127.0.0.1:52780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:31:07,079 INFO Processing ruok command from /127.0.0.1:53070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:31:07,172 INFO Processing ruok command from /127.0.0.1:53074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:31:17,087 INFO Processing ruok command from /127.0.0.1:53374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:31:17,160 INFO Processing ruok command from /127.0.0.1:53378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:31:27,069 INFO Processing ruok command from /127.0.0.1:53654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:31:27,171 INFO Processing ruok command from /127.0.0.1:53658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:31:37,067 INFO Processing ruok command from /127.0.0.1:53928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:31:37,154 INFO Processing ruok command from /127.0.0.1:53932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:31:39,632 INFO Committing global session 0x3000049870a000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:31:47,057 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:31:47,132 INFO Processing ruok command from /127.0.0.1:54220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:31:57,067 INFO Processing ruok command from /127.0.0.1:54496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:31:57,142 INFO Processing ruok command from /127.0.0.1:54500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:32:07,076 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:32:07,168 INFO Processing ruok command from /127.0.0.1:54784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:32:17,094 INFO Processing ruok command from /127.0.0.1:55058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:32:17,173 INFO Processing ruok command from /127.0.0.1:55062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:32:27,072 INFO Processing ruok command from /127.0.0.1:55332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:32:27,159 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:32:37,073 INFO Processing ruok command from /127.0.0.1:55592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:32:37,142 INFO Processing ruok command from /127.0.0.1:55596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:32:47,100 INFO Processing ruok command from /127.0.0.1:55866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:32:47,196 INFO Processing ruok command from /127.0.0.1:55872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:32:57,061 INFO Processing ruok command from /127.0.0.1:56130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:32:57,134 INFO Processing ruok command from /127.0.0.1:56134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:33:07,089 INFO Processing ruok command from /127.0.0.1:56398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:33:07,185 INFO Processing ruok command from /127.0.0.1:56402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:33:17,125 INFO Processing ruok command from /127.0.0.1:56670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:33:17,182 INFO Processing ruok command from /127.0.0.1:56674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:33:27,058 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:33:27,112 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:33:37,079 INFO Processing ruok command from /127.0.0.1:57204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:33:37,159 INFO Processing ruok command from /127.0.0.1:57208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:33:39,644 INFO Committing global session 0x10000460bbf0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:33:47,074 INFO Processing ruok command from /127.0.0.1:57480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:33:47,102 INFO Processing ruok command from /127.0.0.1:57482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:33:57,072 INFO Processing ruok command from /127.0.0.1:57746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:33:57,123 INFO Processing ruok command from /127.0.0.1:57748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:34:07,066 INFO Processing ruok command from /127.0.0.1:58022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:34:07,145 INFO Processing ruok command from /127.0.0.1:58026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:34:17,081 INFO Processing ruok command from /127.0.0.1:58300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:34:17,136 INFO Processing ruok command from /127.0.0.1:58304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:34:27,086 INFO Processing ruok command from /127.0.0.1:58562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:34:27,163 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:34:37,063 INFO Processing ruok command from /127.0.0.1:58830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:34:37,129 INFO Processing ruok command from /127.0.0.1:58832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:34:47,083 INFO Processing ruok command from /127.0.0.1:59106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:34:47,150 INFO Processing ruok command from /127.0.0.1:59110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:34:57,086 INFO Processing ruok command from /127.0.0.1:59372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:34:57,152 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:35:07,062 INFO Processing ruok command from /127.0.0.1:59640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:35:07,099 INFO Processing ruok command from /127.0.0.1:59642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:35:17,072 INFO Processing ruok command from /127.0.0.1:59918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:35:17,147 INFO Processing ruok command from /127.0.0.1:59922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:35:27,080 INFO Processing ruok command from /127.0.0.1:60180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:35:27,154 INFO Processing ruok command from /127.0.0.1:60184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:35:37,092 INFO Processing ruok command from /127.0.0.1:60454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:35:37,188 INFO Processing ruok command from /127.0.0.1:60458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:35:39,553 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2023-05-03 23:35:39,568 INFO Committing global session 0x20000463cf9000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:35:40,291 INFO Submitting global closeSession request for session 0x20000463cf9000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:35:47,086 INFO Processing ruok command from /127.0.0.1:60728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:35:47,180 INFO Processing ruok command from /127.0.0.1:60732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:35:57,073 INFO Processing ruok command from /127.0.0.1:60992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:35:57,166 INFO Processing ruok command from /127.0.0.1:60996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:36:07,087 INFO Processing ruok command from /127.0.0.1:33028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:36:07,173 INFO Processing ruok command from /127.0.0.1:33032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:36:17,078 INFO Processing ruok command from /127.0.0.1:33304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:36:17,155 INFO Processing ruok command from /127.0.0.1:33308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:36:27,099 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:36:27,156 INFO Processing ruok command from /127.0.0.1:33568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:36:37,049 INFO Processing ruok command from /127.0.0.1:33826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:36:37,128 INFO Processing ruok command from /127.0.0.1:33828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:36:47,062 INFO Processing ruok command from /127.0.0.1:34112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:36:47,134 INFO Processing ruok command from /127.0.0.1:34116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:36:57,072 INFO Processing ruok command from /127.0.0.1:34376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:36:57,141 INFO Processing ruok command from /127.0.0.1:34380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:37:07,052 INFO Processing ruok command from /127.0.0.1:34644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:37:07,135 INFO Processing ruok command from /127.0.0.1:34648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:37:17,102 INFO Processing ruok command from /127.0.0.1:34920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:37:17,182 INFO Processing ruok command from /127.0.0.1:34924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:37:27,046 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:37:27,094 INFO Processing ruok command from /127.0.0.1:35184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:37:37,072 INFO Processing ruok command from /127.0.0.1:35446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:37:37,134 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:37:39,619 INFO Committing global session 0x10000460bbf0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:37:47,061 INFO Processing ruok command from /127.0.0.1:35732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:37:47,133 INFO Processing ruok command from /127.0.0.1:35736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:37:57,055 INFO Processing ruok command from /127.0.0.1:35996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:37:57,148 INFO Processing ruok command from /127.0.0.1:36000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:38:07,077 INFO Processing ruok command from /127.0.0.1:36264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:38:07,114 INFO Processing ruok command from /127.0.0.1:36266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:38:17,071 INFO Processing ruok command from /127.0.0.1:36540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:38:17,182 INFO Processing ruok command from /127.0.0.1:36544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:38:27,076 INFO Processing ruok command from /127.0.0.1:36802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:38:27,174 INFO Processing ruok command from /127.0.0.1:36806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:38:37,068 INFO Processing ruok command from /127.0.0.1:37066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:38:37,107 INFO Processing ruok command from /127.0.0.1:37068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:38:47,081 INFO Processing ruok command from /127.0.0.1:37342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:38:47,181 INFO Processing ruok command from /127.0.0.1:37346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:38:57,088 INFO Processing ruok command from /127.0.0.1:37622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:38:57,169 INFO Processing ruok command from /127.0.0.1:37626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:39:07,069 INFO Processing ruok command from /127.0.0.1:37886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:39:07,170 INFO Processing ruok command from /127.0.0.1:37890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:39:17,088 INFO Processing ruok command from /127.0.0.1:38164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:39:17,175 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:39:27,095 INFO Processing ruok command from /127.0.0.1:38428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:39:27,171 INFO Processing ruok command from /127.0.0.1:38432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:39:37,041 INFO Processing ruok command from /127.0.0.1:38686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:39:37,083 INFO Processing ruok command from /127.0.0.1:38688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:39:39,487 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2023-05-03 23:39:39,500 INFO Committing global session 0x20000463cf9000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:39:40,387 INFO Submitting global closeSession request for session 0x20000463cf9000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:39:47,076 INFO Processing ruok command from /127.0.0.1:38962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:39:47,161 INFO Processing ruok command from /127.0.0.1:38966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:39:57,091 INFO Processing ruok command from /127.0.0.1:39236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:39:57,171 INFO Processing ruok command from /127.0.0.1:39240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:40:07,077 INFO Processing ruok command from /127.0.0.1:39500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:40:07,138 INFO Processing ruok command from /127.0.0.1:39504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:40:17,072 INFO Processing ruok command from /127.0.0.1:39778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:40:17,148 INFO Processing ruok command from /127.0.0.1:39782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:40:27,077 INFO Processing ruok command from /127.0.0.1:40040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:40:27,145 INFO Processing ruok command from /127.0.0.1:40044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:40:37,067 INFO Processing ruok command from /127.0.0.1:40334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:40:37,141 INFO Processing ruok command from /127.0.0.1:40340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:40:47,078 INFO Processing ruok command from /127.0.0.1:40630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:40:47,152 INFO Processing ruok command from /127.0.0.1:40634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:40:57,073 INFO Processing ruok command from /127.0.0.1:40902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:40:57,173 INFO Processing ruok command from /127.0.0.1:40906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:41:07,047 INFO Processing ruok command from /127.0.0.1:41186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:41:07,158 INFO Processing ruok command from /127.0.0.1:41190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:41:17,093 INFO Processing ruok command from /127.0.0.1:41470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:41:17,184 INFO Processing ruok command from /127.0.0.1:41474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:41:27,080 INFO Processing ruok command from /127.0.0.1:41734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:41:27,110 INFO Processing ruok command from /127.0.0.1:41736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:41:37,087 INFO Processing ruok command from /127.0.0.1:41994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:41:37,203 INFO Processing ruok command from /127.0.0.1:42000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:41:39,406 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2023-05-03 23:41:39,417 INFO Committing global session 0x20000463cf9000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:41:40,348 INFO Submitting global closeSession request for session 0x20000463cf9000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:41:47,064 INFO Processing ruok command from /127.0.0.1:42270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:41:47,154 INFO Processing ruok command from /127.0.0.1:42274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:41:57,079 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:41:57,192 INFO Processing ruok command from /127.0.0.1:42540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:42:07,074 INFO Processing ruok command from /127.0.0.1:42808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:42:07,175 INFO Processing ruok command from /127.0.0.1:42812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:42:17,114 INFO Processing ruok command from /127.0.0.1:43090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:42:17,194 INFO Processing ruok command from /127.0.0.1:43096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:42:27,077 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:42:27,167 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:42:37,067 INFO Processing ruok command from /127.0.0.1:43614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:42:37,148 INFO Processing ruok command from /127.0.0.1:43618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:42:47,047 INFO Processing ruok command from /127.0.0.1:43892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:42:47,134 INFO Processing ruok command from /127.0.0.1:43896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:42:57,064 INFO Processing ruok command from /127.0.0.1:44156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:42:57,156 INFO Processing ruok command from /127.0.0.1:44160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:43:07,090 INFO Processing ruok command from /127.0.0.1:44418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:43:07,168 INFO Processing ruok command from /127.0.0.1:44424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:43:17,101 INFO Processing ruok command from /127.0.0.1:44712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:43:17,162 INFO Processing ruok command from /127.0.0.1:44716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:43:27,080 INFO Processing ruok command from /127.0.0.1:44974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:43:27,129 INFO Processing ruok command from /127.0.0.1:44976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:43:37,075 INFO Processing ruok command from /127.0.0.1:45236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:43:37,159 INFO Processing ruok command from /127.0.0.1:45240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:43:39,696 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-05-03 23:43:39,709 INFO Committing global session 0x20000463cf90010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:43:40,608 INFO Submitting global closeSession request for session 0x20000463cf90010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:43:47,070 INFO Processing ruok command from /127.0.0.1:45510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:43:47,151 INFO Processing ruok command from /127.0.0.1:45514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:43:57,043 INFO Processing ruok command from /127.0.0.1:45776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:43:57,148 INFO Processing ruok command from /127.0.0.1:45780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:44:07,059 INFO Processing ruok command from /127.0.0.1:46038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:44:07,123 INFO Processing ruok command from /127.0.0.1:46040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:44:17,081 INFO Processing ruok command from /127.0.0.1:46330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:44:17,170 INFO Processing ruok command from /127.0.0.1:46334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:44:27,078 INFO Processing ruok command from /127.0.0.1:46594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:44:27,146 INFO Processing ruok command from /127.0.0.1:46598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:44:37,080 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:44:37,170 INFO Processing ruok command from /127.0.0.1:46858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:44:47,085 INFO Processing ruok command from /127.0.0.1:47134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:44:47,153 INFO Processing ruok command from /127.0.0.1:47138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:44:57,082 INFO Processing ruok command from /127.0.0.1:47398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:44:57,151 INFO Processing ruok command from /127.0.0.1:47402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:45:07,075 INFO Processing ruok command from /127.0.0.1:47660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:45:07,134 INFO Processing ruok command from /127.0.0.1:47664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:45:17,091 INFO Processing ruok command from /127.0.0.1:47938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:45:17,174 INFO Processing ruok command from /127.0.0.1:47942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:45:27,072 INFO Processing ruok command from /127.0.0.1:48216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:45:27,134 INFO Processing ruok command from /127.0.0.1:48220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:45:37,074 INFO Processing ruok command from /127.0.0.1:48476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:45:37,136 INFO Processing ruok command from /127.0.0.1:48480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:45:39,432 INFO Committing global session 0x10000460bbf0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:45:47,090 INFO Processing ruok command from /127.0.0.1:48752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:45:47,146 INFO Processing ruok command from /127.0.0.1:48756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:45:57,087 INFO Processing ruok command from /127.0.0.1:49016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:45:57,172 INFO Processing ruok command from /127.0.0.1:49020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:46:07,091 INFO Processing ruok command from /127.0.0.1:49278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:46:07,152 INFO Processing ruok command from /127.0.0.1:49282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:46:17,079 INFO Processing ruok command from /127.0.0.1:49558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:46:17,147 INFO Processing ruok command from /127.0.0.1:49562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:46:27,075 INFO Processing ruok command from /127.0.0.1:49832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:46:27,143 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:46:37,061 INFO Processing ruok command from /127.0.0.1:50094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:46:37,162 INFO Processing ruok command from /127.0.0.1:50098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:46:47,078 INFO Processing ruok command from /127.0.0.1:50372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:46:47,142 INFO Processing ruok command from /127.0.0.1:50376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:46:57,062 INFO Processing ruok command from /127.0.0.1:50632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:46:57,141 INFO Processing ruok command from /127.0.0.1:50636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:47:07,081 INFO Processing ruok command from /127.0.0.1:50896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:47:07,140 INFO Processing ruok command from /127.0.0.1:50900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:47:17,078 INFO Processing ruok command from /127.0.0.1:51176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:47:17,168 INFO Processing ruok command from /127.0.0.1:51180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:47:27,073 INFO Processing ruok command from /127.0.0.1:51438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:47:27,123 INFO Processing ruok command from /127.0.0.1:51440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:47:37,070 INFO Processing ruok command from /127.0.0.1:51710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:47:37,149 INFO Processing ruok command from /127.0.0.1:51714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:47:39,512 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-05-03 23:47:39,524 INFO Committing global session 0x20000463cf90011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:47:40,438 INFO Submitting global closeSession request for session 0x20000463cf90011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:47:47,081 INFO Processing ruok command from /127.0.0.1:51984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:47:47,120 INFO Processing ruok command from /127.0.0.1:51986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:47:57,067 INFO Processing ruok command from /127.0.0.1:52246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:47:57,161 INFO Processing ruok command from /127.0.0.1:52250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:48:07,084 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:48:07,159 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:48:17,048 INFO Processing ruok command from /127.0.0.1:52790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:48:17,161 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:48:27,082 INFO Processing ruok command from /127.0.0.1:53056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:48:27,173 INFO Processing ruok command from /127.0.0.1:53060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:48:37,069 INFO Processing ruok command from /127.0.0.1:53328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:48:37,160 INFO Processing ruok command from /127.0.0.1:53332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:48:47,072 INFO Processing ruok command from /127.0.0.1:53604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:48:47,155 INFO Processing ruok command from /127.0.0.1:53608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:48:57,061 INFO Processing ruok command from /127.0.0.1:53864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:48:57,144 INFO Processing ruok command from /127.0.0.1:53868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:49:07,058 INFO Processing ruok command from /127.0.0.1:54126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:49:07,119 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:49:17,096 INFO Processing ruok command from /127.0.0.1:54408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:49:17,188 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:49:27,070 INFO Processing ruok command from /127.0.0.1:54672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:49:27,135 INFO Processing ruok command from /127.0.0.1:54676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:49:37,061 INFO Processing ruok command from /127.0.0.1:54936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:49:37,156 INFO Processing ruok command from /127.0.0.1:54940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:49:39,412 INFO Committing global session 0x10000460bbf000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:49:47,070 INFO Processing ruok command from /127.0.0.1:55224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:49:47,147 INFO Processing ruok command from /127.0.0.1:55228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:49:57,068 INFO Processing ruok command from /127.0.0.1:55484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:49:57,154 INFO Processing ruok command from /127.0.0.1:55488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:50:07,091 INFO Processing ruok command from /127.0.0.1:55750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:50:07,166 INFO Processing ruok command from /127.0.0.1:55754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:50:17,088 INFO Processing ruok command from /127.0.0.1:56032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:50:17,166 INFO Processing ruok command from /127.0.0.1:56036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:50:27,084 INFO Processing ruok command from /127.0.0.1:56294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:50:27,173 INFO Processing ruok command from /127.0.0.1:56298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:50:37,072 INFO Processing ruok command from /127.0.0.1:56558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:50:37,152 INFO Processing ruok command from /127.0.0.1:56562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:50:47,080 INFO Processing ruok command from /127.0.0.1:56848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:50:47,160 INFO Processing ruok command from /127.0.0.1:56852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:50:57,069 INFO Processing ruok command from /127.0.0.1:57112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:50:57,105 INFO Processing ruok command from /127.0.0.1:57114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:51:07,074 INFO Processing ruok command from /127.0.0.1:57382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:51:07,154 INFO Processing ruok command from /127.0.0.1:57386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:51:17,100 INFO Processing ruok command from /127.0.0.1:57662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:51:17,192 INFO Processing ruok command from /127.0.0.1:57668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:51:27,076 INFO Processing ruok command from /127.0.0.1:57924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:51:27,107 INFO Processing ruok command from /127.0.0.1:57926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:51:37,087 INFO Processing ruok command from /127.0.0.1:58186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:51:37,194 INFO Processing ruok command from /127.0.0.1:58192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:51:39,616 INFO Committing global session 0x3000049870a000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:51:45,890 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-03 23:51:45,890 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-05-03 23:51:45,913 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-03 23:51:47,065 INFO Processing ruok command from /127.0.0.1:58460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:51:47,154 INFO Processing ruok command from /127.0.0.1:58464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:51:47,518 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-05-03 23:51:47,522 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] 2023-05-03 23:51:47,525 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-05-03 23:51:47,526 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] 2023-05-03 23:51:56,810 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-05-03 23:51:56,810 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-03 23:51:56,812 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-05-03 23:51:56,813 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-03 23:51:57,093 INFO Processing ruok command from /127.0.0.1:58734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:51:57,132 INFO Processing ruok command from /127.0.0.1:58738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:52:07,086 INFO Processing ruok command from /127.0.0.1:59004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:52:07,133 INFO Processing ruok command from /127.0.0.1:59008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:52:17,068 INFO Processing ruok command from /127.0.0.1:59288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:52:17,156 INFO Processing ruok command from /127.0.0.1:59292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:52:27,062 INFO Processing ruok command from /127.0.0.1:59550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:52:27,114 INFO Processing ruok command from /127.0.0.1:59552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:52:37,071 INFO Processing ruok command from /127.0.0.1:59810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:52:37,150 INFO Processing ruok command from /127.0.0.1:59814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:52:47,060 INFO Processing ruok command from /127.0.0.1:60084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:52:47,149 INFO Processing ruok command from /127.0.0.1:60088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:52:57,095 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:52:57,152 INFO Processing ruok command from /127.0.0.1:60364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:53:07,065 INFO Processing ruok command from /127.0.0.1:60624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:53:07,173 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:53:17,104 INFO Processing ruok command from /127.0.0.1:60904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:53:17,184 INFO Processing ruok command from /127.0.0.1:60908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:53:27,063 INFO Processing ruok command from /127.0.0.1:32936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:53:27,111 INFO Processing ruok command from /127.0.0.1:32938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:53:37,063 INFO Processing ruok command from /127.0.0.1:33196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:53:37,146 INFO Processing ruok command from /127.0.0.1:33200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:53:39,460 INFO Committing global session 0x10000460bbf000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:53:47,086 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:53:47,145 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:53:57,048 INFO Processing ruok command from /127.0.0.1:33736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:53:57,100 INFO Processing ruok command from /127.0.0.1:33738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:54:07,064 INFO Processing ruok command from /127.0.0.1:34012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:54:07,145 INFO Processing ruok command from /127.0.0.1:34016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:54:17,059 INFO Processing ruok command from /127.0.0.1:34290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:54:17,102 INFO Processing ruok command from /127.0.0.1:34292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:54:27,074 INFO Processing ruok command from /127.0.0.1:34552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:54:27,168 INFO Processing ruok command from /127.0.0.1:34556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:54:37,116 INFO Processing ruok command from /127.0.0.1:34814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:54:37,183 INFO Processing ruok command from /127.0.0.1:34818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:54:47,077 INFO Processing ruok command from /127.0.0.1:35090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:54:47,143 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:54:57,064 INFO Processing ruok command from /127.0.0.1:35370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:54:57,145 INFO Processing ruok command from /127.0.0.1:35374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:55:07,109 INFO Processing ruok command from /127.0.0.1:35654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:55:07,187 INFO Processing ruok command from /127.0.0.1:35658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:55:17,082 INFO Processing ruok command from /127.0.0.1:35936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:55:17,175 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:55:27,108 INFO Processing ruok command from /127.0.0.1:36200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:55:27,191 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:55:37,068 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:55:37,126 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:55:39,376 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-05-03 23:55:39,389 INFO Committing global session 0x20000463cf90012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:55:40,292 INFO Submitting global closeSession request for session 0x20000463cf90012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:55:47,061 INFO Processing ruok command from /127.0.0.1:36742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:55:47,127 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:55:57,071 INFO Processing ruok command from /127.0.0.1:37006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:55:57,158 INFO Processing ruok command from /127.0.0.1:37010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:56:07,062 INFO Processing ruok command from /127.0.0.1:37266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:56:07,102 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:56:17,080 INFO Processing ruok command from /127.0.0.1:37566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:56:17,166 INFO Processing ruok command from /127.0.0.1:37570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:56:27,077 INFO Processing ruok command from /127.0.0.1:37830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:56:27,131 INFO Processing ruok command from /127.0.0.1:37834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:56:37,048 INFO Processing ruok command from /127.0.0.1:38088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:56:37,151 INFO Processing ruok command from /127.0.0.1:38094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:56:47,071 INFO Processing ruok command from /127.0.0.1:38364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:56:47,119 INFO Processing ruok command from /127.0.0.1:38366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:56:57,061 INFO Processing ruok command from /127.0.0.1:38630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:56:57,108 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:57:07,073 INFO Processing ruok command from /127.0.0.1:38890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:57:07,150 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:57:17,066 INFO Processing ruok command from /127.0.0.1:39182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:57:17,163 INFO Processing ruok command from /127.0.0.1:39186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:57:27,078 INFO Processing ruok command from /127.0.0.1:39448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:57:27,161 INFO Processing ruok command from /127.0.0.1:39452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:57:37,080 INFO Processing ruok command from /127.0.0.1:39704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:57:37,146 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:57:39,628 INFO Committing global session 0x3000049870a000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:57:47,084 INFO Processing ruok command from /127.0.0.1:39980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:57:47,119 INFO Processing ruok command from /127.0.0.1:39982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:57:57,069 INFO Processing ruok command from /127.0.0.1:40246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:57:57,134 INFO Processing ruok command from /127.0.0.1:40250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:58:07,064 INFO Processing ruok command from /127.0.0.1:40508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:58:07,149 INFO Processing ruok command from /127.0.0.1:40512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:58:17,096 INFO Processing ruok command from /127.0.0.1:40786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:58:17,166 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:58:27,086 INFO Processing ruok command from /127.0.0.1:41068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:58:27,168 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:58:37,089 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:58:37,141 INFO Processing ruok command from /127.0.0.1:41336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-03 23:58:47,091 INFO Processing ruok command from /127.0.0.1:41610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-03 23:58:47,165 INFO Processing ruok command from /127.0.0.1:41614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-03 23:58:57,070 INFO Processing ruok command from /127.0.0.1:41870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-03 23:58:57,151 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-03 23:59:07,073 INFO Processing ruok command from /127.0.0.1:42128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-03 23:59:07,160 INFO Processing ruok command from /127.0.0.1:42132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-03 23:59:17,084 INFO Processing ruok command from /127.0.0.1:42404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-03 23:59:17,136 INFO Processing ruok command from /127.0.0.1:42408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-03 23:59:27,078 INFO Processing ruok command from /127.0.0.1:42686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-03 23:59:27,159 INFO Processing ruok command from /127.0.0.1:42690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-03 23:59:37,066 INFO Processing ruok command from /127.0.0.1:42946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-03 23:59:37,152 INFO Processing ruok command from /127.0.0.1:42950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-03 23:59:39,344 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-05-03 23:59:39,356 INFO Committing global session 0x20000463cf90013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-03 23:59:40,249 INFO Submitting global closeSession request for session 0x20000463cf90013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-03 23:59:47,087 INFO Processing ruok command from /127.0.0.1:43222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-03 23:59:47,168 INFO Processing ruok command from /127.0.0.1:43226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-03 23:59:57,067 INFO Processing ruok command from /127.0.0.1:43494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-03 23:59:57,141 INFO Processing ruok command from /127.0.0.1:43498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-04 00:00:07,087 INFO Processing ruok command from /127.0.0.1:43752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-04 00:00:07,210 INFO Processing ruok command from /127.0.0.1:43758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-04 00:00:17,061 INFO Processing ruok command from /127.0.0.1:44026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-04 00:00:17,103 INFO Processing ruok command from /127.0.0.1:44028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-04 00:00:27,081 INFO Processing ruok command from /127.0.0.1:44294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-04 00:00:27,141 INFO Processing ruok command from /127.0.0.1:44298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-04 00:00:37,076 INFO Processing ruok command from /127.0.0.1:44562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-04 00:00:37,166 INFO Processing ruok command from /127.0.0.1:44566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-04 00:00:47,085 INFO Processing ruok command from /127.0.0.1:44838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-04 00:00:47,167 INFO Processing ruok command from /127.0.0.1:44842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-04 00:00:57,067 INFO Processing ruok command from /127.0.0.1:45104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-04 00:00:57,142 INFO Processing ruok command from /127.0.0.1:45108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-04 00:01:07,083 INFO Processing ruok command from /127.0.0.1:45370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-04 00:01:07,172 INFO Processing ruok command from /127.0.0.1:45374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-04 00:01:17,103 INFO Processing ruok command from /127.0.0.1:45650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-04 00:01:17,182 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-04 00:01:27,070 INFO Processing ruok command from /127.0.0.1:45918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-04 00:01:27,143 INFO Processing ruok command from /127.0.0.1:45922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-04 00:01:37,060 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-04 00:01:37,159 INFO Processing ruok command from /127.0.0.1:46192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-04 00:01:39,360 INFO Committing global session 0x10000460bbf000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-04 00:01:47,079 INFO Processing ruok command from /127.0.0.1:46464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-04 00:01:47,142 INFO Processing ruok command from /127.0.0.1:46468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-04 00:01:57,071 INFO Processing ruok command from /127.0.0.1:46730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-04 00:01:57,147 INFO Processing ruok command from /127.0.0.1:46734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-04 00:02:07,081 INFO Processing ruok command from /127.0.0.1:46990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-04 00:02:07,123 INFO Processing ruok command from /127.0.0.1:46992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-04 00:02:17,062 INFO Processing ruok command from /127.0.0.1:47270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-04 00:02:17,139 INFO Processing ruok command from /127.0.0.1:47274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-04 00:02:27,069 INFO Processing ruok command from /127.0.0.1:47536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-04 00:02:27,173 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-04 00:02:37,096 INFO Processing ruok command from /127.0.0.1:47798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-04 00:02:37,156 INFO Processing ruok command from /127.0.0.1:47802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-04 00:02:47,061 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-04 00:02:47,116 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-04 00:02:57,087 INFO Processing ruok command from /127.0.0.1:48352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-04 00:02:57,159 INFO Processing ruok command from /127.0.0.1:48356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-04 00:03:07,057 INFO Processing ruok command from /127.0.0.1:48614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-04 00:03:07,144 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-04 00:03:17,084 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-04 00:03:17,179 INFO Processing ruok command from /127.0.0.1:48896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-04 00:03:27,052 INFO Processing ruok command from /127.0.0.1:49158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-04 00:03:27,124 INFO Processing ruok command from /127.0.0.1:49160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-04 00:03:37,085 INFO Processing ruok command from /127.0.0.1:49416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-04 00:03:37,156 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-04 00:03:39,377 INFO Committing global session 0x3000049870a000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-04 00:03:47,083 INFO Processing ruok command from /127.0.0.1:49704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-04 00:03:47,157 INFO Processing ruok command from /127.0.0.1:49708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-04 00:03:57,066 INFO Processing ruok command from /127.0.0.1:49966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-04 00:03:57,158 INFO Processing ruok command from /127.0.0.1:49970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-04 00:04:07,061 INFO Processing ruok command from /127.0.0.1:50232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-04 00:04:07,101 INFO Processing ruok command from /127.0.0.1:50234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-04 00:04:17,073 INFO Processing ruok command from /127.0.0.1:50510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-04 00:04:17,154 INFO Processing ruok command from /127.0.0.1:50514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-04 00:04:27,073 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-04 00:04:27,156 INFO Processing ruok command from /127.0.0.1:50780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-04 00:04:37,084 INFO Processing ruok command from /127.0.0.1:51038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-04 00:04:37,177 INFO Processing ruok command from /127.0.0.1:51042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-04 00:04:47,072 INFO Processing ruok command from /127.0.0.1:51314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-04 00:04:47,155 INFO Processing ruok command from /127.0.0.1:51318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-04 00:04:57,059 INFO Processing ruok command from /127.0.0.1:51586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-04 00:04:57,144 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-04 00:05:07,086 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-04 00:05:07,168 INFO Processing ruok command from /127.0.0.1:51854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-04 00:05:17,078 INFO Processing ruok command from /127.0.0.1:52128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-04 00:05:17,142 INFO Processing ruok command from /127.0.0.1:52132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-04 00:05:27,068 INFO Processing ruok command from /127.0.0.1:52394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-04 00:05:27,111 INFO Processing ruok command from /127.0.0.1:52396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-04 00:05:37,073 INFO Processing ruok command from /127.0.0.1:52656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-04 00:05:37,167 INFO Processing ruok command from /127.0.0.1:52660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-04 00:05:39,392 INFO Committing global session 0x10000460bbf000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-04 00:05:47,066 INFO Processing ruok command from /127.0.0.1:52932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-04 00:05:47,125 INFO Processing ruok command from /127.0.0.1:52934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-04 00:05:57,057 INFO Processing ruok command from /127.0.0.1:53210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-04 00:05:57,173 INFO Processing ruok command from /127.0.0.1:53216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-04 00:06:07,075 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-04 00:06:07,162 INFO Processing ruok command from /127.0.0.1:53478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-04 00:06:17,070 INFO Processing ruok command from /127.0.0.1:53750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-04 00:06:17,144 INFO Processing ruok command from /127.0.0.1:53754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-04 00:06:27,072 INFO Processing ruok command from /127.0.0.1:54016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-04 00:06:27,151 INFO Processing ruok command from /127.0.0.1:54020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-04 00:06:37,069 INFO Processing ruok command from /127.0.0.1:54276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-04 00:06:37,105 INFO Processing ruok command from /127.0.0.1:54278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-04 00:06:47,069 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-04 00:06:47,165 INFO Processing ruok command from /127.0.0.1:54556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-04 00:06:57,068 INFO Processing ruok command from /127.0.0.1:54812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-04 00:06:57,127 INFO Processing ruok command from /127.0.0.1:54814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-04 00:07:07,092 INFO Processing ruok command from /127.0.0.1:55086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-04 00:07:07,165 INFO Processing ruok command from /127.0.0.1:55090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-04 00:07:17,081 INFO Processing ruok command from /127.0.0.1:55364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-04 00:07:17,164 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-04 00:07:27,087 INFO Processing ruok command from /127.0.0.1:55630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-04 00:07:27,170 INFO Processing ruok command from /127.0.0.1:55634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-04 00:07:37,079 INFO Processing ruok command from /127.0.0.1:55888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-04 00:07:37,147 INFO Processing ruok command from /127.0.0.1:55892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-04 00:07:39,394 INFO Committing global session 0x3000049870a000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-04 00:07:47,099 INFO Processing ruok command from /127.0.0.1:56164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-04 00:07:47,154 INFO Processing ruok command from /127.0.0.1:56168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-04 00:07:57,087 INFO Processing ruok command from /127.0.0.1:56436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-04 00:07:57,161 INFO Processing ruok command from /127.0.0.1:56440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]