++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Thu Sep 4 02:08:10 AM UTC 2025 ===================' INFO: =================== Thu Sep 4 02:08:10 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.57 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.57,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.57,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ uniq ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.57'\''))' +++ local server_ip=10.0.0.57 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.57 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.57, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + hostip=10.0.0.131 ++ resolve_hostname_by_ip 10.0.0.131 ++ local ip=10.0.0.131 +++ getent hosts 10.0.0.131 +++ head -n 1 ++ local 'host_entry=10.0.0.131 cn-jenkins-deploy-platform-ansible-os-4012-3. cn-jenkins-deploy-platform-ansible-os-4012-3' ++ local name= ++ [[ -n 10.0.0.131 cn-jenkins-deploy-platform-ansible-os-4012-3. cn-jenkins-deploy-platform-ansible-os-4012-3 ]] +++ awk '{print $2}' +++ echo 10.0.0.131 cn-jenkins-deploy-platform-ansible-os-4012-3. cn-jenkins-deploy-platform-ansible-os-4012-3 ++ name=cn-jenkins-deploy-platform-ansible-os-4012-3. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-4012-3. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-4012-3. + hostname=cn-jenkins-deploy-platform-ansible-os-4012-3. ++ echo 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.57:5673 10.0.0.38:5673 10.0.0.131:5673' ++ sed 's/,/ /g' ++ echo 10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 + configdb_cql_servers='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf + local service_name=COLLECTOR + local cfg_path=/etc/contrail/contrail-collector.conf + local delim=__ ++ set -o posix ++ set ++ grep '^COLLECTOR__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^COLLECTOR__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4012-3 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-09-04 02:08:10,987:1(0x7f710982d300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 sessionTimeout=60000 watcher=0x9a4dd0 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-09-04 02:08:10,988:1(0x7f710982d300):ZOO_DEBUG@start_threads@221: starting threads... 2025-09-04 02:08:10,988:1(0x7f70fffff640):ZOO_DEBUG@do_io@369: started IO thread 2025-09-04 02:08:10,988:1(0x7f70fffff640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-09-04 02:08:10,988:1(0x7f70fffff640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-09-04 02:08:10,988:1(0x7f70fffff640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.57:2181 2025-09-04 02:08:10,988:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-09-04 02:08:10,988:1(0x7f70ff7fe640):ZOO_DEBUG@do_completion@473: started completion thread 2025-09-04 02:08:10,989:1(0x7f70fffff640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.57:2181 2025-09-04 02:08:10,993:1(0x7f70fffff640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.57:2181, sessionId=0x100001885cb000d, negotiated timeout=40000 2025-09-04 02:08:10,993:1(0x7f70fffff640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-09-04 02:08:10,993:1(0x7f70ff7fe640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-09-04 02:08:11,988:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f48b for path [/analytics-discovery-] to 10.0.0.57:2181 2025-09-04 02:08:11,994:1(0x7f70fffff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f48b rc=-110 2025-09-04 02:08:11,995:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f48c for path [/analytics-discovery-/Collector] to 10.0.0.57:2181 2025-09-04 02:08:11,998:1(0x7f70fffff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f48c rc=-110 2025-09-04 02:08:11,998:1(0x7f710982d300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x68b8f48d for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4012-3.] to 10.0.0.57:2181 2025-09-04 02:08:12,000:1(0x7f70fffff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x68b8f48d rc=-101 2025-09-04 02:08:12,000:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f48e for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4012-3.] to 10.0.0.57:2181 2025-09-04 02:08:12,012:1(0x7f70fffff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f48e rc=0 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4012-3 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-09-04 02:08:12,012:1(0x7f710982d300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 sessionTimeout=60000 watcher=0x9a4dd0 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-09-04 02:08:12,013:1(0x7f710982d300):ZOO_DEBUG@start_threads@221: starting threads... 2025-09-04 02:08:12,014:1(0x7f70fd7f8640):ZOO_DEBUG@do_completion@473: started completion thread 2025-09-04 02:08:12,014:1(0x7f70fdff9640):ZOO_DEBUG@do_io@369: started IO thread 2025-09-04 02:08:12,014:1(0x7f70fdff9640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-09-04 02:08:12,014:1(0x7f70fdff9640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-09-04 02:08:12,015:1(0x7f70fdff9640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.38:2181 2025-09-04 02:08:12,015:1(0x7f70fdff9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-09-04 02:08:12,015:1(0x7f70fdff9640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.38:2181 2025-09-04 02:08:12,024:1(0x7f70fdff9640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.38:2181, sessionId=0x2000017cfbc0005, negotiated timeout=40000 2025-09-04 02:08:12,025:1(0x7f70fdff9640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-09-04 02:08:12,025:1(0x7f70fd7f8640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-09-04 02:08:13,014:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f48f for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:13,020:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f48f rc=-110 2025-09-04 02:08:13,021:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f490 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:13,022:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f490 rc=0 2025-09-04 02:08:14,022:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f491 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:14,026:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f491 rc=-110 2025-09-04 02:08:14,027:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f492 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:14,027:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f492 rc=0 2025-09-04 02:08:15,028:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f493 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:15,033:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f493 rc=-110 2025-09-04 02:08:15,033:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f494 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:15,034:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f494 rc=0 2025-09-04 02:08:16,034:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f495 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:16,038:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f495 rc=-110 2025-09-04 02:08:16,038:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f496 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:16,039:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f496 rc=0 2025-09-04 02:08:17,040:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f497 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:17,044:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f497 rc=-110 2025-09-04 02:08:17,044:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f498 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:17,045:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f498 rc=0 2025-09-04 02:08:18,046:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f499 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:18,050:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f499 rc=-110 2025-09-04 02:08:18,050:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f49a for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:18,051:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f49a rc=0 2025-09-04 02:08:19,052:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f49b for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:19,060:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f49b rc=-110 2025-09-04 02:08:19,060:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f49c for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:19,061:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f49c rc=0 2025-09-04 02:08:20,062:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f49d for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:20,066:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f49d rc=-110 2025-09-04 02:08:20,066:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f49e for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:20,067:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f49e rc=0 2025-09-04 02:08:21,067:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f49f for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:21,072:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f49f rc=-110 2025-09-04 02:08:21,072:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f4a0 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:21,074:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f4a0 rc=0 2025-09-04 02:08:22,074:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f4a1 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:22,078:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f4a1 rc=-110 2025-09-04 02:08:22,078:1(0x7f710982d300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68b8f4a2 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:22,079:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68b8f4a2 rc=0 2025-09-04 02:08:23,083:1(0x7f710982d300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68b8f4a3 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:23,087:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68b8f4a3 rc=0 2025-09-04 02:08:23,215:1(0x7f710982d300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x68b8f4a4 for path [/collector] to 10.0.0.38:2181 2025-09-04 02:08:23,219:1(0x7f70fdff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x68b8f4a4 rc=0 2025-09-04 02:08:23,222:1(0x7f70fdff9640):ZOO_DEBUG@do_io@460: IO thread terminated 2025-09-04 02:08:23,222:1(0x7f70fd7f8640):ZOO_DEBUG@do_completion@483: completion thread terminated 2025-09-04 02:08:23,222:1(0x7f710982d300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x2000017cfbc0005 to 10.0.0.38:2181 2025-09-04 02:08:23,225:1(0x7f710982d300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x2000017cfbc0005 2025-09-04 02:08:25,345:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353840 ms 2025-09-04 02:08:38,691:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353840 ms 2025-09-04 02:08:52,037:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353840 ms 2025-09-04 02:09:05,384:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353841 ms 2025-09-04 02:09:18,729:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353841 ms 2025-09-04 02:09:32,072:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353841 ms 2025-09-04 02:09:45,417:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353842 ms 2025-09-04 02:09:58,763:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353842 ms 2025-09-04 02:10:12,110:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353843 ms 2025-09-04 02:10:25,452:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353843 ms 2025-09-04 02:10:38,799:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353843 ms 2025-09-04 02:10:52,145:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353843 ms 2025-09-04 02:11:05,492:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353844 ms 2025-09-04 02:11:18,837:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353844 ms 2025-09-04 02:11:32,183:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353844 ms 2025-09-04 02:11:45,529:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353845 ms 2025-09-04 02:11:58,875:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353845 ms 2025-09-04 02:12:12,221:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353845 ms 2025-09-04 02:12:25,565:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353845 ms 2025-09-04 02:12:38,910:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353845 ms 2025-09-04 02:12:52,257:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353846 ms 2025-09-04 02:13:05,592:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353847 ms 2025-09-04 02:13:18,929:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353846 ms 2025-09-04 02:13:32,273:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353847 ms 2025-09-04 02:13:45,619:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353847 ms 2025-09-04 02:13:58,965:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353847 ms 2025-09-04 02:14:12,309:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353848 ms 2025-09-04 02:14:25,649:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353848 ms 2025-09-04 02:14:38,993:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353849 ms 2025-09-04 02:14:52,337:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353849 ms 2025-09-04 02:15:05,684:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353853 ms 2025-09-04 02:15:19,027:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353850 ms 2025-09-04 02:15:32,374:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353851 ms 2025-09-04 02:15:45,717:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353850 ms 2025-09-04 02:15:59,061:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353851 ms 2025-09-04 02:16:12,407:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353851 ms 2025-09-04 02:16:25,753:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353851 ms 2025-09-04 02:16:39,097:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353852 ms 2025-09-04 02:16:52,441:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353852 ms 2025-09-04 02:17:05,785:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353852 ms 2025-09-04 02:17:19,129:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353853 ms 2025-09-04 02:17:32,473:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353853 ms 2025-09-04 02:17:45,817:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353853 ms 2025-09-04 02:17:59,161:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353853 ms 2025-09-04 02:18:12,506:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353855 ms 2025-09-04 02:18:25,852:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353854 ms 2025-09-04 02:18:39,197:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353855 ms 2025-09-04 02:18:52,537:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353855 ms 2025-09-04 02:19:05,881:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353855 ms 2025-09-04 02:19:19,225:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353856 ms 2025-09-04 02:19:32,570:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353856 ms 2025-09-04 02:19:45,909:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353856 ms 2025-09-04 02:19:59,253:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353857 ms 2025-09-04 02:20:12,597:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353857 ms 2025-09-04 02:20:25,941:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353856 ms 2025-09-04 02:20:39,285:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353857 ms 2025-09-04 02:20:52,629:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353858 ms 2025-09-04 02:21:05,972:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353857 ms 2025-09-04 02:21:19,317:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353858 ms 2025-09-04 02:21:32,664:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353859 ms 2025-09-04 02:21:46,010:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353859 ms 2025-09-04 02:21:59,357:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353860 ms 2025-09-04 02:22:12,702:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353860 ms 2025-09-04 02:22:26,049:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353860 ms 2025-09-04 02:22:39,393:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353860 ms 2025-09-04 02:22:52,737:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353861 ms 2025-09-04 02:23:06,081:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353861 ms 2025-09-04 02:23:19,427:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353862 ms 2025-09-04 02:23:32,775:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353862 ms 2025-09-04 02:23:46,121:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353862 ms 2025-09-04 02:23:59,459:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353862 ms 2025-09-04 02:24:12,805:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353863 ms 2025-09-04 02:24:26,152:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353863 ms 2025-09-04 02:24:39,497:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353863 ms 2025-09-04 02:24:52,841:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353864 ms 2025-09-04 02:25:06,185:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353864 ms 2025-09-04 02:25:19,530:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353864 ms 2025-09-04 02:25:32,877:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353864 ms 2025-09-04 02:25:46,221:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353865 ms 2025-09-04 02:25:59,565:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353865 ms 2025-09-04 02:26:12,906:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353866 ms 2025-09-04 02:26:26,249:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353866 ms 2025-09-04 02:26:39,593:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353866 ms 2025-09-04 02:26:52,937:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353865 ms 2025-09-04 02:27:06,279:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353867 ms 2025-09-04 02:27:19,625:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353867 ms 2025-09-04 02:27:32,969:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353866 ms 2025-09-04 02:27:46,309:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353868 ms 2025-09-04 02:27:59,653:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353868 ms 2025-09-04 02:28:12,997:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353867 ms 2025-09-04 02:28:26,341:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353869 ms 2025-09-04 02:28:39,684:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353869 ms 2025-09-04 02:28:53,031:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353869 ms 2025-09-04 02:29:06,377:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353870 ms 2025-09-04 02:29:19,724:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353870 ms 2025-09-04 02:29:33,069:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353871 ms 2025-09-04 02:29:46,416:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353871 ms 2025-09-04 02:29:59,761:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353871 ms 2025-09-04 02:30:13,113:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353871 ms 2025-09-04 02:30:26,460:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353872 ms 2025-09-04 02:30:39,805:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353872 ms 2025-09-04 02:30:53,149:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353872 ms 2025-09-04 02:31:06,493:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353873 ms 2025-09-04 02:31:19,836:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353873 ms 2025-09-04 02:31:33,181:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353873 ms 2025-09-04 02:31:46,527:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353874 ms 2025-09-04 02:31:59,873:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353874 ms 2025-09-04 02:32:13,220:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353874 ms 2025-09-04 02:32:26,565:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353875 ms 2025-09-04 02:32:39,909:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353875 ms 2025-09-04 02:32:53,255:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353875 ms 2025-09-04 02:33:06,601:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353875 ms 2025-09-04 02:33:19,943:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353875 ms 2025-09-04 02:33:33,289:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353876 ms 2025-09-04 02:33:46,636:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353876 ms 2025-09-04 02:33:59,981:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353876 ms 2025-09-04 02:34:13,325:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353877 ms 2025-09-04 02:34:26,672:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353877 ms 2025-09-04 02:34:40,014:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353878 ms 2025-09-04 02:34:53,358:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353878 ms 2025-09-04 02:35:06,705:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353879 ms 2025-09-04 02:35:20,049:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353879 ms 2025-09-04 02:35:33,395:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353879 ms 2025-09-04 02:35:46,741:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353879 ms 2025-09-04 02:36:00,087:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353879 ms 2025-09-04 02:36:13,433:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353880 ms 2025-09-04 02:36:26,777:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353880 ms 2025-09-04 02:36:40,124:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353881 ms 2025-09-04 02:36:53,469:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353881 ms 2025-09-04 02:37:06,813:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353881 ms 2025-09-04 02:37:20,157:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353882 ms 2025-09-04 02:37:33,501:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353882 ms 2025-09-04 02:37:46,845:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353882 ms 2025-09-04 02:38:00,190:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353883 ms 2025-09-04 02:38:13,538:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353884 ms 2025-09-04 02:38:26,881:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353883 ms 2025-09-04 02:38:40,227:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353883 ms 2025-09-04 02:38:53,573:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353884 ms 2025-09-04 02:39:06,917:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353884 ms 2025-09-04 02:39:20,261:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353885 ms 2025-09-04 02:39:33,605:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353885 ms 2025-09-04 02:39:46,949:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353884 ms 2025-09-04 02:40:00,293:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353885 ms 2025-09-04 02:40:13,637:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353886 ms 2025-09-04 02:40:26,984:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353885 ms 2025-09-04 02:40:40,331:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353886 ms 2025-09-04 02:40:53,677:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353887 ms 2025-09-04 02:41:07,021:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353887 ms 2025-09-04 02:41:20,364:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353888 ms 2025-09-04 02:41:33,709:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353888 ms 2025-09-04 02:41:47,055:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353888 ms 2025-09-04 02:42:00,389:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353888 ms 2025-09-04 02:42:13,735:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353889 ms 2025-09-04 02:42:27,079:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353889 ms 2025-09-04 02:42:40,425:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353890 ms 2025-09-04 02:42:53,769:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353890 ms 2025-09-04 02:43:07,115:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353890 ms 2025-09-04 02:43:20,463:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353891 ms 2025-09-04 02:43:33,809:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353891 ms 2025-09-04 02:43:47,156:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353891 ms 2025-09-04 02:44:00,503:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353894 ms 2025-09-04 02:44:13,840:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353892 ms 2025-09-04 02:44:27,186:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353892 ms 2025-09-04 02:44:40,533:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353892 ms 2025-09-04 02:44:53,878:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353893 ms 2025-09-04 02:45:07,225:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353893 ms 2025-09-04 02:45:20,569:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353893 ms 2025-09-04 02:45:33,913:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353894 ms 2025-09-04 02:45:47,259:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353894 ms 2025-09-04 02:46:00,605:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353894 ms 2025-09-04 02:46:13,949:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353895 ms 2025-09-04 02:46:27,293:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353895 ms 2025-09-04 02:46:40,631:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353895 ms 2025-09-04 02:46:53,977:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353895 ms 2025-09-04 02:47:07,321:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353896 ms 2025-09-04 02:47:20,662:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353896 ms 2025-09-04 02:47:34,005:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353896 ms 2025-09-04 02:47:47,349:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353897 ms 2025-09-04 02:48:00,693:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353897 ms 2025-09-04 02:48:14,037:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353897 ms 2025-09-04 02:48:27,382:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353898 ms 2025-09-04 02:48:40,729:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353898 ms 2025-09-04 02:48:54,074:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353898 ms 2025-09-04 02:49:07,421:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353899 ms 2025-09-04 02:49:20,767:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353899 ms 2025-09-04 02:49:34,110:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353899 ms 2025-09-04 02:49:47,457:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353900 ms 2025-09-04 02:50:00,801:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353900 ms 2025-09-04 02:50:14,148:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353900 ms 2025-09-04 02:50:27,493:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353901 ms 2025-09-04 02:50:40,837:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353901 ms 2025-09-04 02:50:54,182:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353901 ms 2025-09-04 02:51:07,525:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353901 ms 2025-09-04 02:51:20,869:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353902 ms 2025-09-04 02:51:34,213:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353902 ms 2025-09-04 02:51:47,557:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353903 ms 2025-09-04 02:52:00,901:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353903 ms 2025-09-04 02:52:14,245:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353903 ms 2025-09-04 02:52:27,589:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353904 ms 2025-09-04 02:52:40,933:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353904 ms 2025-09-04 02:52:54,280:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353907 ms 2025-09-04 02:53:07,621:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353904 ms 2025-09-04 02:53:20,965:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353905 ms 2025-09-04 02:53:34,307:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353905 ms 2025-09-04 02:53:47,652:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353906 ms 2025-09-04 02:54:00,997:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353905 ms 2025-09-04 02:54:14,341:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353906 ms 2025-09-04 02:54:27,685:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353906 ms 2025-09-04 02:54:41,029:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353907 ms 2025-09-04 02:54:54,373:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353907 ms 2025-09-04 02:55:07,717:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353907 ms 2025-09-04 02:55:21,061:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353908 ms 2025-09-04 02:55:34,405:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353908 ms 2025-09-04 02:55:47,752:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353908 ms 2025-09-04 02:56:01,097:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353909 ms 2025-09-04 02:56:14,442:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353909 ms 2025-09-04 02:56:27,789:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353909 ms 2025-09-04 02:56:41,136:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353910 ms 2025-09-04 02:56:54,482:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353910 ms 2025-09-04 02:57:07,821:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353911 ms 2025-09-04 02:57:21,165:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353911 ms 2025-09-04 02:57:34,510:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353911 ms 2025-09-04 02:57:47,853:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353911 ms 2025-09-04 02:58:01,197:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353912 ms 2025-09-04 02:58:14,544:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353912 ms 2025-09-04 02:58:27,889:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353912 ms 2025-09-04 02:58:41,233:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353913 ms 2025-09-04 02:58:54,579:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353913 ms 2025-09-04 02:59:07,925:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353913 ms 2025-09-04 02:59:21,272:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353914 ms 2025-09-04 02:59:34,617:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353914 ms 2025-09-04 02:59:47,961:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353914 ms 2025-09-04 03:00:01,305:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353915 ms 2025-09-04 03:00:14,648:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353915 ms 2025-09-04 03:00:27,993:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353914 ms 2025-09-04 03:00:41,337:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353916 ms 2025-09-04 03:00:54,681:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353916 ms 2025-09-04 03:01:08,025:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353916 ms 2025-09-04 03:01:21,371:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353917 ms 2025-09-04 03:01:34,717:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353917 ms 2025-09-04 03:01:48,064:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353917 ms 2025-09-04 03:02:01,411:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353918 ms 2025-09-04 03:02:14,760:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353921 ms 2025-09-04 03:02:28,102:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353918 ms 2025-09-04 03:02:41,447:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353919 ms 2025-09-04 03:02:54,789:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353919 ms 2025-09-04 03:03:08,133:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353919 ms 2025-09-04 03:03:21,479:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353919 ms 2025-09-04 03:03:34,825:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353920 ms 2025-09-04 03:03:48,169:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353920 ms 2025-09-04 03:04:01,513:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353920 ms 2025-09-04 03:04:14,846:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353921 ms 2025-09-04 03:04:28,193:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353921 ms 2025-09-04 03:04:41,540:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353921 ms 2025-09-04 03:04:54,886:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353922 ms 2025-09-04 03:05:08,233:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353922 ms 2025-09-04 03:05:21,577:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353922 ms 2025-09-04 03:05:34,921:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353923 ms 2025-09-04 03:05:48,265:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353923 ms 2025-09-04 03:06:01,609:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353923 ms 2025-09-04 03:06:14,953:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353926 ms 2025-09-04 03:06:28,294:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353924 ms 2025-09-04 03:06:41,632:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353924 ms 2025-09-04 03:06:54,977:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353925 ms 2025-09-04 03:07:08,321:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353925 ms 2025-09-04 03:07:21,665:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353925 ms 2025-09-04 03:07:35,010:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353926 ms 2025-09-04 03:07:48,356:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353926 ms 2025-09-04 03:08:01,700:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353926 ms 2025-09-04 03:08:15,047:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353926 ms 2025-09-04 03:08:28,394:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353927 ms 2025-09-04 03:08:41,745:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353931 ms 2025-09-04 03:08:55,086:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353928 ms 2025-09-04 03:09:08,432:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353928 ms 2025-09-04 03:09:21,779:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353928 ms 2025-09-04 03:09:35,123:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353929 ms 2025-09-04 03:09:48,469:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353929 ms 2025-09-04 03:10:01,814:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353929 ms 2025-09-04 03:10:15,161:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353930 ms 2025-09-04 03:10:28,507:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353930 ms 2025-09-04 03:10:41,853:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353930 ms 2025-09-04 03:10:55,198:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353930 ms 2025-09-04 03:11:08,545:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353931 ms 2025-09-04 03:11:21,885:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353931 ms 2025-09-04 03:11:35,229:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353931 ms 2025-09-04 03:11:48,576:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353932 ms 2025-09-04 03:12:01,921:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353932 ms 2025-09-04 03:12:15,267:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353933 ms 2025-09-04 03:12:28,613:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353933 ms 2025-09-04 03:12:41,957:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353933 ms 2025-09-04 03:12:55,304:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353934 ms 2025-09-04 03:13:08,648:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353934 ms 2025-09-04 03:13:21,988:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353934 ms 2025-09-04 03:13:35,334:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353934 ms 2025-09-04 03:13:48,681:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353935 ms 2025-09-04 03:14:02,027:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353935 ms 2025-09-04 03:14:15,367:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353935 ms 2025-09-04 03:14:28,713:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353936 ms 2025-09-04 03:14:42,057:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353936 ms 2025-09-04 03:14:55,401:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353936 ms 2025-09-04 03:15:08,746:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353936 ms 2025-09-04 03:15:22,089:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353936 ms 2025-09-04 03:15:35,433:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353936 ms 2025-09-04 03:15:48,777:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353937 ms 2025-09-04 03:16:02,121:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353937 ms 2025-09-04 03:16:15,468:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353937 ms 2025-09-04 03:16:28,813:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353937 ms 2025-09-04 03:16:42,157:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353938 ms 2025-09-04 03:16:55,502:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353938 ms 2025-09-04 03:17:08,845:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353939 ms 2025-09-04 03:17:22,189:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353939 ms 2025-09-04 03:17:35,533:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353939 ms 2025-09-04 03:17:48,877:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353940 ms 2025-09-04 03:18:02,221:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353940 ms 2025-09-04 03:18:15,568:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353940 ms 2025-09-04 03:18:28,914:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353941 ms 2025-09-04 03:18:42,256:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353941 ms 2025-09-04 03:18:55,601:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353941 ms 2025-09-04 03:19:08,948:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353942 ms 2025-09-04 03:19:22,293:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353942 ms 2025-09-04 03:19:35,640:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353942 ms 2025-09-04 03:19:48,985:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353943 ms 2025-09-04 03:20:02,329:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353943 ms 2025-09-04 03:20:15,667:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353943 ms 2025-09-04 03:20:29,013:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353943 ms 2025-09-04 03:20:42,356:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353944 ms 2025-09-04 03:20:55,703:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353944 ms 2025-09-04 03:21:09,049:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353944 ms 2025-09-04 03:21:22,393:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353945 ms 2025-09-04 03:21:35,737:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353945 ms 2025-09-04 03:21:49,078:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353946 ms 2025-09-04 03:22:02,425:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353946 ms 2025-09-04 03:22:15,769:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353946 ms 2025-09-04 03:22:29,115:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353946 ms 2025-09-04 03:22:42,461:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353947 ms 2025-09-04 03:22:55,805:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353947 ms 2025-09-04 03:23:09,152:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353947 ms 2025-09-04 03:23:22,497:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353948 ms 2025-09-04 03:23:35,841:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353948 ms 2025-09-04 03:23:49,187:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353948 ms 2025-09-04 03:24:02,533:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353949 ms 2025-09-04 03:24:15,877:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353949 ms 2025-09-04 03:24:29,221:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353949 ms 2025-09-04 03:24:42,568:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353950 ms 2025-09-04 03:24:55,913:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353950 ms 2025-09-04 03:25:09,260:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353950 ms 2025-09-04 03:25:22,605:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353951 ms 2025-09-04 03:25:35,949:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353951 ms 2025-09-04 03:25:49,293:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353951 ms 2025-09-04 03:26:02,639:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353952 ms 2025-09-04 03:26:15,989:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353956 ms 2025-09-04 03:26:29,329:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353952 ms 2025-09-04 03:26:42,676:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353953 ms 2025-09-04 03:26:56,021:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353953 ms 2025-09-04 03:27:09,367:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353953 ms 2025-09-04 03:27:22,713:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353954 ms 2025-09-04 03:27:36,060:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353954 ms 2025-09-04 03:27:49,405:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353954 ms 2025-09-04 03:28:02,749:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353955 ms 2025-09-04 03:28:16,093:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353955 ms 2025-09-04 03:28:29,437:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353955 ms 2025-09-04 03:28:42,783:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353956 ms 2025-09-04 03:28:56,129:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353956 ms 2025-09-04 03:29:09,473:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353956 ms 2025-09-04 03:29:22,817:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353957 ms 2025-09-04 03:29:36,161:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353957 ms 2025-09-04 03:29:49,505:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353957 ms 2025-09-04 03:30:02,849:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353958 ms 2025-09-04 03:30:16,193:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353958 ms 2025-09-04 03:30:29,537:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353958 ms 2025-09-04 03:30:42,881:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353959 ms 2025-09-04 03:30:56,225:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353959 ms 2025-09-04 03:31:09,569:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353959 ms 2025-09-04 03:31:22,913:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353959 ms 2025-09-04 03:31:36,257:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353960 ms 2025-09-04 03:31:49,602:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353960 ms 2025-09-04 03:32:02,949:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353961 ms 2025-09-04 03:32:16,296:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353961 ms 2025-09-04 03:32:29,642:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353961 ms 2025-09-04 03:32:42,988:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353961 ms 2025-09-04 03:32:56,331:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353962 ms 2025-09-04 03:33:09,677:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353962 ms 2025-09-04 03:33:23,021:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353964 ms 2025-09-04 03:33:36,368:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353963 ms 2025-09-04 03:33:49,713:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353963 ms 2025-09-04 03:34:03,057:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353964 ms 2025-09-04 03:34:16,401:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353964 ms 2025-09-04 03:34:29,747:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353964 ms 2025-09-04 03:34:43,093:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353964 ms 2025-09-04 03:34:56,437:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353965 ms 2025-09-04 03:35:09,782:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353965 ms 2025-09-04 03:35:23,129:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353966 ms 2025-09-04 03:35:36,474:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353966 ms 2025-09-04 03:35:49,821:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353966 ms 2025-09-04 03:36:03,165:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353967 ms 2025-09-04 03:36:16,501:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353967 ms 2025-09-04 03:36:29,837:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353967 ms 2025-09-04 03:36:43,181:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353967 ms 2025-09-04 03:36:56,517:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353968 ms 2025-09-04 03:37:09,863:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353968 ms 2025-09-04 03:37:23,209:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353969 ms 2025-09-04 03:37:36,553:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353969 ms 2025-09-04 03:37:49,897:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353969 ms 2025-09-04 03:38:03,241:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353970 ms 2025-09-04 03:38:16,580:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353970 ms 2025-09-04 03:38:29,926:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353970 ms 2025-09-04 03:38:43,274:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353970 ms 2025-09-04 03:38:56,617:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353971 ms 2025-09-04 03:39:09,961:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353971 ms 2025-09-04 03:39:23,305:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353972 ms 2025-09-04 03:39:36,650:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353972 ms 2025-09-04 03:39:49,997:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353972 ms 2025-09-04 03:40:03,341:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353972 ms 2025-09-04 03:40:16,685:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353973 ms 2025-09-04 03:40:30,029:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353974 ms 2025-09-04 03:40:43,373:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353973 ms 2025-09-04 03:40:56,717:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353974 ms 2025-09-04 03:41:10,064:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353974 ms 2025-09-04 03:41:23,409:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353975 ms 2025-09-04 03:41:36,753:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353975 ms 2025-09-04 03:41:50,097:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353975 ms 2025-09-04 03:42:03,444:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353976 ms 2025-09-04 03:42:16,789:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353976 ms 2025-09-04 03:42:30,133:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353976 ms 2025-09-04 03:42:43,477:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353977 ms 2025-09-04 03:42:56,821:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353977 ms 2025-09-04 03:43:10,164:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353977 ms 2025-09-04 03:43:23,509:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353977 ms 2025-09-04 03:43:36,853:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353978 ms 2025-09-04 03:43:50,197:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353978 ms 2025-09-04 03:44:03,541:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353979 ms 2025-09-04 03:44:16,885:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353979 ms 2025-09-04 03:44:30,229:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353979 ms 2025-09-04 03:44:43,574:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353979 ms 2025-09-04 03:44:56,921:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353980 ms 2025-09-04 03:45:10,267:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353981 ms 2025-09-04 03:45:23,613:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353980 ms 2025-09-04 03:45:36,957:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353981 ms 2025-09-04 03:45:50,301:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353981 ms 2025-09-04 03:46:03,645:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353981 ms 2025-09-04 03:46:16,989:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353982 ms 2025-09-04 03:46:30,333:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353982 ms 2025-09-04 03:46:43,675:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353982 ms 2025-09-04 03:46:57,021:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353984 ms 2025-09-04 03:47:10,361:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353983 ms 2025-09-04 03:47:23,707:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353983 ms 2025-09-04 03:47:37,053:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353984 ms 2025-09-04 03:47:50,394:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353984 ms 2025-09-04 03:48:03,741:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353984 ms 2025-09-04 03:48:17,087:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353985 ms 2025-09-04 03:48:30,434:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353985 ms 2025-09-04 03:48:43,781:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353985 ms 2025-09-04 03:48:57,125:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353986 ms 2025-09-04 03:49:10,469:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353986 ms 2025-09-04 03:49:23,816:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353986 ms 2025-09-04 03:49:37,161:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353987 ms 2025-09-04 03:49:50,505:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353987 ms 2025-09-04 03:50:03,852:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353987 ms 2025-09-04 03:50:17,197:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353988 ms 2025-09-04 03:50:30,541:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353988 ms 2025-09-04 03:50:43,888:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353988 ms 2025-09-04 03:50:57,233:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353989 ms 2025-09-04 03:51:10,577:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353989 ms 2025-09-04 03:51:23,921:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353989 ms 2025-09-04 03:51:37,267:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353990 ms 2025-09-04 03:51:50,613:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353990 ms 2025-09-04 03:52:03,959:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353990 ms 2025-09-04 03:52:17,305:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353991 ms 2025-09-04 03:52:30,649:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353991 ms 2025-09-04 03:52:43,995:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353991 ms 2025-09-04 03:52:57,341:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353992 ms 2025-09-04 03:53:10,685:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353992 ms 2025-09-04 03:53:24,029:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353993 ms 2025-09-04 03:53:37,374:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353993 ms 2025-09-04 03:53:50,720:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353993 ms 2025-09-04 03:54:04,065:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353993 ms 2025-09-04 03:54:17,409:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353993 ms 2025-09-04 03:54:30,753:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353994 ms 2025-09-04 03:54:44,097:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353994 ms 2025-09-04 03:54:57,443:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353995 ms 2025-09-04 03:55:10,789:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353995 ms 2025-09-04 03:55:24,135:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353995 ms 2025-09-04 03:55:37,482:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353996 ms 2025-09-04 03:55:50,829:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353996 ms 2025-09-04 03:56:04,173:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353996 ms 2025-09-04 03:56:17,520:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353996 ms 2025-09-04 03:56:30,865:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353997 ms 2025-09-04 03:56:44,209:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353997 ms 2025-09-04 03:56:57,553:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353997 ms 2025-09-04 03:57:10,900:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353998 ms 2025-09-04 03:57:24,245:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353998 ms 2025-09-04 03:57:37,592:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353999 ms 2025-09-04 03:57:50,939:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353999 ms 2025-09-04 03:58:04,277:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353999 ms 2025-09-04 03:58:17,621:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308353999 ms 2025-09-04 03:58:30,966:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354000 ms 2025-09-04 03:58:44,311:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354000 ms 2025-09-04 03:58:57,657:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354001 ms 2025-09-04 03:59:11,004:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354002 ms 2025-09-04 03:59:24,345:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354001 ms 2025-09-04 03:59:37,689:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354002 ms 2025-09-04 03:59:51,033:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354003 ms 2025-09-04 04:00:04,377:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354002 ms 2025-09-04 04:00:17,721:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354003 ms 2025-09-04 04:00:31,065:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354004 ms 2025-09-04 04:00:44,403:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354003 ms 2025-09-04 04:00:57,749:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354003 ms 2025-09-04 04:01:11,087:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354004 ms 2025-09-04 04:01:24,434:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354004 ms 2025-09-04 04:01:37,781:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354004 ms 2025-09-04 04:01:51,122:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354005 ms 2025-09-04 04:02:04,469:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354005 ms 2025-09-04 04:02:17,813:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354005 ms 2025-09-04 04:02:31,159:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354006 ms 2025-09-04 04:02:44,506:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354006 ms 2025-09-04 04:02:57,851:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354007 ms 2025-09-04 04:03:11,197:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354007 ms 2025-09-04 04:03:24,544:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354007 ms 2025-09-04 04:03:37,890:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354007 ms 2025-09-04 04:03:51,237:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354008 ms 2025-09-04 04:04:04,581:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354008 ms 2025-09-04 04:04:17,925:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354008 ms 2025-09-04 04:04:31,261:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354009 ms 2025-09-04 04:04:44,605:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354009 ms 2025-09-04 04:04:57,953:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354009 ms 2025-09-04 04:05:11,300:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354010 ms 2025-09-04 04:05:24,646:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354010 ms 2025-09-04 04:05:37,993:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354010 ms 2025-09-04 04:05:51,336:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354012 ms 2025-09-04 04:06:04,681:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354011 ms 2025-09-04 04:06:18,029:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354012 ms 2025-09-04 04:06:31,371:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354012 ms 2025-09-04 04:06:44,717:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354012 ms 2025-09-04 04:06:58,058:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354013 ms 2025-09-04 04:07:11,405:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354013 ms 2025-09-04 04:07:24,750:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354013 ms 2025-09-04 04:07:38,097:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354013 ms 2025-09-04 04:07:51,441:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354014 ms 2025-09-04 04:08:04,785:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354014 ms 2025-09-04 04:08:18,129:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354014 ms 2025-09-04 04:08:31,473:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354015 ms 2025-09-04 04:08:44,817:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354015 ms 2025-09-04 04:08:58,161:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354015 ms 2025-09-04 04:09:11,505:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354016 ms 2025-09-04 04:09:24,852:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354016 ms 2025-09-04 04:09:38,193:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354016 ms 2025-09-04 04:09:51,537:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354017 ms 2025-09-04 04:10:04,883:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354017 ms 2025-09-04 04:10:18,229:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354017 ms 2025-09-04 04:10:31,573:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354018 ms 2025-09-04 04:10:44,916:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354018 ms 2025-09-04 04:10:58,261:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354018 ms 2025-09-04 04:11:11,606:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354019 ms 2025-09-04 04:11:24,953:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354019 ms 2025-09-04 04:11:38,294:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354019 ms 2025-09-04 04:11:51,641:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354020 ms 2025-09-04 04:12:04,985:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354020 ms 2025-09-04 04:12:18,329:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354020 ms 2025-09-04 04:12:31,673:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354021 ms 2025-09-04 04:12:45,014:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354022 ms 2025-09-04 04:12:58,361:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354021 ms 2025-09-04 04:13:11,705:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354022 ms 2025-09-04 04:13:25,049:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354023 ms 2025-09-04 04:13:38,393:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354023 ms 2025-09-04 04:13:51,737:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354023 ms 2025-09-04 04:14:05,081:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354024 ms 2025-09-04 04:14:18,425:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354023 ms 2025-09-04 04:14:31,770:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354024 ms 2025-09-04 04:14:45,117:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354024 ms 2025-09-04 04:14:58,464:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354024 ms 2025-09-04 04:15:11,809:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354025 ms 2025-09-04 04:15:25,153:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354025 ms 2025-09-04 04:15:38,499:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354025 ms 2025-09-04 04:15:51,845:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354026 ms 2025-09-04 04:16:05,189:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354026 ms 2025-09-04 04:16:18,533:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354026 ms 2025-09-04 04:16:31,877:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354027 ms 2025-09-04 04:16:45,222:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354027 ms 2025-09-04 04:16:58,569:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354027 ms 2025-09-04 04:17:11,913:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354028 ms 2025-09-04 04:17:25,259:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354028 ms 2025-09-04 04:17:38,605:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354028 ms 2025-09-04 04:17:51,945:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354029 ms 2025-09-04 04:18:05,289:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354029 ms 2025-09-04 04:18:18,633:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354029 ms 2025-09-04 04:18:31,978:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354030 ms 2025-09-04 04:18:45,325:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354030 ms 2025-09-04 04:18:58,669:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354030 ms 2025-09-04 04:19:12,015:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354032 ms 2025-09-04 04:19:25,361:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354031 ms 2025-09-04 04:19:38,705:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354031 ms 2025-09-04 04:19:52,049:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354033 ms 2025-09-04 04:20:05,393:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354032 ms 2025-09-04 04:20:18,739:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354032 ms 2025-09-04 04:20:32,085:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354034 ms 2025-09-04 04:20:45,429:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354033 ms 2025-09-04 04:20:58,769:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354033 ms 2025-09-04 04:21:12,115:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354033 ms 2025-09-04 04:21:25,462:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354034 ms 2025-09-04 04:21:38,809:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354034 ms 2025-09-04 04:21:52,153:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354035 ms 2025-09-04 04:22:05,497:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354035 ms 2025-09-04 04:22:18,841:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354035 ms 2025-09-04 04:22:32,185:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354036 ms 2025-09-04 04:22:45,529:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354036 ms 2025-09-04 04:22:58,875:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354036 ms 2025-09-04 04:23:12,221:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354037 ms 2025-09-04 04:23:25,565:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354037 ms 2025-09-04 04:23:38,910:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354037 ms 2025-09-04 04:23:52,257:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354038 ms 2025-09-04 04:24:05,604:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354038 ms 2025-09-04 04:24:18,949:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354038 ms 2025-09-04 04:24:32,292:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354039 ms 2025-09-04 04:24:45,635:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354039 ms 2025-09-04 04:24:58,981:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354039 ms 2025-09-04 04:25:12,326:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354039 ms 2025-09-04 04:25:25,667:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354040 ms 2025-09-04 04:25:39,013:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354042 ms 2025-09-04 04:25:52,357:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354040 ms 2025-09-04 04:26:05,701:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354041 ms 2025-09-04 04:26:19,045:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354042 ms 2025-09-04 04:26:32,389:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354041 ms 2025-09-04 04:26:45,735:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354042 ms 2025-09-04 04:26:59,081:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354043 ms 2025-09-04 04:27:12,419:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354043 ms 2025-09-04 04:27:25,765:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354043 ms 2025-09-04 04:27:39,110:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354043 ms 2025-09-04 04:27:52,457:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354044 ms 2025-09-04 04:28:05,801:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354044 ms 2025-09-04 04:28:19,148:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354044 ms 2025-09-04 04:28:32,493:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354044 ms 2025-09-04 04:28:45,833:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354045 ms 2025-09-04 04:28:59,169:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354045 ms 2025-09-04 04:29:12,513:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354045 ms 2025-09-04 04:29:25,854:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354046 ms 2025-09-04 04:29:39,201:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354046 ms 2025-09-04 04:29:52,545:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354046 ms 2025-09-04 04:30:05,891:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354047 ms 2025-09-04 04:30:19,237:1(0x7f70fffff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 308354047 ms