By type
Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false sslQuorum=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2023-05-11 22:50:40,115 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-11 22:50:40,123 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-11 22:50:40,123 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-11 22:50:40,127 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2023-05-11 22:50:40,128 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-11 22:50:40,128 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2023-05-11 22:50:40,205 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-05-11 22:50:40,205 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2023-05-11 22:50:40,208 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-11 22:50:40,210 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2023-05-11 22:50:40,214 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2023-05-11 22:50:40,235 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-05-11 22:50:40,264 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2023-05-11 22:50:40,265 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-11 22:50:40,433 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,434 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,434 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,508 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-11 22:50:40,509 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-11 22:50:40,509 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,509 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,509 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,526 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-11 22:50:40,526 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2023-05-11 22:50:40,534 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,539 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-05-11 22:50:40,542 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,542 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,542 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,542 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,543 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,543 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,543 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,543 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,561 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,561 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,562 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 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-11 22:50:40,569 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 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-11 22:50:40,569 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-11 22:50:40,569 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:os.memory.free=193MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,569 INFO Server environment:os.memory.total=204MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,570 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2023-05-11 22:50:40,578 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-05-11 22:50:40,578 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2023-05-11 22:50:40,580 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-11 22:50:40,580 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-11 22:50:40,594 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,594 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,595 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,595 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,595 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,595 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,595 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,612 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2023-05-11 22:50:40,613 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2023-05-11 22:50:40,624 INFO Snapshot loaded in 29 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2023-05-11 22:50:40,627 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-11 22:50:40,636 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-11 22:50:40,643 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,779 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,779 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,784 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2023-05-11 22:50:40,785 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2023-05-11 22:50:40,805 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2023-05-11 22:50:40,807 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-05-11 22:50:40,807 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2023-05-11 22:50:40,812 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.73.27:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.73.27:3888] 2023-05-11 22:50:40,815 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2023-05-11 22:50:40,839 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:40,845 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:40,859 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:40,862 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] 2023-05-11 22:50:41,070 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:41,071 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-11 22:50:41,074 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-11 22:50:41,073 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2023-05-11 22:50:41,073 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:41,075 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-11 22:50:41,076 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-11 22:50:41,482 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:41,482 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:41,486 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2023-05-11 22:50:41,503 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-11 22:50:41,503 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-11 22:50:41,505 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-11 22:50:41,507 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-11 22:50:42,289 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:42,289 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:42,291 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] 2023-05-11 22:50:43,894 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-11 22:50:43,894 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:43,894 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-11 22:50:43,896 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:43,898 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2023-05-11 22:50:43,899 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-11 22:50:43,900 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-11 22:50:46,965 INFO Received connection request from /127.0.0.6:60791 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.73.27:3888] 2023-05-11 22:50:47,008 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:47,012 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:47,213 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,214 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,225 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,225 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,225 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,225 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,226 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,231 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,232 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,233 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,234 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,234 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,236 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,236 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,236 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,236 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,236 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,236 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,238 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,238 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,238 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,242 INFO LEADING - LEADER ELECTION TOOK - 6397 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,244 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,245 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,256 INFO Snapshot taken in 11 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,276 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:41325] 2023-05-11 22:50:47,304 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:41325] 2023-05-11 22:50:47,304 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:41325] 2023-05-11 22:50:47,305 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:41325] 2023-05-11 22:50:47,314 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,395 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,428 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,428 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,449 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2023-05-11 22:50:47,453 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,455 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:47,487 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2023-05-11 22:50:52,190 INFO Received connection request from /127.0.0.6:36687 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.73.27:3888] 2023-05-11 22:50:52,206 INFO Notification: my state:LEADING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]] 2023-05-11 22:50:52,313 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:43423] 2023-05-11 22:50:52,330 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:43423] 2023-05-11 22:50:52,330 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:43423] 2023-05-11 22:50:52,352 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:43423] 2023-05-11 22:50:52,679 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2023-05-11 22:50:52,679 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2] 2023-05-11 22:50:52,679 INFO Processing ruok command from /127.0.0.1:47808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 22:50:52,679 INFO Processing ruok command from /127.0.0.1:47806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 22:51:02,592 INFO Processing ruok command from /127.0.0.1:47868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 22:51:02,657 INFO Processing ruok command from /127.0.0.1:47870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 22:51:12,592 INFO Processing ruok command from /127.0.0.1:47932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 22:51:12,654 INFO Processing ruok command from /127.0.0.1:47934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 22:51:14,562 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2023-05-11 22:51:14,584 INFO Committing global session 0x1000046a0960000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:51:22,602 INFO Processing ruok command from /127.0.0.1:47998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 22:51:22,631 INFO Processing ruok command from /127.0.0.1:48000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 22:51:27,262 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2023-05-11 22:51:27,293 INFO Committing global session 0x2000046efdf0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:51:28,896 INFO Committing global session 0x1000046a0960001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:51:30,348 INFO Committing global session 0x3000048594c0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:51:30,349 INFO Committing global session 0x3000048594c0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:51:32,504 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2023-05-11 22:51:32,525 INFO Committing global session 0x2000046efdf0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:51:32,624 INFO Processing ruok command from /127.0.0.1:48058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 22:51:32,679 INFO Processing ruok command from /127.0.0.1:48060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 22:51:33,869 INFO Committing global session 0x1000046a0960002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:51:42,598 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 22:51:42,647 INFO Processing ruok command from /127.0.0.1:48128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 22:51:52,581 INFO Processing ruok command from /127.0.0.1:48190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 22:51:52,653 INFO Processing ruok command from /127.0.0.1:48192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 22:52:02,612 INFO Processing ruok command from /127.0.0.1:48252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 22:52:02,649 INFO Processing ruok command from /127.0.0.1:48254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 22:52:12,595 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 22:52:12,684 INFO Processing ruok command from /127.0.0.1:48318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 22:52:22,579 INFO Processing ruok command from /127.0.0.1:48382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 22:52:22,635 INFO Processing ruok command from /127.0.0.1:48384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 22:52:32,586 INFO Processing ruok command from /127.0.0.1:48442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 22:52:32,634 INFO Processing ruok command from /127.0.0.1:48444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 22:52:35,169 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2023-05-11 22:52:35,183 INFO Committing global session 0x2000046efdf0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:52:42,592 INFO Processing ruok command from /127.0.0.1:48508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 22:52:42,661 INFO Processing ruok command from /127.0.0.1:48510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 22:52:52,589 INFO Processing ruok command from /127.0.0.1:48572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 22:52:52,658 INFO Processing ruok command from /127.0.0.1:48574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 22:52:59,498 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2023-05-11 22:52:59,517 INFO Committing global session 0x2000046efdf0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:53:00,316 INFO Submitting global closeSession request for session 0x2000046efdf0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 22:53:02,585 INFO Processing ruok command from /127.0.0.1:48636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 22:53:02,641 INFO Processing ruok command from /127.0.0.1:48638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 22:53:06,828 INFO Committing global session 0x1000046a0960003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:53:12,600 INFO Processing ruok command from /127.0.0.1:48740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 22:53:12,667 INFO Processing ruok command from /127.0.0.1:48742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 22:53:22,609 INFO Processing ruok command from /127.0.0.1:48816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 22:53:22,705 INFO Processing ruok command from /127.0.0.1:48818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 22:53:32,580 INFO Processing ruok command from /127.0.0.1:48888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 22:53:32,647 INFO Processing ruok command from /127.0.0.1:48890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 22:53:42,591 INFO Processing ruok command from /127.0.0.1:48998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 22:53:42,704 INFO Processing ruok command from /127.0.0.1:49000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 22:53:52,606 INFO Processing ruok command from /127.0.0.1:49080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 22:53:52,682 INFO Processing ruok command from /127.0.0.1:49086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 22:54:02,598 INFO Processing ruok command from /127.0.0.1:49204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 22:54:02,682 INFO Processing ruok command from /127.0.0.1:49206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 22:54:12,589 INFO Processing ruok command from /127.0.0.1:49302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 22:54:12,722 INFO Processing ruok command from /127.0.0.1:49306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 22:54:22,595 INFO Processing ruok command from /127.0.0.1:49390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 22:54:22,666 INFO Processing ruok command from /127.0.0.1:49392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 22:54:32,601 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 22:54:32,694 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 22:54:42,639 INFO Processing ruok command from /127.0.0.1:49580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 22:54:42,705 INFO Processing ruok command from /127.0.0.1:49582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 22:54:52,607 INFO Processing ruok command from /127.0.0.1:49676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 22:54:52,681 INFO Processing ruok command from /127.0.0.1:49678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 22:55:01,953 INFO Committing global session 0x3000048594c0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:55:02,565 INFO Processing ruok command from /127.0.0.1:49772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 22:55:02,612 INFO Processing ruok command from /127.0.0.1:49774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 22:55:12,615 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 22:55:12,674 INFO Processing ruok command from /127.0.0.1:49870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 22:55:22,590 INFO Processing ruok command from /127.0.0.1:49966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 22:55:22,644 INFO Processing ruok command from /127.0.0.1:49968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 22:55:32,595 INFO Processing ruok command from /127.0.0.1:50060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 22:55:32,653 INFO Processing ruok command from /127.0.0.1:50062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 22:55:42,607 INFO Processing ruok command from /127.0.0.1:50160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 22:55:42,654 INFO Processing ruok command from /127.0.0.1:50162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 22:55:52,594 INFO Processing ruok command from /127.0.0.1:50254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 22:55:52,654 INFO Processing ruok command from /127.0.0.1:50256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 22:56:02,571 INFO Processing ruok command from /127.0.0.1:50350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 22:56:02,635 INFO Processing ruok command from /127.0.0.1:50352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 22:56:12,602 INFO Processing ruok command from /127.0.0.1:50446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 22:56:12,662 INFO Processing ruok command from /127.0.0.1:50448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 22:56:22,595 INFO Processing ruok command from /127.0.0.1:50542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 22:56:22,680 INFO Processing ruok command from /127.0.0.1:50544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 22:56:32,595 INFO Processing ruok command from /127.0.0.1:50636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 22:56:32,666 INFO Processing ruok command from /127.0.0.1:50638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 22:56:42,602 INFO Processing ruok command from /127.0.0.1:50734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 22:56:42,646 INFO Processing ruok command from /127.0.0.1:50736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 22:56:52,598 INFO Processing ruok command from /127.0.0.1:50828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 22:56:52,660 INFO Processing ruok command from /127.0.0.1:50830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 22:57:01,902 INFO Committing global session 0x3000048594c0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:57:02,578 INFO Processing ruok command from /127.0.0.1:50926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 22:57:02,637 INFO Processing ruok command from /127.0.0.1:50928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 22:57:12,592 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 22:57:12,647 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 22:57:22,596 INFO Processing ruok command from /127.0.0.1:51118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 22:57:22,639 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 22:57:32,576 INFO Processing ruok command from /127.0.0.1:51212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 22:57:32,634 INFO Processing ruok command from /127.0.0.1:51214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 22:57:42,581 INFO Processing ruok command from /127.0.0.1:51310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 22:57:42,627 INFO Processing ruok command from /127.0.0.1:51312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 22:57:52,579 INFO Processing ruok command from /127.0.0.1:51404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 22:57:52,636 INFO Processing ruok command from /127.0.0.1:51406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 22:58:02,597 INFO Processing ruok command from /127.0.0.1:51500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 22:58:02,638 INFO Processing ruok command from /127.0.0.1:51502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 22:58:12,601 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 22:58:12,676 INFO Processing ruok command from /127.0.0.1:51598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 22:58:22,590 INFO Processing ruok command from /127.0.0.1:51694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 22:58:22,683 INFO Processing ruok command from /127.0.0.1:51696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 22:58:32,578 INFO Processing ruok command from /127.0.0.1:51788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 22:58:32,676 INFO Processing ruok command from /127.0.0.1:51790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 22:58:42,592 INFO Processing ruok command from /127.0.0.1:51886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 22:58:42,665 INFO Processing ruok command from /127.0.0.1:51888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 22:58:52,584 INFO Processing ruok command from /127.0.0.1:51980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 22:58:52,679 INFO Processing ruok command from /127.0.0.1:51982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 22:59:01,484 INFO Committing global session 0x1000046a0960004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 22:59:02,598 INFO Processing ruok command from /127.0.0.1:52076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 22:59:02,678 INFO Processing ruok command from /127.0.0.1:52078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 22:59:12,590 INFO Processing ruok command from /127.0.0.1:52174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 22:59:12,659 INFO Processing ruok command from /127.0.0.1:52176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 22:59:22,596 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 22:59:22,674 INFO Processing ruok command from /127.0.0.1:52270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 22:59:32,583 INFO Processing ruok command from /127.0.0.1:52362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 22:59:32,650 INFO Processing ruok command from /127.0.0.1:52364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 22:59:42,573 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 22:59:42,593 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 22:59:52,588 INFO Processing ruok command from /127.0.0.1:52556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 22:59:52,673 INFO Processing ruok command from /127.0.0.1:52558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:00:02,600 INFO Processing ruok command from /127.0.0.1:52652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:00:02,627 INFO Processing ruok command from /127.0.0.1:52654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:00:12,575 INFO Processing ruok command from /127.0.0.1:52748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:00:12,646 INFO Processing ruok command from /127.0.0.1:52750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:00:22,599 INFO Processing ruok command from /127.0.0.1:52844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:00:22,655 INFO Processing ruok command from /127.0.0.1:52846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:00:32,588 INFO Processing ruok command from /127.0.0.1:52938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:00:32,648 INFO Processing ruok command from /127.0.0.1:52940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:00:42,590 INFO Processing ruok command from /127.0.0.1:53036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:00:42,673 INFO Processing ruok command from /127.0.0.1:53038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:00:52,608 INFO Processing ruok command from /127.0.0.1:53130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:00:52,660 INFO Processing ruok command from /127.0.0.1:53132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:01:02,149 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2023-05-11 23:01:02,161 INFO Committing global session 0x2000046efdf0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:01:02,582 INFO Processing ruok command from /127.0.0.1:53228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:01:02,645 INFO Processing ruok command from /127.0.0.1:53230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:01:03,014 INFO Submitting global closeSession request for session 0x2000046efdf0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:01:12,607 INFO Processing ruok command from /127.0.0.1:53324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:01:12,681 INFO Processing ruok command from /127.0.0.1:53326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:01:22,596 INFO Processing ruok command from /127.0.0.1:53420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:01:22,672 INFO Processing ruok command from /127.0.0.1:53422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:01:32,589 INFO Processing ruok command from /127.0.0.1:53514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:01:32,617 INFO Processing ruok command from /127.0.0.1:53516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:01:42,593 INFO Processing ruok command from /127.0.0.1:53612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:01:42,679 INFO Processing ruok command from /127.0.0.1:53614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:01:52,597 INFO Processing ruok command from /127.0.0.1:53706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:01:52,625 INFO Processing ruok command from /127.0.0.1:53708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:02:02,581 INFO Processing ruok command from /127.0.0.1:53802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:02:02,648 INFO Processing ruok command from /127.0.0.1:53804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:02:12,617 INFO Processing ruok command from /127.0.0.1:53898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:02:12,673 INFO Processing ruok command from /127.0.0.1:53900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:02:22,606 INFO Processing ruok command from /127.0.0.1:53996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:02:22,699 INFO Processing ruok command from /127.0.0.1:53998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:02:32,593 INFO Processing ruok command from /127.0.0.1:54090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:02:32,651 INFO Processing ruok command from /127.0.0.1:54092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:02:42,568 INFO Processing ruok command from /127.0.0.1:54188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:02:42,637 INFO Processing ruok command from /127.0.0.1:54190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:02:52,608 INFO Processing ruok command from /127.0.0.1:54282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:02:52,679 INFO Processing ruok command from /127.0.0.1:54284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:03:01,404 INFO Committing global session 0x3000048594c0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:03:02,580 INFO Processing ruok command from /127.0.0.1:54380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:03:02,645 INFO Processing ruok command from /127.0.0.1:54382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:03:12,610 INFO Processing ruok command from /127.0.0.1:54482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:03:12,678 INFO Processing ruok command from /127.0.0.1:54484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:03:22,572 INFO Processing ruok command from /127.0.0.1:54578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:03:22,626 INFO Processing ruok command from /127.0.0.1:54580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:03:32,582 INFO Processing ruok command from /127.0.0.1:54676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:03:32,652 INFO Processing ruok command from /127.0.0.1:54678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:03:42,604 INFO Processing ruok command from /127.0.0.1:54774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:03:42,674 INFO Processing ruok command from /127.0.0.1:54776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:03:52,595 INFO Processing ruok command from /127.0.0.1:54874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:03:52,662 INFO Processing ruok command from /127.0.0.1:54876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:04:02,585 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:04:02,635 INFO Processing ruok command from /127.0.0.1:54972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:04:12,584 INFO Processing ruok command from /127.0.0.1:55074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:04:12,646 INFO Processing ruok command from /127.0.0.1:55076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:04:22,603 INFO Processing ruok command from /127.0.0.1:55214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:04:22,644 INFO Processing ruok command from /127.0.0.1:55216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:04:32,622 INFO Processing ruok command from /127.0.0.1:55334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:04:32,666 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:04:42,584 INFO Processing ruok command from /127.0.0.1:55472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:04:42,759 INFO Processing ruok command from /127.0.0.1:55476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:04:45,667 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2023-05-11 23:04:45,679 INFO Committing global session 0x2000046efdf0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:04:45,877 INFO Committing global session 0x3000048594c0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:04:47,284 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2023-05-11 23:04:47,299 INFO Committing global session 0x2000046efdf0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:04:52,592 INFO Processing ruok command from /127.0.0.1:55598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:04:52,660 INFO Processing ruok command from /127.0.0.1:55600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:05:02,268 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2023-05-11 23:05:02,282 INFO Committing global session 0x2000046efdf0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:05:02,569 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:05:02,643 INFO Processing ruok command from /127.0.0.1:55720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:05:03,069 INFO Submitting global closeSession request for session 0x2000046efdf0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:05:12,590 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:05:12,661 INFO Processing ruok command from /127.0.0.1:55840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:05:22,597 INFO Processing ruok command from /127.0.0.1:55960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:05:22,662 INFO Processing ruok command from /127.0.0.1:55962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:05:32,568 INFO Processing ruok command from /127.0.0.1:56078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:05:32,604 INFO Processing ruok command from /127.0.0.1:56080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:05:42,592 INFO Processing ruok command from /127.0.0.1:56200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:05:42,648 INFO Processing ruok command from /127.0.0.1:56202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:05:52,602 INFO Processing ruok command from /127.0.0.1:56320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:05:52,678 INFO Processing ruok command from /127.0.0.1:56322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:06:02,582 INFO Processing ruok command from /127.0.0.1:56440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:06:02,603 INFO Processing ruok command from /127.0.0.1:56442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:06:12,605 INFO Processing ruok command from /127.0.0.1:56562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:06:12,655 INFO Processing ruok command from /127.0.0.1:56564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:06:22,581 INFO Processing ruok command from /127.0.0.1:56684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:06:22,656 INFO Processing ruok command from /127.0.0.1:56686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:06:32,599 INFO Processing ruok command from /127.0.0.1:56804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:06:32,692 INFO Processing ruok command from /127.0.0.1:56806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:06:42,604 INFO Processing ruok command from /127.0.0.1:56926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:06:42,685 INFO Processing ruok command from /127.0.0.1:56928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:06:52,602 INFO Processing ruok command from /127.0.0.1:57046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:06:52,682 INFO Processing ruok command from /127.0.0.1:57048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:07:02,071 INFO Committing global session 0x3000048594c0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:07:02,587 INFO Processing ruok command from /127.0.0.1:57166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:07:02,665 INFO Processing ruok command from /127.0.0.1:57168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:07:12,606 INFO Processing ruok command from /127.0.0.1:57286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:07:12,680 INFO Processing ruok command from /127.0.0.1:57288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:07:22,593 INFO Processing ruok command from /127.0.0.1:57408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:07:22,646 INFO Processing ruok command from /127.0.0.1:57410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:07:32,588 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:07:32,669 INFO Processing ruok command from /127.0.0.1:57530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:07:42,582 INFO Processing ruok command from /127.0.0.1:57650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:07:42,680 INFO Processing ruok command from /127.0.0.1:57652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:07:52,596 INFO Processing ruok command from /127.0.0.1:57770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:07:52,684 INFO Processing ruok command from /127.0.0.1:57772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:08:02,601 INFO Processing ruok command from /127.0.0.1:57882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:08:02,683 INFO Processing ruok command from /127.0.0.1:57886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:08:12,585 INFO Processing ruok command from /127.0.0.1:58002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:08:12,637 INFO Processing ruok command from /127.0.0.1:58004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:08:22,587 INFO Processing ruok command from /127.0.0.1:58124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:08:22,650 INFO Processing ruok command from /127.0.0.1:58126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:08:32,586 INFO Processing ruok command from /127.0.0.1:58242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:08:32,654 INFO Processing ruok command from /127.0.0.1:58244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:08:42,586 INFO Processing ruok command from /127.0.0.1:58364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:08:42,674 INFO Processing ruok command from /127.0.0.1:58366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:08:52,597 INFO Processing ruok command from /127.0.0.1:58486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:08:52,652 INFO Processing ruok command from /127.0.0.1:58488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:09:01,680 INFO Committing global session 0x1000046a0960005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:09:02,585 INFO Processing ruok command from /127.0.0.1:58606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:09:02,667 INFO Processing ruok command from /127.0.0.1:58608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:09:12,591 INFO Processing ruok command from /127.0.0.1:58726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:09:12,685 INFO Processing ruok command from /127.0.0.1:58728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:09:22,639 INFO Processing ruok command from /127.0.0.1:58848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:09:22,754 INFO Processing ruok command from /127.0.0.1:58850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:09:32,584 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:09:32,664 INFO Processing ruok command from /127.0.0.1:58986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:09:42,605 INFO Processing ruok command from /127.0.0.1:59158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:09:42,671 INFO Processing ruok command from /127.0.0.1:59160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:09:52,619 INFO Processing ruok command from /127.0.0.1:59278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:09:52,749 INFO Processing ruok command from /127.0.0.1:59280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:10:02,582 INFO Processing ruok command from /127.0.0.1:59398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:10:02,647 INFO Processing ruok command from /127.0.0.1:59400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:10:12,593 INFO Processing ruok command from /127.0.0.1:59526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:10:12,654 INFO Processing ruok command from /127.0.0.1:59528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:10:22,614 INFO Processing ruok command from /127.0.0.1:59666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:10:22,668 INFO Processing ruok command from /127.0.0.1:59668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:10:32,591 INFO Processing ruok command from /127.0.0.1:59808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:10:32,684 INFO Processing ruok command from /127.0.0.1:59810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:10:42,588 INFO Processing ruok command from /127.0.0.1:59952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:10:42,629 INFO Processing ruok command from /127.0.0.1:59954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:10:52,599 INFO Processing ruok command from /127.0.0.1:60082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:10:52,682 INFO Processing ruok command from /127.0.0.1:60084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:11:01,724 INFO Committing global session 0x1000046a0960006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:11:02,571 INFO Processing ruok command from /127.0.0.1:60212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:11:02,636 INFO Processing ruok command from /127.0.0.1:60214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:11:12,606 INFO Processing ruok command from /127.0.0.1:60342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:11:12,691 INFO Processing ruok command from /127.0.0.1:60344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:11:22,587 INFO Processing ruok command from /127.0.0.1:60474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:11:22,653 INFO Processing ruok command from /127.0.0.1:60476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:11:32,577 INFO Processing ruok command from /127.0.0.1:60600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:11:32,653 INFO Processing ruok command from /127.0.0.1:60602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:11:42,598 INFO Processing ruok command from /127.0.0.1:60728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:11:42,674 INFO Processing ruok command from /127.0.0.1:60730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:11:47,490 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ab7d31ba-5805-4651-84ef-724c24bcc8e1/onap-policy-apex-pdp-6f8b4c5887-ctx6p (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:11:52,583 INFO Processing ruok command from /127.0.0.1:60858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:11:52,677 INFO Processing ruok command from /127.0.0.1:60860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:12:02,602 INFO Processing ruok command from /127.0.0.1:60984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:12:02,644 INFO Processing ruok command from /127.0.0.1:60986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:12:12,588 INFO Processing ruok command from /127.0.0.1:32878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:12:12,665 INFO Processing ruok command from /127.0.0.1:32880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:12:22,585 INFO Processing ruok command from /127.0.0.1:33012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:12:22,674 INFO Processing ruok command from /127.0.0.1:33014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:12:32,579 INFO Processing ruok command from /127.0.0.1:33156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:12:32,626 INFO Processing ruok command from /127.0.0.1:33158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:12:42,607 INFO Processing ruok command from /127.0.0.1:33298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:12:42,658 INFO Processing ruok command from /127.0.0.1:33300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:12:47,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ab7d31ba-5805-4651-84ef-724c24bcc8e1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:12:52,594 INFO Processing ruok command from /127.0.0.1:33432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:12:52,662 INFO Processing ruok command from /127.0.0.1:33434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:13:01,567 INFO Committing global session 0x1000046a0960007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:13:02,578 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:13:02,666 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:13:12,599 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:13:12,695 INFO Processing ruok command from /127.0.0.1:33698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:13:22,712 INFO Processing ruok command from /127.0.0.1:33854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:13:22,758 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:13:32,579 INFO Processing ruok command from /127.0.0.1:34038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:13:32,725 INFO Processing ruok command from /127.0.0.1:34040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:13:42,618 INFO Processing ruok command from /127.0.0.1:34168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:13:42,726 INFO Processing ruok command from /127.0.0.1:34174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:13:47,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:13:47,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:13:47,500 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:13:52,590 INFO Processing ruok command from /127.0.0.1:34332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:13:52,648 INFO Processing ruok command from /127.0.0.1:34334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:14:02,579 INFO Processing ruok command from /127.0.0.1:34476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:14:02,676 INFO Processing ruok command from /127.0.0.1:34478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:14:12,585 INFO Processing ruok command from /127.0.0.1:34638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:14:12,781 INFO Processing ruok command from /127.0.0.1:34642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:14:22,606 INFO Processing ruok command from /127.0.0.1:34802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:14:22,662 INFO Processing ruok command from /127.0.0.1:34804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:14:32,577 INFO Processing ruok command from /127.0.0.1:35004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:14:32,652 INFO Processing ruok command from /127.0.0.1:35006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:14:42,609 INFO Processing ruok command from /127.0.0.1:35160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:14:42,710 INFO Processing ruok command from /127.0.0.1:35162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:14:47,486 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:14:47,492 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:14:52,608 INFO Processing ruok command from /127.0.0.1:35330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:14:52,668 INFO Processing ruok command from /127.0.0.1:35332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:15:01,644 INFO Committing global session 0x1000046a0960008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:15:02,613 INFO Processing ruok command from /127.0.0.1:35504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:15:02,707 INFO Processing ruok command from /127.0.0.1:35506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:15:12,590 INFO Processing ruok command from /127.0.0.1:35672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:15:12,659 INFO Processing ruok command from /127.0.0.1:35674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:15:22,593 INFO Processing ruok command from /127.0.0.1:35848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:15:22,676 INFO Processing ruok command from /127.0.0.1:35850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:15:32,581 INFO Processing ruok command from /127.0.0.1:36012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:15:32,654 INFO Processing ruok command from /127.0.0.1:36014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:15:42,597 INFO Processing ruok command from /127.0.0.1:36182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:15:42,673 INFO Processing ruok command from /127.0.0.1:36184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:15:47,486 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:15:47,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/7c0d062c-d1cb-4d26-8b52-cf228676e0e9/onap-policy-xacml-pdp-7c7f64766c-872p9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:15:52,586 INFO Processing ruok command from /127.0.0.1:36348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:15:52,663 INFO Processing ruok command from /127.0.0.1:36350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:16:02,612 INFO Processing ruok command from /127.0.0.1:36512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:16:02,692 INFO Processing ruok command from /127.0.0.1:36514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:16:12,580 INFO Processing ruok command from /127.0.0.1:36678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:16:12,668 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:16:22,628 INFO Processing ruok command from /127.0.0.1:36850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:16:22,694 INFO Processing ruok command from /127.0.0.1:36852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:16:32,568 INFO Processing ruok command from /127.0.0.1:37012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:16:32,634 INFO Processing ruok command from /127.0.0.1:37014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:16:42,598 INFO Processing ruok command from /127.0.0.1:37180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:16:42,675 INFO Processing ruok command from /127.0.0.1:37182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:16:47,486 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c3503d23-2a72-4fa9-9ad7-79f9b2978be6/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:16:47,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/7c0d062c-d1cb-4d26-8b52-cf228676e0e9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:16:47,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:16:52,577 INFO Processing ruok command from /127.0.0.1:37348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:16:52,669 INFO Processing ruok command from /127.0.0.1:37350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:17:01,580 INFO Committing global session 0x3000048594c0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:17:02,605 INFO Processing ruok command from /127.0.0.1:37512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:17:02,694 INFO Processing ruok command from /127.0.0.1:37514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:17:12,609 INFO Processing ruok command from /127.0.0.1:37678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:17:12,667 INFO Processing ruok command from /127.0.0.1:37680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:17:22,594 INFO Processing ruok command from /127.0.0.1:37860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:17:22,661 INFO Processing ruok command from /127.0.0.1:37862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:17:32,586 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:17:32,633 INFO Processing ruok command from /127.0.0.1:38070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:17:42,623 INFO Processing ruok command from /127.0.0.1:38330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:17:42,680 INFO Processing ruok command from /127.0.0.1:38332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:17:47,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c3503d23-2a72-4fa9-9ad7-79f9b2978be6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:17:47,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:17:52,563 INFO Processing ruok command from /127.0.0.1:38580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:17:52,639 INFO Processing ruok command from /127.0.0.1:38582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:18:02,635 INFO Processing ruok command from /127.0.0.1:38756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:18:02,690 INFO Processing ruok command from /127.0.0.1:38758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:18:12,579 INFO Processing ruok command from /127.0.0.1:38986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:18:12,644 INFO Processing ruok command from /127.0.0.1:38988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:18:22,590 INFO Processing ruok command from /127.0.0.1:39162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:18:22,658 INFO Processing ruok command from /127.0.0.1:39164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:18:32,632 INFO Processing ruok command from /127.0.0.1:39338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:18:32,760 INFO Processing ruok command from /127.0.0.1:39340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:18:42,615 INFO Processing ruok command from /127.0.0.1:39520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:18:42,686 INFO Processing ruok command from /127.0.0.1:39522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:18:47,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:18:47,492 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:18:52,582 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:18:52,694 INFO Processing ruok command from /127.0.0.1:39696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:19:01,298 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2023-05-11 23:19:01,311 INFO Committing global session 0x2000046efdf0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:19:02,189 INFO Submitting global closeSession request for session 0x2000046efdf0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:19:02,605 INFO Processing ruok command from /127.0.0.1:39872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:19:02,665 INFO Processing ruok command from /127.0.0.1:39874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:19:12,618 INFO Processing ruok command from /127.0.0.1:40044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:19:12,706 INFO Processing ruok command from /127.0.0.1:40046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:19:22,582 INFO Processing ruok command from /127.0.0.1:40216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:19:22,668 INFO Processing ruok command from /127.0.0.1:40218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:19:32,590 INFO Processing ruok command from /127.0.0.1:40394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:19:32,668 INFO Processing ruok command from /127.0.0.1:40396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:19:42,608 INFO Processing ruok command from /127.0.0.1:40572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:19:42,699 INFO Processing ruok command from /127.0.0.1:40574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:19:47,486 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:19:52,607 INFO Processing ruok command from /127.0.0.1:40746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:19:52,688 INFO Processing ruok command from /127.0.0.1:40748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:20:02,595 INFO Processing ruok command from /127.0.0.1:40924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:20:02,669 INFO Processing ruok command from /127.0.0.1:40926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:20:12,612 INFO Processing ruok command from /127.0.0.1:41100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:20:12,672 INFO Processing ruok command from /127.0.0.1:41102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:20:22,598 INFO Processing ruok command from /127.0.0.1:41278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:20:22,684 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:20:32,594 INFO Processing ruok command from /127.0.0.1:41456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:20:32,679 INFO Processing ruok command from /127.0.0.1:41458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:20:42,574 INFO Processing ruok command from /127.0.0.1:41636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:20:42,602 INFO Processing ruok command from /127.0.0.1:41638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:20:47,486 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:20:52,605 INFO Processing ruok command from /127.0.0.1:41810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:20:52,684 INFO Processing ruok command from /127.0.0.1:41812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:21:01,475 INFO Committing global session 0x3000048594c0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:21:02,595 INFO Processing ruok command from /127.0.0.1:41986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:21:02,655 INFO Processing ruok command from /127.0.0.1:41988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:21:12,579 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:21:12,650 INFO Processing ruok command from /127.0.0.1:42168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:21:22,589 INFO Processing ruok command from /127.0.0.1:42344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:21:22,664 INFO Processing ruok command from /127.0.0.1:42346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:21:32,570 INFO Processing ruok command from /127.0.0.1:42520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:21:32,659 INFO Processing ruok command from /127.0.0.1:42522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:21:42,624 INFO Processing ruok command from /127.0.0.1:42698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:21:42,701 INFO Processing ruok command from /127.0.0.1:42700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:21:52,581 INFO Processing ruok command from /127.0.0.1:42872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:21:52,637 INFO Processing ruok command from /127.0.0.1:42874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:22:02,604 INFO Processing ruok command from /127.0.0.1:43054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:22:02,686 INFO Processing ruok command from /127.0.0.1:43056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:22:12,591 INFO Processing ruok command from /127.0.0.1:43232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:22:12,663 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:22:22,600 INFO Processing ruok command from /127.0.0.1:43408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:22:22,677 INFO Processing ruok command from /127.0.0.1:43410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:22:32,573 INFO Processing ruok command from /127.0.0.1:43584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:22:32,657 INFO Processing ruok command from /127.0.0.1:43586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:22:42,593 INFO Processing ruok command from /127.0.0.1:43762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:22:42,676 INFO Processing ruok command from /127.0.0.1:43764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:22:52,654 INFO Processing ruok command from /127.0.0.1:43936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:22:52,828 INFO Processing ruok command from /127.0.0.1:43940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:23:01,659 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2023-05-11 23:23:01,675 INFO Committing global session 0x2000046efdf0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:23:02,559 INFO Submitting global closeSession request for session 0x2000046efdf0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:23:02,582 INFO Processing ruok command from /127.0.0.1:44114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:23:02,665 INFO Processing ruok command from /127.0.0.1:44116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:23:12,610 INFO Processing ruok command from /127.0.0.1:44290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:23:12,657 INFO Processing ruok command from /127.0.0.1:44292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:23:22,575 INFO Processing ruok command from /127.0.0.1:44470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:23:22,660 INFO Processing ruok command from /127.0.0.1:44472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:23:32,591 INFO Processing ruok command from /127.0.0.1:44646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:23:32,677 INFO Processing ruok command from /127.0.0.1:44648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:23:42,587 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:23:42,617 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:23:52,569 INFO Processing ruok command from /127.0.0.1:44998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:23:52,651 INFO Processing ruok command from /127.0.0.1:45000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:24:02,596 INFO Processing ruok command from /127.0.0.1:45178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:24:02,668 INFO Processing ruok command from /127.0.0.1:45180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:24:12,604 INFO Processing ruok command from /127.0.0.1:45356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:24:12,686 INFO Processing ruok command from /127.0.0.1:45358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:24:22,609 INFO Processing ruok command from /127.0.0.1:45566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:24:22,699 INFO Processing ruok command from /127.0.0.1:45568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:24:32,602 INFO Processing ruok command from /127.0.0.1:45740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:24:32,665 INFO Processing ruok command from /127.0.0.1:45742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:24:42,611 INFO Processing ruok command from /127.0.0.1:45940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:24:42,692 INFO Processing ruok command from /127.0.0.1:45942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:24:47,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:24:47,493 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-11 23:24:52,577 INFO Processing ruok command from /127.0.0.1:46130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:24:52,628 INFO Processing ruok command from /127.0.0.1:46132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:25:01,339 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2023-05-11 23:25:01,352 INFO Committing global session 0x2000046efdf000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:25:02,264 INFO Submitting global closeSession request for session 0x2000046efdf000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:25:02,595 INFO Processing ruok command from /127.0.0.1:46318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:25:02,659 INFO Processing ruok command from /127.0.0.1:46320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:25:12,598 INFO Processing ruok command from /127.0.0.1:46496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:25:12,648 INFO Processing ruok command from /127.0.0.1:46498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:25:22,598 INFO Processing ruok command from /127.0.0.1:46684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:25:22,669 INFO Processing ruok command from /127.0.0.1:46686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:25:32,618 INFO Processing ruok command from /127.0.0.1:46870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:25:32,710 INFO Processing ruok command from /127.0.0.1:46872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:25:42,614 INFO Processing ruok command from /127.0.0.1:47100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:25:42,690 INFO Processing ruok command from /127.0.0.1:47102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:25:47,486 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-11 23:25:47,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:25:52,613 INFO Processing ruok command from /127.0.0.1:47286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:25:53,064 INFO Processing ruok command from /127.0.0.1:47296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:26:02,595 INFO Processing ruok command from /127.0.0.1:47482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:26:02,680 INFO Processing ruok command from /127.0.0.1:47484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:26:12,584 INFO Processing ruok command from /127.0.0.1:47680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:26:12,635 INFO Processing ruok command from /127.0.0.1:47682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:26:22,597 INFO Processing ruok command from /127.0.0.1:47882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:26:22,686 INFO Processing ruok command from /127.0.0.1:47884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:26:32,641 INFO Processing ruok command from /127.0.0.1:48080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:26:32,727 INFO Processing ruok command from /127.0.0.1:48082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:26:42,603 INFO Processing ruok command from /127.0.0.1:48280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:26:42,693 INFO Processing ruok command from /127.0.0.1:48282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:26:47,487 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:26:47,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:26:52,581 INFO Processing ruok command from /127.0.0.1:48480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:26:52,650 INFO Processing ruok command from /127.0.0.1:48482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:27:01,508 INFO Committing global session 0x3000048594c0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:27:02,577 INFO Processing ruok command from /127.0.0.1:48680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:27:02,633 INFO Processing ruok command from /127.0.0.1:48682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:27:12,585 INFO Processing ruok command from /127.0.0.1:48878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:27:12,665 INFO Processing ruok command from /127.0.0.1:48880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:27:22,624 INFO Processing ruok command from /127.0.0.1:49080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:27:22,700 INFO Processing ruok command from /127.0.0.1:49082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:27:32,588 INFO Processing ruok command from /127.0.0.1:49278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:27:32,665 INFO Processing ruok command from /127.0.0.1:49280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:27:42,594 INFO Processing ruok command from /127.0.0.1:49478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:27:42,665 INFO Processing ruok command from /127.0.0.1:49480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:27:47,486 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2023-05-11 23:27:52,594 INFO Processing ruok command from /127.0.0.1:49676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:27:52,662 INFO Processing ruok command from /127.0.0.1:49678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:28:02,578 INFO Processing ruok command from /127.0.0.1:49876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:28:02,629 INFO Processing ruok command from /127.0.0.1:49878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:28:12,608 INFO Processing ruok command from /127.0.0.1:50076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:28:12,690 INFO Processing ruok command from /127.0.0.1:50078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:28:22,609 INFO Processing ruok command from /127.0.0.1:50278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:28:22,680 INFO Processing ruok command from /127.0.0.1:50280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:28:32,599 INFO Processing ruok command from /127.0.0.1:50478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:28:32,651 INFO Processing ruok command from /127.0.0.1:50480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:28:42,570 INFO Processing ruok command from /127.0.0.1:50682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:28:42,604 INFO Processing ruok command from /127.0.0.1:50684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:28:52,616 INFO Processing ruok command from /127.0.0.1:50882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:28:52,673 INFO Processing ruok command from /127.0.0.1:50884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:29:01,643 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2023-05-11 23:29:01,660 INFO Committing global session 0x2000046efdf000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:29:02,524 INFO Submitting global closeSession request for session 0x2000046efdf000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:29:02,594 INFO Processing ruok command from /127.0.0.1:51084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:29:02,673 INFO Processing ruok command from /127.0.0.1:51086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:29:12,609 INFO Processing ruok command from /127.0.0.1:51284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:29:12,684 INFO Processing ruok command from /127.0.0.1:51286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:29:22,591 INFO Processing ruok command from /127.0.0.1:51486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:29:22,650 INFO Processing ruok command from /127.0.0.1:51488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:29:32,596 INFO Processing ruok command from /127.0.0.1:51686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:29:32,674 INFO Processing ruok command from /127.0.0.1:51688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:29:42,576 INFO Processing ruok command from /127.0.0.1:51888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:29:42,667 INFO Processing ruok command from /127.0.0.1:51890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:29:52,592 INFO Processing ruok command from /127.0.0.1:52088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:29:52,664 INFO Processing ruok command from /127.0.0.1:52090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:30:02,595 INFO Processing ruok command from /127.0.0.1:52292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:30:02,665 INFO Processing ruok command from /127.0.0.1:52294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:30:12,585 INFO Processing ruok command from /127.0.0.1:52484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:30:12,638 INFO Processing ruok command from /127.0.0.1:52486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:30:22,589 INFO Processing ruok command from /127.0.0.1:52686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:30:22,672 INFO Processing ruok command from /127.0.0.1:52690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:30:32,582 INFO Processing ruok command from /127.0.0.1:52888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:30:32,666 INFO Processing ruok command from /127.0.0.1:52890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:30:42,587 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:30:42,672 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:30:52,585 INFO Processing ruok command from /127.0.0.1:53288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:30:52,673 INFO Processing ruok command from /127.0.0.1:53292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:31:01,462 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2023-05-11 23:31:01,475 INFO Committing global session 0x2000046efdf000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:31:02,377 INFO Submitting global closeSession request for session 0x2000046efdf000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:31:02,592 INFO Processing ruok command from /127.0.0.1:53492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:31:02,676 INFO Processing ruok command from /127.0.0.1:53494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:31:12,574 INFO Processing ruok command from /127.0.0.1:53692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:31:12,652 INFO Processing ruok command from /127.0.0.1:53694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:31:22,607 INFO Processing ruok command from /127.0.0.1:53894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:31:22,677 INFO Processing ruok command from /127.0.0.1:53898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:31:32,600 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:31:32,701 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:31:42,594 INFO Processing ruok command from /127.0.0.1:54298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:31:42,666 INFO Processing ruok command from /127.0.0.1:54300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:31:52,600 INFO Processing ruok command from /127.0.0.1:54496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:31:52,656 INFO Processing ruok command from /127.0.0.1:54500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:32:02,604 INFO Processing ruok command from /127.0.0.1:54702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:32:02,678 INFO Processing ruok command from /127.0.0.1:54704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:32:12,609 INFO Processing ruok command from /127.0.0.1:54902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:32:12,676 INFO Processing ruok command from /127.0.0.1:54904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:32:22,585 INFO Processing ruok command from /127.0.0.1:55102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:32:22,666 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:32:32,597 INFO Processing ruok command from /127.0.0.1:55304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:32:32,643 INFO Processing ruok command from /127.0.0.1:55306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:32:42,617 INFO Processing ruok command from /127.0.0.1:55508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:32:42,725 INFO Processing ruok command from /127.0.0.1:55510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:32:52,596 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:32:52,649 INFO Processing ruok command from /127.0.0.1:55708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:33:01,483 INFO Committing global session 0x1000046a0960009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:33:02,570 INFO Processing ruok command from /127.0.0.1:55910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:33:02,613 INFO Processing ruok command from /127.0.0.1:55912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:33:12,586 INFO Processing ruok command from /127.0.0.1:56110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:33:12,671 INFO Processing ruok command from /127.0.0.1:56112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:33:22,597 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:33:22,643 INFO Processing ruok command from /127.0.0.1:56312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:33:32,593 INFO Processing ruok command from /127.0.0.1:56514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:33:32,687 INFO Processing ruok command from /127.0.0.1:56516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:33:42,598 INFO Processing ruok command from /127.0.0.1:56716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:33:42,701 INFO Processing ruok command from /127.0.0.1:56718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:33:52,582 INFO Processing ruok command from /127.0.0.1:56914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:33:52,648 INFO Processing ruok command from /127.0.0.1:56916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:34:02,576 INFO Processing ruok command from /127.0.0.1:57120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:34:02,631 INFO Processing ruok command from /127.0.0.1:57122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:34:12,579 INFO Processing ruok command from /127.0.0.1:57322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:34:12,663 INFO Processing ruok command from /127.0.0.1:57324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:34:22,591 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:34:22,671 INFO Processing ruok command from /127.0.0.1:57524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:34:32,590 INFO Processing ruok command from /127.0.0.1:57724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:34:32,676 INFO Processing ruok command from /127.0.0.1:57726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:34:42,591 INFO Processing ruok command from /127.0.0.1:57926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:34:42,626 INFO Processing ruok command from /127.0.0.1:57928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:34:52,600 INFO Processing ruok command from /127.0.0.1:58124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:34:52,665 INFO Processing ruok command from /127.0.0.1:58126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:35:01,640 INFO Committing global session 0x1000046a096000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:35:02,613 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:35:02,658 INFO Processing ruok command from /127.0.0.1:58322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:35:12,573 INFO Processing ruok command from /127.0.0.1:58506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:35:12,638 INFO Processing ruok command from /127.0.0.1:58508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:35:22,624 INFO Processing ruok command from /127.0.0.1:58692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:35:22,681 INFO Processing ruok command from /127.0.0.1:58694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:35:32,597 INFO Processing ruok command from /127.0.0.1:58880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:35:32,632 INFO Processing ruok command from /127.0.0.1:58882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:35:42,583 INFO Processing ruok command from /127.0.0.1:59068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:35:42,651 INFO Processing ruok command from /127.0.0.1:59070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:35:52,609 INFO Processing ruok command from /127.0.0.1:59250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:35:52,690 INFO Processing ruok command from /127.0.0.1:59252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:36:02,592 INFO Processing ruok command from /127.0.0.1:59438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:36:02,674 INFO Processing ruok command from /127.0.0.1:59440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:36:12,577 INFO Processing ruok command from /127.0.0.1:59626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:36:12,660 INFO Processing ruok command from /127.0.0.1:59628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:36:22,615 INFO Processing ruok command from /127.0.0.1:59810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:36:22,687 INFO Processing ruok command from /127.0.0.1:59812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:36:32,592 INFO Processing ruok command from /127.0.0.1:59998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:36:32,669 INFO Processing ruok command from /127.0.0.1:60000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:36:42,576 INFO Processing ruok command from /127.0.0.1:60192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:36:42,631 INFO Processing ruok command from /127.0.0.1:60194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:36:52,585 INFO Processing ruok command from /127.0.0.1:60374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:36:52,654 INFO Processing ruok command from /127.0.0.1:60376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:37:01,691 INFO Committing global session 0x3000048594c000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:37:02,590 INFO Processing ruok command from /127.0.0.1:60564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:37:02,668 INFO Processing ruok command from /127.0.0.1:60566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:37:12,584 INFO Processing ruok command from /127.0.0.1:60752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:37:12,640 INFO Processing ruok command from /127.0.0.1:60754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:37:22,597 INFO Processing ruok command from /127.0.0.1:60936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:37:22,654 INFO Processing ruok command from /127.0.0.1:60938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:37:32,596 INFO Processing ruok command from /127.0.0.1:32892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:37:32,651 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:37:42,627 INFO Processing ruok command from /127.0.0.1:33084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:37:42,709 INFO Processing ruok command from /127.0.0.1:33086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:37:52,613 INFO Processing ruok command from /127.0.0.1:33268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:37:52,690 INFO Processing ruok command from /127.0.0.1:33270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:38:02,584 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:38:02,663 INFO Processing ruok command from /127.0.0.1:33460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:38:12,598 INFO Processing ruok command from /127.0.0.1:33646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:38:12,659 INFO Processing ruok command from /127.0.0.1:33648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:38:22,584 INFO Processing ruok command from /127.0.0.1:33830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:38:22,640 INFO Processing ruok command from /127.0.0.1:33832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:38:32,587 INFO Processing ruok command from /127.0.0.1:34018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:38:32,672 INFO Processing ruok command from /127.0.0.1:34020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:38:42,584 INFO Processing ruok command from /127.0.0.1:34208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:38:42,622 INFO Processing ruok command from /127.0.0.1:34210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:38:52,588 INFO Processing ruok command from /127.0.0.1:34390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:38:52,675 INFO Processing ruok command from /127.0.0.1:34392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:39:01,420 INFO Committing global session 0x3000048594c000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:39:02,592 INFO Processing ruok command from /127.0.0.1:34580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:39:02,710 INFO Processing ruok command from /127.0.0.1:34582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:39:12,595 INFO Processing ruok command from /127.0.0.1:34772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:39:12,664 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:39:22,611 INFO Processing ruok command from /127.0.0.1:34956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:39:22,672 INFO Processing ruok command from /127.0.0.1:34958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:39:32,593 INFO Processing ruok command from /127.0.0.1:35144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:39:32,677 INFO Processing ruok command from /127.0.0.1:35146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:39:42,587 INFO Processing ruok command from /127.0.0.1:35332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:39:42,674 INFO Processing ruok command from /127.0.0.1:35334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:39:52,585 INFO Processing ruok command from /127.0.0.1:35514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:39:52,631 INFO Processing ruok command from /127.0.0.1:35516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:40:02,587 INFO Processing ruok command from /127.0.0.1:35704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:40:02,673 INFO Processing ruok command from /127.0.0.1:35706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:40:12,592 INFO Processing ruok command from /127.0.0.1:35894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:40:12,660 INFO Processing ruok command from /127.0.0.1:35896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:40:22,629 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:40:22,709 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:40:32,616 INFO Processing ruok command from /127.0.0.1:36266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:40:32,695 INFO Processing ruok command from /127.0.0.1:36268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:40:42,598 INFO Processing ruok command from /127.0.0.1:36458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:40:42,677 INFO Processing ruok command from /127.0.0.1:36460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:40:52,582 INFO Processing ruok command from /127.0.0.1:36640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:40:52,661 INFO Processing ruok command from /127.0.0.1:36642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:41:01,553 INFO Committing global session 0x1000046a096000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:41:02,607 INFO Processing ruok command from /127.0.0.1:36854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:41:02,699 INFO Processing ruok command from /127.0.0.1:36856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:41:12,597 INFO Processing ruok command from /127.0.0.1:37040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:41:12,672 INFO Processing ruok command from /127.0.0.1:37042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:41:22,578 INFO Processing ruok command from /127.0.0.1:37224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:41:22,611 INFO Processing ruok command from /127.0.0.1:37226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:41:32,624 INFO Processing ruok command from /127.0.0.1:37412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:41:32,666 INFO Processing ruok command from /127.0.0.1:37414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:41:42,592 INFO Processing ruok command from /127.0.0.1:37604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:41:42,671 INFO Processing ruok command from /127.0.0.1:37606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:41:52,592 INFO Processing ruok command from /127.0.0.1:37786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:41:52,637 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:42:02,603 INFO Processing ruok command from /127.0.0.1:37976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:42:02,669 INFO Processing ruok command from /127.0.0.1:37978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:42:12,603 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:42:12,683 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:42:22,609 INFO Processing ruok command from /127.0.0.1:38350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:42:22,646 INFO Processing ruok command from /127.0.0.1:38352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:42:32,572 INFO Processing ruok command from /127.0.0.1:38538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:42:32,634 INFO Processing ruok command from /127.0.0.1:38540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:42:42,612 INFO Processing ruok command from /127.0.0.1:38730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:42:42,711 INFO Processing ruok command from /127.0.0.1:38732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:42:52,587 INFO Processing ruok command from /127.0.0.1:38912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:42:52,656 INFO Processing ruok command from /127.0.0.1:38914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:43:01,701 INFO Committing global session 0x3000048594c000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:43:02,601 INFO Processing ruok command from /127.0.0.1:39100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:43:02,664 INFO Processing ruok command from /127.0.0.1:39102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:43:12,578 INFO Processing ruok command from /127.0.0.1:39290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:43:12,661 INFO Processing ruok command from /127.0.0.1:39292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:43:22,598 INFO Processing ruok command from /127.0.0.1:39474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:43:22,669 INFO Processing ruok command from /127.0.0.1:39476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:43:32,583 INFO Processing ruok command from /127.0.0.1:39662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:43:32,634 INFO Processing ruok command from /127.0.0.1:39664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:43:42,598 INFO Processing ruok command from /127.0.0.1:39852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:43:42,658 INFO Processing ruok command from /127.0.0.1:39854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:43:52,608 INFO Processing ruok command from /127.0.0.1:40034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:43:52,678 INFO Processing ruok command from /127.0.0.1:40036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:44:02,618 INFO Processing ruok command from /127.0.0.1:40224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:44:02,656 INFO Processing ruok command from /127.0.0.1:40226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:44:12,596 INFO Processing ruok command from /127.0.0.1:40412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:44:12,680 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:44:22,599 INFO Processing ruok command from /127.0.0.1:40596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:44:22,684 INFO Processing ruok command from /127.0.0.1:40598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:44:32,595 INFO Processing ruok command from /127.0.0.1:40786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:44:32,658 INFO Processing ruok command from /127.0.0.1:40788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:44:42,571 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:44:42,656 INFO Processing ruok command from /127.0.0.1:40980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:44:52,575 INFO Processing ruok command from /127.0.0.1:41160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:44:52,663 INFO Processing ruok command from /127.0.0.1:41162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:45:01,673 INFO Committing global session 0x1000046a096000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:45:02,578 INFO Processing ruok command from /127.0.0.1:41350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:45:02,616 INFO Processing ruok command from /127.0.0.1:41352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:45:12,602 INFO Processing ruok command from /127.0.0.1:41540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:45:12,674 INFO Processing ruok command from /127.0.0.1:41542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:45:22,605 INFO Processing ruok command from /127.0.0.1:41724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:45:22,669 INFO Processing ruok command from /127.0.0.1:41726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:45:32,583 INFO Processing ruok command from /127.0.0.1:41914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:45:32,637 INFO Processing ruok command from /127.0.0.1:41916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:45:42,581 INFO Processing ruok command from /127.0.0.1:42106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:45:42,650 INFO Processing ruok command from /127.0.0.1:42108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:45:52,590 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:45:52,635 INFO Processing ruok command from /127.0.0.1:42296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:46:02,616 INFO Processing ruok command from /127.0.0.1:42482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:46:02,678 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:46:12,599 INFO Processing ruok command from /127.0.0.1:42672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:46:12,659 INFO Processing ruok command from /127.0.0.1:42674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:46:22,578 INFO Processing ruok command from /127.0.0.1:42856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:46:22,663 INFO Processing ruok command from /127.0.0.1:42858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:46:32,595 INFO Processing ruok command from /127.0.0.1:43044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:46:32,679 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:46:42,611 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:46:42,680 INFO Processing ruok command from /127.0.0.1:43240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:46:52,578 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:46:52,629 INFO Processing ruok command from /127.0.0.1:43422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:47:01,565 INFO Committing global session 0x3000048594c000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:47:02,568 INFO Processing ruok command from /127.0.0.1:43610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:47:02,661 INFO Processing ruok command from /127.0.0.1:43612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:47:12,581 INFO Processing ruok command from /127.0.0.1:43802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:47:12,652 INFO Processing ruok command from /127.0.0.1:43804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:47:22,594 INFO Processing ruok command from /127.0.0.1:43986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:47:22,641 INFO Processing ruok command from /127.0.0.1:43988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:47:32,623 INFO Processing ruok command from /127.0.0.1:44176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:47:32,712 INFO Processing ruok command from /127.0.0.1:44178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:47:42,590 INFO Processing ruok command from /127.0.0.1:44368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:47:42,706 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:47:52,622 INFO Processing ruok command from /127.0.0.1:44550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:47:52,716 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:48:02,594 INFO Processing ruok command from /127.0.0.1:44740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:48:02,689 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:48:12,620 INFO Processing ruok command from /127.0.0.1:44930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:48:12,711 INFO Processing ruok command from /127.0.0.1:44932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:48:22,581 INFO Processing ruok command from /127.0.0.1:45114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:48:22,661 INFO Processing ruok command from /127.0.0.1:45116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:48:32,597 INFO Processing ruok command from /127.0.0.1:45304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:48:32,653 INFO Processing ruok command from /127.0.0.1:45306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:48:42,585 INFO Processing ruok command from /127.0.0.1:45496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:48:42,667 INFO Processing ruok command from /127.0.0.1:45498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:48:52,596 INFO Processing ruok command from /127.0.0.1:45678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:48:52,653 INFO Processing ruok command from /127.0.0.1:45680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:49:01,874 INFO Committing global session 0x1000046a096000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:49:02,595 INFO Processing ruok command from /127.0.0.1:45868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:49:02,676 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:49:12,604 INFO Processing ruok command from /127.0.0.1:46060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:49:12,691 INFO Processing ruok command from /127.0.0.1:46062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:49:22,593 INFO Processing ruok command from /127.0.0.1:46244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:49:22,683 INFO Processing ruok command from /127.0.0.1:46246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:49:32,583 INFO Processing ruok command from /127.0.0.1:46432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:49:32,650 INFO Processing ruok command from /127.0.0.1:46434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:49:42,594 INFO Processing ruok command from /127.0.0.1:46624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:49:42,642 INFO Processing ruok command from /127.0.0.1:46626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:49:52,557 INFO Processing ruok command from /127.0.0.1:46808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:49:52,620 INFO Processing ruok command from /127.0.0.1:46810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:50:02,596 INFO Processing ruok command from /127.0.0.1:46998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:50:02,637 INFO Processing ruok command from /127.0.0.1:47000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:50:12,605 INFO Processing ruok command from /127.0.0.1:47188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:50:12,650 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:50:22,607 INFO Processing ruok command from /127.0.0.1:47372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:50:22,693 INFO Processing ruok command from /127.0.0.1:47374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:50:32,610 INFO Processing ruok command from /127.0.0.1:47558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:50:32,679 INFO Processing ruok command from /127.0.0.1:47560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:50:40,208 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-11 23:50:40,208 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2023-05-11 23:50:40,225 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2023-05-11 23:50:42,595 INFO Processing ruok command from /127.0.0.1:47752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:50:42,688 INFO Processing ruok command from /127.0.0.1:47754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:50:46,934 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-11 23:50:46,935 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2023-05-11 23:50:46,937 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-11 23:50:46,938 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2023-05-11 23:50:52,211 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2023-05-11 23:50:52,211 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] 2023-05-11 23:50:52,213 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2023-05-11 23:50:52,214 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] 2023-05-11 23:50:52,580 INFO Processing ruok command from /127.0.0.1:47934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:50:52,678 INFO Processing ruok command from /127.0.0.1:47936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:51:01,347 INFO Committing global session 0x1000046a096000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:51:02,625 INFO Processing ruok command from /127.0.0.1:48124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:51:02,687 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:51:12,594 INFO Processing ruok command from /127.0.0.1:48314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:51:12,632 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:51:22,612 INFO Processing ruok command from /127.0.0.1:48496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:51:22,692 INFO Processing ruok command from /127.0.0.1:48498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:51:32,588 INFO Processing ruok command from /127.0.0.1:48684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:51:32,647 INFO Processing ruok command from /127.0.0.1:48686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:51:42,599 INFO Processing ruok command from /127.0.0.1:48876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:51:42,676 INFO Processing ruok command from /127.0.0.1:48878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:51:52,595 INFO Processing ruok command from /127.0.0.1:49058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:51:52,667 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:52:02,585 INFO Processing ruok command from /127.0.0.1:49248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:52:02,673 INFO Processing ruok command from /127.0.0.1:49250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:52:12,601 INFO Processing ruok command from /127.0.0.1:49440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:52:12,682 INFO Processing ruok command from /127.0.0.1:49442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:52:22,571 INFO Processing ruok command from /127.0.0.1:49624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:52:22,671 INFO Processing ruok command from /127.0.0.1:49626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:52:32,593 INFO Processing ruok command from /127.0.0.1:49814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:52:32,667 INFO Processing ruok command from /127.0.0.1:49816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:52:42,589 INFO Processing ruok command from /127.0.0.1:50002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:52:42,651 INFO Processing ruok command from /127.0.0.1:50004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:52:52,603 INFO Processing ruok command from /127.0.0.1:50184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:52:52,683 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:53:01,569 INFO Committing global session 0x1000046a096000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:53:02,590 INFO Processing ruok command from /127.0.0.1:50374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:53:02,654 INFO Processing ruok command from /127.0.0.1:50376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:53:12,587 INFO Processing ruok command from /127.0.0.1:50564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:53:12,668 INFO Processing ruok command from /127.0.0.1:50566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:53:22,567 INFO Processing ruok command from /127.0.0.1:50748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:53:22,636 INFO Processing ruok command from /127.0.0.1:50750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:53:32,612 INFO Processing ruok command from /127.0.0.1:50936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:53:32,649 INFO Processing ruok command from /127.0.0.1:50938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:53:42,579 INFO Processing ruok command from /127.0.0.1:51130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:53:42,655 INFO Processing ruok command from /127.0.0.1:51132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:53:52,588 INFO Processing ruok command from /127.0.0.1:51310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:53:52,680 INFO Processing ruok command from /127.0.0.1:51312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:54:02,604 INFO Processing ruok command from /127.0.0.1:51502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:54:02,664 INFO Processing ruok command from /127.0.0.1:51504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:54:12,581 INFO Processing ruok command from /127.0.0.1:51692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:54:12,663 INFO Processing ruok command from /127.0.0.1:51694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:54:22,585 INFO Processing ruok command from /127.0.0.1:51876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:54:22,634 INFO Processing ruok command from /127.0.0.1:51878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:54:32,602 INFO Processing ruok command from /127.0.0.1:52064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:54:32,672 INFO Processing ruok command from /127.0.0.1:52066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:54:42,610 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:54:42,682 INFO Processing ruok command from /127.0.0.1:52258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:54:52,582 INFO Processing ruok command from /127.0.0.1:52438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:54:52,642 INFO Processing ruok command from /127.0.0.1:52440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:55:01,648 INFO Committing global session 0x1000046a0960010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:55:02,585 INFO Processing ruok command from /127.0.0.1:52632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:55:02,678 INFO Processing ruok command from /127.0.0.1:52634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:55:12,601 INFO Processing ruok command from /127.0.0.1:52820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:55:12,648 INFO Processing ruok command from /127.0.0.1:52822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:55:22,581 INFO Processing ruok command from /127.0.0.1:53004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:55:22,668 INFO Processing ruok command from /127.0.0.1:53006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:55:32,608 INFO Processing ruok command from /127.0.0.1:53192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:55:32,683 INFO Processing ruok command from /127.0.0.1:53194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:55:42,598 INFO Processing ruok command from /127.0.0.1:53386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:55:42,641 INFO Processing ruok command from /127.0.0.1:53388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:55:52,614 INFO Processing ruok command from /127.0.0.1:53568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:55:52,655 INFO Processing ruok command from /127.0.0.1:53570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:56:02,573 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:56:02,632 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:56:12,589 INFO Processing ruok command from /127.0.0.1:53948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:56:12,652 INFO Processing ruok command from /127.0.0.1:53950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:56:22,592 INFO Processing ruok command from /127.0.0.1:54134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:56:22,666 INFO Processing ruok command from /127.0.0.1:54136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:56:32,614 INFO Processing ruok command from /127.0.0.1:54322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:56:32,686 INFO Processing ruok command from /127.0.0.1:54324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:56:42,582 INFO Processing ruok command from /127.0.0.1:54514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:56:42,688 INFO Processing ruok command from /127.0.0.1:54516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:56:52,596 INFO Processing ruok command from /127.0.0.1:54696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:56:52,686 INFO Processing ruok command from /127.0.0.1:54698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:57:01,540 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2023-05-11 23:57:01,553 INFO Committing global session 0x2000046efdf000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:57:02,414 INFO Submitting global closeSession request for session 0x2000046efdf000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:57:02,575 INFO Processing ruok command from /127.0.0.1:54888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:57:02,670 INFO Processing ruok command from /127.0.0.1:54890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:57:12,576 INFO Processing ruok command from /127.0.0.1:55078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:57:12,678 INFO Processing ruok command from /127.0.0.1:55080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:57:22,590 INFO Processing ruok command from /127.0.0.1:55262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:57:22,616 INFO Processing ruok command from /127.0.0.1:55264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:57:32,614 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:57:32,700 INFO Processing ruok command from /127.0.0.1:55454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:57:42,581 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:57:42,630 INFO Processing ruok command from /127.0.0.1:55648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:57:52,587 INFO Processing ruok command from /127.0.0.1:55828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:57:52,678 INFO Processing ruok command from /127.0.0.1:55830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:58:02,595 INFO Processing ruok command from /127.0.0.1:56016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:58:02,668 INFO Processing ruok command from /127.0.0.1:56018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:58:12,597 INFO Processing ruok command from /127.0.0.1:56206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:58:12,669 INFO Processing ruok command from /127.0.0.1:56208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:58:22,572 INFO Processing ruok command from /127.0.0.1:56390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:58:22,628 INFO Processing ruok command from /127.0.0.1:56392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:58:32,607 INFO Processing ruok command from /127.0.0.1:56578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:58:32,710 INFO Processing ruok command from /127.0.0.1:56580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-11 23:58:42,592 INFO Processing ruok command from /127.0.0.1:56770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-11 23:58:42,644 INFO Processing ruok command from /127.0.0.1:56772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-11 23:58:52,578 INFO Processing ruok command from /127.0.0.1:56952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-11 23:58:52,635 INFO Processing ruok command from /127.0.0.1:56954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-11 23:59:01,921 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2023-05-11 23:59:01,934 INFO Committing global session 0x2000046efdf000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-11 23:59:02,554 INFO Submitting global closeSession request for session 0x2000046efdf000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-11 23:59:02,588 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-11 23:59:02,648 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-11 23:59:12,573 INFO Processing ruok command from /127.0.0.1:57334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-11 23:59:12,685 INFO Processing ruok command from /127.0.0.1:57336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-11 23:59:22,621 INFO Processing ruok command from /127.0.0.1:57518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-11 23:59:22,659 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-11 23:59:32,592 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-11 23:59:32,663 INFO Processing ruok command from /127.0.0.1:57708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-11 23:59:42,588 INFO Processing ruok command from /127.0.0.1:57898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-11 23:59:42,671 INFO Processing ruok command from /127.0.0.1:57900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-11 23:59:52,587 INFO Processing ruok command from /127.0.0.1:58082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-11 23:59:52,623 INFO Processing ruok command from /127.0.0.1:58084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-12 00:00:02,589 INFO Processing ruok command from /127.0.0.1:58272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-12 00:00:02,618 INFO Processing ruok command from /127.0.0.1:58274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-12 00:00:12,602 INFO Processing ruok command from /127.0.0.1:58462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-12 00:00:12,689 INFO Processing ruok command from /127.0.0.1:58464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-12 00:00:22,593 INFO Processing ruok command from /127.0.0.1:58648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-12 00:00:22,681 INFO Processing ruok command from /127.0.0.1:58650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-12 00:00:32,597 INFO Processing ruok command from /127.0.0.1:58834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-12 00:00:32,673 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-12 00:00:42,576 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-12 00:00:42,655 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-12 00:00:52,594 INFO Processing ruok command from /127.0.0.1:59208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-12 00:00:52,672 INFO Processing ruok command from /127.0.0.1:59210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-12 00:01:01,941 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2023-05-12 00:01:01,951 INFO Committing global session 0x2000046efdf000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-12 00:01:02,571 INFO Processing ruok command from /127.0.0.1:59398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-12 00:01:02,649 INFO Processing ruok command from /127.0.0.1:59400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-12 00:01:02,831 INFO Submitting global closeSession request for session 0x2000046efdf000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2023-05-12 00:01:12,582 INFO Processing ruok command from /127.0.0.1:59590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-12 00:01:12,618 INFO Processing ruok command from /127.0.0.1:59592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-12 00:01:22,586 INFO Processing ruok command from /127.0.0.1:59774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-12 00:01:22,655 INFO Processing ruok command from /127.0.0.1:59776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-12 00:01:32,584 INFO Processing ruok command from /127.0.0.1:59962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-12 00:01:32,668 INFO Processing ruok command from /127.0.0.1:59964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-12 00:01:42,610 INFO Processing ruok command from /127.0.0.1:60156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-12 00:01:42,675 INFO Processing ruok command from /127.0.0.1:60158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-12 00:01:52,600 INFO Processing ruok command from /127.0.0.1:60338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-12 00:01:52,630 INFO Processing ruok command from /127.0.0.1:60340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-12 00:02:02,585 INFO Processing ruok command from /127.0.0.1:60532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-12 00:02:02,645 INFO Processing ruok command from /127.0.0.1:60534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-12 00:02:12,580 INFO Processing ruok command from /127.0.0.1:60720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-12 00:02:12,673 INFO Processing ruok command from /127.0.0.1:60722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-12 00:02:22,610 INFO Processing ruok command from /127.0.0.1:60904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-12 00:02:22,682 INFO Processing ruok command from /127.0.0.1:60906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-12 00:02:32,592 INFO Processing ruok command from /127.0.0.1:32860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-12 00:02:32,687 INFO Processing ruok command from /127.0.0.1:32862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-12 00:02:42,593 INFO Processing ruok command from /127.0.0.1:33052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-12 00:02:42,667 INFO Processing ruok command from /127.0.0.1:33054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-12 00:02:52,601 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-12 00:02:52,678 INFO Processing ruok command from /127.0.0.1:33236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-12 00:03:01,402 INFO Committing global session 0x3000048594c000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-12 00:03:02,603 INFO Processing ruok command from /127.0.0.1:33426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-12 00:03:02,673 INFO Processing ruok command from /127.0.0.1:33428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-12 00:03:12,597 INFO Processing ruok command from /127.0.0.1:33616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-12 00:03:12,644 INFO Processing ruok command from /127.0.0.1:33618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-12 00:03:22,587 INFO Processing ruok command from /127.0.0.1:33800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-12 00:03:22,643 INFO Processing ruok command from /127.0.0.1:33802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-12 00:03:32,572 INFO Processing ruok command from /127.0.0.1:33988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-12 00:03:32,639 INFO Processing ruok command from /127.0.0.1:33990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-12 00:03:42,598 INFO Processing ruok command from /127.0.0.1:34178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-12 00:03:42,635 INFO Processing ruok command from /127.0.0.1:34180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-12 00:03:52,595 INFO Processing ruok command from /127.0.0.1:34360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-12 00:03:52,648 INFO Processing ruok command from /127.0.0.1:34362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-12 00:04:02,593 INFO Processing ruok command from /127.0.0.1:34550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-12 00:04:02,650 INFO Processing ruok command from /127.0.0.1:34552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-12 00:04:12,599 INFO Processing ruok command from /127.0.0.1:34740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-12 00:04:12,680 INFO Processing ruok command from /127.0.0.1:34742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-12 00:04:22,625 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-12 00:04:22,693 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-12 00:04:32,575 INFO Processing ruok command from /127.0.0.1:35114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-12 00:04:32,640 INFO Processing ruok command from /127.0.0.1:35116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-12 00:04:42,597 INFO Processing ruok command from /127.0.0.1:35306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-12 00:04:42,644 INFO Processing ruok command from /127.0.0.1:35308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-12 00:04:52,598 INFO Processing ruok command from /127.0.0.1:35490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-12 00:04:52,662 INFO Processing ruok command from /127.0.0.1:35492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-12 00:05:01,613 INFO Committing global session 0x1000046a0960011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-12 00:05:02,574 INFO Processing ruok command from /127.0.0.1:35678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-12 00:05:02,644 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-12 00:05:12,578 INFO Processing ruok command from /127.0.0.1:35868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-12 00:05:12,651 INFO Processing ruok command from /127.0.0.1:35870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-12 00:05:22,586 INFO Processing ruok command from /127.0.0.1:36052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-12 00:05:22,642 INFO Processing ruok command from /127.0.0.1:36054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-12 00:05:32,594 INFO Processing ruok command from /127.0.0.1:36238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-12 00:05:32,694 INFO Processing ruok command from /127.0.0.1:36240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-12 00:05:42,563 INFO Processing ruok command from /127.0.0.1:36434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-12 00:05:42,643 INFO Processing ruok command from /127.0.0.1:36436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-12 00:05:52,626 INFO Processing ruok command from /127.0.0.1:36616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-12 00:05:52,699 INFO Processing ruok command from /127.0.0.1:36618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-12 00:06:02,578 INFO Processing ruok command from /127.0.0.1:36806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-12 00:06:02,642 INFO Processing ruok command from /127.0.0.1:36808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-12 00:06:12,595 INFO Processing ruok command from /127.0.0.1:36996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-12 00:06:12,639 INFO Processing ruok command from /127.0.0.1:36998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-12 00:06:22,577 INFO Processing ruok command from /127.0.0.1:37182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-12 00:06:22,688 INFO Processing ruok command from /127.0.0.1:37184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-12 00:06:32,599 INFO Processing ruok command from /127.0.0.1:37370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-12 00:06:32,639 INFO Processing ruok command from /127.0.0.1:37372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-12 00:06:42,584 INFO Processing ruok command from /127.0.0.1:37562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-12 00:06:42,660 INFO Processing ruok command from /127.0.0.1:37564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-12 00:06:52,604 INFO Processing ruok command from /127.0.0.1:37744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-12 00:06:52,624 INFO Processing ruok command from /127.0.0.1:37746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-12 00:07:01,624 INFO Committing global session 0x1000046a0960012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-12 00:07:02,595 INFO Processing ruok command from /127.0.0.1:37936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-12 00:07:02,650 INFO Processing ruok command from /127.0.0.1:37938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-12 00:07:12,590 INFO Processing ruok command from /127.0.0.1:38124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-12 00:07:12,650 INFO Processing ruok command from /127.0.0.1:38126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-12 00:07:22,604 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-12 00:07:22,660 INFO Processing ruok command from /127.0.0.1:38310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-12 00:07:32,569 INFO Processing ruok command from /127.0.0.1:38496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-12 00:07:32,633 INFO Processing ruok command from /127.0.0.1:38498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-12 00:07:42,606 INFO Processing ruok command from /127.0.0.1:38688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-12 00:07:42,687 INFO Processing ruok command from /127.0.0.1:38690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-12 00:07:52,585 INFO Processing ruok command from /127.0.0.1:38868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-12 00:07:52,647 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2023-05-12 00:08:02,605 INFO Processing ruok command from /127.0.0.1:39060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2023-05-12 00:08:02,679 INFO Processing ruok command from /127.0.0.1:39062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2023-05-12 00:08:12,604 INFO Processing ruok command from /127.0.0.1:39250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2023-05-12 00:08:12,655 INFO Processing ruok command from /127.0.0.1:39252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2023-05-12 00:08:22,605 INFO Processing ruok command from /127.0.0.1:39440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2023-05-12 00:08:22,708 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2023-05-12 00:08:32,595 INFO Processing ruok command from /127.0.0.1:39626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2023-05-12 00:08:32,696 INFO Processing ruok command from /127.0.0.1:39628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2023-05-12 00:08:42,596 INFO Processing ruok command from /127.0.0.1:39818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2023-05-12 00:08:42,665 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2023-05-12 00:08:52,584 INFO Processing ruok command from /127.0.0.1:40000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2023-05-12 00:08:52,646 INFO Processing ruok command from /127.0.0.1:40002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2023-05-12 00:09:01,562 INFO Committing global session 0x1000046a0960013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2023-05-12 00:09:02,594 INFO Processing ruok command from /127.0.0.1:40190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2023-05-12 00:09:02,655 INFO Processing ruok command from /127.0.0.1:40192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2023-05-12 00:09:12,609 INFO Processing ruok command from /127.0.0.1:40380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2023-05-12 00:09:12,695 INFO Processing ruok command from /127.0.0.1:40382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]