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 sslQuorum=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2023-05-27 22:49:41,967 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-27 22:49:41,973 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-27 22:49:41,973 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-27 22:49:41,976 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2023-05-27 22:49:41,976 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-27 22:49:41,976 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-27 22:49:42,029 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-05-27 22:49:42,029 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-05-27 22:49:42,033 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-27 22:49:42,036 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2023-05-27 22:49:42,037 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2023-05-27 22:49:42,053 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-05-27 22:49:42,072 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-27 22:49:42,081 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2023-05-27 22:49:42,239 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,239 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,239 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,332 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-27 22:49:42,335 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-27 22:49:42,335 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,336 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,336 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,362 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-27 22:49:42,362 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-27 22:49:42,377 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,385 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-05-27 22:49:42,387 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,387 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,388 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,388 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,388 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,388 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,388 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,388 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,413 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,413 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,414 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,416 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,416 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,416 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,416 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,416 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.17.0.8-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,416 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.2.3.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.2.3.jar:/opt/kafka/bin/../libs/connect-json-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.2.3.jar:/opt/kafka/bin/../libs/connect-runtime-3.2.3.jar:/opt/kafka/bin/../libs/connect-transforms-3.2.3.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.103.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/gson-2.9.0.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-core-2.13.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jr-objects-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.13.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-http-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-io-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-security-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-server-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jline-3.21.0.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.2.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.9.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.32.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.2.3.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.1.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.2.3.jar:/opt/kafka/bin/../libs/kafka-metadata-3.2.3.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.11.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.2.3.jar:/opt/kafka/bin/../libs/kafka-server-common-3.2.3.jar:/opt/kafka/bin/../libs/kafka-shell-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.2.3.jar:/opt/kafka/bin/../libs/kafka-tools-3.2.3.jar:/opt/kafka/bin/../libs/kafka_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.6.20.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk7-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk8-1.5.31.jar:/opt/kafka/bin/../libs/kubernetes-client-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-okhttp-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.0.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.4.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.32.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.10.0.jar:/opt/kafka/bin/../libs/okio-jvm-3.0.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.5.0.jar:/opt/kafka/bin/../libs/opentelemetry-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-context-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-jaeger-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-2.6-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-common-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-spi-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-logs-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-metrics-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-trace-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.3.0.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/reload4j-1.2.19.jar:/opt/kafka/bin/../libs/rocksdbjni-6.29.4.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.6.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.8.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.8.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snakeyaml-1.32.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.32.0.jar:/opt/kafka/bin/../libs/trogdor-3.2.3.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.2-1.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:os.memory.free=177MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,417 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO Server environment:os.memory.total=188MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,418 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-27 22:49:42,426 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-05-27 22:49:42,427 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-05-27 22:49:42,430 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-27 22:49:42,430 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-27 22:49:42,445 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,446 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,446 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,446 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,446 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,446 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,446 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,464 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2023-05-27 22:49:42,464 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-05-27 22:49:42,480 INFO Snapshot loaded in 33 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-27 22:49:42,483 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,493 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,502 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,637 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,637 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,641 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-27 22:49:42,642 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-27 22:49:42,649 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2023-05-27 22:49:42,651 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-05-27 22:49:42,651 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-05-27 22:49:42,665 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2023-05-27 22:49:42,671 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.122:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.122:3888] 2023-05-27 22:49:42,687 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:42,691 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-05-27 22:49:42,714 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-05-27 22:49:42,733 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 22:49:42,733 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 22:49:42,738 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2023-05-27 22:49:42,738 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-27 22:49:42,742 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-05-27 22:49:42,743 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-05-27 22:49:42,743 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-27 22:49:42,743 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2023-05-27 22:49:42,923 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-05-27 22:49:42,926 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-05-27 22:49:43,329 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-05-27 22:49:43,330 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 22:49:43,331 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-27 22:49:43,330 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 22:49:43,333 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-05-27 22:49:43,333 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-05-27 22:49:43,335 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-27 22:49:43,333 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2023-05-27 22:49:43,338 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-05-27 22:49:43,339 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2023-05-27 22:49:44,138 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:44,140 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-05-27 22:49:45,744 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 22:49:45,744 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:45,746 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-05-27 22:49:45,744 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 22:49:45,747 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2023-05-27 22:49:45,745 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-27 22:49:45,750 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-05-27 22:49:45,751 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-05-27 22:49:45,753 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-27 22:49:45,752 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2023-05-27 22:49:48,952 INFO Notification time out: 6400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:48,957 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-05-27 22:49:48,969 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 22:49:48,970 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2023-05-27 22:49:48,973 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-05-27 22:49:48,974 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2023-05-27 22:49:53,100 INFO Received connection request from /127.0.0.6:52337 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.122:3888] 2023-05-27 22:49:53,142 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2023-05-27 22:49:53,150 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-05-27 22:49:53,351 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-05-27 22:49:53,352 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:53,362 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-05-27 22:49:53,362 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-05-27 22:49:53,362 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-05-27 22:49:53,362 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-05-27 22:49:53,362 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-05-27 22:49:53,370 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-05-27 22:49:53,372 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-05-27 22:49:53,373 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-05-27 22:49:53,375 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-05-27 22:49:53,376 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-05-27 22:49:53,379 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-05-27 22:49:53,379 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-05-27 22:49:53,379 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-05-27 22:49:53,379 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-05-27 22:49:53,379 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-05-27 22:49:53,379 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-05-27 22:49:53,384 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-05-27 22:49:53,385 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-05-27 22:49:53,385 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-05-27 22:49:53,391 INFO LEADING - LEADER ELECTION TOOK - 10700 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:53,397 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-05-27 22:49:53,398 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-05-27 22:49:53,409 INFO Snapshot taken in 11 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:53,444 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-/127.0.0.6:58927] 2023-05-27 22:49:53,467 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:58927] 2023-05-27 22:49:53,468 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:58927] 2023-05-27 22:49:53,469 INFO Sending DIFF zxid=0x0 for peer sid: 2 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:58927] 2023-05-27 22:49:53,479 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-05-27 22:49:53,546 INFO Have quorum of supporters, sids: [[2, 3],[2, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-27 22:49:53,579 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-05-27 22:49:53,579 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-05-27 22:49:53,599 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2023-05-27 22:49:53,602 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-05-27 22:49:53,604 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-05-27 22:49:53,637 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-05-27 22:49:54,014 INFO Received connection request from /127.0.0.6:46079 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.122:3888] 2023-05-27 22:49:54,023 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-05-27 22:49:54,025 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/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-05-27 22:49:54,026 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-27 22:49:54,026 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-27 22:49:54,052 INFO Notification: my state:LEADING; 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-05-27 22:49:54,055 INFO Notification: my state:LEADING; 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-05-27 22:49:54,134 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:46705] 2023-05-27 22:49:54,154 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:46705] 2023-05-27 22:49:54,154 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:46705] 2023-05-27 22:49:54,172 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:46705] 2023-05-27 22:50:02,000 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2023-05-27 22:50:02,000 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2023-05-27 22:50:02,000 INFO Processing ruok command from /127.0.0.1:50288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:50:02,001 INFO Processing ruok command from /127.0.0.1:50292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:50:11,897 INFO Processing ruok command from /127.0.0.1:50356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:50:11,949 INFO Processing ruok command from /127.0.0.1:50358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:50:13,969 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2023-05-27 22:50:13,990 INFO Committing global session 0x10000467df00000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:50:21,902 INFO Processing ruok command from /127.0.0.1:50438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:50:21,957 INFO Processing ruok command from /127.0.0.1:50440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:50:27,871 INFO Committing global session 0x10000467df00001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:50:28,655 INFO Committing global session 0x200004574b00000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:50:28,879 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-05-27 22:50:28,913 INFO Committing global session 0x300004737040000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:50:31,625 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-05-27 22:50:31,642 INFO Committing global session 0x300004737040001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:50:31,869 INFO Processing ruok command from /127.0.0.1:50518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:50:31,965 INFO Processing ruok command from /127.0.0.1:50522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 22:50:32,089 INFO Committing global session 0x10000467df00002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:50:32,844 INFO Committing global session 0x200004574b00001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:50:41,889 INFO Processing ruok command from /127.0.0.1:50600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 22:50:41,964 INFO Processing ruok command from /127.0.0.1:50604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 22:50:51,896 INFO Processing ruok command from /127.0.0.1:50672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 22:50:51,940 INFO Processing ruok command from /127.0.0.1:50676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 22:51:01,888 INFO Processing ruok command from /127.0.0.1:50748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 22:51:01,955 INFO Processing ruok command from /127.0.0.1:50752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 22:51:11,887 INFO Processing ruok command from /127.0.0.1:50828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 22:51:11,967 INFO Processing ruok command from /127.0.0.1:50830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 22:51:21,877 INFO Processing ruok command from /127.0.0.1:50900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:51:21,954 INFO Processing ruok command from /127.0.0.1:50904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:51:31,867 INFO Processing ruok command from /127.0.0.1:50974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:51:31,920 INFO Processing ruok command from /127.0.0.1:50978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:51:34,594 INFO Committing global session 0x10000467df00003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:51:41,882 INFO Processing ruok command from /127.0.0.1:51060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:51:41,944 INFO Processing ruok command from /127.0.0.1:51064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:51:51,881 INFO Processing ruok command from /127.0.0.1:51136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:51:51,936 INFO Processing ruok command from /127.0.0.1:51140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 22:52:00,889 INFO Committing global session 0x10000467df00004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:52:01,872 INFO Processing ruok command from /127.0.0.1:51212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 22:52:01,921 INFO Processing ruok command from /127.0.0.1:51216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 22:52:11,900 INFO Processing ruok command from /127.0.0.1:51316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 22:52:11,963 INFO Processing ruok command from /127.0.0.1:51318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 22:52:21,877 INFO Processing ruok command from /127.0.0.1:51390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 22:52:21,956 INFO Processing ruok command from /127.0.0.1:51394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 22:52:31,877 INFO Processing ruok command from /127.0.0.1:51466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 22:52:31,922 INFO Processing ruok command from /127.0.0.1:51470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 22:52:41,880 INFO Processing ruok command from /127.0.0.1:51544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:52:41,962 INFO Processing ruok command from /127.0.0.1:51548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:52:51,857 INFO Processing ruok command from /127.0.0.1:51646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:52:51,945 INFO Processing ruok command from /127.0.0.1:51650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:52:57,475 INFO Committing global session 0x10000467df00005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:53:01,882 INFO Processing ruok command from /127.0.0.1:51744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:53:01,966 INFO Processing ruok command from /127.0.0.1:51748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:53:11,879 INFO Processing ruok command from /127.0.0.1:51822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:53:11,932 INFO Processing ruok command from /127.0.0.1:51826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 22:53:21,890 INFO Processing ruok command from /127.0.0.1:51898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 22:53:21,969 INFO Processing ruok command from /127.0.0.1:51900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 22:53:31,898 INFO Processing ruok command from /127.0.0.1:51972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 22:53:31,977 INFO Processing ruok command from /127.0.0.1:51974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 22:53:41,889 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 22:53:41,937 INFO Processing ruok command from /127.0.0.1:52060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 22:53:51,875 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 22:53:51,935 INFO Processing ruok command from /127.0.0.1:52142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 22:54:01,933 INFO Processing ruok command from /127.0.0.1:52274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:54:02,010 INFO Processing ruok command from /127.0.0.1:52280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:54:11,888 INFO Processing ruok command from /127.0.0.1:52364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:54:12,001 INFO Processing ruok command from /127.0.0.1:52366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:54:21,890 INFO Processing ruok command from /127.0.0.1:52466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:54:21,903 INFO Processing ruok command from /127.0.0.1:52468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:54:31,881 INFO Processing ruok command from /127.0.0.1:52572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:54:31,942 INFO Processing ruok command from /127.0.0.1:52576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 22:54:41,887 INFO Processing ruok command from /127.0.0.1:52676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 22:54:41,929 INFO Processing ruok command from /127.0.0.1:52678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 22:54:51,874 INFO Processing ruok command from /127.0.0.1:52770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 22:54:51,931 INFO Processing ruok command from /127.0.0.1:52774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 22:54:57,910 INFO Committing global session 0x10000467df00006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:55:01,863 INFO Processing ruok command from /127.0.0.1:52878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 22:55:02,000 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 22:55:11,879 INFO Processing ruok command from /127.0.0.1:52982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 22:55:11,924 INFO Processing ruok command from /127.0.0.1:52986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 22:55:21,882 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:55:21,949 INFO Processing ruok command from /127.0.0.1:53084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:55:31,891 INFO Processing ruok command from /127.0.0.1:53182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:55:31,959 INFO Processing ruok command from /127.0.0.1:53184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:55:41,889 INFO Processing ruok command from /127.0.0.1:53284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:55:41,964 INFO Processing ruok command from /127.0.0.1:53286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:55:51,865 INFO Processing ruok command from /127.0.0.1:53378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:55:51,943 INFO Processing ruok command from /127.0.0.1:53382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 22:56:01,854 INFO Processing ruok command from /127.0.0.1:53488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 22:56:01,946 INFO Processing ruok command from /127.0.0.1:53492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 22:56:11,880 INFO Processing ruok command from /127.0.0.1:53588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 22:56:11,943 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 22:56:21,878 INFO Processing ruok command from /127.0.0.1:53688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 22:56:21,970 INFO Processing ruok command from /127.0.0.1:53692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 22:56:31,861 INFO Processing ruok command from /127.0.0.1:53788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 22:56:31,950 INFO Processing ruok command from /127.0.0.1:53792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 22:56:41,888 INFO Processing ruok command from /127.0.0.1:53892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:56:41,925 INFO Processing ruok command from /127.0.0.1:53894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:56:51,884 INFO Processing ruok command from /127.0.0.1:53988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:56:51,950 INFO Processing ruok command from /127.0.0.1:53990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:56:57,614 INFO Committing global session 0x10000467df00007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:57:01,865 INFO Processing ruok command from /127.0.0.1:54092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:57:01,920 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:57:11,903 INFO Processing ruok command from /127.0.0.1:54194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:57:12,009 INFO Processing ruok command from /127.0.0.1:54196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 22:57:21,896 INFO Processing ruok command from /127.0.0.1:54292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 22:57:21,935 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 22:57:31,878 INFO Processing ruok command from /127.0.0.1:54390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 22:57:31,954 INFO Processing ruok command from /127.0.0.1:54394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 22:57:41,851 INFO Processing ruok command from /127.0.0.1:54496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 22:57:41,910 INFO Processing ruok command from /127.0.0.1:54500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 22:57:51,861 INFO Processing ruok command from /127.0.0.1:54592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 22:57:51,936 INFO Processing ruok command from /127.0.0.1:54596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 22:58:01,871 INFO Processing ruok command from /127.0.0.1:54702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:58:01,968 INFO Processing ruok command from /127.0.0.1:54706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:58:11,855 INFO Processing ruok command from /127.0.0.1:54802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:58:11,954 INFO Processing ruok command from /127.0.0.1:54806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:58:21,891 INFO Processing ruok command from /127.0.0.1:54904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:58:21,963 INFO Processing ruok command from /127.0.0.1:54906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:58:31,874 INFO Processing ruok command from /127.0.0.1:55002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:58:31,906 INFO Processing ruok command from /127.0.0.1:55006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 22:58:41,872 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 22:58:41,957 INFO Processing ruok command from /127.0.0.1:55108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 22:58:51,881 INFO Processing ruok command from /127.0.0.1:55200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 22:58:51,972 INFO Processing ruok command from /127.0.0.1:55204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 22:58:57,751 INFO Committing global session 0x10000467df00008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 22:59:01,877 INFO Processing ruok command from /127.0.0.1:55308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 22:59:01,919 INFO Processing ruok command from /127.0.0.1:55312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 22:59:11,880 INFO Processing ruok command from /127.0.0.1:55408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 22:59:11,945 INFO Processing ruok command from /127.0.0.1:55412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 22:59:21,878 INFO Processing ruok command from /127.0.0.1:55506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 22:59:21,946 INFO Processing ruok command from /127.0.0.1:55510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 22:59:31,864 INFO Processing ruok command from /127.0.0.1:55606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 22:59:31,935 INFO Processing ruok command from /127.0.0.1:55610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 22:59:41,874 INFO Processing ruok command from /127.0.0.1:55708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 22:59:41,936 INFO Processing ruok command from /127.0.0.1:55712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 22:59:51,884 INFO Processing ruok command from /127.0.0.1:55804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 22:59:51,936 INFO Processing ruok command from /127.0.0.1:55808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:00:01,863 INFO Processing ruok command from /127.0.0.1:55914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:00:01,963 INFO Processing ruok command from /127.0.0.1:55918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:00:11,863 INFO Processing ruok command from /127.0.0.1:56014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:00:11,926 INFO Processing ruok command from /127.0.0.1:56018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:00:21,883 INFO Processing ruok command from /127.0.0.1:56114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:00:21,956 INFO Processing ruok command from /127.0.0.1:56118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:00:31,874 INFO Processing ruok command from /127.0.0.1:56214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:00:31,942 INFO Processing ruok command from /127.0.0.1:56218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:00:41,858 INFO Processing ruok command from /127.0.0.1:56316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:00:41,953 INFO Processing ruok command from /127.0.0.1:56320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:00:51,874 INFO Processing ruok command from /127.0.0.1:56412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:00:51,961 INFO Processing ruok command from /127.0.0.1:56416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:00:57,470 INFO Committing global session 0x200004574b00002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:01:01,863 INFO Processing ruok command from /127.0.0.1:56518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:01:01,930 INFO Processing ruok command from /127.0.0.1:56522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:01:11,872 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:01:11,936 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:01:21,879 INFO Processing ruok command from /127.0.0.1:56716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:01:21,950 INFO Processing ruok command from /127.0.0.1:56720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:01:31,862 INFO Processing ruok command from /127.0.0.1:56816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:01:31,948 INFO Processing ruok command from /127.0.0.1:56820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:01:41,887 INFO Processing ruok command from /127.0.0.1:56922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:01:41,951 INFO Processing ruok command from /127.0.0.1:56924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:01:51,867 INFO Processing ruok command from /127.0.0.1:57016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:01:51,932 INFO Processing ruok command from /127.0.0.1:57020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:02:01,892 INFO Processing ruok command from /127.0.0.1:57128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:02:01,973 INFO Processing ruok command from /127.0.0.1:57130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:02:11,886 INFO Processing ruok command from /127.0.0.1:57228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:02:11,961 INFO Processing ruok command from /127.0.0.1:57230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:02:21,870 INFO Processing ruok command from /127.0.0.1:57324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:02:21,959 INFO Processing ruok command from /127.0.0.1:57328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:02:31,888 INFO Processing ruok command from /127.0.0.1:57434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:02:31,941 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:02:41,881 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:02:41,985 INFO Processing ruok command from /127.0.0.1:57538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:02:51,875 INFO Processing ruok command from /127.0.0.1:57630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:02:51,914 INFO Processing ruok command from /127.0.0.1:57634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:02:57,285 INFO Committing global session 0x10000467df00009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:03:01,872 INFO Processing ruok command from /127.0.0.1:57738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:03:01,919 INFO Processing ruok command from /127.0.0.1:57742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:03:11,849 INFO Processing ruok command from /127.0.0.1:57838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:03:11,906 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:03:21,879 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:03:21,947 INFO Processing ruok command from /127.0.0.1:57946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:03:31,885 INFO Processing ruok command from /127.0.0.1:58044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:03:31,951 INFO Processing ruok command from /127.0.0.1:58046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:03:41,878 INFO Processing ruok command from /127.0.0.1:58146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:03:41,936 INFO Processing ruok command from /127.0.0.1:58150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:03:51,884 INFO Processing ruok command from /127.0.0.1:58244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:03:51,973 INFO Processing ruok command from /127.0.0.1:58246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:04:01,884 INFO Processing ruok command from /127.0.0.1:58354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:04:01,933 INFO Processing ruok command from /127.0.0.1:58356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:04:11,874 INFO Processing ruok command from /127.0.0.1:58454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:04:11,948 INFO Processing ruok command from /127.0.0.1:58458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:04:21,888 INFO Processing ruok command from /127.0.0.1:58556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:04:21,944 INFO Processing ruok command from /127.0.0.1:58558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:04:31,845 INFO Processing ruok command from /127.0.0.1:58654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:04:31,909 INFO Processing ruok command from /127.0.0.1:58658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:04:41,872 INFO Processing ruok command from /127.0.0.1:58756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:04:41,945 INFO Processing ruok command from /127.0.0.1:58760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:04:51,861 INFO Processing ruok command from /127.0.0.1:58852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:04:51,895 INFO Processing ruok command from /127.0.0.1:58856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:04:57,876 INFO Committing global session 0x10000467df0000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:05:01,869 INFO Processing ruok command from /127.0.0.1:58958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:05:01,939 INFO Processing ruok command from /127.0.0.1:58962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:05:11,883 INFO Processing ruok command from /127.0.0.1:59058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:05:11,935 INFO Processing ruok command from /127.0.0.1:59062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:05:21,846 INFO Processing ruok command from /127.0.0.1:59156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:05:21,924 INFO Processing ruok command from /127.0.0.1:59160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:05:31,873 INFO Processing ruok command from /127.0.0.1:59256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:05:31,925 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:05:41,856 INFO Processing ruok command from /127.0.0.1:59358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:05:41,936 INFO Processing ruok command from /127.0.0.1:59362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:05:51,876 INFO Processing ruok command from /127.0.0.1:59454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:05:51,947 INFO Processing ruok command from /127.0.0.1:59458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:06:01,880 INFO Processing ruok command from /127.0.0.1:59564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:06:01,971 INFO Processing ruok command from /127.0.0.1:59568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:06:11,875 INFO Processing ruok command from /127.0.0.1:59666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:06:11,945 INFO Processing ruok command from /127.0.0.1:59670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:06:21,875 INFO Processing ruok command from /127.0.0.1:59764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:06:21,949 INFO Processing ruok command from /127.0.0.1:59768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:06:31,874 INFO Processing ruok command from /127.0.0.1:59864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:06:31,945 INFO Processing ruok command from /127.0.0.1:59868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:06:41,869 INFO Processing ruok command from /127.0.0.1:59966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:06:41,951 INFO Processing ruok command from /127.0.0.1:59970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:06:51,856 INFO Processing ruok command from /127.0.0.1:60062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:06:51,898 INFO Processing ruok command from /127.0.0.1:60066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:06:56,977 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-05-27 23:06:56,996 INFO Committing global session 0x300004737040002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:06:57,853 INFO Submitting global closeSession request for session 0x300004737040002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:07:01,883 INFO Processing ruok command from /127.0.0.1:60170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:07:01,952 INFO Processing ruok command from /127.0.0.1:60174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:07:11,885 INFO Processing ruok command from /127.0.0.1:60272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:07:11,929 INFO Processing ruok command from /127.0.0.1:60274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:07:21,873 INFO Processing ruok command from /127.0.0.1:60368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:07:21,963 INFO Processing ruok command from /127.0.0.1:60372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:07:31,896 INFO Processing ruok command from /127.0.0.1:60470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:07:31,980 INFO Processing ruok command from /127.0.0.1:60472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:07:41,869 INFO Processing ruok command from /127.0.0.1:60570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:07:41,934 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:07:51,876 INFO Processing ruok command from /127.0.0.1:60668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:07:51,946 INFO Processing ruok command from /127.0.0.1:60672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:08:01,869 INFO Processing ruok command from /127.0.0.1:60778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:08:01,920 INFO Processing ruok command from /127.0.0.1:60782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:08:11,870 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:08:11,903 INFO Processing ruok command from /127.0.0.1:60882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:08:21,891 INFO Processing ruok command from /127.0.0.1:60980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:08:21,948 INFO Processing ruok command from /127.0.0.1:60982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:08:31,866 INFO Processing ruok command from /127.0.0.1:32848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:08:31,938 INFO Processing ruok command from /127.0.0.1:32852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:08:41,883 INFO Processing ruok command from /127.0.0.1:32952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:08:41,946 INFO Processing ruok command from /127.0.0.1:32956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:08:51,883 INFO Processing ruok command from /127.0.0.1:33048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:08:51,952 INFO Processing ruok command from /127.0.0.1:33052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:08:57,534 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-05-27 23:08:57,545 INFO Committing global session 0x300004737040003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:08:58,162 INFO Submitting global closeSession request for session 0x300004737040003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:09:01,910 INFO Processing ruok command from /127.0.0.1:33184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:09:02,000 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:09:11,893 INFO Processing ruok command from /127.0.0.1:33314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:09:11,998 INFO Processing ruok command from /127.0.0.1:33316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:09:21,876 INFO Processing ruok command from /127.0.0.1:33432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:09:21,957 INFO Processing ruok command from /127.0.0.1:33436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:09:31,888 INFO Processing ruok command from /127.0.0.1:33548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:09:31,957 INFO Processing ruok command from /127.0.0.1:33552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:09:41,861 INFO Processing ruok command from /127.0.0.1:33666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:09:41,941 INFO Processing ruok command from /127.0.0.1:33670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:09:51,890 INFO Processing ruok command from /127.0.0.1:33774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:09:51,960 INFO Processing ruok command from /127.0.0.1:33776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:10:01,878 INFO Processing ruok command from /127.0.0.1:33896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:10:01,945 INFO Processing ruok command from /127.0.0.1:33900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:10:11,861 INFO Processing ruok command from /127.0.0.1:34010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:10:11,920 INFO Processing ruok command from /127.0.0.1:34014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:10:21,864 INFO Processing ruok command from /127.0.0.1:34118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:10:21,924 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:10:31,850 INFO Processing ruok command from /127.0.0.1:34232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:10:31,948 INFO Processing ruok command from /127.0.0.1:34236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:10:41,877 INFO Processing ruok command from /127.0.0.1:34396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:10:41,958 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:10:51,865 INFO Processing ruok command from /127.0.0.1:34512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:10:51,925 INFO Processing ruok command from /127.0.0.1:34516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:10:57,273 INFO Committing global session 0x10000467df0000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:11:01,876 INFO Processing ruok command from /127.0.0.1:34658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:11:01,946 INFO Processing ruok command from /127.0.0.1:34664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:11:05,497 INFO Committing global session 0x200004574b00003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:11:05,679 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-05-27 23:11:05,691 INFO Committing global session 0x300004737040004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:11:06,793 INFO Committing global session 0x200004574b00004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:11:11,891 INFO Processing ruok command from /127.0.0.1:34792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:11:11,963 INFO Processing ruok command from /127.0.0.1:34794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:11:21,883 INFO Processing ruok command from /127.0.0.1:34930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:11:21,971 INFO Processing ruok command from /127.0.0.1:34934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:11:31,882 INFO Processing ruok command from /127.0.0.1:35070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:11:31,946 INFO Processing ruok command from /127.0.0.1:35074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:11:41,864 INFO Processing ruok command from /127.0.0.1:35220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:11:41,903 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:11:51,876 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:11:51,957 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:12:01,895 INFO Processing ruok command from /127.0.0.1:35558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:12:01,967 INFO Processing ruok command from /127.0.0.1:35560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:12:11,869 INFO Processing ruok command from /127.0.0.1:35698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:12:11,955 INFO Processing ruok command from /127.0.0.1:35702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:12:21,895 INFO Processing ruok command from /127.0.0.1:35832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:12:21,984 INFO Processing ruok command from /127.0.0.1:35834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:12:31,883 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:12:31,955 INFO Processing ruok command from /127.0.0.1:35980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:12:41,867 INFO Processing ruok command from /127.0.0.1:36116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:12:41,919 INFO Processing ruok command from /127.0.0.1:36120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:12:51,861 INFO Processing ruok command from /127.0.0.1:36246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:12:51,918 INFO Processing ruok command from /127.0.0.1:36250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:12:57,162 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-05-27 23:12:57,191 INFO Committing global session 0x300004737040005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:12:58,023 INFO Submitting global closeSession request for session 0x300004737040005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:13:01,870 INFO Processing ruok command from /127.0.0.1:36390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:13:01,939 INFO Processing ruok command from /127.0.0.1:36394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:13:11,872 INFO Processing ruok command from /127.0.0.1:36528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:13:11,973 INFO Processing ruok command from /127.0.0.1:36532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:13:21,870 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:13:21,947 INFO Processing ruok command from /127.0.0.1:36664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:13:31,879 INFO Processing ruok command from /127.0.0.1:36800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:13:31,946 INFO Processing ruok command from /127.0.0.1:36804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:13:41,877 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:13:41,943 INFO Processing ruok command from /127.0.0.1:36944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:13:51,877 INFO Processing ruok command from /127.0.0.1:37070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:13:51,921 INFO Processing ruok command from /127.0.0.1:37074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:14:01,862 INFO Processing ruok command from /127.0.0.1:37224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:14:01,888 INFO Processing ruok command from /127.0.0.1:37228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:14:11,876 INFO Processing ruok command from /127.0.0.1:37362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:14:11,978 INFO Processing ruok command from /127.0.0.1:37366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:14:21,881 INFO Processing ruok command from /127.0.0.1:37496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:14:21,934 INFO Processing ruok command from /127.0.0.1:37500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:14:31,872 INFO Processing ruok command from /127.0.0.1:37634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:14:31,957 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:14:41,892 INFO Processing ruok command from /127.0.0.1:37776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:14:41,973 INFO Processing ruok command from /127.0.0.1:37778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:14:51,886 INFO Processing ruok command from /127.0.0.1:37908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:14:51,951 INFO Processing ruok command from /127.0.0.1:37910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:14:57,328 INFO Committing global session 0x10000467df0000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:15:01,870 INFO Processing ruok command from /127.0.0.1:38050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:15:01,934 INFO Processing ruok command from /127.0.0.1:38054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:15:11,890 INFO Processing ruok command from /127.0.0.1:38194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:15:11,974 INFO Processing ruok command from /127.0.0.1:38196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:15:21,888 INFO Processing ruok command from /127.0.0.1:38326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:15:21,944 INFO Processing ruok command from /127.0.0.1:38328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:15:31,860 INFO Processing ruok command from /127.0.0.1:38462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:15:31,935 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:15:41,867 INFO Processing ruok command from /127.0.0.1:38606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:15:41,909 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:15:51,870 INFO Processing ruok command from /127.0.0.1:38736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:15:51,949 INFO Processing ruok command from /127.0.0.1:38740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:16:01,870 INFO Processing ruok command from /127.0.0.1:38884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:16:01,940 INFO Processing ruok command from /127.0.0.1:38888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:16:11,864 INFO Processing ruok command from /127.0.0.1:39028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:16:11,945 INFO Processing ruok command from /127.0.0.1:39032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:16:21,867 INFO Processing ruok command from /127.0.0.1:39160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:16:21,923 INFO Processing ruok command from /127.0.0.1:39164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:16:31,903 INFO Processing ruok command from /127.0.0.1:39300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:16:31,981 INFO Processing ruok command from /127.0.0.1:39302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:16:41,860 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:16:41,929 INFO Processing ruok command from /127.0.0.1:39446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:16:51,868 INFO Processing ruok command from /127.0.0.1:39572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:16:51,944 INFO Processing ruok command from /127.0.0.1:39576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:16:57,149 INFO Committing global session 0x200004574b00005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:17:01,879 INFO Processing ruok command from /127.0.0.1:39716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:17:01,957 INFO Processing ruok command from /127.0.0.1:39720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:17:11,898 INFO Processing ruok command from /127.0.0.1:39862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:17:11,969 INFO Processing ruok command from /127.0.0.1:39864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:17:21,882 INFO Processing ruok command from /127.0.0.1:39996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:17:21,965 INFO Processing ruok command from /127.0.0.1:40000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:17:31,873 INFO Processing ruok command from /127.0.0.1:40136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:17:31,932 INFO Processing ruok command from /127.0.0.1:40140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:17:41,859 INFO Processing ruok command from /127.0.0.1:40280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:17:41,933 INFO Processing ruok command from /127.0.0.1:40284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:17:51,861 INFO Processing ruok command from /127.0.0.1:40416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:17:51,930 INFO Processing ruok command from /127.0.0.1:40420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:18:01,876 INFO Processing ruok command from /127.0.0.1:40564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:18:01,913 INFO Processing ruok command from /127.0.0.1:40568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:18:11,870 INFO Processing ruok command from /127.0.0.1:40706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:18:11,949 INFO Processing ruok command from /127.0.0.1:40710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:18:21,875 INFO Processing ruok command from /127.0.0.1:40878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:18:21,933 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:18:31,881 INFO Processing ruok command from /127.0.0.1:41056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:18:31,988 INFO Processing ruok command from /127.0.0.1:41060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:18:41,937 INFO Processing ruok command from /127.0.0.1:41220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:18:41,986 INFO Processing ruok command from /127.0.0.1:41222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:18:51,870 INFO Processing ruok command from /127.0.0.1:41420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:18:51,950 INFO Processing ruok command from /127.0.0.1:41424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:18:57,308 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-05-27 23:18:57,329 INFO Committing global session 0x300004737040006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:18:58,256 INFO Submitting global closeSession request for session 0x300004737040006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:19:01,905 INFO Processing ruok command from /127.0.0.1:41606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:19:01,990 INFO Processing ruok command from /127.0.0.1:41608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:19:11,847 INFO Processing ruok command from /127.0.0.1:41792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:19:11,939 INFO Processing ruok command from /127.0.0.1:41796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:19:21,873 INFO Processing ruok command from /127.0.0.1:41964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:19:21,941 INFO Processing ruok command from /127.0.0.1:41968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:19:31,893 INFO Processing ruok command from /127.0.0.1:42136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:19:32,017 INFO Processing ruok command from /127.0.0.1:42138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:19:41,952 INFO Processing ruok command from /127.0.0.1:42354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:19:42,019 INFO Processing ruok command from /127.0.0.1:42356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:19:51,916 INFO Processing ruok command from /127.0.0.1:42576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:19:52,001 INFO Processing ruok command from /127.0.0.1:42578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:19:53,638 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/15a86334-14bd-4d4f-8147-d5456c034aca/onap-policy-apex-pdp-6f8b4c5887-s6fs7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:20:01,902 INFO Processing ruok command from /127.0.0.1:42812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:20:01,987 INFO Processing ruok command from /127.0.0.1:42816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:20:11,910 INFO Processing ruok command from /127.0.0.1:43016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:20:11,981 INFO Processing ruok command from /127.0.0.1:43018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:20:21,874 INFO Processing ruok command from /127.0.0.1:43208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:20:21,966 INFO Processing ruok command from /127.0.0.1:43212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:20:31,869 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:20:31,938 INFO Processing ruok command from /127.0.0.1:43424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:20:41,897 INFO Processing ruok command from /127.0.0.1:43652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:20:41,962 INFO Processing ruok command from /127.0.0.1:43654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:20:51,879 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:20:51,973 INFO Processing ruok command from /127.0.0.1:43856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:20:53,637 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/15a86334-14bd-4d4f-8147-d5456c034aca (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:20:57,204 INFO Committing global session 0x10000467df0000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:21:01,900 INFO Processing ruok command from /127.0.0.1:44064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:21:01,992 INFO Processing ruok command from /127.0.0.1:44066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:21:11,911 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:21:11,936 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:21:21,885 INFO Processing ruok command from /127.0.0.1:44464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:21:21,970 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:21:31,877 INFO Processing ruok command from /127.0.0.1:44672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:21:31,963 INFO Processing ruok command from /127.0.0.1:44678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:21:41,881 INFO Processing ruok command from /127.0.0.1:44880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:21:41,944 INFO Processing ruok command from /127.0.0.1:44884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:21:51,900 INFO Processing ruok command from /127.0.0.1:45076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:21:51,970 INFO Processing ruok command from /127.0.0.1:45078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:21:53,638 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:22:01,883 INFO Processing ruok command from /127.0.0.1:45282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:22:01,957 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:22:11,896 INFO Processing ruok command from /127.0.0.1:45486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:22:11,957 INFO Processing ruok command from /127.0.0.1:45488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:22:21,895 INFO Processing ruok command from /127.0.0.1:45682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:22:21,945 INFO Processing ruok command from /127.0.0.1:45684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:22:31,903 INFO Processing ruok command from /127.0.0.1:45918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:22:31,993 INFO Processing ruok command from /127.0.0.1:45922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:22:41,894 INFO Processing ruok command from /127.0.0.1:46162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:22:41,983 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:22:51,887 INFO Processing ruok command from /127.0.0.1:46410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:22:51,994 INFO Processing ruok command from /127.0.0.1:46412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:22:53,640 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:22:57,005 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-05-27 23:22:57,029 INFO Committing global session 0x300004737040007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:22:57,865 INFO Submitting global closeSession request for session 0x300004737040007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:23:01,899 INFO Processing ruok command from /127.0.0.1:46638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:23:01,990 INFO Processing ruok command from /127.0.0.1:46640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:23:11,881 INFO Processing ruok command from /127.0.0.1:46892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:23:11,967 INFO Processing ruok command from /127.0.0.1:46896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:23:21,876 INFO Processing ruok command from /127.0.0.1:47166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:23:21,966 INFO Processing ruok command from /127.0.0.1:47170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:23:31,884 INFO Processing ruok command from /127.0.0.1:47400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:23:31,960 INFO Processing ruok command from /127.0.0.1:47402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:23:41,852 INFO Processing ruok command from /127.0.0.1:47646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:23:41,927 INFO Processing ruok command from /127.0.0.1:47650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:23:51,868 INFO Processing ruok command from /127.0.0.1:47870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:23:51,928 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:23:53,637 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:23:53,644 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/95d0410b-e468-49a7-9e40-0b19685861f8/onap-policy-xacml-pdp-7c7f64766c-tlh8t (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:23:53,650 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:24:01,903 INFO Processing ruok command from /127.0.0.1:48114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:24:01,980 INFO Processing ruok command from /127.0.0.1:48116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:24:11,894 INFO Processing ruok command from /127.0.0.1:48350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:24:12,003 INFO Processing ruok command from /127.0.0.1:48352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:24:21,884 INFO Processing ruok command from /127.0.0.1:48582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:24:21,950 INFO Processing ruok command from /127.0.0.1:48584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:24:31,903 INFO Processing ruok command from /127.0.0.1:48816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:24:31,983 INFO Processing ruok command from /127.0.0.1:48818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:24:41,877 INFO Processing ruok command from /127.0.0.1:49054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:24:41,945 INFO Processing ruok command from /127.0.0.1:49058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:24:51,880 INFO Processing ruok command from /127.0.0.1:49286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:24:51,972 INFO Processing ruok command from /127.0.0.1:49290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:24:53,637 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d21233cc-27ce-407d-9cda-6861c0395a81/onap-policy-pap-74946b6dcd-wc56v (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:24:53,644 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/bc7f6138-1bae-4f3e-a8b3-8cde598feaab/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:24:53,649 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:24:53,656 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/065beba0-bcb5-4a85-993e-74b7625ea88e/onap-policy-pap-74946b6dcd-wc56v (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:24:53,662 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:24:53,669 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/95d0410b-e468-49a7-9e40-0b19685861f8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:24:57,312 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2023-05-27 23:24:57,324 INFO Committing global session 0x300004737040008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:24:58,195 INFO Submitting global closeSession request for session 0x300004737040008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:25:01,869 INFO Processing ruok command from /127.0.0.1:49524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:25:01,962 INFO Processing ruok command from /127.0.0.1:49528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:25:11,883 INFO Processing ruok command from /127.0.0.1:49762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:25:11,951 INFO Processing ruok command from /127.0.0.1:49766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:25:21,844 INFO Processing ruok command from /127.0.0.1:49994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:25:21,938 INFO Processing ruok command from /127.0.0.1:49998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:25:31,884 INFO Processing ruok command from /127.0.0.1:50240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:25:31,953 INFO Processing ruok command from /127.0.0.1:50246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:25:41,868 INFO Processing ruok command from /127.0.0.1:50486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:25:41,977 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:25:51,884 INFO Processing ruok command from /127.0.0.1:50716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:25:51,969 INFO Processing ruok command from /127.0.0.1:50718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:25:53,638 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/065beba0-bcb5-4a85-993e-74b7625ea88e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:25:53,645 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/bc7f6138-1bae-4f3e-a8b3-8cde598feaab (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:25:53,651 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d21233cc-27ce-407d-9cda-6861c0395a81 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:25:53,657 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:26:01,883 INFO Processing ruok command from /127.0.0.1:50958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:26:01,977 INFO Processing ruok command from /127.0.0.1:50962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:26:11,880 INFO Processing ruok command from /127.0.0.1:51200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:26:11,936 INFO Processing ruok command from /127.0.0.1:51204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:26:21,857 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:26:21,948 INFO Processing ruok command from /127.0.0.1:51432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:26:31,876 INFO Processing ruok command from /127.0.0.1:51662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:26:31,947 INFO Processing ruok command from /127.0.0.1:51666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:26:41,878 INFO Processing ruok command from /127.0.0.1:51904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:26:41,994 INFO Processing ruok command from /127.0.0.1:51908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:26:51,881 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:26:51,950 INFO Processing ruok command from /127.0.0.1:52142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:26:53,637 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:26:57,351 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2023-05-27 23:26:57,364 INFO Committing global session 0x300004737040009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:26:58,253 INFO Submitting global closeSession request for session 0x300004737040009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:27:01,871 INFO Processing ruok command from /127.0.0.1:52380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:27:01,946 INFO Processing ruok command from /127.0.0.1:52384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:27:11,879 INFO Processing ruok command from /127.0.0.1:52616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:27:11,942 INFO Processing ruok command from /127.0.0.1:52620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:27:21,871 INFO Processing ruok command from /127.0.0.1:52844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:27:21,944 INFO Processing ruok command from /127.0.0.1:52848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:27:31,891 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:27:31,980 INFO Processing ruok command from /127.0.0.1:53082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:27:41,864 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:27:41,933 INFO Processing ruok command from /127.0.0.1:53322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:27:51,884 INFO Processing ruok command from /127.0.0.1:53546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:27:51,963 INFO Processing ruok command from /127.0.0.1:53548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:27:53,638 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:28:01,864 INFO Processing ruok command from /127.0.0.1:53792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:28:01,948 INFO Processing ruok command from /127.0.0.1:53796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:28:11,883 INFO Processing ruok command from /127.0.0.1:54026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:28:11,961 INFO Processing ruok command from /127.0.0.1:54030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:28:21,849 INFO Processing ruok command from /127.0.0.1:54254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:28:21,929 INFO Processing ruok command from /127.0.0.1:54258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:28:31,881 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:28:31,962 INFO Processing ruok command from /127.0.0.1:54496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:28:41,888 INFO Processing ruok command from /127.0.0.1:54738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:28:41,957 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:28:51,909 INFO Processing ruok command from /127.0.0.1:54968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:28:51,970 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:28:53,638 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:28:57,169 INFO Committing global session 0x10000467df0000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:29:01,879 INFO Processing ruok command from /127.0.0.1:55210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:29:01,970 INFO Processing ruok command from /127.0.0.1:55216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:29:11,893 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:29:11,962 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:29:21,859 INFO Processing ruok command from /127.0.0.1:55680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:29:21,928 INFO Processing ruok command from /127.0.0.1:55684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:29:31,891 INFO Processing ruok command from /127.0.0.1:55920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:29:31,953 INFO Processing ruok command from /127.0.0.1:55922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:29:41,875 INFO Processing ruok command from /127.0.0.1:56160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:29:41,909 INFO Processing ruok command from /127.0.0.1:56164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:29:51,878 INFO Processing ruok command from /127.0.0.1:56390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:29:51,963 INFO Processing ruok command from /127.0.0.1:56396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:29:53,637 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:30:01,853 INFO Processing ruok command from /127.0.0.1:56650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:30:01,963 INFO Processing ruok command from /127.0.0.1:56654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:30:11,875 INFO Processing ruok command from /127.0.0.1:56886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:30:11,930 INFO Processing ruok command from /127.0.0.1:56890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:30:21,876 INFO Processing ruok command from /127.0.0.1:57120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:30:21,952 INFO Processing ruok command from /127.0.0.1:57124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:30:31,903 INFO Processing ruok command from /127.0.0.1:57402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:30:31,979 INFO Processing ruok command from /127.0.0.1:57406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:30:41,892 INFO Processing ruok command from /127.0.0.1:57660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:30:41,994 INFO Processing ruok command from /127.0.0.1:57662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:30:51,873 INFO Processing ruok command from /127.0.0.1:57884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:30:51,941 INFO Processing ruok command from /127.0.0.1:57888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:30:53,637 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:30:57,063 INFO Committing global session 0x10000467df0000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:31:01,892 INFO Processing ruok command from /127.0.0.1:58124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:31:01,927 INFO Processing ruok command from /127.0.0.1:58126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:31:11,900 INFO Processing ruok command from /127.0.0.1:58384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:31:11,967 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:31:21,889 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:31:21,980 INFO Processing ruok command from /127.0.0.1:58646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:31:31,897 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:31:31,999 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:31:41,909 INFO Processing ruok command from /127.0.0.1:59346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:31:41,985 INFO Processing ruok command from /127.0.0.1:59348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:31:51,867 INFO Processing ruok command from /127.0.0.1:59626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:31:51,963 INFO Processing ruok command from /127.0.0.1:59632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:32:01,895 INFO Processing ruok command from /127.0.0.1:59936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:32:01,956 INFO Processing ruok command from /127.0.0.1:59938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:32:11,853 INFO Processing ruok command from /127.0.0.1:60218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:32:11,945 INFO Processing ruok command from /127.0.0.1:60222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:32:21,875 INFO Processing ruok command from /127.0.0.1:60494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:32:21,941 INFO Processing ruok command from /127.0.0.1:60498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:32:31,892 INFO Processing ruok command from /127.0.0.1:60792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:32:31,935 INFO Processing ruok command from /127.0.0.1:60796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:32:41,866 INFO Processing ruok command from /127.0.0.1:32844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:32:41,947 INFO Processing ruok command from /127.0.0.1:32848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:32:51,879 INFO Processing ruok command from /127.0.0.1:33120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:32:51,985 INFO Processing ruok command from /127.0.0.1:33124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:32:57,097 INFO Committing global session 0x10000467df00010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:33:01,877 INFO Processing ruok command from /127.0.0.1:33422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:33:01,946 INFO Processing ruok command from /127.0.0.1:33426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:33:11,916 INFO Processing ruok command from /127.0.0.1:33740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:33:11,997 INFO Processing ruok command from /127.0.0.1:33744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:33:21,881 INFO Processing ruok command from /127.0.0.1:34018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:33:21,972 INFO Processing ruok command from /127.0.0.1:34022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:33:31,889 INFO Processing ruok command from /127.0.0.1:34316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:33:31,946 INFO Processing ruok command from /127.0.0.1:34318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:33:41,868 INFO Processing ruok command from /127.0.0.1:34648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:33:41,949 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:33:51,880 INFO Processing ruok command from /127.0.0.1:34952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:33:51,943 INFO Processing ruok command from /127.0.0.1:34956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:33:53,637 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:33:53,644 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:34:01,883 INFO Processing ruok command from /127.0.0.1:35272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:34:02,008 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:34:11,859 INFO Processing ruok command from /127.0.0.1:35570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:34:11,955 INFO Processing ruok command from /127.0.0.1:35574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:34:21,893 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:34:21,975 INFO Processing ruok command from /127.0.0.1:35864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:34:31,875 INFO Processing ruok command from /127.0.0.1:36176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:34:31,943 INFO Processing ruok command from /127.0.0.1:36180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:34:41,885 INFO Processing ruok command from /127.0.0.1:36486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:34:41,959 INFO Processing ruok command from /127.0.0.1:36488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:34:51,871 INFO Processing ruok command from /127.0.0.1:36776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:34:51,943 INFO Processing ruok command from /127.0.0.1:36780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:34:53,637 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:34:53,644 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:34:57,415 INFO Committing global session 0x10000467df00011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:35:01,871 INFO Processing ruok command from /127.0.0.1:37094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:35:01,949 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:35:11,893 INFO Processing ruok command from /127.0.0.1:37402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:35:11,975 INFO Processing ruok command from /127.0.0.1:37406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:35:21,895 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:35:21,961 INFO Processing ruok command from /127.0.0.1:37690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:35:31,893 INFO Processing ruok command from /127.0.0.1:38000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:35:31,977 INFO Processing ruok command from /127.0.0.1:38006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:35:41,894 INFO Processing ruok command from /127.0.0.1:38302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:35:41,991 INFO Processing ruok command from /127.0.0.1:38306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:35:51,896 INFO Processing ruok command from /127.0.0.1:38596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:35:51,985 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:35:53,637 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:35:53,644 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:36:01,893 INFO Processing ruok command from /127.0.0.1:38914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:36:01,977 INFO Processing ruok command from /127.0.0.1:38918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:36:11,868 INFO Processing ruok command from /127.0.0.1:39216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:36:11,899 INFO Processing ruok command from /127.0.0.1:39220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:36:21,892 INFO Processing ruok command from /127.0.0.1:39510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:36:21,931 INFO Processing ruok command from /127.0.0.1:39512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:36:31,884 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:36:31,964 INFO Processing ruok command from /127.0.0.1:39824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:36:41,881 INFO Processing ruok command from /127.0.0.1:40126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:36:42,001 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:36:51,874 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:36:51,964 INFO Processing ruok command from /127.0.0.1:40420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:36:53,637 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-27 23:36:57,163 INFO Committing global session 0x200004574b00006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:37:01,863 INFO Processing ruok command from /127.0.0.1:40734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:37:01,926 INFO Processing ruok command from /127.0.0.1:40738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:37:11,879 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:37:12,001 INFO Processing ruok command from /127.0.0.1:41030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:37:21,892 INFO Processing ruok command from /127.0.0.1:41322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:37:21,966 INFO Processing ruok command from /127.0.0.1:41324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:37:31,872 INFO Processing ruok command from /127.0.0.1:41632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:37:31,938 INFO Processing ruok command from /127.0.0.1:41636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:37:41,903 INFO Processing ruok command from /127.0.0.1:41936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:37:42,016 INFO Processing ruok command from /127.0.0.1:41938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:37:51,914 INFO Processing ruok command from /127.0.0.1:42224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:37:51,999 INFO Processing ruok command from /127.0.0.1:42238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:38:01,913 INFO Processing ruok command from /127.0.0.1:42544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:38:01,935 INFO Processing ruok command from /127.0.0.1:42546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:38:11,883 INFO Processing ruok command from /127.0.0.1:42854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:38:11,965 INFO Processing ruok command from /127.0.0.1:42856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:38:21,899 INFO Processing ruok command from /127.0.0.1:43148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:38:22,001 INFO Processing ruok command from /127.0.0.1:43162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:38:31,898 INFO Processing ruok command from /127.0.0.1:43458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:38:31,974 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:38:41,875 INFO Processing ruok command from /127.0.0.1:43764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:38:41,971 INFO Processing ruok command from /127.0.0.1:43770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:38:51,869 INFO Processing ruok command from /127.0.0.1:44058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:38:51,921 INFO Processing ruok command from /127.0.0.1:44062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:38:57,367 INFO Committing global session 0x200004574b00007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:39:01,872 INFO Processing ruok command from /127.0.0.1:44364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:39:01,969 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:39:11,893 INFO Processing ruok command from /127.0.0.1:44666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:39:11,956 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:39:21,895 INFO Processing ruok command from /127.0.0.1:44954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:39:21,997 INFO Processing ruok command from /127.0.0.1:44968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:39:31,864 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:39:31,958 INFO Processing ruok command from /127.0.0.1:45298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:39:41,888 INFO Processing ruok command from /127.0.0.1:45620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:39:41,974 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:39:51,878 INFO Processing ruok command from /127.0.0.1:45926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:39:51,940 INFO Processing ruok command from /127.0.0.1:45930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:40:01,912 INFO Processing ruok command from /127.0.0.1:46266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:40:02,001 INFO Processing ruok command from /127.0.0.1:46270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:40:11,902 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:40:11,990 INFO Processing ruok command from /127.0.0.1:46582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:40:21,889 INFO Processing ruok command from /127.0.0.1:46884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:40:21,965 INFO Processing ruok command from /127.0.0.1:46886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:40:31,897 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:40:31,967 INFO Processing ruok command from /127.0.0.1:47222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:40:41,878 INFO Processing ruok command from /127.0.0.1:47538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:40:41,951 INFO Processing ruok command from /127.0.0.1:47542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:40:51,863 INFO Processing ruok command from /127.0.0.1:47838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:40:51,948 INFO Processing ruok command from /127.0.0.1:47842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:40:57,199 INFO Committing global session 0x10000467df00012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:41:01,883 INFO Processing ruok command from /127.0.0.1:48168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:41:01,959 INFO Processing ruok command from /127.0.0.1:48172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:41:11,876 INFO Processing ruok command from /127.0.0.1:48488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:41:11,990 INFO Processing ruok command from /127.0.0.1:48492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:41:21,874 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:41:21,952 INFO Processing ruok command from /127.0.0.1:48808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:41:31,882 INFO Processing ruok command from /127.0.0.1:49128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:41:31,974 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:41:41,885 INFO Processing ruok command from /127.0.0.1:49450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:41:41,961 INFO Processing ruok command from /127.0.0.1:49452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:41:51,882 INFO Processing ruok command from /127.0.0.1:49754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:41:51,965 INFO Processing ruok command from /127.0.0.1:49758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:42:01,882 INFO Processing ruok command from /127.0.0.1:50084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:42:01,936 INFO Processing ruok command from /127.0.0.1:50088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:42:11,845 INFO Processing ruok command from /127.0.0.1:50398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:42:11,941 INFO Processing ruok command from /127.0.0.1:50406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:42:21,879 INFO Processing ruok command from /127.0.0.1:50694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:42:21,932 INFO Processing ruok command from /127.0.0.1:50698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:42:31,881 INFO Processing ruok command from /127.0.0.1:51016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:42:31,953 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:42:41,871 INFO Processing ruok command from /127.0.0.1:51324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:42:41,934 INFO Processing ruok command from /127.0.0.1:51328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:42:51,877 INFO Processing ruok command from /127.0.0.1:51624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:42:51,956 INFO Processing ruok command from /127.0.0.1:51628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:42:57,201 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2023-05-27 23:42:57,218 INFO Committing global session 0x30000473704000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:42:58,111 INFO Submitting global closeSession request for session 0x30000473704000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:43:01,861 INFO Processing ruok command from /127.0.0.1:51946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:43:01,934 INFO Processing ruok command from /127.0.0.1:51950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:43:11,888 INFO Processing ruok command from /127.0.0.1:52262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:43:11,961 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:43:21,867 INFO Processing ruok command from /127.0.0.1:52566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:43:21,922 INFO Processing ruok command from /127.0.0.1:52570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:43:31,886 INFO Processing ruok command from /127.0.0.1:52888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:43:31,962 INFO Processing ruok command from /127.0.0.1:52892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:43:41,883 INFO Processing ruok command from /127.0.0.1:53202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:43:41,969 INFO Processing ruok command from /127.0.0.1:53206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:43:51,879 INFO Processing ruok command from /127.0.0.1:53506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:43:51,974 INFO Processing ruok command from /127.0.0.1:53510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:44:01,911 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:44:01,998 INFO Processing ruok command from /127.0.0.1:53844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:44:11,891 INFO Processing ruok command from /127.0.0.1:54154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:44:11,998 INFO Processing ruok command from /127.0.0.1:54156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:44:21,877 INFO Processing ruok command from /127.0.0.1:54452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:44:21,953 INFO Processing ruok command from /127.0.0.1:54458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:44:31,877 INFO Processing ruok command from /127.0.0.1:54774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:44:31,973 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:44:41,895 INFO Processing ruok command from /127.0.0.1:55088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:44:41,973 INFO Processing ruok command from /127.0.0.1:55090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:44:51,866 INFO Processing ruok command from /127.0.0.1:55386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:44:51,933 INFO Processing ruok command from /127.0.0.1:55392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:44:57,427 INFO Committing global session 0x10000467df00013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:45:01,871 INFO Processing ruok command from /127.0.0.1:55710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:45:01,965 INFO Processing ruok command from /127.0.0.1:55716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:45:11,894 INFO Processing ruok command from /127.0.0.1:56028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:45:11,934 INFO Processing ruok command from /127.0.0.1:56030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:45:21,873 INFO Processing ruok command from /127.0.0.1:56328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:45:21,933 INFO Processing ruok command from /127.0.0.1:56332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:45:31,853 INFO Processing ruok command from /127.0.0.1:56650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:45:31,904 INFO Processing ruok command from /127.0.0.1:56656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:45:41,882 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:45:41,976 INFO Processing ruok command from /127.0.0.1:56974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:45:51,885 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:45:51,963 INFO Processing ruok command from /127.0.0.1:57278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:46:01,951 INFO Processing ruok command from /127.0.0.1:57602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:46:02,059 INFO Processing ruok command from /127.0.0.1:57610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:46:11,863 INFO Processing ruok command from /127.0.0.1:57924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:46:11,937 INFO Processing ruok command from /127.0.0.1:57930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:46:21,878 INFO Processing ruok command from /127.0.0.1:58230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:46:21,952 INFO Processing ruok command from /127.0.0.1:58234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:46:31,872 INFO Processing ruok command from /127.0.0.1:58556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:46:31,950 INFO Processing ruok command from /127.0.0.1:58562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:46:41,872 INFO Processing ruok command from /127.0.0.1:58872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:46:41,937 INFO Processing ruok command from /127.0.0.1:58878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:46:51,876 INFO Processing ruok command from /127.0.0.1:59174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:46:51,957 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:46:57,491 INFO Committing global session 0x200004574b00008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:47:01,892 INFO Processing ruok command from /127.0.0.1:59496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:47:01,956 INFO Processing ruok command from /127.0.0.1:59498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:47:11,875 INFO Processing ruok command from /127.0.0.1:59794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:47:11,975 INFO Processing ruok command from /127.0.0.1:59800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:47:21,886 INFO Processing ruok command from /127.0.0.1:60088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:47:21,972 INFO Processing ruok command from /127.0.0.1:60090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:47:31,879 INFO Processing ruok command from /127.0.0.1:60392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:47:31,938 INFO Processing ruok command from /127.0.0.1:60398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:47:41,881 INFO Processing ruok command from /127.0.0.1:60690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:47:41,963 INFO Processing ruok command from /127.0.0.1:60698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:47:51,885 INFO Processing ruok command from /127.0.0.1:60986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:47:51,939 INFO Processing ruok command from /127.0.0.1:60990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:48:01,875 INFO Processing ruok command from /127.0.0.1:33074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:48:01,950 INFO Processing ruok command from /127.0.0.1:33080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:48:11,865 INFO Processing ruok command from /127.0.0.1:33380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:48:11,953 INFO Processing ruok command from /127.0.0.1:33386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:48:21,900 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:48:22,001 INFO Processing ruok command from /127.0.0.1:33692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:48:31,889 INFO Processing ruok command from /127.0.0.1:33988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:48:31,971 INFO Processing ruok command from /127.0.0.1:33992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:48:41,868 INFO Processing ruok command from /127.0.0.1:34288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:48:41,950 INFO Processing ruok command from /127.0.0.1:34294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:48:51,858 INFO Processing ruok command from /127.0.0.1:34574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:48:51,936 INFO Processing ruok command from /127.0.0.1:34580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:48:57,149 INFO Committing global session 0x200004574b00009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:49:01,866 INFO Processing ruok command from /127.0.0.1:34886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:49:01,951 INFO Processing ruok command from /127.0.0.1:34894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:49:11,881 INFO Processing ruok command from /127.0.0.1:35188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:49:11,971 INFO Processing ruok command from /127.0.0.1:35194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:49:21,878 INFO Processing ruok command from /127.0.0.1:35478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:49:21,961 INFO Processing ruok command from /127.0.0.1:35484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:49:31,874 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:49:31,947 INFO Processing ruok command from /127.0.0.1:35796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:49:41,869 INFO Processing ruok command from /127.0.0.1:36086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:49:41,957 INFO Processing ruok command from /127.0.0.1:36092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:49:42,031 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-27 23:49:42,032 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-05-27 23:49:42,045 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-27 23:49:51,881 INFO Processing ruok command from /127.0.0.1:36376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:49:51,943 INFO Processing ruok command from /127.0.0.1:36382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:49:53,150 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 23:49:53,150 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2023-05-27 23:49:53,153 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-05-27 23:49:53,154 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2023-05-27 23:49:54,003 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-27 23:49:54,003 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-27 23:49:54,006 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-05-27 23:49:54,006 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-27 23:50:01,890 INFO Processing ruok command from /127.0.0.1:36692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:50:01,955 INFO Processing ruok command from /127.0.0.1:36696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:50:11,884 INFO Processing ruok command from /127.0.0.1:36988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:50:11,953 INFO Processing ruok command from /127.0.0.1:36992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:50:21,875 INFO Processing ruok command from /127.0.0.1:37274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:50:21,944 INFO Processing ruok command from /127.0.0.1:37280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:50:31,871 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:50:31,944 INFO Processing ruok command from /127.0.0.1:37594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:50:41,876 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:50:41,937 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:50:51,893 INFO Processing ruok command from /127.0.0.1:38174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:50:51,974 INFO Processing ruok command from /127.0.0.1:38178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:50:57,412 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2023-05-27 23:50:57,435 INFO Committing global session 0x30000473704000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:50:58,288 INFO Submitting global closeSession request for session 0x30000473704000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:51:01,881 INFO Processing ruok command from /127.0.0.1:38484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:51:01,968 INFO Processing ruok command from /127.0.0.1:38492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:51:11,870 INFO Processing ruok command from /127.0.0.1:38792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:51:11,963 INFO Processing ruok command from /127.0.0.1:38798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:51:21,885 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:51:21,962 INFO Processing ruok command from /127.0.0.1:39086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:51:31,880 INFO Processing ruok command from /127.0.0.1:39390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:51:31,968 INFO Processing ruok command from /127.0.0.1:39396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:51:41,881 INFO Processing ruok command from /127.0.0.1:39692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:51:41,950 INFO Processing ruok command from /127.0.0.1:39698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:51:51,857 INFO Processing ruok command from /127.0.0.1:39980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:51:51,935 INFO Processing ruok command from /127.0.0.1:39986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:52:01,910 INFO Processing ruok command from /127.0.0.1:40296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:52:01,987 INFO Processing ruok command from /127.0.0.1:40302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:52:11,894 INFO Processing ruok command from /127.0.0.1:40596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:52:11,957 INFO Processing ruok command from /127.0.0.1:40600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:52:21,883 INFO Processing ruok command from /127.0.0.1:40884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:52:21,963 INFO Processing ruok command from /127.0.0.1:40888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:52:31,867 INFO Processing ruok command from /127.0.0.1:41202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:52:31,936 INFO Processing ruok command from /127.0.0.1:41210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:52:41,888 INFO Processing ruok command from /127.0.0.1:41512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:52:41,955 INFO Processing ruok command from /127.0.0.1:41516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:52:51,856 INFO Processing ruok command from /127.0.0.1:41810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:52:51,917 INFO Processing ruok command from /127.0.0.1:41814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:52:57,438 INFO Committing global session 0x200004574b0000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:53:01,881 INFO Processing ruok command from /127.0.0.1:42124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:53:01,945 INFO Processing ruok command from /127.0.0.1:42130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:53:11,887 INFO Processing ruok command from /127.0.0.1:42436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:53:11,971 INFO Processing ruok command from /127.0.0.1:42440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:53:21,872 INFO Processing ruok command from /127.0.0.1:42722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:53:21,946 INFO Processing ruok command from /127.0.0.1:42728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:53:31,878 INFO Processing ruok command from /127.0.0.1:43028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:53:31,978 INFO Processing ruok command from /127.0.0.1:43036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:53:41,893 INFO Processing ruok command from /127.0.0.1:43330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:53:41,962 INFO Processing ruok command from /127.0.0.1:43334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:53:51,877 INFO Processing ruok command from /127.0.0.1:43616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:53:51,953 INFO Processing ruok command from /127.0.0.1:43622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:54:01,879 INFO Processing ruok command from /127.0.0.1:43938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:54:01,953 INFO Processing ruok command from /127.0.0.1:43944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:54:11,870 INFO Processing ruok command from /127.0.0.1:44236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:54:11,953 INFO Processing ruok command from /127.0.0.1:44242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:54:21,876 INFO Processing ruok command from /127.0.0.1:44524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:54:21,965 INFO Processing ruok command from /127.0.0.1:44532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:54:31,890 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:54:31,969 INFO Processing ruok command from /127.0.0.1:44846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:54:41,870 INFO Processing ruok command from /127.0.0.1:45136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:54:41,951 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:54:51,912 INFO Processing ruok command from /127.0.0.1:45424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:54:51,984 INFO Processing ruok command from /127.0.0.1:45438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:54:57,175 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2023-05-27 23:54:57,192 INFO Committing global session 0x30000473704000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:54:58,057 INFO Submitting global closeSession request for session 0x30000473704000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:55:01,875 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:55:01,969 INFO Processing ruok command from /127.0.0.1:45738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:55:11,862 INFO Processing ruok command from /127.0.0.1:46028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:55:11,923 INFO Processing ruok command from /127.0.0.1:46032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:55:21,877 INFO Processing ruok command from /127.0.0.1:46318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:55:21,936 INFO Processing ruok command from /127.0.0.1:46322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:55:31,873 INFO Processing ruok command from /127.0.0.1:46630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:55:31,939 INFO Processing ruok command from /127.0.0.1:46634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:55:41,893 INFO Processing ruok command from /127.0.0.1:46934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:55:41,974 INFO Processing ruok command from /127.0.0.1:46940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:55:51,889 INFO Processing ruok command from /127.0.0.1:47224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:55:51,971 INFO Processing ruok command from /127.0.0.1:47228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:56:01,897 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:56:01,971 INFO Processing ruok command from /127.0.0.1:47544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:56:11,869 INFO Processing ruok command from /127.0.0.1:47838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:56:11,941 INFO Processing ruok command from /127.0.0.1:47842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:56:21,874 INFO Processing ruok command from /127.0.0.1:48128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:56:21,955 INFO Processing ruok command from /127.0.0.1:48134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:56:31,879 INFO Processing ruok command from /127.0.0.1:48438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:56:31,961 INFO Processing ruok command from /127.0.0.1:48444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:56:41,881 INFO Processing ruok command from /127.0.0.1:48740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:56:41,965 INFO Processing ruok command from /127.0.0.1:48746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:56:51,861 INFO Processing ruok command from /127.0.0.1:49034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:56:51,938 INFO Processing ruok command from /127.0.0.1:49038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:56:57,253 INFO Committing global session 0x200004574b0000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:57:01,873 INFO Processing ruok command from /127.0.0.1:49348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:57:01,957 INFO Processing ruok command from /127.0.0.1:49352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:57:11,882 INFO Processing ruok command from /127.0.0.1:49648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:57:11,954 INFO Processing ruok command from /127.0.0.1:49652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:57:21,893 INFO Processing ruok command from /127.0.0.1:49944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:57:21,972 INFO Processing ruok command from /127.0.0.1:49948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:57:31,893 INFO Processing ruok command from /127.0.0.1:50252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:57:31,982 INFO Processing ruok command from /127.0.0.1:50258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:57:41,862 INFO Processing ruok command from /127.0.0.1:50556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:57:41,909 INFO Processing ruok command from /127.0.0.1:50560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:57:51,868 INFO Processing ruok command from /127.0.0.1:50842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:57:51,948 INFO Processing ruok command from /127.0.0.1:50846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:58:01,887 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:58:01,989 INFO Processing ruok command from /127.0.0.1:51162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:58:11,875 INFO Processing ruok command from /127.0.0.1:51462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:58:11,960 INFO Processing ruok command from /127.0.0.1:51466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:58:21,904 INFO Processing ruok command from /127.0.0.1:51750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:58:21,995 INFO Processing ruok command from /127.0.0.1:51766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:58:31,872 INFO Processing ruok command from /127.0.0.1:52060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:58:31,924 INFO Processing ruok command from /127.0.0.1:52064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-27 23:58:41,890 INFO Processing ruok command from /127.0.0.1:52356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-27 23:58:41,971 INFO Processing ruok command from /127.0.0.1:52360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-27 23:58:51,869 INFO Processing ruok command from /127.0.0.1:52640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-27 23:58:51,947 INFO Processing ruok command from /127.0.0.1:52644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-27 23:58:57,384 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2023-05-27 23:58:57,399 INFO Committing global session 0x30000473704000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-27 23:58:58,233 INFO Submitting global closeSession request for session 0x30000473704000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-27 23:59:01,867 INFO Processing ruok command from /127.0.0.1:52950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-27 23:59:01,961 INFO Processing ruok command from /127.0.0.1:52954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-27 23:59:11,863 INFO Processing ruok command from /127.0.0.1:53250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-27 23:59:11,964 INFO Processing ruok command from /127.0.0.1:53254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-27 23:59:21,887 INFO Processing ruok command from /127.0.0.1:53542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-27 23:59:21,967 INFO Processing ruok command from /127.0.0.1:53546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-27 23:59:31,884 INFO Processing ruok command from /127.0.0.1:53864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-27 23:59:31,941 INFO Processing ruok command from /127.0.0.1:53866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-27 23:59:41,877 INFO Processing ruok command from /127.0.0.1:54164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-27 23:59:41,964 INFO Processing ruok command from /127.0.0.1:54168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-27 23:59:51,880 INFO Processing ruok command from /127.0.0.1:54456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-27 23:59:51,934 INFO Processing ruok command from /127.0.0.1:54460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:00:01,882 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:00:01,948 INFO Processing ruok command from /127.0.0.1:54782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:00:11,877 INFO Processing ruok command from /127.0.0.1:55078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:00:11,964 INFO Processing ruok command from /127.0.0.1:55082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:00:21,871 INFO Processing ruok command from /127.0.0.1:55372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:00:21,941 INFO Processing ruok command from /127.0.0.1:55376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:00:31,889 INFO Processing ruok command from /127.0.0.1:55690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:00:31,964 INFO Processing ruok command from /127.0.0.1:55692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:00:41,896 INFO Processing ruok command from /127.0.0.1:55990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:00:41,956 INFO Processing ruok command from /127.0.0.1:55992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:00:51,886 INFO Processing ruok command from /127.0.0.1:56274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:00:51,963 INFO Processing ruok command from /127.0.0.1:56276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:00:57,217 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2023-05-28 00:00:57,232 INFO Committing global session 0x30000473704000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:00:58,053 INFO Submitting global closeSession request for session 0x30000473704000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-28 00:01:01,877 INFO Processing ruok command from /127.0.0.1:56588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:01:01,962 INFO Processing ruok command from /127.0.0.1:56592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:01:11,856 INFO Processing ruok command from /127.0.0.1:56890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:01:11,953 INFO Processing ruok command from /127.0.0.1:56894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:01:21,870 INFO Processing ruok command from /127.0.0.1:57178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:01:21,947 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:01:31,896 INFO Processing ruok command from /127.0.0.1:57496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:01:31,963 INFO Processing ruok command from /127.0.0.1:57498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:01:41,878 INFO Processing ruok command from /127.0.0.1:57792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:01:41,967 INFO Processing ruok command from /127.0.0.1:57796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:01:51,885 INFO Processing ruok command from /127.0.0.1:58078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:01:51,954 INFO Processing ruok command from /127.0.0.1:58082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:02:01,909 INFO Processing ruok command from /127.0.0.1:58398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:02:01,995 INFO Processing ruok command from /127.0.0.1:58402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:02:11,871 INFO Processing ruok command from /127.0.0.1:58696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:02:11,966 INFO Processing ruok command from /127.0.0.1:58700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:02:21,864 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:02:21,919 INFO Processing ruok command from /127.0.0.1:58988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:02:31,883 INFO Processing ruok command from /127.0.0.1:59302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:02:31,955 INFO Processing ruok command from /127.0.0.1:59304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:02:41,886 INFO Processing ruok command from /127.0.0.1:59602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:02:41,976 INFO Processing ruok command from /127.0.0.1:59604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:02:51,877 INFO Processing ruok command from /127.0.0.1:59886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:02:51,965 INFO Processing ruok command from /127.0.0.1:59890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:02:57,190 INFO Committing global session 0x200004574b0000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:03:01,881 INFO Processing ruok command from /127.0.0.1:60196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:03:01,959 INFO Processing ruok command from /127.0.0.1:60200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:03:11,880 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:03:11,971 INFO Processing ruok command from /127.0.0.1:60500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:03:21,866 INFO Processing ruok command from /127.0.0.1:60788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:03:21,938 INFO Processing ruok command from /127.0.0.1:60792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:03:31,889 INFO Processing ruok command from /127.0.0.1:32868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:03:31,968 INFO Processing ruok command from /127.0.0.1:32870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:03:41,885 INFO Processing ruok command from /127.0.0.1:33170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:03:41,948 INFO Processing ruok command from /127.0.0.1:33172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:03:51,875 INFO Processing ruok command from /127.0.0.1:33454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:03:51,945 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:04:01,892 INFO Processing ruok command from /127.0.0.1:33768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:04:01,987 INFO Processing ruok command from /127.0.0.1:33772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:04:11,902 INFO Processing ruok command from /127.0.0.1:34066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:04:11,962 INFO Processing ruok command from /127.0.0.1:34068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:04:21,874 INFO Processing ruok command from /127.0.0.1:34352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:04:21,926 INFO Processing ruok command from /127.0.0.1:34356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:04:31,873 INFO Processing ruok command from /127.0.0.1:34660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:04:31,955 INFO Processing ruok command from /127.0.0.1:34664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:04:41,887 INFO Processing ruok command from /127.0.0.1:34970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:04:41,964 INFO Processing ruok command from /127.0.0.1:34972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:04:51,879 INFO Processing ruok command from /127.0.0.1:35250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:04:51,955 INFO Processing ruok command from /127.0.0.1:35254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:04:57,450 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2023-05-28 00:04:57,466 INFO Committing global session 0x30000473704000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:04:58,294 INFO Submitting global closeSession request for session 0x30000473704000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-28 00:05:01,877 INFO Processing ruok command from /127.0.0.1:35562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:05:01,944 INFO Processing ruok command from /127.0.0.1:35566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:05:11,870 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:05:11,928 INFO Processing ruok command from /127.0.0.1:35868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:05:21,887 INFO Processing ruok command from /127.0.0.1:36156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:05:21,969 INFO Processing ruok command from /127.0.0.1:36158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:05:31,876 INFO Processing ruok command from /127.0.0.1:36456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:05:31,944 INFO Processing ruok command from /127.0.0.1:36460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:05:41,865 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:05:41,960 INFO Processing ruok command from /127.0.0.1:36764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:05:51,886 INFO Processing ruok command from /127.0.0.1:37046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:05:51,958 INFO Processing ruok command from /127.0.0.1:37048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:06:01,855 INFO Processing ruok command from /127.0.0.1:37362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:06:01,947 INFO Processing ruok command from /127.0.0.1:37366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:06:11,865 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:06:11,912 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:06:21,899 INFO Processing ruok command from /127.0.0.1:37956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:06:21,975 INFO Processing ruok command from /127.0.0.1:37958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:06:31,874 INFO Processing ruok command from /127.0.0.1:38262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:06:31,944 INFO Processing ruok command from /127.0.0.1:38268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:06:41,888 INFO Processing ruok command from /127.0.0.1:38568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:06:41,963 INFO Processing ruok command from /127.0.0.1:38570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:06:51,883 INFO Processing ruok command from /127.0.0.1:38852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:06:51,958 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:06:57,116 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-05-28 00:06:57,136 INFO Committing global session 0x300004737040010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:06:58,076 INFO Submitting global closeSession request for session 0x300004737040010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-28 00:07:01,865 INFO Processing ruok command from /127.0.0.1:39162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:07:01,961 INFO Processing ruok command from /127.0.0.1:39166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:07:11,886 INFO Processing ruok command from /127.0.0.1:39456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:07:11,961 INFO Processing ruok command from /127.0.0.1:39460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:07:21,850 INFO Processing ruok command from /127.0.0.1:39746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:07:21,885 INFO Processing ruok command from /127.0.0.1:39750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:07:31,879 INFO Processing ruok command from /127.0.0.1:40054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:07:31,957 INFO Processing ruok command from /127.0.0.1:40058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:07:41,869 INFO Processing ruok command from /127.0.0.1:40356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:07:41,941 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:07:51,879 INFO Processing ruok command from /127.0.0.1:40648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:07:51,957 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:08:01,890 INFO Processing ruok command from /127.0.0.1:40964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:08:01,987 INFO Processing ruok command from /127.0.0.1:40968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:08:11,881 INFO Processing ruok command from /127.0.0.1:41258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:08:11,939 INFO Processing ruok command from /127.0.0.1:41262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:08:21,886 INFO Processing ruok command from /127.0.0.1:41548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:08:21,957 INFO Processing ruok command from /127.0.0.1:41550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:08:31,890 INFO Processing ruok command from /127.0.0.1:41860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:08:31,970 INFO Processing ruok command from /127.0.0.1:41864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:08:41,879 INFO Processing ruok command from /127.0.0.1:42160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:08:41,935 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:08:51,869 INFO Processing ruok command from /127.0.0.1:42444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:08:51,951 INFO Processing ruok command from /127.0.0.1:42448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:08:57,168 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-05-28 00:08:57,183 INFO Committing global session 0x300004737040011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:08:58,077 INFO Submitting global closeSession request for session 0x300004737040011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-28 00:09:01,881 INFO Processing ruok command from /127.0.0.1:42762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:09:01,952 INFO Processing ruok command from /127.0.0.1:42766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:09:11,868 INFO Processing ruok command from /127.0.0.1:43058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:09:11,945 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:09:21,872 INFO Processing ruok command from /127.0.0.1:43346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:09:21,946 INFO Processing ruok command from /127.0.0.1:43350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:09:31,878 INFO Processing ruok command from /127.0.0.1:43656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:09:31,941 INFO Processing ruok command from /127.0.0.1:43660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:09:41,887 INFO Processing ruok command from /127.0.0.1:43960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:09:41,955 INFO Processing ruok command from /127.0.0.1:43962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:09:51,897 INFO Processing ruok command from /127.0.0.1:44246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:09:51,958 INFO Processing ruok command from /127.0.0.1:44248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:10:01,895 INFO Processing ruok command from /127.0.0.1:44560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:10:01,965 INFO Processing ruok command from /127.0.0.1:44562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:10:11,887 INFO Processing ruok command from /127.0.0.1:44856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:10:11,929 INFO Processing ruok command from /127.0.0.1:44858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:10:21,867 INFO Processing ruok command from /127.0.0.1:45138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:10:21,969 INFO Processing ruok command from /127.0.0.1:45144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:10:31,870 INFO Processing ruok command from /127.0.0.1:45454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:10:31,973 INFO Processing ruok command from /127.0.0.1:45462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:10:41,874 INFO Processing ruok command from /127.0.0.1:45762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:10:41,959 INFO Processing ruok command from /127.0.0.1:45766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:10:51,878 INFO Processing ruok command from /127.0.0.1:46054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:10:51,941 INFO Processing ruok command from /127.0.0.1:46058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:10:57,360 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-05-28 00:10:57,373 INFO Committing global session 0x300004737040012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:10:58,263 INFO Submitting global closeSession request for session 0x300004737040012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-28 00:11:01,879 INFO Processing ruok command from /127.0.0.1:46378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:11:01,966 INFO Processing ruok command from /127.0.0.1:46384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:11:11,890 INFO Processing ruok command from /127.0.0.1:46688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:11:11,956 INFO Processing ruok command from /127.0.0.1:46690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:11:21,871 INFO Processing ruok command from /127.0.0.1:46974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:11:21,945 INFO Processing ruok command from /127.0.0.1:46978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:11:31,885 INFO Processing ruok command from /127.0.0.1:47300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:11:31,946 INFO Processing ruok command from /127.0.0.1:47302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:11:41,874 INFO Processing ruok command from /127.0.0.1:47602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:11:41,950 INFO Processing ruok command from /127.0.0.1:47606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:11:51,901 INFO Processing ruok command from /127.0.0.1:47898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:11:51,970 INFO Processing ruok command from /127.0.0.1:47900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:12:01,889 INFO Processing ruok command from /127.0.0.1:48212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:12:01,961 INFO Processing ruok command from /127.0.0.1:48216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:12:11,899 INFO Processing ruok command from /127.0.0.1:48516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:12:11,977 INFO Processing ruok command from /127.0.0.1:48518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:12:21,887 INFO Processing ruok command from /127.0.0.1:48808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:12:21,973 INFO Processing ruok command from /127.0.0.1:48810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:12:31,875 INFO Processing ruok command from /127.0.0.1:49116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:12:31,952 INFO Processing ruok command from /127.0.0.1:49120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:12:41,882 INFO Processing ruok command from /127.0.0.1:49416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:12:41,957 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:12:51,881 INFO Processing ruok command from /127.0.0.1:49706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:12:51,951 INFO Processing ruok command from /127.0.0.1:49710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:12:57,220 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-05-28 00:12:57,237 INFO Committing global session 0x300004737040013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:12:58,163 INFO Submitting global closeSession request for session 0x300004737040013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-28 00:13:01,874 INFO Processing ruok command from /127.0.0.1:50024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:13:01,947 INFO Processing ruok command from /127.0.0.1:50028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:13:11,884 INFO Processing ruok command from /127.0.0.1:50326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:13:11,921 INFO Processing ruok command from /127.0.0.1:50330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:13:21,895 INFO Processing ruok command from /127.0.0.1:50622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:13:21,979 INFO Processing ruok command from /127.0.0.1:50626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:13:31,878 INFO Processing ruok command from /127.0.0.1:50938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:13:31,960 INFO Processing ruok command from /127.0.0.1:50942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:13:41,873 INFO Processing ruok command from /127.0.0.1:51236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:13:41,968 INFO Processing ruok command from /127.0.0.1:51240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:13:51,889 INFO Processing ruok command from /127.0.0.1:51522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:13:51,958 INFO Processing ruok command from /127.0.0.1:51524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:14:01,861 INFO Processing ruok command from /127.0.0.1:51832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:14:01,953 INFO Processing ruok command from /127.0.0.1:51836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:14:11,883 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:14:11,941 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:14:21,888 INFO Processing ruok command from /127.0.0.1:52432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:14:21,972 INFO Processing ruok command from /127.0.0.1:52434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:14:31,866 INFO Processing ruok command from /127.0.0.1:52742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:14:31,930 INFO Processing ruok command from /127.0.0.1:52746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:14:41,886 INFO Processing ruok command from /127.0.0.1:53042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:14:41,956 INFO Processing ruok command from /127.0.0.1:53044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:14:51,870 INFO Processing ruok command from /127.0.0.1:53326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:14:51,968 INFO Processing ruok command from /127.0.0.1:53330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:14:57,372 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-05-28 00:14:57,392 INFO Committing global session 0x300004737040014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2023-05-28 00:14:58,264 INFO Submitting global closeSession request for session 0x300004737040014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-28 00:15:01,885 INFO Processing ruok command from /127.0.0.1:53636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:15:01,966 INFO Processing ruok command from /127.0.0.1:53638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:15:11,888 INFO Processing ruok command from /127.0.0.1:53940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:15:11,969 INFO Processing ruok command from /127.0.0.1:53942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-28 00:15:21,858 INFO Processing ruok command from /127.0.0.1:54224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-28 00:15:21,944 INFO Processing ruok command from /127.0.0.1:54228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-28 00:15:31,890 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-28 00:15:31,941 INFO Processing ruok command from /127.0.0.1:54540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-28 00:15:41,894 INFO Processing ruok command from /127.0.0.1:54846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-28 00:15:41,954 INFO Processing ruok command from /127.0.0.1:54848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-28 00:15:51,870 INFO Processing ruok command from /127.0.0.1:55130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-28 00:15:51,948 INFO Processing ruok command from /127.0.0.1:55134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-28 00:16:01,893 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-28 00:16:01,973 INFO Processing ruok command from /127.0.0.1:55456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-28 00:16:11,872 INFO Processing ruok command from /127.0.0.1:55750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-28 00:16:11,961 INFO Processing ruok command from /127.0.0.1:55756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-28 00:16:21,849 INFO Processing ruok command from /127.0.0.1:56046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-28 00:16:21,905 INFO Processing ruok command from /127.0.0.1:56050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-28 00:16:31,855 INFO Processing ruok command from /127.0.0.1:56358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-28 00:16:31,916 INFO Processing ruok command from /127.0.0.1:56362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]