++ 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 Feb 19 02:08:07 AM UTC 2026 ===================' INFO: =================== Thu Feb 19 02:08:07 AM UTC 2026 =================== ++ 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.129,10.0.0.38,10.0.0.130 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.129,10.0.0.38,10.0.0.130 ++ ANALYTICSDB_NODES=10.0.0.129,10.0.0.38,10.0.0.130 ++ ANALYTICS_SNMP_NODES=10.0.0.129,10.0.0.38,10.0.0.130 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ '[' -n '10.0.0.129:8081 10.0.0.38:8081 10.0.0.130:8081 ' ']' +++ echo '10.0.0.129:8081 10.0.0.38:8081 10.0.0.130:8081' ++ ANALYTICS_SERVERS='10.0.0.129:8081 10.0.0.38:8081 10.0.0.130: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ '[' -n '10.0.0.129:9042 10.0.0.38:9042 10.0.0.130:9042 ' ']' +++ echo '10.0.0.129:9042 10.0.0.38:9042 10.0.0.130:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.129:9042 10.0.0.38:9042 10.0.0.130:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.129,10.0.0.38,10.0.0.130 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ '[' -n '10.0.0.129:8086 10.0.0.38:8086 10.0.0.130:8086 ' ']' +++ echo '10.0.0.129:8086 10.0.0.38:8086 10.0.0.130:8086' ++ COLLECTOR_SERVERS='10.0.0.129:8086 10.0.0.38:8086 10.0.0.130: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.129,10.0.0.38,10.0.0.130 ++ CONFIGDB_NODES=10.0.0.129,10.0.0.38,10.0.0.130 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ '[' -n '10.0.0.129:8082 10.0.0.38:8082 10.0.0.130:8082 ' ']' +++ echo '10.0.0.129:8082 10.0.0.38:8082 10.0.0.130:8082' ++ CONFIG_SERVERS='10.0.0.129:8082 10.0.0.38:8082 10.0.0.130: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ '[' -n '10.0.0.129:9161 10.0.0.38:9161 10.0.0.130:9161 ' ']' +++ echo '10.0.0.129:9161 10.0.0.38:9161 10.0.0.130:9161' ++ CONFIGDB_SERVERS='10.0.0.129:9161 10.0.0.38:9161 10.0.0.130: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ '[' -n '10.0.0.129:9041 10.0.0.38:9041 10.0.0.130:9041 ' ']' +++ echo '10.0.0.129:9041 10.0.0.38:9041 10.0.0.130:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.129:9041 10.0.0.38:9041 10.0.0.130: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.17,10.20.0.14,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.14,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.129,10.0.0.38,10.0.0.130 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.129:2181,10.0.0.38:2181,10.0.0.130:2181, ']' +++ echo 10.0.0.129:2181,10.0.0.38:2181,10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.129:2181,10.0.0.38:2181,10.0.0.130: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.129:2181 10.0.0.38:2181 10.0.0.130:2181 ' ']' +++ echo '10.0.0.129:2181 10.0.0.38:2181 10.0.0.130:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.129:2181 10.0.0.38:2181 10.0.0.130:2181' ++ RABBITMQ_NODES=10.0.0.129,10.0.0.38,10.0.0.130 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.129:5673,10.0.0.38:5673,10.0.0.130:5673, ']' +++ echo 10.0.0.129:5673,10.0.0.38:5673,10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.129:5673,10.0.0.38:5673,10.0.0.130: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.129:6379 10.0.0.38:6379 10.0.0.130:6379 ' ']' +++ echo '10.0.0.129:6379 10.0.0.38:6379 10.0.0.130:6379' ++ REDIS_SERVERS='10.0.0.129:6379 10.0.0.38:6379 10.0.0.130: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.129,10.0.0.38,10.0.0.130 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.129:9092 10.0.0.38:9092 10.0.0.130:9092 ' ']' +++ echo '10.0.0.129:9092 10.0.0.38:9092 10.0.0.130:9092' ++ KAFKA_SERVERS='10.0.0.129:9092 10.0.0.38:9092 10.0.0.130: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.129 ++ 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.129,10.0.0.38,10.0.0.130 ++ 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.129,10.0.0.38,10.0.0.130 ++ 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.129,10.0.0.38,10.0.0.130 +++ local servers=10.0.0.129,10.0.0.38,10.0.0.130 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ uniq ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.38,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.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.38,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ (( 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.38,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 2 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + hostip=10.0.0.38 ++ resolve_hostname_by_ip 10.0.0.38 ++ local ip=10.0.0.38 +++ getent hosts 10.0.0.38 +++ head -n 1 ++ local 'host_entry=10.0.0.38 cn-jenkins-deploy-platform-ansible-os-5351-2. cn-jenkins-deploy-platform-ansible-os-5351-2' ++ local name= ++ [[ -n 10.0.0.38 cn-jenkins-deploy-platform-ansible-os-5351-2. cn-jenkins-deploy-platform-ansible-os-5351-2 ]] +++ echo 10.0.0.38 cn-jenkins-deploy-platform-ansible-os-5351-2. cn-jenkins-deploy-platform-ansible-os-5351-2 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-5351-2. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-5351-2. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-5351-2. + hostname=cn-jenkins-deploy-platform-ansible-os-5351-2. ++ sed 's/,/ /g' ++ echo 10.0.0.129:5673,10.0.0.38:5673,10.0.0.130:5673 + rabbitmq_server_list='10.0.0.129:5673 10.0.0.38:5673 10.0.0.130:5673' ++ echo 10.0.0.129:9041 10.0.0.38:9041 10.0.0.130:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.129:9041 10.0.0.38:9041 10.0.0.130: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 + cql_servers_array=($ANALYTICSDB_CQL_SERVERS) + cql_list_size=3 + [[ 3 -gt 1 ]] + cassandra_replication_factor=2 + 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 ++ grep '^COLLECTOR__.*__.*=.*$' ++ set ++ sort ++ sed 's/^COLLECTOR__//g' ++ cut -d = -f 1 + 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 2026-02-19 02:08:08,125:1(0x7fb3e0b23300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-02-19 02:08:08,125:1(0x7fb3e0b23300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5351-2 2026-02-19 02:08:08,125:1(0x7fb3e0b23300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-02-19 02:08:08,125:1(0x7fb3e0b23300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-02-19 02:08:08,126:1(0x7fb3e0b23300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-02-19 02:08:08,126:1(0x7fb3e0b23300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-02-19 02:08:08,126:1(0x7fb3e0b23300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-02-19 02:08:08,126:1(0x7fb3e0b23300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-02-19 02:08:08,126:1(0x7fb3e0b23300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.129:2181,10.0.0.38:2181,10.0.0.130:2181 sessionTimeout=60000 watcher=0x9b5c20 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-02-19 02:08:08,126:1(0x7fb3e0b23300):ZOO_DEBUG@start_threads@221: starting threads... 2026-02-19 02:08:08,127:1(0x7fb3d67fc640):ZOO_DEBUG@do_completion@473: started completion thread 2026-02-19 02:08:08,127:1(0x7fb3d6ffd640):ZOO_DEBUG@do_io@369: started IO thread 2026-02-19 02:08:08,127:1(0x7fb3d6ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-02-19 02:08:08,128:1(0x7fb3d6ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-02-19 02:08:08,128:1(0x7fb3d6ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.130:2181 2026-02-19 02:08:08,128:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-02-19 02:08:08,129:1(0x7fb3d6ffd640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.130:2181 2026-02-19 02:08:08,134:1(0x7fb3d6ffd640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.130:2181, sessionId=0x3000018cac70006, negotiated timeout=40000 2026-02-19 02:08:08,134:1(0x7fb3d6ffd640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-02-19 02:08:08,134:1(0x7fb3d67fc640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-02-19 02:08:09,127:1(0x7fb3e0b23300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69967089 for path [/analytics-discovery-] to 10.0.0.130:2181 2026-02-19 02:08:09,131:1(0x7fb3d6ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69967089 rc=0 2026-02-19 02:08:09,132:1(0x7fb3e0b23300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6996708a for path [/analytics-discovery-/Collector] to 10.0.0.130:2181 2026-02-19 02:08:09,134:1(0x7fb3d6ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6996708a rc=0 2026-02-19 02:08:09,135:1(0x7fb3e0b23300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6996708b for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5351-2.] to 10.0.0.130:2181 2026-02-19 02:08:09,135:1(0x7fb3d6ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6996708b rc=-101 2026-02-19 02:08:09,135:1(0x7fb3e0b23300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6996708c for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5351-2.] to 10.0.0.130:2181 2026-02-19 02:08:09,138:1(0x7fb3d6ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6996708c rc=0 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5351-2 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.129:2181,10.0.0.38:2181,10.0.0.130:2181 sessionTimeout=60000 watcher=0x9b5c20 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-02-19 02:08:09,139:1(0x7fb3e0b23300):ZOO_DEBUG@start_threads@221: starting threads... 2026-02-19 02:08:09,141:1(0x7fb3d4ff7640):ZOO_DEBUG@do_io@369: started IO thread 2026-02-19 02:08:09,141:1(0x7fb3b7fff640):ZOO_DEBUG@do_completion@473: started completion thread 2026-02-19 02:08:09,141:1(0x7fb3d4ff7640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-02-19 02:08:09,141:1(0x7fb3d4ff7640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-02-19 02:08:09,141:1(0x7fb3d4ff7640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.129:2181 2026-02-19 02:08:09,141:1(0x7fb3d4ff7640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-02-19 02:08:09,142:1(0x7fb3d4ff7640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.129:2181 2026-02-19 02:08:09,160:1(0x7fb3d4ff7640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.129:2181, sessionId=0x100001a74510008, negotiated timeout=40000 2026-02-19 02:08:09,160:1(0x7fb3d4ff7640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-02-19 02:08:09,160:1(0x7fb3b7fff640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-02-19 02:08:10,141:1(0x7fb3e0b23300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6996708d for path [/collector] to 10.0.0.129:2181 2026-02-19 02:08:10,145:1(0x7fb3d4ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6996708d rc=0 2026-02-19 02:08:20,771:1(0x7fb3e0b23300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6996708e for path [/collector] to 10.0.0.129:2181 2026-02-19 02:08:20,777:1(0x7fb3d4ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6996708e rc=0 2026-02-19 02:08:20,777:1(0x7fb3d4ff7640):ZOO_DEBUG@do_io@460: IO thread terminated 2026-02-19 02:08:20,777:1(0x7fb3b7fff640):ZOO_DEBUG@do_completion@483: completion thread terminated 2026-02-19 02:08:20,777:1(0x7fb3e0b23300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x100001a74510008 to 10.0.0.129:2181 2026-02-19 02:08:20,786:1(0x7fb3e0b23300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x100001a74510008 2026-02-19 02:08:22,484:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474226 ms 2026-02-19 02:08:35,826:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474225 ms 2026-02-19 02:08:49,170:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474226 ms 2026-02-19 02:09:02,516:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474225 ms 2026-02-19 02:09:15,863:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474225 ms 2026-02-19 02:09:29,210:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474226 ms 2026-02-19 02:09:42,554:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474226 ms 2026-02-19 02:09:55,901:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474226 ms 2026-02-19 02:10:09,246:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474227 ms 2026-02-19 02:10:22,590:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474227 ms 2026-02-19 02:10:35,925:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474227 ms 2026-02-19 02:10:49,263:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474227 ms 2026-02-19 02:11:02,606:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474228 ms 2026-02-19 02:11:15,950:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474228 ms 2026-02-19 02:11:29,297:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474229 ms 2026-02-19 02:11:42,635:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474229 ms 2026-02-19 02:11:55,983:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474229 ms 2026-02-19 02:12:09,323:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474230 ms 2026-02-19 02:12:22,670:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474230 ms 2026-02-19 02:12:36,017:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474231 ms 2026-02-19 02:12:49,364:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474230 ms 2026-02-19 02:13:02,710:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474231 ms 2026-02-19 02:13:16,045:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474232 ms 2026-02-19 02:13:29,390:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474231 ms 2026-02-19 02:13:42,730:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474231 ms 2026-02-19 02:13:56,075:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474233 ms 2026-02-19 02:14:09,422:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474232 ms 2026-02-19 02:14:22,766:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474232 ms 2026-02-19 02:14:36,110:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474234 ms 2026-02-19 02:14:49,454:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474233 ms 2026-02-19 02:15:02,798:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474234 ms 2026-02-19 02:15:16,144:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474234 ms 2026-02-19 02:15:29,490:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474234 ms 2026-02-19 02:15:42,834:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474234 ms 2026-02-19 02:15:56,181:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474236 ms 2026-02-19 02:16:09,527:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474235 ms 2026-02-19 02:16:22,874:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474235 ms 2026-02-19 02:16:36,219:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474235 ms 2026-02-19 02:16:49,566:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474236 ms 2026-02-19 02:17:02,912:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474236 ms 2026-02-19 02:17:16,260:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474236 ms 2026-02-19 02:17:29,607:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474236 ms 2026-02-19 02:17:42,956:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474239 ms 2026-02-19 02:17:56,298:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474237 ms 2026-02-19 02:18:09,642:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474237 ms 2026-02-19 02:18:22,986:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474238 ms 2026-02-19 02:18:36,332:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474238 ms 2026-02-19 02:18:49,668:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474238 ms 2026-02-19 02:19:03,014:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474240 ms 2026-02-19 02:19:16,358:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474239 ms 2026-02-19 02:19:29,704:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474240 ms 2026-02-19 02:19:43,049:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474241 ms 2026-02-19 02:19:56,395:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474240 ms 2026-02-19 02:20:09,741:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474240 ms 2026-02-19 02:20:23,086:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474241 ms 2026-02-19 02:20:36,430:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474241 ms 2026-02-19 02:20:49,768:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474241 ms 2026-02-19 02:21:03,114:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474242 ms 2026-02-19 02:21:16,458:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474242 ms 2026-02-19 02:21:29,805:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474242 ms 2026-02-19 02:21:43,153:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474244 ms 2026-02-19 02:21:56,499:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474243 ms 2026-02-19 02:22:09,847:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474243 ms 2026-02-19 02:22:23,193:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474244 ms 2026-02-19 02:22:36,538:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474244 ms 2026-02-19 02:22:49,882:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474244 ms 2026-02-19 02:23:03,226:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474244 ms 2026-02-19 02:23:16,570:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474244 ms 2026-02-19 02:23:29,915:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474245 ms 2026-02-19 02:23:43,262:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474245 ms 2026-02-19 02:23:56,608:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474245 ms 2026-02-19 02:24:09,946:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474246 ms 2026-02-19 02:24:23,290:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474246 ms 2026-02-19 02:24:36,634:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474246 ms 2026-02-19 02:24:49,980:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474249 ms 2026-02-19 02:25:03,325:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474247 ms 2026-02-19 02:25:16,670:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474247 ms 2026-02-19 02:25:30,008:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474248 ms 2026-02-19 02:25:43,354:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474248 ms 2026-02-19 02:25:56,698:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474248 ms 2026-02-19 02:26:10,042:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474249 ms 2026-02-19 02:26:23,384:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474249 ms 2026-02-19 02:26:36,730:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474249 ms 2026-02-19 02:26:50,066:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474250 ms 2026-02-19 02:27:03,412:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474250 ms 2026-02-19 02:27:16,758:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474250 ms 2026-02-19 02:27:30,102:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474251 ms 2026-02-19 02:27:43,447:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474250 ms 2026-02-19 02:27:56,794:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474251 ms 2026-02-19 02:28:10,141:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474252 ms 2026-02-19 02:28:23,486:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474251 ms 2026-02-19 02:28:36,833:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474252 ms 2026-02-19 02:28:50,180:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474253 ms 2026-02-19 02:29:03,527:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474252 ms 2026-02-19 02:29:16,869:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474253 ms 2026-02-19 02:29:30,204:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474254 ms 2026-02-19 02:29:43,548:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474253 ms 2026-02-19 02:29:56,890:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474253 ms 2026-02-19 02:30:10,238:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474254 ms 2026-02-19 02:30:23,582:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474254 ms 2026-02-19 02:30:36,925:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474254 ms 2026-02-19 02:30:50,270:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474255 ms 2026-02-19 02:31:03,614:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474255 ms 2026-02-19 02:31:16,958:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474255 ms 2026-02-19 02:31:30,304:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474255 ms 2026-02-19 02:31:43,650:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474256 ms 2026-02-19 02:31:56,986:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474256 ms 2026-02-19 02:32:10,333:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474257 ms 2026-02-19 02:32:23,678:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474257 ms 2026-02-19 02:32:37,022:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474258 ms 2026-02-19 02:32:50,366:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474257 ms 2026-02-19 02:33:03,710:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474258 ms 2026-02-19 02:33:17,054:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474259 ms 2026-02-19 02:33:30,393:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474258 ms 2026-02-19 02:33:43,738:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474259 ms 2026-02-19 02:33:57,084:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474260 ms 2026-02-19 02:34:10,432:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474260 ms 2026-02-19 02:34:23,778:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474260 ms 2026-02-19 02:34:37,124:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474261 ms 2026-02-19 02:34:50,470:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474260 ms 2026-02-19 02:35:03,815:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474260 ms 2026-02-19 02:35:17,162:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474262 ms 2026-02-19 02:35:30,506:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474261 ms 2026-02-19 02:35:43,850:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474261 ms 2026-02-19 02:35:57,195:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474262 ms 2026-02-19 02:36:10,541:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474262 ms 2026-02-19 02:36:23,885:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474262 ms 2026-02-19 02:36:37,230:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474262 ms 2026-02-19 02:36:50,576:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474263 ms 2026-02-19 02:37:03,922:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474263 ms 2026-02-19 02:37:17,268:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474263 ms 2026-02-19 02:37:30,615:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474264 ms 2026-02-19 02:37:43,962:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474264 ms 2026-02-19 02:37:57,306:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474264 ms 2026-02-19 02:38:10,653:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474265 ms 2026-02-19 02:38:23,999:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474265 ms 2026-02-19 02:38:37,346:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474265 ms 2026-02-19 02:38:50,692:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474266 ms 2026-02-19 02:39:04,040:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474267 ms 2026-02-19 02:39:17,386:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474266 ms 2026-02-19 02:39:30,730:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474266 ms 2026-02-19 02:39:44,078:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474268 ms 2026-02-19 02:39:57,421:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474267 ms 2026-02-19 02:40:10,757:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474267 ms 2026-02-19 02:40:24,102:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474269 ms 2026-02-19 02:40:37,446:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474268 ms 2026-02-19 02:40:50,793:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474268 ms 2026-02-19 02:41:04,133:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474270 ms 2026-02-19 02:41:17,478:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474269 ms 2026-02-19 02:41:30,824:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474269 ms 2026-02-19 02:41:44,167:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474270 ms 2026-02-19 02:41:57,514:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474270 ms 2026-02-19 02:42:10,860:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474270 ms 2026-02-19 02:42:24,207:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474271 ms 2026-02-19 02:42:37,554:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474271 ms 2026-02-19 02:42:50,898:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474271 ms 2026-02-19 02:43:04,242:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474271 ms 2026-02-19 02:43:17,589:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474272 ms 2026-02-19 02:43:30,934:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474272 ms 2026-02-19 02:43:44,281:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474272 ms 2026-02-19 02:43:57,624:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474272 ms 2026-02-19 02:44:10,970:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474273 ms 2026-02-19 02:44:24,316:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474273 ms 2026-02-19 02:44:37,666:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474273 ms 2026-02-19 02:44:51,010:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474275 ms 2026-02-19 02:45:04,355:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474274 ms 2026-02-19 02:45:17,702:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474274 ms 2026-02-19 02:45:31,047:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474276 ms 2026-02-19 02:45:44,393:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474275 ms 2026-02-19 02:45:57,738:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474275 ms 2026-02-19 02:46:11,083:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474276 ms 2026-02-19 02:46:24,429:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474276 ms 2026-02-19 02:46:37,774:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474276 ms 2026-02-19 02:46:51,117:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474277 ms 2026-02-19 02:47:04,460:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474277 ms 2026-02-19 02:47:17,806:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474277 ms 2026-02-19 02:47:31,150:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474278 ms 2026-02-19 02:47:44,494:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474278 ms 2026-02-19 02:47:57,838:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474278 ms 2026-02-19 02:48:11,183:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474279 ms 2026-02-19 02:48:24,530:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474279 ms 2026-02-19 02:48:37,874:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474279 ms 2026-02-19 02:48:51,218:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474280 ms 2026-02-19 02:49:04,564:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474279 ms 2026-02-19 02:49:17,910:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474283 ms 2026-02-19 02:49:31,252:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474280 ms 2026-02-19 02:49:44,598:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474280 ms 2026-02-19 02:49:57,942:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474281 ms 2026-02-19 02:50:11,283:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474281 ms 2026-02-19 02:50:24,629:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474281 ms 2026-02-19 02:50:37,970:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474282 ms 2026-02-19 02:50:51,314:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474282 ms 2026-02-19 02:51:04,661:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474282 ms 2026-02-19 02:51:18,008:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474283 ms 2026-02-19 02:51:31,354:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474283 ms 2026-02-19 02:51:44,701:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474283 ms 2026-02-19 02:51:58,037:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474284 ms 2026-02-19 02:52:11,383:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474283 ms 2026-02-19 02:52:24,730:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474284 ms 2026-02-19 02:52:38,075:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474285 ms 2026-02-19 02:52:51,422:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474285 ms 2026-02-19 02:53:04,770:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474285 ms 2026-02-19 02:53:18,114:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474286 ms 2026-02-19 02:53:31,459:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474285 ms 2026-02-19 02:53:44,804:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474286 ms 2026-02-19 02:53:58,150:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474287 ms 2026-02-19 02:54:11,494:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474286 ms 2026-02-19 02:54:24,838:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474287 ms 2026-02-19 02:54:38,183:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474289 ms 2026-02-19 02:54:51,526:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474287 ms 2026-02-19 02:55:04,872:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474288 ms 2026-02-19 02:55:18,219:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474289 ms 2026-02-19 02:55:31,568:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474290 ms 2026-02-19 02:55:44,911:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474289 ms 2026-02-19 02:55:58,256:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474289 ms 2026-02-19 02:56:11,596:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474289 ms 2026-02-19 02:56:24,942:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474289 ms 2026-02-19 02:56:38,289:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474290 ms 2026-02-19 02:56:51,634:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474290 ms 2026-02-19 02:57:04,980:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474290 ms 2026-02-19 02:57:18,325:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474291 ms 2026-02-19 02:57:31,670:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474291 ms 2026-02-19 02:57:45,014:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474292 ms 2026-02-19 02:57:58,358:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474291 ms 2026-02-19 02:58:11,702:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474292 ms 2026-02-19 02:58:25,040:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474293 ms 2026-02-19 02:58:38,385:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474292 ms 2026-02-19 02:58:51,732:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474293 ms 2026-02-19 02:59:05,078:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474294 ms 2026-02-19 02:59:18,425:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474293 ms 2026-02-19 02:59:31,759:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474294 ms 2026-02-19 02:59:45,106:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474295 ms 2026-02-19 02:59:58,450:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474294 ms 2026-02-19 03:00:11,795:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474295 ms 2026-02-19 03:00:25,138:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474296 ms 2026-02-19 03:00:38,482:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474295 ms 2026-02-19 03:00:51,827:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474296 ms 2026-02-19 03:01:05,170:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474297 ms 2026-02-19 03:01:18,516:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474296 ms 2026-02-19 03:01:31,863:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474296 ms 2026-02-19 03:01:45,210:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474297 ms 2026-02-19 03:01:58,550:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474297 ms 2026-02-19 03:02:11,892:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474297 ms 2026-02-19 03:02:25,240:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474298 ms 2026-02-19 03:02:38,586:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474298 ms 2026-02-19 03:02:51,933:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474298 ms 2026-02-19 03:03:05,278:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474298 ms 2026-02-19 03:03:18,618:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474299 ms 2026-02-19 03:03:31,955:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474299 ms 2026-02-19 03:03:45,300:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474299 ms 2026-02-19 03:03:58,646:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474300 ms 2026-02-19 03:04:11,990:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474300 ms 2026-02-19 03:04:25,332:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474300 ms 2026-02-19 03:04:38,678:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474300 ms 2026-02-19 03:04:52,022:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474302 ms 2026-02-19 03:05:05,366:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474301 ms 2026-02-19 03:05:18,710:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474301 ms 2026-02-19 03:05:32,054:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474303 ms 2026-02-19 03:05:45,400:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474302 ms 2026-02-19 03:05:58,746:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474302 ms 2026-02-19 03:06:12,092:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474304 ms 2026-02-19 03:06:25,429:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474303 ms 2026-02-19 03:06:38,776:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474303 ms 2026-02-19 03:06:52,122:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474304 ms 2026-02-19 03:07:05,465:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474304 ms 2026-02-19 03:07:18,811:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474304 ms 2026-02-19 03:07:32,155:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474305 ms 2026-02-19 03:07:45,498:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474304 ms 2026-02-19 03:07:58,843:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474305 ms 2026-02-19 03:08:12,186:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474306 ms 2026-02-19 03:08:25,530:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474306 ms 2026-02-19 03:08:38,877:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474306 ms 2026-02-19 03:08:52,222:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474307 ms 2026-02-19 03:09:05,566:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474306 ms 2026-02-19 03:09:18,913:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474307 ms 2026-02-19 03:09:32,258:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474308 ms 2026-02-19 03:09:45,605:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474307 ms 2026-02-19 03:09:58,945:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474308 ms 2026-02-19 03:10:12,288:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474308 ms 2026-02-19 03:10:25,633:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474308 ms 2026-02-19 03:10:38,979:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474308 ms 2026-02-19 03:10:52,327:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474310 ms 2026-02-19 03:11:05,670:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474309 ms 2026-02-19 03:11:19,017:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474311 ms 2026-02-19 03:11:32,362:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474310 ms 2026-02-19 03:11:45,706:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474310 ms 2026-02-19 03:11:59,053:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474312 ms 2026-02-19 03:12:12,398:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474311 ms 2026-02-19 03:12:25,743:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474311 ms 2026-02-19 03:12:39,090:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474312 ms 2026-02-19 03:12:52,436:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474312 ms 2026-02-19 03:13:05,773:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474312 ms 2026-02-19 03:13:19,116:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474313 ms 2026-02-19 03:13:32,462:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474313 ms 2026-02-19 03:13:45,806:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474313 ms 2026-02-19 03:13:59,152:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474314 ms 2026-02-19 03:14:12,498:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474313 ms 2026-02-19 03:14:25,844:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474314 ms 2026-02-19 03:14:39,186:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474315 ms 2026-02-19 03:14:52,530:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474315 ms 2026-02-19 03:15:05,876:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474315 ms 2026-02-19 03:15:19,222:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474316 ms 2026-02-19 03:15:32,567:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474315 ms 2026-02-19 03:15:45,914:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474316 ms 2026-02-19 03:15:59,261:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474317 ms 2026-02-19 03:16:12,606:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474316 ms 2026-02-19 03:16:25,951:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474317 ms 2026-02-19 03:16:39,299:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474317 ms 2026-02-19 03:16:52,643:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474317 ms 2026-02-19 03:17:05,989:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474317 ms 2026-02-19 03:17:19,334:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474318 ms 2026-02-19 03:17:32,678:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474318 ms 2026-02-19 03:17:46,022:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474319 ms 2026-02-19 03:17:59,368:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474318 ms 2026-02-19 03:18:12,714:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474319 ms 2026-02-19 03:18:26,060:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474320 ms 2026-02-19 03:18:39,406:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474320 ms 2026-02-19 03:18:52,750:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474320 ms 2026-02-19 03:19:06,096:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474321 ms 2026-02-19 03:19:19,434:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474320 ms 2026-02-19 03:19:32,780:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474321 ms 2026-02-19 03:19:46,127:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474322 ms 2026-02-19 03:19:59,473:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474321 ms 2026-02-19 03:20:12,818:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474322 ms 2026-02-19 03:20:26,162:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474323 ms 2026-02-19 03:20:39,508:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474322 ms 2026-02-19 03:20:52,855:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474323 ms 2026-02-19 03:21:06,198:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474324 ms 2026-02-19 03:21:19,542:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474323 ms 2026-02-19 03:21:32,888:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474324 ms 2026-02-19 03:21:46,234:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474325 ms 2026-02-19 03:21:59,579:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474324 ms 2026-02-19 03:22:12,927:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474325 ms 2026-02-19 03:22:26,274:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474326 ms 2026-02-19 03:22:39,621:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474325 ms 2026-02-19 03:22:52,967:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474325 ms 2026-02-19 03:23:06,310:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474326 ms 2026-02-19 03:23:19,654:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474326 ms 2026-02-19 03:23:33,002:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474328 ms 2026-02-19 03:23:46,347:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474326 ms 2026-02-19 03:23:59,694:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474327 ms 2026-02-19 03:24:13,037:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474328 ms 2026-02-19 03:24:26,375:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474327 ms 2026-02-19 03:24:39,722:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474328 ms 2026-02-19 03:24:53,066:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474329 ms 2026-02-19 03:25:06,413:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474328 ms 2026-02-19 03:25:19,759:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474329 ms 2026-02-19 03:25:33,102:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474330 ms 2026-02-19 03:25:46,446:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474329 ms 2026-02-19 03:25:59,782:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474329 ms 2026-02-19 03:26:13,130:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474331 ms 2026-02-19 03:26:26,472:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474332 ms 2026-02-19 03:26:39,815:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474330 ms 2026-02-19 03:26:53,163:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474332 ms 2026-02-19 03:27:06,506:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474331 ms 2026-02-19 03:27:19,851:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474333 ms 2026-02-19 03:27:33,197:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474333 ms 2026-02-19 03:27:46,542:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474332 ms 2026-02-19 03:27:59,887:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474332 ms 2026-02-19 03:28:13,231:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474333 ms 2026-02-19 03:28:26,578:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474333 ms 2026-02-19 03:28:39,922:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474333 ms 2026-02-19 03:28:53,268:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474334 ms 2026-02-19 03:29:06,614:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474334 ms 2026-02-19 03:29:19,960:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474334 ms 2026-02-19 03:29:33,307:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474334 ms 2026-02-19 03:29:46,654:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474335 ms 2026-02-19 03:29:59,998:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474335 ms 2026-02-19 03:30:13,344:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474335 ms 2026-02-19 03:30:26,689:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474336 ms 2026-02-19 03:30:40,030:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474337 ms 2026-02-19 03:30:53,376:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474336 ms 2026-02-19 03:31:06,722:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474337 ms 2026-02-19 03:31:20,067:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474338 ms 2026-02-19 03:31:33,414:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474337 ms 2026-02-19 03:31:46,758:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474337 ms 2026-02-19 03:32:00,093:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474339 ms 2026-02-19 03:32:13,438:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474338 ms 2026-02-19 03:32:26,785:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474338 ms 2026-02-19 03:32:40,132:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474340 ms 2026-02-19 03:32:53,479:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474339 ms 2026-02-19 03:33:06,825:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474339 ms 2026-02-19 03:33:20,170:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474340 ms 2026-02-19 03:33:33,517:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474341 ms 2026-02-19 03:33:46,862:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474340 ms 2026-02-19 03:34:00,206:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474341 ms 2026-02-19 03:34:13,542:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474341 ms 2026-02-19 03:34:26,886:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474341 ms 2026-02-19 03:34:40,230:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474342 ms 2026-02-19 03:34:53,568:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474342 ms 2026-02-19 03:35:06,913:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474342 ms 2026-02-19 03:35:20,260:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474343 ms 2026-02-19 03:35:33,606:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474343 ms 2026-02-19 03:35:46,951:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474343 ms 2026-02-19 03:36:00,298:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474343 ms 2026-02-19 03:36:13,645:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474343 ms 2026-02-19 03:36:26,984:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474344 ms 2026-02-19 03:36:40,330:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474344 ms 2026-02-19 03:36:53,677:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474344 ms 2026-02-19 03:37:07,022:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474346 ms 2026-02-19 03:37:20,369:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474345 ms 2026-02-19 03:37:33,714:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474345 ms 2026-02-19 03:37:47,061:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474347 ms 2026-02-19 03:38:00,412:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474352 ms 2026-02-19 03:38:13,752:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474346 ms 2026-02-19 03:38:27,099:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474347 ms 2026-02-19 03:38:40,446:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474347 ms 2026-02-19 03:38:53,791:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474347 ms 2026-02-19 03:39:07,138:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474349 ms 2026-02-19 03:39:20,483:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474348 ms 2026-02-19 03:39:33,830:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474348 ms 2026-02-19 03:39:47,174:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474349 ms 2026-02-19 03:40:00,521:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474349 ms 2026-02-19 03:40:13,868:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474349 ms 2026-02-19 03:40:27,216:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474352 ms 2026-02-19 03:40:40,561:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474349 ms 2026-02-19 03:40:53,897:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474350 ms 2026-02-19 03:41:07,242:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474351 ms 2026-02-19 03:41:20,587:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474350 ms 2026-02-19 03:41:33,934:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474351 ms 2026-02-19 03:41:47,279:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474352 ms 2026-02-19 03:42:00,622:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474351 ms 2026-02-19 03:42:13,968:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474351 ms 2026-02-19 03:42:27,311:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474352 ms 2026-02-19 03:42:40,658:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474352 ms 2026-02-19 03:42:54,003:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474353 ms 2026-02-19 03:43:07,349:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474353 ms 2026-02-19 03:43:20,694:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474353 ms 2026-02-19 03:43:34,040:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474354 ms 2026-02-19 03:43:47,383:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474354 ms 2026-02-19 03:44:00,728:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474354 ms 2026-02-19 03:44:14,069:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474355 ms 2026-02-19 03:44:27,415:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474355 ms 2026-02-19 03:44:40,762:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474355 ms 2026-02-19 03:44:54,106:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474356 ms 2026-02-19 03:45:07,453:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474355 ms 2026-02-19 03:45:20,800:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474356 ms 2026-02-19 03:45:34,146:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474357 ms 2026-02-19 03:45:47,493:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474356 ms 2026-02-19 03:46:00,838:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474357 ms 2026-02-19 03:46:14,184:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474358 ms 2026-02-19 03:46:27,527:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474357 ms 2026-02-19 03:46:40,870:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474358 ms 2026-02-19 03:46:54,217:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474359 ms 2026-02-19 03:47:07,564:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474359 ms 2026-02-19 03:47:20,910:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474358 ms 2026-02-19 03:47:34,254:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474360 ms 2026-02-19 03:47:47,601:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474359 ms 2026-02-19 03:48:00,946:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474359 ms 2026-02-19 03:48:14,290:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474361 ms 2026-02-19 03:48:27,637:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474360 ms 2026-02-19 03:48:40,983:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474360 ms 2026-02-19 03:48:54,330:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474361 ms 2026-02-19 03:49:07,674:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474361 ms 2026-02-19 03:49:21,016:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474362 ms 2026-02-19 03:49:34,367:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474366 ms 2026-02-19 03:49:47,706:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474362 ms 2026-02-19 03:50:01,050:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474363 ms 2026-02-19 03:50:14,388:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474363 ms 2026-02-19 03:50:27,734:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474363 ms 2026-02-19 03:50:41,078:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474364 ms 2026-02-19 03:50:54,422:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474363 ms 2026-02-19 03:51:07,766:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474364 ms 2026-02-19 03:51:21,106:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474365 ms 2026-02-19 03:51:34,443:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474364 ms 2026-02-19 03:51:47,790:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474368 ms 2026-02-19 03:52:01,132:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474366 ms 2026-02-19 03:52:14,479:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474365 ms 2026-02-19 03:52:27,823:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474366 ms 2026-02-19 03:52:41,167:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474368 ms 2026-02-19 03:52:54,513:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474366 ms 2026-02-19 03:53:07,857:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474366 ms 2026-02-19 03:53:21,193:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474367 ms 2026-02-19 03:53:34,538:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474367 ms 2026-02-19 03:53:47,882:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474367 ms 2026-02-19 03:54:01,226:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474368 ms 2026-02-19 03:54:14,568:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474368 ms 2026-02-19 03:54:27,915:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474369 ms 2026-02-19 03:54:41,258:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474369 ms 2026-02-19 03:54:54,602:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474369 ms 2026-02-19 03:55:07,946:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474369 ms 2026-02-19 03:55:21,291:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474370 ms 2026-02-19 03:55:34,636:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474370 ms 2026-02-19 03:55:47,982:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474370 ms 2026-02-19 03:56:01,328:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474370 ms 2026-02-19 03:56:14,674:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474371 ms 2026-02-19 03:56:28,019:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474372 ms 2026-02-19 03:56:41,366:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474371 ms 2026-02-19 03:56:54,710:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474371 ms 2026-02-19 03:57:08,054:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474373 ms 2026-02-19 03:57:21,400:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474373 ms 2026-02-19 03:57:34,747:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474373 ms 2026-02-19 03:57:48,088:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474374 ms 2026-02-19 03:58:01,433:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474373 ms 2026-02-19 03:58:14,776:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474373 ms 2026-02-19 03:58:28,122:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474375 ms 2026-02-19 03:58:41,469:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474374 ms 2026-02-19 03:58:54,815:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474374 ms 2026-02-19 03:59:08,162:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474376 ms 2026-02-19 03:59:21,506:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474375 ms 2026-02-19 03:59:34,852:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474375 ms 2026-02-19 03:59:48,198:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474376 ms 2026-02-19 04:00:01,540:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474376 ms 2026-02-19 04:00:14,886:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474376 ms 2026-02-19 04:00:28,230:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474377 ms 2026-02-19 04:00:41,577:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474377 ms 2026-02-19 04:00:54,924:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474377 ms 2026-02-19 04:01:08,269:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474378 ms 2026-02-19 04:01:21,616:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474378 ms 2026-02-19 04:01:34,962:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474378 ms 2026-02-19 04:01:48,307:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474379 ms 2026-02-19 04:02:01,647:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474378 ms 2026-02-19 04:02:14,994:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474379 ms 2026-02-19 04:02:28,341:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474379 ms 2026-02-19 04:02:41,686:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474379 ms 2026-02-19 04:02:55,030:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474381 ms 2026-02-19 04:03:08,377:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474380 ms 2026-02-19 04:03:21,716:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474381 ms 2026-02-19 04:03:35,062:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474381 ms 2026-02-19 04:03:48,406:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474381 ms 2026-02-19 04:04:01,750:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474381 ms 2026-02-19 04:04:15,094:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474383 ms 2026-02-19 04:04:28,438:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474382 ms 2026-02-19 04:04:41,782:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474382 ms 2026-02-19 04:04:55,129:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474383 ms 2026-02-19 04:05:08,474:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474383 ms 2026-02-19 04:05:21,818:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474383 ms 2026-02-19 04:05:35,162:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474384 ms 2026-02-19 04:05:48,510:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474384 ms 2026-02-19 04:06:01,845:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474384 ms 2026-02-19 04:06:15,191:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474385 ms 2026-02-19 04:06:28,538:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474385 ms 2026-02-19 04:06:41,882:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474385 ms 2026-02-19 04:06:55,227:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474386 ms 2026-02-19 04:07:08,574:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474386 ms 2026-02-19 04:07:21,918:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474386 ms 2026-02-19 04:07:35,264:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474387 ms 2026-02-19 04:07:48,610:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474386 ms 2026-02-19 04:08:01,954:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474387 ms 2026-02-19 04:08:15,298:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474388 ms 2026-02-19 04:08:28,643:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474387 ms 2026-02-19 04:08:41,990:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474388 ms 2026-02-19 04:08:55,332:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474389 ms 2026-02-19 04:09:08,678:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474388 ms 2026-02-19 04:09:22,024:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474389 ms 2026-02-19 04:09:35,370:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474389 ms 2026-02-19 04:09:48,715:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474390 ms 2026-02-19 04:10:02,059:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474391 ms 2026-02-19 04:10:15,403:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474390 ms 2026-02-19 04:10:28,750:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474390 ms 2026-02-19 04:10:42,086:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474392 ms 2026-02-19 04:10:55,430:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474391 ms 2026-02-19 04:11:08,774:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474391 ms 2026-02-19 04:11:22,118:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474392 ms 2026-02-19 04:11:35,465:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474395 ms 2026-02-19 04:11:48,809:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474392 ms 2026-02-19 04:12:02,155:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474393 ms 2026-02-19 04:12:15,505:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474395 ms 2026-02-19 04:12:28,843:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474393 ms 2026-02-19 04:12:42,188:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474394 ms 2026-02-19 04:12:55,527:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474393 ms 2026-02-19 04:13:08,874:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474393 ms 2026-02-19 04:13:22,220:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474395 ms 2026-02-19 04:13:35,566:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474394 ms 2026-02-19 04:13:48,911:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474395 ms 2026-02-19 04:14:02,257:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474396 ms 2026-02-19 04:14:15,602:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474396 ms 2026-02-19 04:14:28,946:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474395 ms 2026-02-19 04:14:42,293:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474397 ms 2026-02-19 04:14:55,633:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474396 ms 2026-02-19 04:15:08,980:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474397 ms 2026-02-19 04:15:22,322:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474398 ms 2026-02-19 04:15:35,666:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474397 ms 2026-02-19 04:15:49,011:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474398 ms 2026-02-19 04:16:02,358:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474398 ms 2026-02-19 04:16:15,704:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474398 ms 2026-02-19 04:16:29,049:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474399 ms 2026-02-19 04:16:42,396:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474398 ms 2026-02-19 04:16:55,743:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474399 ms 2026-02-19 04:17:09,086:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474400 ms 2026-02-19 04:17:22,428:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474399 ms 2026-02-19 04:17:35,774:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474400 ms 2026-02-19 04:17:49,118:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474401 ms 2026-02-19 04:18:02,462:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474400 ms 2026-02-19 04:18:15,807:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474401 ms 2026-02-19 04:18:29,150:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474402 ms 2026-02-19 04:18:42,497:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474401 ms 2026-02-19 04:18:55,843:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474402 ms 2026-02-19 04:19:09,190:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474403 ms 2026-02-19 04:19:22,537:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474403 ms 2026-02-19 04:19:35,884:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474404 ms 2026-02-19 04:19:49,228:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474404 ms 2026-02-19 04:20:02,574:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474403 ms 2026-02-19 04:20:15,918:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474403 ms 2026-02-19 04:20:29,256:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474405 ms 2026-02-19 04:20:42,601:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474404 ms 2026-02-19 04:20:55,947:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474404 ms 2026-02-19 04:21:09,293:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474405 ms 2026-02-19 04:21:22,640:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474405 ms 2026-02-19 04:21:35,986:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474405 ms 2026-02-19 04:21:49,333:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474407 ms 2026-02-19 04:22:02,677:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474406 ms 2026-02-19 04:22:16,022:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474407 ms 2026-02-19 04:22:29,369:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474406 ms 2026-02-19 04:22:42,714:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474407 ms 2026-02-19 04:22:56,060:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474408 ms 2026-02-19 04:23:09,406:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474407 ms 2026-02-19 04:23:22,751:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474408 ms 2026-02-19 04:23:36,098:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474409 ms 2026-02-19 04:23:49,446:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474409 ms 2026-02-19 04:24:02,791:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474410 ms 2026-02-19 04:24:16,137:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474410 ms 2026-02-19 04:24:29,486:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474411 ms 2026-02-19 04:24:42,823:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474409 ms 2026-02-19 04:24:56,170:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474411 ms 2026-02-19 04:25:09,514:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474410 ms 2026-02-19 04:25:22,858:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474410 ms 2026-02-19 04:25:36,204:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474412 ms 2026-02-19 04:25:49,550:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474411 ms 2026-02-19 04:26:02,894:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474411 ms 2026-02-19 04:26:16,240:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474412 ms 2026-02-19 04:26:29,587:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474412 ms 2026-02-19 04:26:42,931:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474412 ms 2026-02-19 04:26:56,279:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474413 ms 2026-02-19 04:27:09,622:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474413 ms 2026-02-19 04:27:22,963:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474414 ms 2026-02-19 04:27:36,308:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474414 ms 2026-02-19 04:27:49,655:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474414 ms 2026-02-19 04:28:03,000:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474415 ms 2026-02-19 04:28:16,345:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474416 ms 2026-02-19 04:28:29,690:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474415 ms 2026-02-19 04:28:43,034:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474416 ms 2026-02-19 04:28:56,379:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474415 ms 2026-02-19 04:29:09,719:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474416 ms 2026-02-19 04:29:23,066:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474417 ms 2026-02-19 04:29:36,410:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474416 ms 2026-02-19 04:29:49,757:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474417 ms 2026-02-19 04:30:03,102:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474418 ms 2026-02-19 04:30:16,446:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474417 ms 2026-02-19 04:30:29,790:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474417 ms 2026-02-19 04:30:43,138:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474419 ms 2026-02-19 04:30:56,482:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474418 ms 2026-02-19 04:31:09,830:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474418 ms 2026-02-19 04:31:23,174:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474419 ms 2026-02-19 04:31:36,518:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474419 ms 2026-02-19 04:31:49,863:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474420 ms 2026-02-19 04:32:03,206:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474420 ms 2026-02-19 04:32:16,550:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474420 ms 2026-02-19 04:32:29,896:1(0x7fb3d6ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1938474420 ms