By type
Detected Zookeeper ID 3 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2023-01-17 04:34:23,224 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-01-17 04:34:23,232 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-01-17 04:34:23,232 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-01-17 04:34:23,236 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2023-01-17 04:34:23,236 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-01-17 04:34:23,237 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-01-17 04:34:23,267 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-01-17 04:34:23,267 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-01-17 04:34:23,269 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-01-17 04:34:23,271 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2023-01-17 04:34:23,271 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2023-01-17 04:34:23,277 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-01-17 04:34:23,287 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-01-17 04:34:23,290 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2023-01-17 04:34:23,398 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,399 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,399 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,482 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-01-17 04:34:23,484 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-01-17 04:34:23,485 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,485 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,485 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,504 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-01-17 04:34:23,505 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-01-17 04:34:23,513 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,518 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-01-17 04:34:23,519 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,520 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,520 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,520 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,520 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,520 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,520 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,520 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,537 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,537 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,539 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,539 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,539 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,539 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,539 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-01-17 04:34:23,539 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-01-17 04:34:23,540 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:os.memory.free=167MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO Server environment:os.memory.total=185MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,540 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,541 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,541 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,541 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,541 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-01-17 04:34:23,548 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-01-17 04:34:23,548 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-01-17 04:34:23,550 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-01-17 04:34:23,550 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-01-17 04:34:23,564 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,565 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,565 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,565 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,565 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,565 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,565 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,584 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2023-01-17 04:34:23,584 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-01-17 04:34:23,591 INFO Snapshot loaded in 25 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-01-17 04:34:23,592 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-01-17 04:34:23,596 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-01-17 04:34:23,599 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,690 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,690 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,692 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-01-17 04:34:23,693 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-01-17 04:34:23,700 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2023-01-17 04:34:23,702 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-01-17 04:34:23,702 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-01-17 04:34:23,705 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:23,706 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2023-01-17 04:34:23,708 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:23,717 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:23,721 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:23,732 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2023-01-17 04:34:23,935 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,143 INFO Received connection request from /10.233.70.56:37936 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:24,336 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,365 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.56:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] 2023-01-17 04:34:24,386 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=3]] 2023-01-17 04:34:24,391 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2023-01-17 04:34:24,407 INFO Accepted TLS connection from /10.233.70.56:37936 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:24,414 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1454) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1065) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-01-17 04:34:24,424 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-01-17 04:34:24,415 INFO Received connection request from /10.233.65.15:36676 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:24,414 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-01-17 04:34:24,426 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-01-17 04:34:24,540 INFO Accepted TLS connection from /10.233.65.15:36676 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:24,553 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.15:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2023-01-17 04:34:24,556 INFO Received connection request from /10.233.65.15:36680 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:24,560 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2023-01-17 04:34:24,562 INFO Accepted TLS connection from /10.233.65.15:36680 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.88:3888] 2023-01-17 04:34:24,564 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-01-17 04:34:24,564 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2023-01-17 04:34:24,564 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1454) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1065) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-01-17 04:34:24,569 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2023-01-17 04:34:24,582 INFO SSL handshake complete with /10.233.70.56:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2023-01-17 04:34:24,588 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2023-01-17 04:34:24,637 INFO SSL handshake complete with /10.233.65.15:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 2023-01-17 04:34:24,643 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2023-01-17 04:34:24,843 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,844 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,849 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,849 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,849 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,849 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,849 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,853 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,854 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,855 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,856 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,856 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,858 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,858 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,858 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,859 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,859 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,859 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,861 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,861 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,861 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,865 INFO LEADING - LEADER ELECTION TOOK - 1144 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,870 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,871 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,876 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:24,942 INFO Accepted TLS connection from /10.233.70.56:37812 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.70.56:37812] 2023-01-17 04:34:24,944 INFO Accepted TLS connection from /10.233.65.15:53842 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.65.15:53842] 2023-01-17 04:34:24,945 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.56:37812] 2023-01-17 04:34:24,951 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.15:53842] 2023-01-17 04:34:24,956 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.70.56:37812] 2023-01-17 04:34:24,956 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.65.15:53842] 2023-01-17 04:34:24,957 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.56:37812] 2023-01-17 04:34:24,957 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.15:53842] 2023-01-17 04:34:24,957 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.56:37812] 2023-01-17 04:34:24,957 INFO Sending DIFF zxid=0x0 for peer sid: 2 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.15:53842] 2023-01-17 04:34:24,960 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:25,009 INFO Have quorum of supporters, sids: [[1, 3],[1, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:25,028 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:25,028 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:25,039 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2023-01-17 04:34:25,041 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:25,042 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:25,061 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-01-17 04:34:44,907 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-2] 2023-01-17 04:34:44,907 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-2] 2023-01-17 04:34:44,908 INFO Processing ruok command from /127.0.0.1:55050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:34:44,908 INFO Processing ruok command from /127.0.0.1:55048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:34:46,732 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-01-17 04:34:46,760 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2023-01-17 04:34:46,771 INFO Committing global session 0x300003b9e6c0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:34:47,204 INFO Submitting global closeSession request for session 0x300003b9e6c0000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 04:34:54,875 INFO Processing ruok command from /127.0.0.1:55128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:34:54,942 INFO Processing ruok command from /127.0.0.1:55130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:35:04,399 INFO Committing global session 0x200003d11bc0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:35:04,436 INFO Committing global session 0x200003d11bc0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:35:04,885 INFO Processing ruok command from /127.0.0.1:55182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:35:04,930 INFO Processing ruok command from /127.0.0.1:55184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:35:07,693 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-01-17 04:35:07,712 INFO Committing global session 0x300003b9e6c0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:35:08,025 INFO Committing global session 0x100003be9ee0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:35:14,862 INFO Processing ruok command from /127.0.0.1:55238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:35:14,899 INFO Processing ruok command from /127.0.0.1:55240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:35:24,862 INFO Processing ruok command from /127.0.0.1:55286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:35:24,883 INFO Processing ruok command from /127.0.0.1:55288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:35:25,922 INFO Committing global session 0x200003d11bc0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:35:30,851 INFO Committing global session 0x100003be9ee0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:35:34,867 INFO Processing ruok command from /127.0.0.1:55340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:35:34,892 INFO Processing ruok command from /127.0.0.1:55342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:35:44,871 INFO Processing ruok command from /127.0.0.1:55392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:35:44,902 INFO Processing ruok command from /127.0.0.1:55394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:35:54,866 INFO Processing ruok command from /127.0.0.1:55540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:35:54,894 INFO Processing ruok command from /127.0.0.1:55542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:35:57,937 INFO Committing global session 0x100003be9ee0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:36:04,886 INFO Processing ruok command from /127.0.0.1:55630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:36:04,927 INFO Processing ruok command from /127.0.0.1:55632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:36:14,870 INFO Processing ruok command from /127.0.0.1:55716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:36:14,908 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:36:18,490 INFO Committing global session 0x200003d11bc0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:36:24,871 INFO Processing ruok command from /127.0.0.1:55778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:36:24,899 INFO Processing ruok command from /127.0.0.1:55780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:36:34,869 INFO Processing ruok command from /127.0.0.1:55836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:36:34,911 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:36:44,862 INFO Processing ruok command from /127.0.0.1:55906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:36:44,891 INFO Processing ruok command from /127.0.0.1:55908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:36:54,859 INFO Processing ruok command from /127.0.0.1:55962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:36:54,891 INFO Processing ruok command from /127.0.0.1:55964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:37:04,856 INFO Processing ruok command from /127.0.0.1:56020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:37:04,889 INFO Processing ruok command from /127.0.0.1:56022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:37:14,865 INFO Processing ruok command from /127.0.0.1:56084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:37:14,897 INFO Processing ruok command from /127.0.0.1:56086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:37:20,272 INFO Committing global session 0x200003d11bc0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:37:24,865 INFO Processing ruok command from /127.0.0.1:56142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:37:24,901 INFO Processing ruok command from /127.0.0.1:56144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:37:34,868 INFO Processing ruok command from /127.0.0.1:56200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:37:34,897 INFO Processing ruok command from /127.0.0.1:56202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:37:44,860 INFO Processing ruok command from /127.0.0.1:56262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:37:44,892 INFO Processing ruok command from /127.0.0.1:56264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:37:54,861 INFO Processing ruok command from /127.0.0.1:56324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:37:54,896 INFO Processing ruok command from /127.0.0.1:56326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:38:04,875 INFO Processing ruok command from /127.0.0.1:56384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:38:04,899 INFO Processing ruok command from /127.0.0.1:56386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:38:14,873 INFO Processing ruok command from /127.0.0.1:56446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:38:14,908 INFO Processing ruok command from /127.0.0.1:56448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:38:24,861 INFO Processing ruok command from /127.0.0.1:56504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:38:24,900 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:38:34,861 INFO Processing ruok command from /127.0.0.1:56564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:38:34,898 INFO Processing ruok command from /127.0.0.1:56566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:38:44,860 INFO Processing ruok command from /127.0.0.1:56626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:38:44,902 INFO Processing ruok command from /127.0.0.1:56628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:38:54,857 INFO Processing ruok command from /127.0.0.1:56688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:38:54,884 INFO Processing ruok command from /127.0.0.1:56690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:39:04,856 INFO Processing ruok command from /127.0.0.1:56748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:39:04,892 INFO Processing ruok command from /127.0.0.1:56750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:39:14,857 INFO Processing ruok command from /127.0.0.1:56810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:39:14,890 INFO Processing ruok command from /127.0.0.1:56812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:39:20,666 INFO Committing global session 0x200003d11bc0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:39:24,852 INFO Processing ruok command from /127.0.0.1:56870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:39:24,878 INFO Processing ruok command from /127.0.0.1:56872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:39:34,859 INFO Processing ruok command from /127.0.0.1:56928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:39:34,889 INFO Processing ruok command from /127.0.0.1:56930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:39:44,868 INFO Processing ruok command from /127.0.0.1:56992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:39:44,897 INFO Processing ruok command from /127.0.0.1:56994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:39:54,853 INFO Processing ruok command from /127.0.0.1:57052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:39:54,890 INFO Processing ruok command from /127.0.0.1:57054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:40:04,866 INFO Processing ruok command from /127.0.0.1:57114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:40:04,901 INFO Processing ruok command from /127.0.0.1:57116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:40:14,860 INFO Processing ruok command from /127.0.0.1:57204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:40:14,925 INFO Processing ruok command from /127.0.0.1:57206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:40:24,870 INFO Processing ruok command from /127.0.0.1:57264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:40:24,900 INFO Processing ruok command from /127.0.0.1:57266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:40:34,864 INFO Processing ruok command from /127.0.0.1:57322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:40:34,897 INFO Processing ruok command from /127.0.0.1:57324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:40:44,865 INFO Processing ruok command from /127.0.0.1:57382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:40:44,906 INFO Processing ruok command from /127.0.0.1:57384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:40:54,869 INFO Processing ruok command from /127.0.0.1:57442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:40:54,899 INFO Processing ruok command from /127.0.0.1:57444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:41:04,868 INFO Processing ruok command from /127.0.0.1:57502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:41:04,897 INFO Processing ruok command from /127.0.0.1:57504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:41:14,858 INFO Processing ruok command from /127.0.0.1:57566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:41:14,890 INFO Processing ruok command from /127.0.0.1:57568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:41:20,355 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-01-17 04:41:20,366 INFO Committing global session 0x300003b9e6c0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:41:21,103 INFO Submitting global closeSession request for session 0x300003b9e6c0002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 04:41:24,876 INFO Processing ruok command from /127.0.0.1:57628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:41:24,902 INFO Processing ruok command from /127.0.0.1:57630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:41:34,870 INFO Processing ruok command from /127.0.0.1:57686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:41:34,903 INFO Processing ruok command from /127.0.0.1:57688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:41:44,861 INFO Processing ruok command from /127.0.0.1:57748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:41:44,892 INFO Processing ruok command from /127.0.0.1:57750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:41:54,869 INFO Processing ruok command from /127.0.0.1:57804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:41:54,899 INFO Processing ruok command from /127.0.0.1:57806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:42:04,877 INFO Processing ruok command from /127.0.0.1:57864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:42:04,907 INFO Processing ruok command from /127.0.0.1:57866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:42:14,865 INFO Processing ruok command from /127.0.0.1:57928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:42:14,894 INFO Processing ruok command from /127.0.0.1:57930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:42:24,861 INFO Processing ruok command from /127.0.0.1:57986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:42:24,895 INFO Processing ruok command from /127.0.0.1:57988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:42:34,868 INFO Processing ruok command from /127.0.0.1:58044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:42:34,897 INFO Processing ruok command from /127.0.0.1:58046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:42:44,868 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:42:44,898 INFO Processing ruok command from /127.0.0.1:58106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:42:54,866 INFO Processing ruok command from /127.0.0.1:58162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:42:54,901 INFO Processing ruok command from /127.0.0.1:58164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:43:04,870 INFO Processing ruok command from /127.0.0.1:58218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:43:04,927 INFO Processing ruok command from /127.0.0.1:58220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:43:14,890 INFO Processing ruok command from /127.0.0.1:58284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:43:14,909 INFO Processing ruok command from /127.0.0.1:58286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:43:20,265 INFO Committing global session 0x200003d11bc0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:43:24,861 INFO Processing ruok command from /127.0.0.1:58340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:43:24,892 INFO Processing ruok command from /127.0.0.1:58342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:43:34,872 INFO Processing ruok command from /127.0.0.1:58396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:43:34,901 INFO Processing ruok command from /127.0.0.1:58398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:43:44,856 INFO Processing ruok command from /127.0.0.1:58456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:43:44,886 INFO Processing ruok command from /127.0.0.1:58458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:43:54,857 INFO Processing ruok command from /127.0.0.1:58518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:43:54,891 INFO Processing ruok command from /127.0.0.1:58520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:44:04,857 INFO Processing ruok command from /127.0.0.1:58576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:44:04,899 INFO Processing ruok command from /127.0.0.1:58578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:44:14,857 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:44:14,893 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:44:24,864 INFO Processing ruok command from /127.0.0.1:58702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:44:24,904 INFO Processing ruok command from /127.0.0.1:58704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:44:34,878 INFO Processing ruok command from /127.0.0.1:58760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:44:34,911 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:44:44,873 INFO Processing ruok command from /127.0.0.1:58824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:44:44,910 INFO Processing ruok command from /127.0.0.1:58826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:44:54,867 INFO Processing ruok command from /127.0.0.1:58882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:44:54,904 INFO Processing ruok command from /127.0.0.1:58884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:45:04,860 INFO Processing ruok command from /127.0.0.1:58940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:45:04,891 INFO Processing ruok command from /127.0.0.1:58942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:45:14,864 INFO Processing ruok command from /127.0.0.1:59000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:45:14,891 INFO Processing ruok command from /127.0.0.1:59002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:45:20,615 INFO Committing global session 0x200003d11bc0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:45:24,859 INFO Processing ruok command from /127.0.0.1:59058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:45:24,887 INFO Processing ruok command from /127.0.0.1:59060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:45:34,874 INFO Processing ruok command from /127.0.0.1:59120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:45:34,930 INFO Processing ruok command from /127.0.0.1:59122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:45:44,869 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:45:44,944 INFO Processing ruok command from /127.0.0.1:59182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:45:54,868 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:45:54,900 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:46:04,892 INFO Processing ruok command from /127.0.0.1:59340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:46:04,918 INFO Processing ruok command from /127.0.0.1:59342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:46:14,867 INFO Processing ruok command from /127.0.0.1:59430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:46:14,894 INFO Processing ruok command from /127.0.0.1:59432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:46:24,859 INFO Processing ruok command from /127.0.0.1:59518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:46:24,889 INFO Processing ruok command from /127.0.0.1:59522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:46:34,859 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:46:34,887 INFO Processing ruok command from /127.0.0.1:59614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:46:44,883 INFO Processing ruok command from /127.0.0.1:59674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:46:44,911 INFO Processing ruok command from /127.0.0.1:59676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:46:54,879 INFO Processing ruok command from /127.0.0.1:59746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:46:54,911 INFO Processing ruok command from /127.0.0.1:59748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:47:04,870 INFO Processing ruok command from /127.0.0.1:59818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:47:04,904 INFO Processing ruok command from /127.0.0.1:59820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:47:14,856 INFO Processing ruok command from /127.0.0.1:59968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:47:14,898 INFO Processing ruok command from /127.0.0.1:59970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:47:20,373 INFO Committing global session 0x100003be9ee0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:47:24,874 INFO Processing ruok command from /127.0.0.1:60044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:47:24,903 INFO Processing ruok command from /127.0.0.1:60046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:47:34,871 INFO Processing ruok command from /127.0.0.1:60114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:47:34,901 INFO Processing ruok command from /127.0.0.1:60116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:47:44,869 INFO Processing ruok command from /127.0.0.1:60230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:47:44,917 INFO Processing ruok command from /127.0.0.1:60232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:47:54,867 INFO Processing ruok command from /127.0.0.1:60320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:47:54,905 INFO Processing ruok command from /127.0.0.1:60322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:48:04,866 INFO Processing ruok command from /127.0.0.1:60388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:48:04,896 INFO Processing ruok command from /127.0.0.1:60390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:48:14,875 INFO Processing ruok command from /127.0.0.1:60466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:48:14,907 INFO Processing ruok command from /127.0.0.1:60468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:48:24,869 INFO Processing ruok command from /127.0.0.1:60548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:48:24,902 INFO Processing ruok command from /127.0.0.1:60550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:48:34,879 INFO Processing ruok command from /127.0.0.1:60624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:48:34,903 INFO Processing ruok command from /127.0.0.1:60626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:48:44,870 INFO Processing ruok command from /127.0.0.1:60700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:48:44,900 INFO Processing ruok command from /127.0.0.1:60702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:48:54,863 INFO Processing ruok command from /127.0.0.1:60806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:48:54,890 INFO Processing ruok command from /127.0.0.1:60808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:49:04,864 INFO Processing ruok command from /127.0.0.1:60876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:49:04,894 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:49:14,874 INFO Processing ruok command from /127.0.0.1:60954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:49:14,905 INFO Processing ruok command from /127.0.0.1:60956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:49:20,062 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-01-17 04:49:20,076 INFO Committing global session 0x300003b9e6c0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:49:20,938 INFO Submitting global closeSession request for session 0x300003b9e6c0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 04:49:24,886 INFO Processing ruok command from /127.0.0.1:32824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:49:24,948 INFO Processing ruok command from /127.0.0.1:32826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:49:34,871 INFO Processing ruok command from /127.0.0.1:32930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:49:34,913 INFO Processing ruok command from /127.0.0.1:32932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:49:44,854 INFO Processing ruok command from /127.0.0.1:33012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:49:44,881 INFO Processing ruok command from /127.0.0.1:33014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:49:54,863 INFO Processing ruok command from /127.0.0.1:33104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:49:54,891 INFO Processing ruok command from /127.0.0.1:33106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:50:04,862 INFO Processing ruok command from /127.0.0.1:33178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:50:04,899 INFO Processing ruok command from /127.0.0.1:33180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:50:14,872 INFO Processing ruok command from /127.0.0.1:33272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:50:14,917 INFO Processing ruok command from /127.0.0.1:33274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:50:24,870 INFO Processing ruok command from /127.0.0.1:33360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:50:24,907 INFO Processing ruok command from /127.0.0.1:33362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:50:34,871 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:50:34,907 INFO Processing ruok command from /127.0.0.1:33460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:50:44,865 INFO Processing ruok command from /127.0.0.1:33556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:50:44,903 INFO Processing ruok command from /127.0.0.1:33558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:50:54,866 INFO Processing ruok command from /127.0.0.1:33650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:50:54,897 INFO Processing ruok command from /127.0.0.1:33652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:51:04,862 INFO Processing ruok command from /127.0.0.1:33732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:51:04,920 INFO Processing ruok command from /127.0.0.1:33734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:51:14,857 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:51:14,890 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:51:20,338 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-01-17 04:51:20,349 INFO Committing global session 0x300003b9e6c0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:51:21,230 INFO Submitting global closeSession request for session 0x300003b9e6c0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 04:51:24,860 INFO Processing ruok command from /127.0.0.1:33908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:51:24,890 INFO Processing ruok command from /127.0.0.1:33910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:51:34,864 INFO Processing ruok command from /127.0.0.1:33988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:51:34,906 INFO Processing ruok command from /127.0.0.1:33990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:51:44,863 INFO Processing ruok command from /127.0.0.1:34072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:51:44,904 INFO Processing ruok command from /127.0.0.1:34074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:51:54,869 INFO Processing ruok command from /127.0.0.1:34170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:51:54,901 INFO Processing ruok command from /127.0.0.1:34172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:52:04,858 INFO Processing ruok command from /127.0.0.1:34246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:52:04,894 INFO Processing ruok command from /127.0.0.1:34248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:52:14,862 INFO Processing ruok command from /127.0.0.1:34342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:52:14,892 INFO Processing ruok command from /127.0.0.1:34344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:52:24,872 INFO Processing ruok command from /127.0.0.1:34430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:52:24,898 INFO Processing ruok command from /127.0.0.1:34432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:52:34,870 INFO Processing ruok command from /127.0.0.1:34514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:52:34,899 INFO Processing ruok command from /127.0.0.1:34516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:52:44,865 INFO Processing ruok command from /127.0.0.1:34598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:52:44,903 INFO Processing ruok command from /127.0.0.1:34600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:52:54,861 INFO Processing ruok command from /127.0.0.1:34696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:52:54,895 INFO Processing ruok command from /127.0.0.1:34698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:53:04,862 INFO Processing ruok command from /127.0.0.1:34770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:53:04,929 INFO Processing ruok command from /127.0.0.1:34772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:53:14,873 INFO Processing ruok command from /127.0.0.1:34862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:53:14,902 INFO Processing ruok command from /127.0.0.1:34864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:53:19,955 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-01-17 04:53:19,964 INFO Committing global session 0x300003b9e6c0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:53:20,858 INFO Submitting global closeSession request for session 0x300003b9e6c0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 04:53:24,889 INFO Processing ruok command from /127.0.0.1:34950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:53:24,952 INFO Processing ruok command from /127.0.0.1:34952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:53:34,860 INFO Processing ruok command from /127.0.0.1:35036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:53:34,894 INFO Processing ruok command from /127.0.0.1:35038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:53:44,881 INFO Processing ruok command from /127.0.0.1:35118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:53:44,920 INFO Processing ruok command from /127.0.0.1:35120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:53:54,865 INFO Processing ruok command from /127.0.0.1:35218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:53:54,903 INFO Processing ruok command from /127.0.0.1:35220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:54:04,889 INFO Processing ruok command from /127.0.0.1:35294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:54:04,948 INFO Processing ruok command from /127.0.0.1:35296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:54:14,891 INFO Processing ruok command from /127.0.0.1:35386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:54:14,950 INFO Processing ruok command from /127.0.0.1:35388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:54:24,868 INFO Processing ruok command from /127.0.0.1:35472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:54:24,933 INFO Processing ruok command from /127.0.0.1:35474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:54:34,858 INFO Processing ruok command from /127.0.0.1:35554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:54:34,893 INFO Processing ruok command from /127.0.0.1:35556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:54:44,864 INFO Processing ruok command from /127.0.0.1:35642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:54:44,899 INFO Processing ruok command from /127.0.0.1:35644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:54:54,868 INFO Processing ruok command from /127.0.0.1:35740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:54:54,907 INFO Processing ruok command from /127.0.0.1:35742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:55:04,862 INFO Processing ruok command from /127.0.0.1:35816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:55:04,928 INFO Processing ruok command from /127.0.0.1:35818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:55:14,873 INFO Processing ruok command from /127.0.0.1:35908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:55:14,903 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:55:20,031 INFO Committing global session 0x100003be9ee0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:55:24,862 INFO Processing ruok command from /127.0.0.1:35996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:55:24,894 INFO Processing ruok command from /127.0.0.1:35998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:55:34,862 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:55:34,894 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:55:44,860 INFO Processing ruok command from /127.0.0.1:36162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:55:44,894 INFO Processing ruok command from /127.0.0.1:36164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:55:54,867 INFO Processing ruok command from /127.0.0.1:36262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:55:54,894 INFO Processing ruok command from /127.0.0.1:36264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:56:04,877 INFO Processing ruok command from /127.0.0.1:36342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:56:04,914 INFO Processing ruok command from /127.0.0.1:36344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:56:14,882 INFO Processing ruok command from /127.0.0.1:36432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:56:14,914 INFO Processing ruok command from /127.0.0.1:36434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:56:24,858 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:56:24,889 INFO Processing ruok command from /127.0.0.1:36526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:56:34,874 INFO Processing ruok command from /127.0.0.1:36610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:56:34,909 INFO Processing ruok command from /127.0.0.1:36612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:56:44,864 INFO Processing ruok command from /127.0.0.1:36692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:56:44,902 INFO Processing ruok command from /127.0.0.1:36694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:56:54,883 INFO Processing ruok command from /127.0.0.1:36784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:56:54,916 INFO Processing ruok command from /127.0.0.1:36786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:57:04,865 INFO Processing ruok command from /127.0.0.1:36864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:57:04,908 INFO Processing ruok command from /127.0.0.1:36866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:57:14,874 INFO Processing ruok command from /127.0.0.1:36958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:57:14,922 INFO Processing ruok command from /127.0.0.1:36960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:57:20,150 INFO Committing global session 0x200003d11bc0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:57:24,863 INFO Processing ruok command from /127.0.0.1:37046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:57:24,891 INFO Processing ruok command from /127.0.0.1:37048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:57:34,858 INFO Processing ruok command from /127.0.0.1:37134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:57:34,894 INFO Processing ruok command from /127.0.0.1:37136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:57:44,867 INFO Processing ruok command from /127.0.0.1:37218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:57:44,899 INFO Processing ruok command from /127.0.0.1:37220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:57:54,869 INFO Processing ruok command from /127.0.0.1:37314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:57:54,904 INFO Processing ruok command from /127.0.0.1:37316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:58:04,868 INFO Processing ruok command from /127.0.0.1:37390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:58:04,906 INFO Processing ruok command from /127.0.0.1:37392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:58:14,871 INFO Processing ruok command from /127.0.0.1:37490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:58:14,904 INFO Processing ruok command from /127.0.0.1:37492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:58:24,875 INFO Processing ruok command from /127.0.0.1:37578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:58:24,920 INFO Processing ruok command from /127.0.0.1:37580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:58:34,873 INFO Processing ruok command from /127.0.0.1:37662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:58:34,928 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 04:58:44,864 INFO Processing ruok command from /127.0.0.1:37768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 04:58:44,911 INFO Processing ruok command from /127.0.0.1:37770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 04:58:54,883 INFO Processing ruok command from /127.0.0.1:37862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 04:58:54,918 INFO Processing ruok command from /127.0.0.1:37864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 04:59:04,873 INFO Processing ruok command from /127.0.0.1:37964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 04:59:04,938 INFO Processing ruok command from /127.0.0.1:37966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 04:59:14,930 INFO Processing ruok command from /127.0.0.1:38196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 04:59:15,064 INFO Processing ruok command from /127.0.0.1:38198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 04:59:20,399 INFO Committing global session 0x100003be9ee0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 04:59:24,893 INFO Processing ruok command from /127.0.0.1:38368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 04:59:24,949 INFO Processing ruok command from /127.0.0.1:38370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 04:59:34,869 INFO Processing ruok command from /127.0.0.1:38538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 04:59:34,945 INFO Processing ruok command from /127.0.0.1:38540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 04:59:44,913 INFO Processing ruok command from /127.0.0.1:38782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 04:59:44,952 INFO Processing ruok command from /127.0.0.1:38786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 04:59:54,882 INFO Processing ruok command from /127.0.0.1:39014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 04:59:54,960 INFO Processing ruok command from /127.0.0.1:39016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:00:04,872 INFO Processing ruok command from /127.0.0.1:39114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:00:04,941 INFO Processing ruok command from /127.0.0.1:39116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:00:14,872 INFO Processing ruok command from /127.0.0.1:39212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:00:14,905 INFO Processing ruok command from /127.0.0.1:39214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:00:24,885 INFO Processing ruok command from /127.0.0.1:39316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:00:24,986 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:00:34,875 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:00:34,955 INFO Processing ruok command from /127.0.0.1:39426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:00:44,867 INFO Processing ruok command from /127.0.0.1:39544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:00:44,905 INFO Processing ruok command from /127.0.0.1:39546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:00:54,873 INFO Processing ruok command from /127.0.0.1:39692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:00:54,900 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:01:04,911 INFO Processing ruok command from /127.0.0.1:39818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:01:04,985 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:01:14,868 INFO Processing ruok command from /127.0.0.1:39912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:01:14,905 INFO Processing ruok command from /127.0.0.1:39914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:01:20,359 INFO Committing global session 0x100003be9ee0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:01:24,877 INFO Processing ruok command from /127.0.0.1:40004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:01:24,921 INFO Processing ruok command from /127.0.0.1:40006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:01:27,808 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-01-17 05:01:27,814 INFO Committing global session 0x300003b9e6c0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:01:27,954 INFO Committing global session 0x100003be9ee0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:01:28,904 INFO Committing global session 0x100003be9ee0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:01:34,869 INFO Processing ruok command from /127.0.0.1:40106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:01:35,030 INFO Processing ruok command from /127.0.0.1:40108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:01:44,882 INFO Processing ruok command from /127.0.0.1:40228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:01:44,923 INFO Processing ruok command from /127.0.0.1:40230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:01:54,869 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:01:54,908 INFO Processing ruok command from /127.0.0.1:40418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:02:04,920 INFO Processing ruok command from /127.0.0.1:40542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:02:04,956 INFO Processing ruok command from /127.0.0.1:40544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:02:14,895 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:02:15,008 INFO Processing ruok command from /127.0.0.1:40646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:02:24,876 INFO Processing ruok command from /127.0.0.1:40758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:02:24,966 INFO Processing ruok command from /127.0.0.1:40760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:02:25,062 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9c161c4e-ca29-47a8-963c-75605bb0b833/onap-policy-clamp-ac-pf-ppnt-9cfd59df6-g7mkr (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:02:25,067 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/0f648263-f999-4504-9d35-14501b543560/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:02:25,074 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/0d77ce2b-9353-4c47-a1c9-adba7b701f0b/onap-policy-xacml-pdp-5cf458cdd6-mq7h6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:02:25,080 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/06ddca50-5c73-4ccf-9a19-51c5d1d9456d/onap-policy-clamp-ac-http-ppnt-65d45d4bf-vn9dq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:02:25,085 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4685dbb0-e01d-4989-8c07-91014a98a5c5/onap-policy-clamp-ac-k8s-ppnt-d944c77f6-tj46h (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:02:25,091 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ed5cb267-d508-494f-b887-f2ba70a05461/onap-policy-clamp-ac-a1pms-ppnt-64958df96-n66w9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:02:34,908 INFO Processing ruok command from /127.0.0.1:40880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:02:34,956 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:02:44,875 INFO Processing ruok command from /127.0.0.1:41002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:02:44,909 INFO Processing ruok command from /127.0.0.1:41004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:02:54,880 INFO Processing ruok command from /127.0.0.1:41128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:02:54,913 INFO Processing ruok command from /127.0.0.1:41130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:03:04,874 INFO Processing ruok command from /127.0.0.1:41226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:03:04,910 INFO Processing ruok command from /127.0.0.1:41228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:03:14,897 INFO Processing ruok command from /127.0.0.1:41334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:03:14,967 INFO Processing ruok command from /127.0.0.1:41336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:03:20,391 INFO Committing global session 0x100003be9ee0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:03:24,894 INFO Processing ruok command from /127.0.0.1:41442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:03:24,912 INFO Processing ruok command from /127.0.0.1:41444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:03:25,063 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9c161c4e-ca29-47a8-963c-75605bb0b833 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,070 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/0f648263-f999-4504-9d35-14501b543560 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,075 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/06ddca50-5c73-4ccf-9a19-51c5d1d9456d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,087 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/aec956dd-5cf9-4018-b1b6-0e980359c5b4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,094 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ed5cb267-d508-494f-b887-f2ba70a05461 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,099 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3a90aab0-8fda-46d8-bb4f-35d49acfcf47/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,105 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/2fd4fb1f-0be4-49cd-ae3d-352debfd3a22/onap-policy-pap-d77db45c7-phtqc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,111 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4685dbb0-e01d-4989-8c07-91014a98a5c5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:25,118 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/0d77ce2b-9353-4c47-a1c9-adba7b701f0b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:03:34,890 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:03:34,920 INFO Processing ruok command from /127.0.0.1:41576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:03:44,924 INFO Processing ruok command from /127.0.0.1:41732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:03:45,116 INFO Processing ruok command from /127.0.0.1:41734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:03:54,876 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:03:54,958 INFO Processing ruok command from /127.0.0.1:41896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:04:04,887 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:04:04,919 INFO Processing ruok command from /127.0.0.1:41994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:04:14,888 INFO Processing ruok command from /127.0.0.1:42124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:04:14,944 INFO Processing ruok command from /127.0.0.1:42126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:04:24,908 INFO Processing ruok command from /127.0.0.1:42342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:04:24,973 INFO Processing ruok command from /127.0.0.1:42344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:04:25,061 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3a90aab0-8fda-46d8-bb4f-35d49acfcf47 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:04:25,068 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/2fd4fb1f-0be4-49cd-ae3d-352debfd3a22 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:04:25,073 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:04:25,079 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:04:34,893 INFO Processing ruok command from /127.0.0.1:42548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:04:34,925 INFO Processing ruok command from /127.0.0.1:42550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:04:44,893 INFO Processing ruok command from /127.0.0.1:42866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:04:44,996 INFO Processing ruok command from /127.0.0.1:42868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:04:54,919 INFO Processing ruok command from /127.0.0.1:42976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:04:54,959 INFO Processing ruok command from /127.0.0.1:42978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:05:04,882 INFO Processing ruok command from /127.0.0.1:43068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:05:04,947 INFO Processing ruok command from /127.0.0.1:43070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:05:14,911 INFO Processing ruok command from /127.0.0.1:43172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:05:14,940 INFO Processing ruok command from /127.0.0.1:43174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:05:20,279 INFO Committing global session 0x100003be9ee000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:05:24,877 INFO Processing ruok command from /127.0.0.1:43294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:05:24,912 INFO Processing ruok command from /127.0.0.1:43296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:05:25,062 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:05:25,068 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:05:34,884 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:05:34,952 INFO Processing ruok command from /127.0.0.1:43398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:05:44,893 INFO Processing ruok command from /127.0.0.1:43608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:05:44,914 INFO Processing ruok command from /127.0.0.1:43610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:05:54,866 INFO Processing ruok command from /127.0.0.1:43716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:05:54,909 INFO Processing ruok command from /127.0.0.1:43718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:06:04,880 INFO Processing ruok command from /127.0.0.1:43808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:06:04,928 INFO Processing ruok command from /127.0.0.1:43810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:06:14,870 INFO Processing ruok command from /127.0.0.1:43914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:06:14,903 INFO Processing ruok command from /127.0.0.1:43916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:06:24,889 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:06:24,913 INFO Processing ruok command from /127.0.0.1:44070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:06:25,062 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:06:34,869 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:06:34,902 INFO Processing ruok command from /127.0.0.1:44196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:06:44,876 INFO Processing ruok command from /127.0.0.1:44294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:06:44,915 INFO Processing ruok command from /127.0.0.1:44296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:06:54,875 INFO Processing ruok command from /127.0.0.1:44432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:06:54,929 INFO Processing ruok command from /127.0.0.1:44434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:07:04,896 INFO Processing ruok command from /127.0.0.1:44524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:07:04,930 INFO Processing ruok command from /127.0.0.1:44526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:07:14,881 INFO Processing ruok command from /127.0.0.1:44632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:07:14,945 INFO Processing ruok command from /127.0.0.1:44634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:07:20,466 INFO Committing global session 0x200003d11bc0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:07:24,878 INFO Processing ruok command from /127.0.0.1:44734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:07:24,920 INFO Processing ruok command from /127.0.0.1:44736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:07:25,062 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:07:34,882 INFO Processing ruok command from /127.0.0.1:44862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:07:34,951 INFO Processing ruok command from /127.0.0.1:44864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:07:44,908 INFO Processing ruok command from /127.0.0.1:45006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:07:44,931 INFO Processing ruok command from /127.0.0.1:45008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:07:54,892 INFO Processing ruok command from /127.0.0.1:45220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:07:54,985 INFO Processing ruok command from /127.0.0.1:45222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:08:04,913 INFO Processing ruok command from /127.0.0.1:45438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:08:04,922 INFO Processing ruok command from /127.0.0.1:45440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:08:14,883 INFO Processing ruok command from /127.0.0.1:45714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:08:14,952 INFO Processing ruok command from /127.0.0.1:45726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:08:24,871 INFO Processing ruok command from /127.0.0.1:45936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:08:24,904 INFO Processing ruok command from /127.0.0.1:45938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:08:25,061 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:08:25,067 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:08:25,074 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:08:34,891 INFO Processing ruok command from /127.0.0.1:46038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:08:34,923 INFO Processing ruok command from /127.0.0.1:46040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:08:44,872 INFO Processing ruok command from /127.0.0.1:46140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:08:44,936 INFO Processing ruok command from /127.0.0.1:46142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:08:54,860 INFO Processing ruok command from /127.0.0.1:46250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:08:54,891 INFO Processing ruok command from /127.0.0.1:46252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:09:04,873 INFO Processing ruok command from /127.0.0.1:46342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:09:04,914 INFO Processing ruok command from /127.0.0.1:46344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:09:14,865 INFO Processing ruok command from /127.0.0.1:46446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:09:14,889 INFO Processing ruok command from /127.0.0.1:46448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:09:20,173 INFO Committing global session 0x100003be9ee000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:09:24,865 INFO Processing ruok command from /127.0.0.1:46550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:09:24,905 INFO Processing ruok command from /127.0.0.1:46552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:09:25,061 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:09:25,067 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:09:25,074 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:09:34,875 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:09:34,910 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:09:44,861 INFO Processing ruok command from /127.0.0.1:46754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:09:44,896 INFO Processing ruok command from /127.0.0.1:46756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:09:54,859 INFO Processing ruok command from /127.0.0.1:46866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:09:54,895 INFO Processing ruok command from /127.0.0.1:46868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:10:04,876 INFO Processing ruok command from /127.0.0.1:46958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:10:04,908 INFO Processing ruok command from /127.0.0.1:46960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:10:14,874 INFO Processing ruok command from /127.0.0.1:47066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:10:14,909 INFO Processing ruok command from /127.0.0.1:47068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:10:24,868 INFO Processing ruok command from /127.0.0.1:47174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:10:24,913 INFO Processing ruok command from /127.0.0.1:47176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:10:25,061 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:10:34,890 INFO Processing ruok command from /127.0.0.1:47286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:10:34,933 INFO Processing ruok command from /127.0.0.1:47288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:10:44,857 INFO Processing ruok command from /127.0.0.1:47386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:10:44,894 INFO Processing ruok command from /127.0.0.1:47388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:10:54,874 INFO Processing ruok command from /127.0.0.1:47494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:10:54,908 INFO Processing ruok command from /127.0.0.1:47496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:11:04,884 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:11:04,918 INFO Processing ruok command from /127.0.0.1:47590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:11:14,886 INFO Processing ruok command from /127.0.0.1:47692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:11:14,906 INFO Processing ruok command from /127.0.0.1:47694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:11:20,248 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-01-17 05:11:20,254 INFO Committing global session 0x300003b9e6c0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:11:21,138 INFO Submitting global closeSession request for session 0x300003b9e6c0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:11:24,864 INFO Processing ruok command from /127.0.0.1:47798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:11:24,936 INFO Processing ruok command from /127.0.0.1:47800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:11:25,061 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:11:34,873 INFO Processing ruok command from /127.0.0.1:47906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:11:34,911 INFO Processing ruok command from /127.0.0.1:47908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:11:44,868 INFO Processing ruok command from /127.0.0.1:48004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:11:44,891 INFO Processing ruok command from /127.0.0.1:48006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:11:54,878 INFO Processing ruok command from /127.0.0.1:48120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:11:54,909 INFO Processing ruok command from /127.0.0.1:48122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:12:04,895 INFO Processing ruok command from /127.0.0.1:48222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:12:04,931 INFO Processing ruok command from /127.0.0.1:48224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:12:14,872 INFO Processing ruok command from /127.0.0.1:48336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:12:14,900 INFO Processing ruok command from /127.0.0.1:48338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:12:24,880 INFO Processing ruok command from /127.0.0.1:48440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:12:24,907 INFO Processing ruok command from /127.0.0.1:48442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:12:25,062 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:12:34,880 INFO Processing ruok command from /127.0.0.1:48538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:12:34,907 INFO Processing ruok command from /127.0.0.1:48540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:12:44,877 INFO Processing ruok command from /127.0.0.1:48642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:12:44,909 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:12:54,874 INFO Processing ruok command from /127.0.0.1:48750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:12:54,922 INFO Processing ruok command from /127.0.0.1:48752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:13:04,860 INFO Processing ruok command from /127.0.0.1:48850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:13:04,898 INFO Processing ruok command from /127.0.0.1:48860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:13:14,857 INFO Processing ruok command from /127.0.0.1:49004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:13:14,899 INFO Processing ruok command from /127.0.0.1:49006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:13:20,050 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2023-01-17 05:13:20,057 INFO Committing global session 0x300003b9e6c0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:13:20,933 INFO Submitting global closeSession request for session 0x300003b9e6c0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:13:24,873 INFO Processing ruok command from /127.0.0.1:49110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:13:24,923 INFO Processing ruok command from /127.0.0.1:49112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:13:25,061 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:13:34,869 INFO Processing ruok command from /127.0.0.1:49224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:13:34,926 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:13:44,874 INFO Processing ruok command from /127.0.0.1:49326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:13:44,910 INFO Processing ruok command from /127.0.0.1:49328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:13:54,874 INFO Processing ruok command from /127.0.0.1:49436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:13:54,907 INFO Processing ruok command from /127.0.0.1:49438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:14:04,861 INFO Processing ruok command from /127.0.0.1:49524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:14:04,926 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:14:14,870 INFO Processing ruok command from /127.0.0.1:49630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:14:14,900 INFO Processing ruok command from /127.0.0.1:49632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:14:24,872 INFO Processing ruok command from /127.0.0.1:49738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:14:24,908 INFO Processing ruok command from /127.0.0.1:49740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:14:25,061 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:14:25,067 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-01-17 05:14:34,878 INFO Processing ruok command from /127.0.0.1:49838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:14:34,902 INFO Processing ruok command from /127.0.0.1:49840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:14:44,878 INFO Processing ruok command from /127.0.0.1:49938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:14:44,915 INFO Processing ruok command from /127.0.0.1:49940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:14:54,879 INFO Processing ruok command from /127.0.0.1:50052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:14:54,910 INFO Processing ruok command from /127.0.0.1:50054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:15:04,866 INFO Processing ruok command from /127.0.0.1:50144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:15:04,908 INFO Processing ruok command from /127.0.0.1:50146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:15:14,877 INFO Processing ruok command from /127.0.0.1:50252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:15:14,908 INFO Processing ruok command from /127.0.0.1:50254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:15:20,218 INFO Committing global session 0x200003d11bc000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:15:24,869 INFO Processing ruok command from /127.0.0.1:50358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:15:24,906 INFO Processing ruok command from /127.0.0.1:50360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:15:25,062 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:15:25,068 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:15:34,870 INFO Processing ruok command from /127.0.0.1:50462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:15:34,909 INFO Processing ruok command from /127.0.0.1:50464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:15:44,859 INFO Processing ruok command from /127.0.0.1:50564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:15:44,891 INFO Processing ruok command from /127.0.0.1:50566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:15:54,870 INFO Processing ruok command from /127.0.0.1:50680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:15:54,908 INFO Processing ruok command from /127.0.0.1:50682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:16:04,872 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:16:04,904 INFO Processing ruok command from /127.0.0.1:50778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:16:14,867 INFO Processing ruok command from /127.0.0.1:50888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:16:14,915 INFO Processing ruok command from /127.0.0.1:50890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:16:24,881 INFO Processing ruok command from /127.0.0.1:50994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:16:24,917 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:16:25,062 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:16:34,858 INFO Processing ruok command from /127.0.0.1:51098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:16:34,898 INFO Processing ruok command from /127.0.0.1:51100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:16:44,872 INFO Processing ruok command from /127.0.0.1:51204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:16:44,919 INFO Processing ruok command from /127.0.0.1:51206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:16:54,868 INFO Processing ruok command from /127.0.0.1:51316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:16:54,899 INFO Processing ruok command from /127.0.0.1:51318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:17:04,861 INFO Processing ruok command from /127.0.0.1:51412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:17:04,899 INFO Processing ruok command from /127.0.0.1:51414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:17:14,867 INFO Processing ruok command from /127.0.0.1:51524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:17:14,898 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:17:20,131 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2023-01-17 05:17:20,137 INFO Committing global session 0x300003b9e6c0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:17:21,035 INFO Submitting global closeSession request for session 0x300003b9e6c0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:17:24,865 INFO Processing ruok command from /127.0.0.1:51632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:17:24,892 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:17:25,061 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-01-17 05:17:34,876 INFO Processing ruok command from /127.0.0.1:51736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:17:34,941 INFO Processing ruok command from /127.0.0.1:51738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:17:44,886 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:17:44,924 INFO Processing ruok command from /127.0.0.1:51842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:17:54,875 INFO Processing ruok command from /127.0.0.1:51960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:17:54,911 INFO Processing ruok command from /127.0.0.1:51962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:18:04,876 INFO Processing ruok command from /127.0.0.1:52062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:18:04,914 INFO Processing ruok command from /127.0.0.1:52064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:18:14,862 INFO Processing ruok command from /127.0.0.1:52182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:18:14,890 INFO Processing ruok command from /127.0.0.1:52184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:18:24,859 INFO Processing ruok command from /127.0.0.1:52288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:18:24,894 INFO Processing ruok command from /127.0.0.1:52290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:18:34,872 INFO Processing ruok command from /127.0.0.1:52390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:18:34,914 INFO Processing ruok command from /127.0.0.1:52392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:18:44,869 INFO Processing ruok command from /127.0.0.1:52494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:18:44,901 INFO Processing ruok command from /127.0.0.1:52496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:18:54,855 INFO Processing ruok command from /127.0.0.1:52610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:18:54,894 INFO Processing ruok command from /127.0.0.1:52612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:19:04,869 INFO Processing ruok command from /127.0.0.1:52706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:19:04,899 INFO Processing ruok command from /127.0.0.1:52708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:19:14,876 INFO Processing ruok command from /127.0.0.1:52818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:19:14,931 INFO Processing ruok command from /127.0.0.1:52820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:19:19,999 INFO Committing global session 0x200003d11bc000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:19:24,874 INFO Processing ruok command from /127.0.0.1:52926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:19:24,904 INFO Processing ruok command from /127.0.0.1:52928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:19:34,894 INFO Processing ruok command from /127.0.0.1:53036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:19:34,954 INFO Processing ruok command from /127.0.0.1:53038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:19:44,864 INFO Processing ruok command from /127.0.0.1:53140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:19:44,935 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:19:54,875 INFO Processing ruok command from /127.0.0.1:53254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:19:54,906 INFO Processing ruok command from /127.0.0.1:53256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:20:04,878 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:20:04,937 INFO Processing ruok command from /127.0.0.1:53352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:20:14,869 INFO Processing ruok command from /127.0.0.1:53462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:20:14,897 INFO Processing ruok command from /127.0.0.1:53464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:20:24,897 INFO Processing ruok command from /127.0.0.1:53580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:20:24,976 INFO Processing ruok command from /127.0.0.1:53582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:20:34,898 INFO Processing ruok command from /127.0.0.1:53710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:20:34,930 INFO Processing ruok command from /127.0.0.1:53712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:20:44,865 INFO Processing ruok command from /127.0.0.1:53870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:20:44,906 INFO Processing ruok command from /127.0.0.1:53872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:20:54,880 INFO Processing ruok command from /127.0.0.1:53984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:20:54,903 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:21:04,914 INFO Processing ruok command from /127.0.0.1:54080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:21:04,957 INFO Processing ruok command from /127.0.0.1:54082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:21:14,891 INFO Processing ruok command from /127.0.0.1:54190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:21:14,932 INFO Processing ruok command from /127.0.0.1:54192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:21:20,001 INFO Committing global session 0x200003d11bc000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:21:24,878 INFO Processing ruok command from /127.0.0.1:54304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:21:24,919 INFO Processing ruok command from /127.0.0.1:54306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:21:34,857 INFO Processing ruok command from /127.0.0.1:54416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:21:34,894 INFO Processing ruok command from /127.0.0.1:54418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:21:44,873 INFO Processing ruok command from /127.0.0.1:54524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:21:44,907 INFO Processing ruok command from /127.0.0.1:54526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:21:54,872 INFO Processing ruok command from /127.0.0.1:54642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:21:54,907 INFO Processing ruok command from /127.0.0.1:54644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:22:04,898 INFO Processing ruok command from /127.0.0.1:54774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:22:04,971 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:22:14,883 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:22:14,940 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:22:24,870 INFO Processing ruok command from /127.0.0.1:55038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:22:24,899 INFO Processing ruok command from /127.0.0.1:55040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:22:34,876 INFO Processing ruok command from /127.0.0.1:55148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:22:34,929 INFO Processing ruok command from /127.0.0.1:55150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:22:44,890 INFO Processing ruok command from /127.0.0.1:55256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:22:44,937 INFO Processing ruok command from /127.0.0.1:55258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:22:54,894 INFO Processing ruok command from /127.0.0.1:55378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:22:54,931 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:23:04,880 INFO Processing ruok command from /127.0.0.1:55506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:23:04,948 INFO Processing ruok command from /127.0.0.1:55508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:23:14,884 INFO Processing ruok command from /127.0.0.1:55632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:23:14,967 INFO Processing ruok command from /127.0.0.1:55634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:23:20,409 INFO Committing global session 0x100003be9ee000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:23:24,871 INFO Processing ruok command from /127.0.0.1:55742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:23:24,908 INFO Processing ruok command from /127.0.0.1:55744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:23:34,875 INFO Processing ruok command from /127.0.0.1:55854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:23:34,922 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:23:44,865 INFO Processing ruok command from /127.0.0.1:55972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:23:44,891 INFO Processing ruok command from /127.0.0.1:55974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:23:54,893 INFO Processing ruok command from /127.0.0.1:56118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:23:54,918 INFO Processing ruok command from /127.0.0.1:56120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:24:04,871 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:24:04,909 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:24:14,893 INFO Processing ruok command from /127.0.0.1:56434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:24:14,984 INFO Processing ruok command from /127.0.0.1:56436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:24:24,894 INFO Processing ruok command from /127.0.0.1:56566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:24:24,956 INFO Processing ruok command from /127.0.0.1:56568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:24:34,877 INFO Processing ruok command from /127.0.0.1:56678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:24:34,905 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:24:44,876 INFO Processing ruok command from /127.0.0.1:56798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:24:44,921 INFO Processing ruok command from /127.0.0.1:56800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:24:54,886 INFO Processing ruok command from /127.0.0.1:56924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:24:54,912 INFO Processing ruok command from /127.0.0.1:56926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:25:04,882 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:25:04,972 INFO Processing ruok command from /127.0.0.1:57040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:25:14,862 INFO Processing ruok command from /127.0.0.1:57160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:25:14,908 INFO Processing ruok command from /127.0.0.1:57162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:25:20,028 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2023-01-17 05:25:20,035 INFO Committing global session 0x300003b9e6c000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:25:20,718 INFO Submitting global closeSession request for session 0x300003b9e6c000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:25:24,883 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:25:24,921 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:25:34,879 INFO Processing ruok command from /127.0.0.1:57396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:25:34,906 INFO Processing ruok command from /127.0.0.1:57398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:25:44,870 INFO Processing ruok command from /127.0.0.1:57508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:25:44,910 INFO Processing ruok command from /127.0.0.1:57510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:25:54,878 INFO Processing ruok command from /127.0.0.1:57644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:25:54,913 INFO Processing ruok command from /127.0.0.1:57646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:26:04,876 INFO Processing ruok command from /127.0.0.1:57752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:26:04,908 INFO Processing ruok command from /127.0.0.1:57754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:26:14,868 INFO Processing ruok command from /127.0.0.1:57878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:26:14,915 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:26:24,872 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:26:24,901 INFO Processing ruok command from /127.0.0.1:58002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:26:34,868 INFO Processing ruok command from /127.0.0.1:58120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:26:34,931 INFO Processing ruok command from /127.0.0.1:58122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:26:44,887 INFO Processing ruok command from /127.0.0.1:58232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:26:44,922 INFO Processing ruok command from /127.0.0.1:58234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:26:54,864 INFO Processing ruok command from /127.0.0.1:58362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:26:54,901 INFO Processing ruok command from /127.0.0.1:58364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:27:04,857 INFO Processing ruok command from /127.0.0.1:58468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:27:04,910 INFO Processing ruok command from /127.0.0.1:58470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:27:14,868 INFO Processing ruok command from /127.0.0.1:58592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:27:14,899 INFO Processing ruok command from /127.0.0.1:58594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:27:20,059 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2023-01-17 05:27:20,066 INFO Committing global session 0x300003b9e6c000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:27:20,721 INFO Submitting global closeSession request for session 0x300003b9e6c000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:27:24,862 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:27:24,940 INFO Processing ruok command from /127.0.0.1:58716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:27:34,886 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:27:34,941 INFO Processing ruok command from /127.0.0.1:58838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:27:44,891 INFO Processing ruok command from /127.0.0.1:58970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:27:44,934 INFO Processing ruok command from /127.0.0.1:58972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:27:54,893 INFO Processing ruok command from /127.0.0.1:59130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:27:54,976 INFO Processing ruok command from /127.0.0.1:59132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:28:04,861 INFO Processing ruok command from /127.0.0.1:59242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:28:04,894 INFO Processing ruok command from /127.0.0.1:59244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:28:14,877 INFO Processing ruok command from /127.0.0.1:59378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:28:14,912 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:28:24,885 INFO Processing ruok command from /127.0.0.1:59498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:28:24,961 INFO Processing ruok command from /127.0.0.1:59500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:28:34,864 INFO Processing ruok command from /127.0.0.1:59622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:28:34,918 INFO Processing ruok command from /127.0.0.1:59624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:28:44,866 INFO Processing ruok command from /127.0.0.1:59736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:28:44,895 INFO Processing ruok command from /127.0.0.1:59738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:28:54,873 INFO Processing ruok command from /127.0.0.1:59866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:28:54,904 INFO Processing ruok command from /127.0.0.1:59868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:29:04,880 INFO Processing ruok command from /127.0.0.1:59978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:29:04,913 INFO Processing ruok command from /127.0.0.1:59980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:29:14,880 INFO Processing ruok command from /127.0.0.1:60114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:29:14,919 INFO Processing ruok command from /127.0.0.1:60116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:29:20,327 INFO Committing global session 0x200003d11bc000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:29:24,867 INFO Processing ruok command from /127.0.0.1:60238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:29:24,926 INFO Processing ruok command from /127.0.0.1:60240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:29:34,893 INFO Processing ruok command from /127.0.0.1:60366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:29:34,915 INFO Processing ruok command from /127.0.0.1:60368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:29:44,870 INFO Processing ruok command from /127.0.0.1:60484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:29:44,901 INFO Processing ruok command from /127.0.0.1:60486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:29:54,854 INFO Processing ruok command from /127.0.0.1:60614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:29:54,900 INFO Processing ruok command from /127.0.0.1:60616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:30:04,871 INFO Processing ruok command from /127.0.0.1:60726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:30:04,938 INFO Processing ruok command from /127.0.0.1:60728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:30:14,870 INFO Processing ruok command from /127.0.0.1:60856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:30:14,902 INFO Processing ruok command from /127.0.0.1:60858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:30:24,878 INFO Processing ruok command from /127.0.0.1:60976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:30:24,907 INFO Processing ruok command from /127.0.0.1:60978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:30:34,881 INFO Processing ruok command from /127.0.0.1:32876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:30:34,917 INFO Processing ruok command from /127.0.0.1:32878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:30:44,879 INFO Processing ruok command from /127.0.0.1:32990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:30:44,896 INFO Processing ruok command from /127.0.0.1:32992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:30:54,875 INFO Processing ruok command from /127.0.0.1:33122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:30:54,926 INFO Processing ruok command from /127.0.0.1:33124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:31:04,879 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:31:04,915 INFO Processing ruok command from /127.0.0.1:33236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:31:14,884 INFO Processing ruok command from /127.0.0.1:33354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:31:14,941 INFO Processing ruok command from /127.0.0.1:33356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:31:20,306 INFO Committing global session 0x200003d11bc000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:31:24,879 INFO Processing ruok command from /127.0.0.1:33472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:31:24,909 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:31:34,873 INFO Processing ruok command from /127.0.0.1:33602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:31:34,925 INFO Processing ruok command from /127.0.0.1:33604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:31:44,859 INFO Processing ruok command from /127.0.0.1:33720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:31:44,903 INFO Processing ruok command from /127.0.0.1:33722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:31:54,877 INFO Processing ruok command from /127.0.0.1:33852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:31:54,916 INFO Processing ruok command from /127.0.0.1:33854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:32:04,878 INFO Processing ruok command from /127.0.0.1:33964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:32:04,907 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:32:14,864 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:32:14,896 INFO Processing ruok command from /127.0.0.1:34094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:32:24,878 INFO Processing ruok command from /127.0.0.1:34212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:32:24,914 INFO Processing ruok command from /127.0.0.1:34214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:32:34,869 INFO Processing ruok command from /127.0.0.1:34334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:32:34,912 INFO Processing ruok command from /127.0.0.1:34336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:32:44,870 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:32:44,930 INFO Processing ruok command from /127.0.0.1:34452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:32:54,861 INFO Processing ruok command from /127.0.0.1:34584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:32:54,887 INFO Processing ruok command from /127.0.0.1:34586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:33:04,870 INFO Processing ruok command from /127.0.0.1:34692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:33:04,901 INFO Processing ruok command from /127.0.0.1:34694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:33:14,863 INFO Processing ruok command from /127.0.0.1:34816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:33:14,902 INFO Processing ruok command from /127.0.0.1:34818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:33:19,950 INFO Committing global session 0x200003d11bc000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:33:24,893 INFO Processing ruok command from /127.0.0.1:34942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:33:24,917 INFO Processing ruok command from /127.0.0.1:34944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:33:34,875 INFO Processing ruok command from /127.0.0.1:35070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:33:34,905 INFO Processing ruok command from /127.0.0.1:35072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:33:44,872 INFO Processing ruok command from /127.0.0.1:35180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:33:44,905 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:33:54,882 INFO Processing ruok command from /127.0.0.1:35318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:33:54,914 INFO Processing ruok command from /127.0.0.1:35320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:34:04,864 INFO Processing ruok command from /127.0.0.1:35430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:34:04,893 INFO Processing ruok command from /127.0.0.1:35432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:34:14,859 INFO Processing ruok command from /127.0.0.1:35562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:34:14,892 INFO Processing ruok command from /127.0.0.1:35564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:34:23,269 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-01-17 05:34:23,269 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-01-17 05:34:23,282 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-01-17 05:34:24,882 INFO Processing ruok command from /127.0.0.1:35678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:34:24,910 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:34:34,870 INFO Processing ruok command from /127.0.0.1:35798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:34:34,907 INFO Processing ruok command from /127.0.0.1:35800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:34:44,874 INFO Processing ruok command from /127.0.0.1:35912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:34:44,937 INFO Processing ruok command from /127.0.0.1:35914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:34:54,874 INFO Processing ruok command from /127.0.0.1:36040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:34:54,904 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:35:04,870 INFO Processing ruok command from /127.0.0.1:36150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:35:04,899 INFO Processing ruok command from /127.0.0.1:36152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:35:14,866 INFO Processing ruok command from /127.0.0.1:36278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:35:14,895 INFO Processing ruok command from /127.0.0.1:36280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:35:20,379 INFO Committing global session 0x200003d11bc0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:35:24,888 INFO Processing ruok command from /127.0.0.1:36394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:35:24,918 INFO Processing ruok command from /127.0.0.1:36396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:35:34,864 INFO Processing ruok command from /127.0.0.1:36518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:35:34,897 INFO Processing ruok command from /127.0.0.1:36520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:35:44,868 INFO Processing ruok command from /127.0.0.1:36628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:35:44,902 INFO Processing ruok command from /127.0.0.1:36630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:35:54,894 INFO Processing ruok command from /127.0.0.1:36758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:35:54,928 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:36:04,866 INFO Processing ruok command from /127.0.0.1:36870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:36:04,896 INFO Processing ruok command from /127.0.0.1:36872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:36:14,879 INFO Processing ruok command from /127.0.0.1:36998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:36:14,908 INFO Processing ruok command from /127.0.0.1:37000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:36:24,875 INFO Processing ruok command from /127.0.0.1:37120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:36:24,905 INFO Processing ruok command from /127.0.0.1:37122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:36:34,878 INFO Processing ruok command from /127.0.0.1:37242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:36:34,912 INFO Processing ruok command from /127.0.0.1:37244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:36:44,874 INFO Processing ruok command from /127.0.0.1:37358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:36:44,915 INFO Processing ruok command from /127.0.0.1:37360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:36:54,877 INFO Processing ruok command from /127.0.0.1:37490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:36:54,908 INFO Processing ruok command from /127.0.0.1:37492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:37:04,878 INFO Processing ruok command from /127.0.0.1:37602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:37:04,943 INFO Processing ruok command from /127.0.0.1:37604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:37:14,873 INFO Processing ruok command from /127.0.0.1:37730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:37:14,903 INFO Processing ruok command from /127.0.0.1:37732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:37:20,145 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2023-01-17 05:37:20,153 INFO Committing global session 0x300003b9e6c000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:37:20,946 INFO Submitting global closeSession request for session 0x300003b9e6c000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:37:24,860 INFO Processing ruok command from /127.0.0.1:37854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:37:24,909 INFO Processing ruok command from /127.0.0.1:37856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:37:34,884 INFO Processing ruok command from /127.0.0.1:37978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:37:34,923 INFO Processing ruok command from /127.0.0.1:37980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:37:44,863 INFO Processing ruok command from /127.0.0.1:38096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:37:44,887 INFO Processing ruok command from /127.0.0.1:38098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:37:54,871 INFO Processing ruok command from /127.0.0.1:38228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:37:54,898 INFO Processing ruok command from /127.0.0.1:38230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:38:04,877 INFO Processing ruok command from /127.0.0.1:38338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:38:04,904 INFO Processing ruok command from /127.0.0.1:38340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:38:14,880 INFO Processing ruok command from /127.0.0.1:38464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:38:14,904 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:38:24,885 INFO Processing ruok command from /127.0.0.1:38582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:38:24,920 INFO Processing ruok command from /127.0.0.1:38584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:38:34,889 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:38:34,926 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:38:44,871 INFO Processing ruok command from /127.0.0.1:38822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:38:44,896 INFO Processing ruok command from /127.0.0.1:38824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:38:54,893 INFO Processing ruok command from /127.0.0.1:38946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:38:54,934 INFO Processing ruok command from /127.0.0.1:38948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:39:04,874 INFO Processing ruok command from /127.0.0.1:39058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:39:04,925 INFO Processing ruok command from /127.0.0.1:39060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:39:14,874 INFO Processing ruok command from /127.0.0.1:39186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:39:14,911 INFO Processing ruok command from /127.0.0.1:39188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:39:20,077 INFO Committing global session 0x200003d11bc0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:39:24,892 INFO Processing ruok command from /127.0.0.1:39302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:39:24,929 INFO Processing ruok command from /127.0.0.1:39304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:39:34,873 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:39:34,924 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:39:44,879 INFO Processing ruok command from /127.0.0.1:39538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:39:44,960 INFO Processing ruok command from /127.0.0.1:39540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:39:54,855 INFO Processing ruok command from /127.0.0.1:39670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:39:54,889 INFO Processing ruok command from /127.0.0.1:39672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:40:04,863 INFO Processing ruok command from /127.0.0.1:39778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:40:04,899 INFO Processing ruok command from /127.0.0.1:39780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:40:14,866 INFO Processing ruok command from /127.0.0.1:39906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:40:14,908 INFO Processing ruok command from /127.0.0.1:39908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:40:24,862 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:40:24,902 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:40:34,871 INFO Processing ruok command from /127.0.0.1:40154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:40:34,901 INFO Processing ruok command from /127.0.0.1:40156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:40:44,869 INFO Processing ruok command from /127.0.0.1:40270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:40:44,902 INFO Processing ruok command from /127.0.0.1:40272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:40:54,887 INFO Processing ruok command from /127.0.0.1:40402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:40:54,915 INFO Processing ruok command from /127.0.0.1:40404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:41:04,863 INFO Processing ruok command from /127.0.0.1:40520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:41:04,900 INFO Processing ruok command from /127.0.0.1:40522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:41:14,874 INFO Processing ruok command from /127.0.0.1:40640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:41:14,911 INFO Processing ruok command from /127.0.0.1:40646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:41:20,398 INFO Committing global session 0x200003d11bc0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:41:24,872 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:41:24,909 INFO Processing ruok command from /127.0.0.1:40770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:41:34,877 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:41:34,938 INFO Processing ruok command from /127.0.0.1:40892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:41:44,878 INFO Processing ruok command from /127.0.0.1:41004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:41:44,909 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:41:54,864 INFO Processing ruok command from /127.0.0.1:41126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:41:54,936 INFO Processing ruok command from /127.0.0.1:41128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:42:04,862 INFO Processing ruok command from /127.0.0.1:41248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:42:04,899 INFO Processing ruok command from /127.0.0.1:41250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:42:14,882 INFO Processing ruok command from /127.0.0.1:41364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:42:14,911 INFO Processing ruok command from /127.0.0.1:41366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:42:24,869 INFO Processing ruok command from /127.0.0.1:41494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:42:24,913 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:42:34,862 INFO Processing ruok command from /127.0.0.1:41606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:42:34,895 INFO Processing ruok command from /127.0.0.1:41608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:42:44,870 INFO Processing ruok command from /127.0.0.1:41728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:42:44,892 INFO Processing ruok command from /127.0.0.1:41730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:42:54,873 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:42:54,918 INFO Processing ruok command from /127.0.0.1:41848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:43:04,866 INFO Processing ruok command from /127.0.0.1:41968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:43:04,898 INFO Processing ruok command from /127.0.0.1:41970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:43:14,869 INFO Processing ruok command from /127.0.0.1:42084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:43:14,908 INFO Processing ruok command from /127.0.0.1:42086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:43:19,968 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2023-01-17 05:43:19,977 INFO Committing global session 0x300003b9e6c000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:43:20,670 INFO Submitting global closeSession request for session 0x300003b9e6c000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:43:24,868 INFO Processing ruok command from /127.0.0.1:42208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:43:24,908 INFO Processing ruok command from /127.0.0.1:42210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:43:34,872 INFO Processing ruok command from /127.0.0.1:42320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:43:34,902 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:43:44,875 INFO Processing ruok command from /127.0.0.1:42446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:43:44,919 INFO Processing ruok command from /127.0.0.1:42448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:43:54,870 INFO Processing ruok command from /127.0.0.1:42570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:43:54,909 INFO Processing ruok command from /127.0.0.1:42572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:44:04,879 INFO Processing ruok command from /127.0.0.1:42690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:44:04,923 INFO Processing ruok command from /127.0.0.1:42692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:44:14,874 INFO Processing ruok command from /127.0.0.1:42812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:44:14,946 INFO Processing ruok command from /127.0.0.1:42814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:44:24,868 INFO Processing ruok command from /127.0.0.1:42940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:44:24,898 INFO Processing ruok command from /127.0.0.1:42942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:44:34,868 INFO Processing ruok command from /127.0.0.1:43050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:44:34,906 INFO Processing ruok command from /127.0.0.1:43052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:44:44,859 INFO Processing ruok command from /127.0.0.1:43176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:44:44,899 INFO Processing ruok command from /127.0.0.1:43178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:44:54,858 INFO Processing ruok command from /127.0.0.1:43298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:44:54,888 INFO Processing ruok command from /127.0.0.1:43300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:45:04,870 INFO Processing ruok command from /127.0.0.1:43414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:45:04,904 INFO Processing ruok command from /127.0.0.1:43416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:45:14,895 INFO Processing ruok command from /127.0.0.1:43530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:45:14,921 INFO Processing ruok command from /127.0.0.1:43532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:45:20,269 INFO Committing global session 0x200003d11bc0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:45:24,875 INFO Processing ruok command from /127.0.0.1:43666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:45:24,910 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:45:34,865 INFO Processing ruok command from /127.0.0.1:43782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:45:34,902 INFO Processing ruok command from /127.0.0.1:43784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:45:44,860 INFO Processing ruok command from /127.0.0.1:43910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:45:44,887 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:45:54,873 INFO Processing ruok command from /127.0.0.1:44034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:45:54,899 INFO Processing ruok command from /127.0.0.1:44036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:46:04,887 INFO Processing ruok command from /127.0.0.1:44156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:46:04,922 INFO Processing ruok command from /127.0.0.1:44158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:46:14,873 INFO Processing ruok command from /127.0.0.1:44274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:46:14,904 INFO Processing ruok command from /127.0.0.1:44276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:46:24,879 INFO Processing ruok command from /127.0.0.1:44410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:46:24,951 INFO Processing ruok command from /127.0.0.1:44412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:46:34,866 INFO Processing ruok command from /127.0.0.1:44526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:46:34,908 INFO Processing ruok command from /127.0.0.1:44528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:46:44,872 INFO Processing ruok command from /127.0.0.1:44654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:46:44,897 INFO Processing ruok command from /127.0.0.1:44656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:46:54,872 INFO Processing ruok command from /127.0.0.1:44770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:46:54,904 INFO Processing ruok command from /127.0.0.1:44772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:47:04,865 INFO Processing ruok command from /127.0.0.1:44886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:47:04,902 INFO Processing ruok command from /127.0.0.1:44888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:47:14,871 INFO Processing ruok command from /127.0.0.1:45006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:47:14,906 INFO Processing ruok command from /127.0.0.1:45008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:47:20,374 INFO Committing global session 0x200003d11bc0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:47:24,858 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:47:24,893 INFO Processing ruok command from /127.0.0.1:45144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:47:34,892 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:47:34,921 INFO Processing ruok command from /127.0.0.1:45252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:47:44,864 INFO Processing ruok command from /127.0.0.1:45374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:47:44,904 INFO Processing ruok command from /127.0.0.1:45376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:47:54,875 INFO Processing ruok command from /127.0.0.1:45494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:47:54,944 INFO Processing ruok command from /127.0.0.1:45496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:48:04,877 INFO Processing ruok command from /127.0.0.1:45618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:48:04,912 INFO Processing ruok command from /127.0.0.1:45620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:48:14,880 INFO Processing ruok command from /127.0.0.1:45736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:48:14,922 INFO Processing ruok command from /127.0.0.1:45738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:48:24,872 INFO Processing ruok command from /127.0.0.1:45868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:48:24,919 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:48:34,867 INFO Processing ruok command from /127.0.0.1:45980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:48:34,933 INFO Processing ruok command from /127.0.0.1:45982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:48:44,859 INFO Processing ruok command from /127.0.0.1:46104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:48:44,897 INFO Processing ruok command from /127.0.0.1:46106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:48:54,871 INFO Processing ruok command from /127.0.0.1:46230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:48:54,903 INFO Processing ruok command from /127.0.0.1:46232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:49:04,877 INFO Processing ruok command from /127.0.0.1:46352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:49:04,912 INFO Processing ruok command from /127.0.0.1:46354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:49:14,863 INFO Processing ruok command from /127.0.0.1:46472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:49:14,893 INFO Processing ruok command from /127.0.0.1:46474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:49:20,129 INFO Committing global session 0x200003d11bc0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:49:24,864 INFO Processing ruok command from /127.0.0.1:46608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:49:24,903 INFO Processing ruok command from /127.0.0.1:46610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:49:34,877 INFO Processing ruok command from /127.0.0.1:46722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:49:34,936 INFO Processing ruok command from /127.0.0.1:46724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:49:44,870 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:49:44,901 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:49:54,880 INFO Processing ruok command from /127.0.0.1:46972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:49:54,926 INFO Processing ruok command from /127.0.0.1:46974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:50:04,880 INFO Processing ruok command from /127.0.0.1:47096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:50:04,944 INFO Processing ruok command from /127.0.0.1:47098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:50:14,859 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:50:14,895 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:50:24,875 INFO Processing ruok command from /127.0.0.1:47348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:50:24,934 INFO Processing ruok command from /127.0.0.1:47350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:50:34,858 INFO Processing ruok command from /127.0.0.1:47462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:50:34,887 INFO Processing ruok command from /127.0.0.1:47464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:50:44,880 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:50:44,910 INFO Processing ruok command from /127.0.0.1:47590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:50:54,875 INFO Processing ruok command from /127.0.0.1:47712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:50:54,941 INFO Processing ruok command from /127.0.0.1:47714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:51:04,883 INFO Processing ruok command from /127.0.0.1:47834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:51:04,919 INFO Processing ruok command from /127.0.0.1:47836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:51:14,871 INFO Processing ruok command from /127.0.0.1:47952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:51:14,900 INFO Processing ruok command from /127.0.0.1:47954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:51:20,219 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2023-01-17 05:51:20,227 INFO Committing global session 0x300003b9e6c000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:51:20,887 INFO Submitting global closeSession request for session 0x300003b9e6c000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:51:24,876 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:51:24,909 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:51:34,863 INFO Processing ruok command from /127.0.0.1:48206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:51:34,894 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:51:44,887 INFO Processing ruok command from /127.0.0.1:48330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:51:44,950 INFO Processing ruok command from /127.0.0.1:48332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:51:54,898 INFO Processing ruok command from /127.0.0.1:48458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:51:54,962 INFO Processing ruok command from /127.0.0.1:48460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:52:04,868 INFO Processing ruok command from /127.0.0.1:48576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:52:04,900 INFO Processing ruok command from /127.0.0.1:48578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:52:14,860 INFO Processing ruok command from /127.0.0.1:48694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:52:14,905 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:52:24,885 INFO Processing ruok command from /127.0.0.1:48830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:52:24,913 INFO Processing ruok command from /127.0.0.1:48832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:52:34,865 INFO Processing ruok command from /127.0.0.1:48944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:52:34,892 INFO Processing ruok command from /127.0.0.1:48946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:52:44,872 INFO Processing ruok command from /127.0.0.1:49066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:52:44,900 INFO Processing ruok command from /127.0.0.1:49068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:52:54,867 INFO Processing ruok command from /127.0.0.1:49190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:52:54,901 INFO Processing ruok command from /127.0.0.1:49192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:53:04,886 INFO Processing ruok command from /127.0.0.1:49316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:53:04,908 INFO Processing ruok command from /127.0.0.1:49318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:53:14,876 INFO Processing ruok command from /127.0.0.1:49436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:53:14,918 INFO Processing ruok command from /127.0.0.1:49438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:53:20,049 INFO Committing global session 0x100003be9ee000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:53:24,877 INFO Processing ruok command from /127.0.0.1:49564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:53:24,909 INFO Processing ruok command from /127.0.0.1:49566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:53:34,873 INFO Processing ruok command from /127.0.0.1:49676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:53:34,925 INFO Processing ruok command from /127.0.0.1:49678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:53:44,868 INFO Processing ruok command from /127.0.0.1:49800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:53:44,900 INFO Processing ruok command from /127.0.0.1:49802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:53:54,888 INFO Processing ruok command from /127.0.0.1:49926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:53:54,926 INFO Processing ruok command from /127.0.0.1:49928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:54:04,870 INFO Processing ruok command from /127.0.0.1:50046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:54:04,903 INFO Processing ruok command from /127.0.0.1:50048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:54:14,873 INFO Processing ruok command from /127.0.0.1:50162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:54:14,927 INFO Processing ruok command from /127.0.0.1:50164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:54:24,871 INFO Processing ruok command from /127.0.0.1:50296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:54:24,905 INFO Processing ruok command from /127.0.0.1:50298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:54:34,897 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:54:34,926 INFO Processing ruok command from /127.0.0.1:50410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:54:44,876 INFO Processing ruok command from /127.0.0.1:50534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:54:44,911 INFO Processing ruok command from /127.0.0.1:50536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:54:54,865 INFO Processing ruok command from /127.0.0.1:50662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:54:54,894 INFO Processing ruok command from /127.0.0.1:50664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:55:04,874 INFO Processing ruok command from /127.0.0.1:50780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:55:04,926 INFO Processing ruok command from /127.0.0.1:50782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:55:14,872 INFO Processing ruok command from /127.0.0.1:50900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:55:14,899 INFO Processing ruok command from /127.0.0.1:50902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:55:20,214 INFO Committing global session 0x100003be9ee000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:55:24,871 INFO Processing ruok command from /127.0.0.1:51030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:55:24,905 INFO Processing ruok command from /127.0.0.1:51032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:55:34,870 INFO Processing ruok command from /127.0.0.1:51148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:55:34,907 INFO Processing ruok command from /127.0.0.1:51150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:55:44,866 INFO Processing ruok command from /127.0.0.1:51276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:55:44,897 INFO Processing ruok command from /127.0.0.1:51278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:55:54,857 INFO Processing ruok command from /127.0.0.1:51406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:55:54,896 INFO Processing ruok command from /127.0.0.1:51408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:56:04,887 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:56:04,919 INFO Processing ruok command from /127.0.0.1:51528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:56:14,868 INFO Processing ruok command from /127.0.0.1:51644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:56:14,909 INFO Processing ruok command from /127.0.0.1:51646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:56:24,869 INFO Processing ruok command from /127.0.0.1:51778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:56:24,914 INFO Processing ruok command from /127.0.0.1:51780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:56:34,878 INFO Processing ruok command from /127.0.0.1:51890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:56:34,912 INFO Processing ruok command from /127.0.0.1:51892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:56:44,863 INFO Processing ruok command from /127.0.0.1:52020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:56:44,962 INFO Processing ruok command from /127.0.0.1:52022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:56:54,871 INFO Processing ruok command from /127.0.0.1:52146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:56:54,907 INFO Processing ruok command from /127.0.0.1:52148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:57:04,884 INFO Processing ruok command from /127.0.0.1:52266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:57:04,928 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:57:14,860 INFO Processing ruok command from /127.0.0.1:52382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:57:14,917 INFO Processing ruok command from /127.0.0.1:52384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:57:19,972 INFO Committing global session 0x200003d11bc0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:57:24,879 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:57:24,909 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:57:34,879 INFO Processing ruok command from /127.0.0.1:52628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:57:34,900 INFO Processing ruok command from /127.0.0.1:52630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:57:44,871 INFO Processing ruok command from /127.0.0.1:52754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:57:44,904 INFO Processing ruok command from /127.0.0.1:52756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:57:54,874 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:57:54,933 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:58:04,875 INFO Processing ruok command from /127.0.0.1:53006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:58:04,958 INFO Processing ruok command from /127.0.0.1:53008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:58:14,885 INFO Processing ruok command from /127.0.0.1:53124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:58:14,912 INFO Processing ruok command from /127.0.0.1:53126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:58:24,886 INFO Processing ruok command from /127.0.0.1:53256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:58:24,909 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:58:34,877 INFO Processing ruok command from /127.0.0.1:53364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:58:34,908 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 05:58:44,872 INFO Processing ruok command from /127.0.0.1:53492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 05:58:44,905 INFO Processing ruok command from /127.0.0.1:53494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 05:58:54,886 INFO Processing ruok command from /127.0.0.1:53614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 05:58:54,951 INFO Processing ruok command from /127.0.0.1:53616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 05:59:04,872 INFO Processing ruok command from /127.0.0.1:53734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 05:59:04,898 INFO Processing ruok command from /127.0.0.1:53736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 05:59:14,874 INFO Processing ruok command from /127.0.0.1:53860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 05:59:14,928 INFO Processing ruok command from /127.0.0.1:53862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 05:59:19,994 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2023-01-17 05:59:20,003 INFO Committing global session 0x300003b9e6c000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 05:59:20,865 INFO Submitting global closeSession request for session 0x300003b9e6c000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-01-17 05:59:24,880 INFO Processing ruok command from /127.0.0.1:53992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 05:59:24,915 INFO Processing ruok command from /127.0.0.1:53994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 05:59:34,868 INFO Processing ruok command from /127.0.0.1:54104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 05:59:34,910 INFO Processing ruok command from /127.0.0.1:54106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 05:59:44,877 INFO Processing ruok command from /127.0.0.1:54236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 05:59:44,916 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 05:59:54,872 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 05:59:54,897 INFO Processing ruok command from /127.0.0.1:54366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 06:00:04,873 INFO Processing ruok command from /127.0.0.1:54480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 06:00:04,916 INFO Processing ruok command from /127.0.0.1:54482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 06:00:14,901 INFO Processing ruok command from /127.0.0.1:54598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 06:00:14,931 INFO Processing ruok command from /127.0.0.1:54600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 06:00:24,877 INFO Processing ruok command from /127.0.0.1:54738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 06:00:24,908 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 06:00:34,864 INFO Processing ruok command from /127.0.0.1:54850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 06:00:34,894 INFO Processing ruok command from /127.0.0.1:54852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 06:00:44,881 INFO Processing ruok command from /127.0.0.1:54980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 06:00:44,918 INFO Processing ruok command from /127.0.0.1:54982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-01-17 06:00:54,869 INFO Processing ruok command from /127.0.0.1:55110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-01-17 06:00:54,906 INFO Processing ruok command from /127.0.0.1:55112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-01-17 06:01:04,854 INFO Processing ruok command from /127.0.0.1:55232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-01-17 06:01:04,932 INFO Processing ruok command from /127.0.0.1:55234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-01-17 06:01:14,862 INFO Processing ruok command from /127.0.0.1:55348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-01-17 06:01:14,901 INFO Processing ruok command from /127.0.0.1:55350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-01-17 06:01:20,129 INFO Committing global session 0x100003be9ee000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-01-17 06:01:24,863 INFO Processing ruok command from /127.0.0.1:55478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-01-17 06:01:24,920 INFO Processing ruok command from /127.0.0.1:55480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-01-17 06:01:34,886 INFO Processing ruok command from /127.0.0.1:55596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-01-17 06:01:34,947 INFO Processing ruok command from /127.0.0.1:55598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-01-17 06:01:44,883 INFO Processing ruok command from /127.0.0.1:55720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-01-17 06:01:44,915 INFO Processing ruok command from /127.0.0.1:55722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-01-17 06:01:54,870 INFO Processing ruok command from /127.0.0.1:55846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-01-17 06:01:54,915 INFO Processing ruok command from /127.0.0.1:55848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-01-17 06:02:04,869 INFO Processing ruok command from /127.0.0.1:55970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-01-17 06:02:04,909 INFO Processing ruok command from /127.0.0.1:55972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]