++ 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: =================== Mon Dec 29 02:09:31 AM UTC 2025 ===================' INFO: =================== Mon Dec 29 02:09:31 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.22 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.61:8081 10.0.0.22:8081 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.61:8086 10.0.0.22:8086 10.0.0.27: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.61,10.0.0.22,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.61:8082 10.0.0.22:8082 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.61:9161 10.0.0.22:9161 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27: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.18,10.20.0.145,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18,10.20.0.145,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.61:2181,10.0.0.22:2181,10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.61:5673,10.0.0.22:5673,10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.61:6379 10.0.0.22:6379 10.0.0.27: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.61,10.0.0.22,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.61:9092 10.0.0.22:9092 10.0.0.27: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.61 ++ 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.61,10.0.0.22,10.0.0.27 ++ 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.61,10.0.0.22,10.0.0.27 ++ 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.61,10.0.0.22,10.0.0.27 +++ local servers=10.0.0.61,10.0.0.22,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.22,10.20.0.145,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.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.22,10.20.0.145,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.22,10.20.0.145,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ echo 10.0.0.22 2 +++ return ++ local ip=10.0.0.22 ++ [[ -z 10.0.0.22 ]] ++ echo 10.0.0.22 + hostip=10.0.0.22 ++ resolve_hostname_by_ip 10.0.0.22 ++ local ip=10.0.0.22 +++ getent hosts 10.0.0.22 +++ head -n 1 ++ local 'host_entry=10.0.0.22 cn-jenkins-deploy-platform-ansible-os-4934-2. cn-jenkins-deploy-platform-ansible-os-4934-2' ++ local name= ++ [[ -n 10.0.0.22 cn-jenkins-deploy-platform-ansible-os-4934-2. cn-jenkins-deploy-platform-ansible-os-4934-2 ]] +++ echo 10.0.0.22 cn-jenkins-deploy-platform-ansible-os-4934-2. cn-jenkins-deploy-platform-ansible-os-4934-2 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-4934-2. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-4934-2. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-4934-2. + hostname=cn-jenkins-deploy-platform-ansible-os-4934-2. ++ sed 's/,/ /g' ++ echo 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 + rabbitmq_server_list='10.0.0.61:5673 10.0.0.22:5673 10.0.0.27:5673' ++ echo 10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27: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 ++ set ++ grep '^COLLECTOR__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^COLLECTOR__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2025-12-29 02:09:32,236:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-29 02:09:32,236:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4934-2 2025-12-29 02:09:32,236:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-29 02:09:32,236:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-29 02:09:32,236:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-12-29 02:09:32,236:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-29 02:09:32,237:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-29 02:09:32,237:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-29 02:09:32,237:1(0x7f1a8cfbb300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-12-29 02:09:32,237:1(0x7f1a8cfbb300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-29 02:09:32,237:1(0x7f1a82ffd640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-29 02:09:32,237:1(0x7f1a827fc640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-29 02:09:32,237:1(0x7f1a82ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-29 02:09:32,237:1(0x7f1a82ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-29 02:09:32,237:1(0x7f1a82ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.61:2181 2025-12-29 02:09:32,237:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-29 02:09:32,238:1(0x7f1a82ffd640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.61:2181 2025-12-29 02:09:32,244:1(0x7f1a82ffd640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.61:2181, sessionId=0x1000018970f0009, negotiated timeout=40000 2025-12-29 02:09:32,244:1(0x7f1a82ffd640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-12-29 02:09:32,244:1(0x7f1a827fc640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-29 02:09:33,237:1(0x7f1a8cfbb300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2dd for path [/analytics-discovery-] to 10.0.0.61:2181 2025-12-29 02:09:33,244:1(0x7f1a82ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2dd rc=0 2025-12-29 02:09:33,245:1(0x7f1a8cfbb300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2de for path [/analytics-discovery-/Collector] to 10.0.0.61:2181 2025-12-29 02:09:33,247:1(0x7f1a82ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2de rc=0 2025-12-29 02:09:33,247:1(0x7f1a8cfbb300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6951e2df for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4934-2.] to 10.0.0.61:2181 2025-12-29 02:09:33,248:1(0x7f1a82ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6951e2df rc=-101 2025-12-29 02:09:33,248:1(0x7f1a8cfbb300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e0 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4934-2.] to 10.0.0.61:2181 2025-12-29 02:09:33,256:1(0x7f1a82ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e0 rc=0 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4934-2 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-12-29 02:09:33,257:1(0x7f1a8cfbb300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-29 02:09:33,258:1(0x7f1a813f8640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-29 02:09:33,258:1(0x7f1a813f8640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-29 02:09:33,258:1(0x7f1a813f8640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-29 02:09:33,258:1(0x7f1a813f8640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.27:2181 2025-12-29 02:09:33,258:1(0x7f1a813f8640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-29 02:09:33,258:1(0x7f1a80bf7640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-29 02:09:33,258:1(0x7f1a813f8640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.27:2181 2025-12-29 02:09:33,262:1(0x7f1a813f8640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.27:2181, sessionId=0x30000171e5f0006, negotiated timeout=40000 2025-12-29 02:09:33,262:1(0x7f1a813f8640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-12-29 02:09:33,262:1(0x7f1a80bf7640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-29 02:09:34,258:1(0x7f1a8cfbb300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e1 for path [/collector] to 10.0.0.27:2181 2025-12-29 02:09:34,261:1(0x7f1a813f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e1 rc=0 2025-12-29 02:09:45,372:1(0x7f1a8cfbb300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6951e2e2 for path [/collector] to 10.0.0.27:2181 2025-12-29 02:09:45,376:1(0x7f1a813f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6951e2e2 rc=0 2025-12-29 02:09:45,376:1(0x7f1a813f8640):ZOO_DEBUG@do_io@460: IO thread terminated 2025-12-29 02:09:45,376:1(0x7f1a80bf7640):ZOO_DEBUG@do_completion@483: completion thread terminated 2025-12-29 02:09:45,376:1(0x7f1a8cfbb300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x30000171e5f0006 to 10.0.0.27:2181 2025-12-29 02:09:45,379:1(0x7f1a8cfbb300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x30000171e5f0006 2025-12-29 02:09:46,593:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865721 ms 2025-12-29 02:09:59,938:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865721 ms 2025-12-29 02:10:13,282:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:10:26,622:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865721 ms 2025-12-29 02:10:39,967:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865721 ms 2025-12-29 02:10:53,315:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:11:06,661:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865721 ms 2025-12-29 02:11:20,009:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:11:33,354:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:11:46,701:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865721 ms 2025-12-29 02:12:00,045:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:12:13,385:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:12:26,730:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:12:40,074:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:12:53,415:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:13:06,759:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:13:20,103:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:13:33,448:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:13:46,789:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:14:00,132:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:14:13,480:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:14:26,823:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:14:40,167:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:14:53,502:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:15:06,847:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:15:20,192:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:15:33,538:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:15:46,885:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:16:00,232:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:16:13,577:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:16:26,922:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865722 ms 2025-12-29 02:16:40,267:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:16:53,614:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:17:06,960:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:17:20,299:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:17:33,643:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:17:46,987:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:18:00,321:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:18:13,667:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:18:27,011:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:18:40,357:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:18:53,703:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:19:07,050:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:19:20,397:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:19:33,739:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:19:47,082:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:20:00,430:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:20:13,777:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:20:27,118:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:20:40,464:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865723 ms 2025-12-29 02:20:53,814:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:21:07,159:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:21:20,509:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:21:33,850:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:21:47,194:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:22:00,541:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:22:13,886:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:22:27,231:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:22:40,578:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:22:53,923:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:23:07,263:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:23:20,606:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:23:33,951:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:23:47,298:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:24:00,642:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:24:13,982:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:24:27,328:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:24:40,667:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865724 ms 2025-12-29 02:24:54,015:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:25:07,354:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:25:20,700:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:25:34,047:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:25:47,391:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:26:00,741:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:26:14,083:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:26:27,427:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:26:40,774:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:26:54,118:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:27:07,462:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:27:20,809:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:27:34,154:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:27:47,501:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:28:00,848:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:28:14,195:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:28:27,531:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:28:40,875:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865725 ms 2025-12-29 02:28:54,226:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:29:07,570:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:29:20,911:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:29:34,257:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:29:47,604:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:30:00,951:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:30:14,297:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:30:27,643:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:30:40,991:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:30:54,337:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:31:07,682:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:31:21,027:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:31:34,365:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:31:47,710:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:32:01,051:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:32:14,394:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:32:27,735:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:32:41,081:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:32:54,427:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:33:07,771:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:33:21,118:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:33:34,462:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:33:47,804:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:34:01,150:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:34:14,497:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:34:27,842:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865726 ms 2025-12-29 02:34:41,190:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:34:54,533:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:35:07,876:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:35:21,222:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:35:34,569:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:35:47,915:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:36:01,260:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:36:14,605:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:36:27,951:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:36:41,295:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:36:54,639:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:37:07,983:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:37:21,331:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:37:34,677:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:37:48,023:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:38:01,367:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:38:14,703:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865727 ms 2025-12-29 02:38:28,047:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:38:41,391:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:38:54,732:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:39:08,079:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:39:21,424:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:39:34,773:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:39:48,115:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:40:01,459:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:40:14,803:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:40:28,141:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:40:41,488:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:40:54,832:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:41:08,178:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:41:21,523:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:41:34,867:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:41:48,207:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:42:01,549:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:42:14,891:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:42:28,235:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:42:41,577:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:42:54,924:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:43:08,271:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:43:21,616:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:43:34,958:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865728 ms 2025-12-29 02:43:48,305:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:44:01,651:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:44:14,996:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:44:28,342:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:44:41,689:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:44:55,034:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:45:08,373:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:45:21,718:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:45:35,060:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:45:48,406:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:46:01,751:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:46:15,096:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:46:28,450:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:46:41,794:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:46:55,139:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:47:08,480:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:47:21,827:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:47:35,169:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:47:48,511:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:48:01,855:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:48:15,198:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:48:28,543:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865729 ms 2025-12-29 02:48:41,885:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:48:55,222:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:49:08,568:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:49:21,914:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:49:35,261:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:49:48,607:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:50:01,950:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:50:15,295:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:50:28,640:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:50:41,980:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:50:55,327:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:51:08,674:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:51:22,019:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:51:35,366:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:51:48,709:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:52:02,054:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:52:15,398:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865730 ms 2025-12-29 02:52:28,743:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:52:42,086:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:52:55,433:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:53:08,778:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:53:22,123:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:53:35,467:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:53:48,813:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:54:02,158:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:54:15,498:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:54:28,842:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:54:42,188:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:54:55,534:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:55:08,880:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:55:22,226:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:55:35,570:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:55:48,916:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:56:02,263:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:56:15,607:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:56:28,955:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865731 ms 2025-12-29 02:56:42,298:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:56:55,643:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:57:08,987:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:57:22,331:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 02:57:35,678:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:57:49,023:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 02:58:02,367:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 02:58:15,712:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 02:58:29,055:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 02:58:42,399:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:58:55,745:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:59:09,090:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 02:59:22,436:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:59:35,781:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 02:59:49,128:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:00:02,475:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 03:00:15,820:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 03:00:29,164:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:00:42,511:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 03:00:55,857:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865732 ms 2025-12-29 03:01:09,203:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:01:22,545:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:01:35,893:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:01:49,237:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:02:02,583:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:02:15,927:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:02:29,270:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:02:42,615:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:02:55,961:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:03:09,306:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:03:22,649:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:03:35,995:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:03:49,338:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:04:02,683:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:04:16,026:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:04:29,371:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:04:42,712:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:04:56,058:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:05:09,402:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:05:22,747:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865733 ms 2025-12-29 03:05:36,092:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:05:49,435:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:06:02,779:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:06:16,122:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:06:29,466:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:06:42,811:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:06:56,159:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:07:09,503:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:07:22,837:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:07:36,185:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:07:49,529:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:08:02,876:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:08:16,221:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:08:29,564:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:08:42,910:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:08:56,256:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:09:09,603:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:09:22,950:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865734 ms 2025-12-29 03:09:36,297:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:09:49,643:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:10:02,989:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:10:16,334:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:10:29,679:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:10:43,026:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:10:56,372:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:11:09,719:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:11:23,061:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:11:36,407:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:11:49,750:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:12:03,094:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:12:16,439:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:12:29,782:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:12:43,124:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:12:56,471:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:13:09,815:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865735 ms 2025-12-29 03:13:23,159:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:13:36,504:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:13:49,847:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:14:03,194:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:14:16,531:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:14:29,876:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:14:43,221:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:14:56,567:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:15:09,914:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:15:23,259:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:15:36,602:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:15:49,946:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:16:03,290:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:16:16,635:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:16:29,979:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:16:43,315:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:16:56,659:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865736 ms 2025-12-29 03:17:10,003:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:17:23,350:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:17:36,692:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:17:50,039:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:18:03,385:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:18:16,729:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:18:30,076:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:18:43,423:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:18:56,768:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:19:10,114:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:19:23,459:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:19:36,803:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:19:50,150:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:20:03,493:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:20:16,838:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:20:30,183:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:20:43,527:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:20:56,870:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:21:10,222:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:21:23,559:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:21:36,899:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865737 ms 2025-12-29 03:21:50,243:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:22:03,587:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:22:16,931:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:22:30,276:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:22:43,613:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:22:56,955:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:23:10,301:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:23:23,647:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:23:36,991:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:23:50,337:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:24:03,682:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:24:17,024:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:24:30,372:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:24:43,719:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:24:57,065:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:25:10,408:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:25:23,754:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865738 ms 2025-12-29 03:25:37,099:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:25:50,438:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:26:03,786:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:26:17,130:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:26:30,475:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:26:43,821:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:26:57,166:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:27:10,511:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:27:23,853:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:27:37,198:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:27:50,545:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:28:03,892:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:28:17,239:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:28:30,583:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:28:43,930:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:28:57,274:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:29:10,620:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:29:23,967:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865739 ms 2025-12-29 03:29:37,307:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:29:50,653:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:30:04,000:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:30:17,347:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:30:30,694:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:30:44,038:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:30:57,383:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:31:10,722:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:31:24,066:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:31:37,411:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:31:50,757:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:32:04,103:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:32:17,447:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:32:30,793:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:32:44,135:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:32:57,480:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:33:10,827:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:33:24,171:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:33:37,513:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:33:50,858:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865740 ms 2025-12-29 03:34:04,203:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:34:17,550:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:34:30,895:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:34:44,240:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:34:57,581:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:35:10,927:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:35:24,274:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:35:37,619:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:35:50,966:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:36:04,310:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:36:17,655:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:36:30,998:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:36:44,344:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:36:57,691:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:37:11,037:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:37:24,384:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:37:37,731:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:37:51,074:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:38:04,419:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:38:17,763:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865741 ms 2025-12-29 03:38:31,107:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:38:44,453:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:38:57,799:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:39:11,141:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:39:24,486:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:39:37,832:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:39:51,174:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:40:04,513:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:40:17,859:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:40:31,206:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:40:44,546:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:40:57,893:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:41:11,239:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:41:24,583:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:41:37,919:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:41:51,266:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:42:04,610:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865742 ms 2025-12-29 03:42:17,955:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:42:31,299:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:42:44,644:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:42:57,991:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:43:11,326:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:43:24,671:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:43:38,015:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:43:51,354:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:44:04,697:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:44:18,043:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:44:31,379:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:44:44,726:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:44:58,072:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:45:11,418:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:45:24,761:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:45:38,101:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:45:51,448:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:46:04,795:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:46:18,138:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:46:31,483:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865743 ms 2025-12-29 03:46:44,830:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:46:58,174:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:47:11,517:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:47:24,864:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:47:38,210:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:47:51,551:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:48:04,895:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:48:18,237:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:48:31,583:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:48:44,930:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:48:58,275:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:49:11,621:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:49:24,965:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:49:38,307:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:49:51,646:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:50:04,990:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:50:18,338:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:50:31,682:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865744 ms 2025-12-29 03:50:45,023:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:50:58,369:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:51:11,714:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:51:25,062:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:51:38,407:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:51:51,751:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:52:05,092:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:52:18,439:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:52:31,781:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:52:45,129:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:52:58,473:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:53:11,812:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:53:25,159:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:53:38,503:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:53:51,850:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:54:05,195:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:54:18,539:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:54:31,882:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865745 ms 2025-12-29 03:54:45,225:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:54:58,576:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 03:55:11,919:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:55:25,266:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:55:38,613:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:55:51,956:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:56:05,302:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:56:18,647:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:56:31,992:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:56:45,339:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:56:58,685:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:57:12,031:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:57:25,375:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:57:38,719:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:57:52,065:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:58:05,416:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 03:58:18,755:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:58:32,098:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:58:45,443:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865746 ms 2025-12-29 03:58:58,789:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:59:12,135:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:59:25,479:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:59:38,827:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 03:59:52,173:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:00:05,519:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:00:18,863:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:00:32,208:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:00:45,553:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:00:58,899:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:01:12,244:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:01:25,590:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:01:38,931:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:01:52,278:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:02:05,624:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:02:18,971:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:02:32,308:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:02:45,654:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:02:58,999:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:03:12,344:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:03:25,691:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865747 ms 2025-12-29 04:03:39,039:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:03:52,384:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:04:05,725:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:04:19,072:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:04:32,419:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:04:45,764:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:04:59,109:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:05:12,451:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:05:25,796:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:05:39,138:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:05:52,483:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:06:05,829:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:06:19,175:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:06:32,518:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:06:45,863:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:06:59,206:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:07:12,551:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865748 ms 2025-12-29 04:07:25,891:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:07:39,238:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:07:52,582:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:08:05,929:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:08:19,275:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:08:32,621:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:08:45,965:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:08:59,307:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:09:12,653:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:09:25,998:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:09:39,339:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:09:52,685:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:10:06,029:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:10:19,375:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:10:32,722:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:10:46,068:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:10:59,414:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:11:12,761:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:11:26,108:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:11:39,453:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:11:52,798:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865749 ms 2025-12-29 04:12:06,143:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:12:19,485:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:12:32,831:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:12:46,176:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:12:59,523:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:13:12,865:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:13:26,212:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:13:39,560:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:13:52,906:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:14:06,254:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:14:19,598:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:14:32,946:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:14:46,291:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:14:59,634:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:15:12,980:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:15:26,327:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:15:39,671:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865750 ms 2025-12-29 04:15:53,015:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:16:06,361:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:16:19,707:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:16:33,053:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:16:46,400:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:16:59,745:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:17:13,092:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:17:26,435:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:17:39,783:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:17:53,129:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:18:06,475:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:18:19,821:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:18:33,167:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:18:46,514:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:18:59,859:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:19:13,205:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:19:26,543:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:19:39,887:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:19:53,227:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:20:06,573:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865751 ms 2025-12-29 04:20:19,919:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:20:33,265:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:20:46,611:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:20:59,958:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:21:13,303:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:21:26,645:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:21:39,991:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:21:53,337:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:22:06,685:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:22:20,028:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:22:33,375:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:22:46,718:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:23:00,062:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:23:13,408:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:23:26,746:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865752 ms 2025-12-29 04:23:40,090:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:23:53,437:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:24:06,783:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:24:20,127:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:24:33,472:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:24:46,819:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:25:00,163:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:25:13,508:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:25:26,855:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:25:40,197:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:25:53,543:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:26:06,890:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:26:20,236:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:26:33,583:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:26:46,926:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:27:00,273:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:27:13,612:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:27:26,960:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:27:40,307:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:27:53,653:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865753 ms 2025-12-29 04:28:07,000:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:28:20,346:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:28:33,691:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:28:47,037:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:29:00,381:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:29:13,726:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:29:27,073:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:29:40,416:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:29:53,763:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:30:07,108:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:30:20,455:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:30:33,800:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:30:47,147:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:31:00,491:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:31:13,838:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:31:27,173:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:31:40,522:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:31:53,866:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865754 ms 2025-12-29 04:32:07,211:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:32:20,558:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:32:33,903:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:32:47,245:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:33:00,591:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:33:13,938:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:33:27,283:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:33:40,627:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:33:53,971:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:34:07,314:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:34:20,661:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:34:34,007:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:34:47,344:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:35:00,687:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865755 ms 2025-12-29 04:35:14,035:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:35:27,379:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:35:40,723:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:35:54,067:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:36:07,413:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:36:20,759:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:36:34,104:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:36:47,444:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:37:00,785:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:37:14,131:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:37:27,478:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:37:40,823:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:37:54,170:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:38:07,507:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:38:20,850:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:38:34,194:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:38:47,540:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:39:00,887:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:39:14,231:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:39:27,575:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:39:40,921:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:39:54,267:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:40:07,611:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865756 ms 2025-12-29 04:40:20,955:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:40:34,301:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865758 ms 2025-12-29 04:40:47,647:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms 2025-12-29 04:41:00,991:1(0x7f1a82ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740865757 ms