++ 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:32 AM UTC 2025 ===================' INFO: =================== Mon Dec 29 02:09:32 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.61 ++ 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 '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ 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 ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.61,10.20.0.18,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.61,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ echo 10.0.0.61 1 +++ return ++ local ip=10.0.0.61 ++ [[ -z 10.0.0.61 ]] ++ echo 10.0.0.61 + hostip=10.0.0.61 ++ resolve_hostname_by_ip 10.0.0.61 ++ local ip=10.0.0.61 +++ getent hosts 10.0.0.61 +++ head -n 1 ++ local 'host_entry=10.0.0.61 cn-jenkins-deploy-platform-ansible-os-4934-1. cn-jenkins-deploy-platform-ansible-os-4934-1' ++ local name= ++ [[ -n 10.0.0.61 cn-jenkins-deploy-platform-ansible-os-4934-1. cn-jenkins-deploy-platform-ansible-os-4934-1 ]] +++ echo 10.0.0.61 cn-jenkins-deploy-platform-ansible-os-4934-1. cn-jenkins-deploy-platform-ansible-os-4934-1 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-4934-1. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-4934-1. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-4934-1. + hostname=cn-jenkins-deploy-platform-ansible-os-4934-1. ++ echo 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ sed 's/,/ /g' + 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 ++ sort ++ cut -d = -f 1 ++ sed 's/^COLLECTOR__//g' ++ grep '^COLLECTOR__.*__.*=.*$' + 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,901:1(0x7f22a498a300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-29 02:09:32,901:1(0x7f22a498a300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4934-1 2025-12-29 02:09:32,902:1(0x7f22a498a300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-29 02:09:32,902:1(0x7f22a498a300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-29 02:09:32,902:1(0x7f22a498a300):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,902:1(0x7f22a498a300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-29 02:09:32,902:1(0x7f22a498a300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-29 02:09:32,902:1(0x7f22a498a300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-29 02:09:32,902:1(0x7f22a498a300):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,902:1(0x7f22a498a300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-29 02:09:32,913:1(0x7f229a7fc640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-29 02:09:32,913:1(0x7f229affd640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-29 02:09:32,913:1(0x7f229affd640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-29 02:09:32,913:1(0x7f229affd640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-29 02:09:32,913:1(0x7f229affd640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.22:2181 2025-12-29 02:09:32,913:1(0x7f229affd640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-29 02:09:32,913:1(0x7f229affd640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.22:2181 2025-12-29 02:09:32,919:1(0x7f229affd640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.22:2181, sessionId=0x2000017e19d000a, negotiated timeout=40000 2025-12-29 02:09:32,919:1(0x7f229affd640):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,919:1(0x7f229a7fc640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-29 02:09:33,920:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2dd for path [/analytics-discovery-] to 10.0.0.22:2181 2025-12-29 02:09:33,923:1(0x7f229affd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2dd rc=-110 2025-12-29 02:09:33,923:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2de for path [/analytics-discovery-/Collector] to 10.0.0.22:2181 2025-12-29 02:09:33,938:1(0x7f229affd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2de rc=-110 2025-12-29 02:09:33,938:1(0x7f22a498a300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6951e2df for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4934-1.] to 10.0.0.22:2181 2025-12-29 02:09:33,939:1(0x7f229affd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6951e2df rc=-101 2025-12-29 02:09:33,940:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e0 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4934-1.] to 10.0.0.22:2181 2025-12-29 02:09:33,944:1(0x7f229affd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e0 rc=0 2025-12-29 02:09:33,944:1(0x7f22a498a300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-29 02:09:33,944:1(0x7f22a498a300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4934-1 2025-12-29 02:09:33,944:1(0x7f22a498a300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-29 02:09:33,944:1(0x7f22a498a300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-29 02:09:33,944:1(0x7f22a498a300):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,944:1(0x7f22a498a300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-29 02:09:33,944:1(0x7f22a498a300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-29 02:09:33,944:1(0x7f22a498a300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-29 02:09:33,944:1(0x7f22a498a300):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,944:1(0x7f22a498a300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-29 02:09:33,945:1(0x7f2298ff7640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-29 02:09:33,945:1(0x7f2298ff7640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-29 02:09:33,945:1(0x7f2298ff7640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-29 02:09:33,946:1(0x7f2298ff7640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.22:2181 2025-12-29 02:09:33,947:1(0x7f2298ff7640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-29 02:09:33,945:1(0x7f2273fff640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-29 02:09:33,949:1(0x7f2298ff7640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.22:2181 2025-12-29 02:09:33,952:1(0x7f2298ff7640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.22:2181, sessionId=0x2000017e19d000b, negotiated timeout=40000 2025-12-29 02:09:33,953:1(0x7f2298ff7640):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,953:1(0x7f2273fff640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-29 02:09:34,945:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e1 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:34,948:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e1 rc=-110 2025-12-29 02:09:34,949:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2e2 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:34,949:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2e2 rc=0 2025-12-29 02:09:35,950:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e3 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:35,953:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e3 rc=-110 2025-12-29 02:09:35,953:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2e4 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:35,954:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2e4 rc=0 2025-12-29 02:09:36,954:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e5 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:36,959:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e5 rc=-110 2025-12-29 02:09:36,959:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2e6 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:36,959:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2e6 rc=0 2025-12-29 02:09:37,960:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e7 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:37,965:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e7 rc=-110 2025-12-29 02:09:37,965:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2e8 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:37,966:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2e8 rc=0 2025-12-29 02:09:38,966:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2e9 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:38,970:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2e9 rc=-110 2025-12-29 02:09:38,971:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2ea for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:38,975:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2ea rc=0 2025-12-29 02:09:39,975:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2eb for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:39,979:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2eb rc=-110 2025-12-29 02:09:39,979:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2ec for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:39,981:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2ec rc=0 2025-12-29 02:09:40,981:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2ed for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:40,984:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2ed rc=-110 2025-12-29 02:09:40,984:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2ee for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:40,985:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2ee rc=0 2025-12-29 02:09:41,985:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2ef for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:41,988:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2ef rc=-110 2025-12-29 02:09:41,989:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2f0 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:41,989:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2f0 rc=0 2025-12-29 02:09:42,989:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2f1 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:42,993:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2f1 rc=-110 2025-12-29 02:09:42,993:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2f2 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:42,994:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2f2 rc=0 2025-12-29 02:09:43,994:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2f3 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:43,999:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2f3 rc=-110 2025-12-29 02:09:43,999:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2f4 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:43,999:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2f4 rc=0 2025-12-29 02:09:45,000:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2f5 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:45,003:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2f5 rc=-110 2025-12-29 02:09:45,004:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2f6 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:45,004:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2f6 rc=0 2025-12-29 02:09:46,004:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2f7 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:46,008:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2f7 rc=-110 2025-12-29 02:09:46,008:1(0x7f22a498a300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6951e2f8 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:46,009:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6951e2f8 rc=0 2025-12-29 02:09:47,009:1(0x7f22a498a300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6951e2f9 for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:47,013:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6951e2f9 rc=0 2025-12-29 02:09:47,154:1(0x7f22a498a300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6951e2fa for path [/collector] to 10.0.0.22:2181 2025-12-29 02:09:47,164:1(0x7f2298ff7640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6951e2fa rc=0 2025-12-29 02:09:47,165:1(0x7f2298ff7640):ZOO_DEBUG@do_io@460: IO thread terminated 2025-12-29 02:09:47,165:1(0x7f2273fff640):ZOO_DEBUG@do_completion@483: completion thread terminated 2025-12-29 02:09:47,165:1(0x7f22a498a300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x2000017e19d000b to 10.0.0.22:2181 2025-12-29 02:09:47,168:1(0x7f22a498a300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x2000017e19d000b 2025-12-29 02:09:47,287:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820202 ms 2025-12-29 02:10:00,633:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820201 ms 2025-12-29 02:10:13,976:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820200 ms 2025-12-29 02:10:27,321:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820201 ms 2025-12-29 02:10:40,662:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820201 ms 2025-12-29 02:10:54,008:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820201 ms 2025-12-29 02:11:07,355:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820201 ms 2025-12-29 02:11:20,701:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820201 ms 2025-12-29 02:11:34,045:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820202 ms 2025-12-29 02:11:47,389:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820202 ms 2025-12-29 02:12:00,734:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820202 ms 2025-12-29 02:12:14,080:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820202 ms 2025-12-29 02:12:27,425:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820202 ms 2025-12-29 02:12:40,772:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820202 ms 2025-12-29 02:12:54,118:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:13:07,464:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:13:20,812:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:13:34,158:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:13:47,505:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:14:00,849:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:14:14,196:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820204 ms 2025-12-29 02:14:27,542:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820204 ms 2025-12-29 02:14:40,888:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:14:54,233:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820204 ms 2025-12-29 02:15:07,577:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820204 ms 2025-12-29 02:15:20,922:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820203 ms 2025-12-29 02:15:34,268:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820205 ms 2025-12-29 02:15:47,614:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820205 ms 2025-12-29 02:16:00,960:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820204 ms 2025-12-29 02:16:14,304:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820205 ms 2025-12-29 02:16:27,648:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820205 ms 2025-12-29 02:16:40,992:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820204 ms 2025-12-29 02:16:54,340:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820208 ms 2025-12-29 02:17:07,691:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:17:21,032:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820206 ms 2025-12-29 02:17:34,379:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820206 ms 2025-12-29 02:17:47,724:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820206 ms 2025-12-29 02:18:01,071:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820206 ms 2025-12-29 02:18:14,416:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820207 ms 2025-12-29 02:18:27,760:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820207 ms 2025-12-29 02:18:41,106:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820207 ms 2025-12-29 02:18:54,441:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820207 ms 2025-12-29 02:19:07,785:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820207 ms 2025-12-29 02:19:21,134:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820207 ms 2025-12-29 02:19:34,481:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820208 ms 2025-12-29 02:19:47,826:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820208 ms 2025-12-29 02:20:01,177:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820209 ms 2025-12-29 02:20:14,520:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820208 ms 2025-12-29 02:20:27,865:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820207 ms 2025-12-29 02:20:41,212:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820208 ms 2025-12-29 02:20:54,562:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:21:07,908:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820211 ms 2025-12-29 02:21:21,245:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820214 ms 2025-12-29 02:21:34,585:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820209 ms 2025-12-29 02:21:47,932:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820208 ms 2025-12-29 02:22:01,276:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820209 ms 2025-12-29 02:22:14,623:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820210 ms 2025-12-29 02:22:27,969:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820209 ms 2025-12-29 02:22:41,316:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820210 ms 2025-12-29 02:22:54,660:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820210 ms 2025-12-29 02:23:08,004:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820210 ms 2025-12-29 02:23:21,348:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820210 ms 2025-12-29 02:23:34,692:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820210 ms 2025-12-29 02:23:48,039:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820211 ms 2025-12-29 02:24:01,384:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820211 ms 2025-12-29 02:24:14,728:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820211 ms 2025-12-29 02:24:28,075:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820211 ms 2025-12-29 02:24:41,420:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820211 ms 2025-12-29 02:24:54,766:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:25:08,112:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:25:21,458:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:25:34,804:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:25:48,148:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:26:01,493:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:26:14,840:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:26:28,185:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820213 ms 2025-12-29 02:26:41,531:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820213 ms 2025-12-29 02:26:54,877:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820212 ms 2025-12-29 02:27:08,224:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820213 ms 2025-12-29 02:27:21,561:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820214 ms 2025-12-29 02:27:34,908:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820213 ms 2025-12-29 02:27:48,255:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820214 ms 2025-12-29 02:28:01,601:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820214 ms 2025-12-29 02:28:14,950:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820214 ms 2025-12-29 02:28:28,295:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820214 ms 2025-12-29 02:28:41,641:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820214 ms 2025-12-29 02:28:54,990:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:29:08,338:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820220 ms 2025-12-29 02:29:21,679:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820215 ms 2025-12-29 02:29:35,025:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820215 ms 2025-12-29 02:29:48,369:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820215 ms 2025-12-29 02:30:01,715:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820215 ms 2025-12-29 02:30:15,060:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820215 ms 2025-12-29 02:30:28,407:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820216 ms 2025-12-29 02:30:41,752:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820216 ms 2025-12-29 02:30:55,096:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820216 ms 2025-12-29 02:31:08,444:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820216 ms 2025-12-29 02:31:21,791:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820216 ms 2025-12-29 02:31:35,136:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820216 ms 2025-12-29 02:31:48,484:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:32:01,829:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:32:15,177:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:32:28,521:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:32:41,867:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:32:55,212:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820218 ms 2025-12-29 02:33:08,556:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820218 ms 2025-12-29 02:33:21,900:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:33:35,245:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820218 ms 2025-12-29 02:33:48,587:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820218 ms 2025-12-29 02:34:01,931:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820217 ms 2025-12-29 02:34:15,276:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820218 ms 2025-12-29 02:34:28,622:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820219 ms 2025-12-29 02:34:41,968:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820218 ms 2025-12-29 02:34:55,312:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820219 ms 2025-12-29 02:35:08,657:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820219 ms 2025-12-29 02:35:22,004:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820219 ms 2025-12-29 02:35:35,349:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820219 ms 2025-12-29 02:35:48,692:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820220 ms 2025-12-29 02:36:02,039:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820220 ms 2025-12-29 02:36:15,383:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820220 ms 2025-12-29 02:36:28,728:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820220 ms 2025-12-29 02:36:42,075:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820220 ms 2025-12-29 02:36:55,420:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820220 ms 2025-12-29 02:37:08,764:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820221 ms 2025-12-29 02:37:22,111:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820221 ms 2025-12-29 02:37:35,458:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820221 ms 2025-12-29 02:37:48,804:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820221 ms 2025-12-29 02:38:02,148:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820221 ms 2025-12-29 02:38:15,494:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820221 ms 2025-12-29 02:38:28,842:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820222 ms 2025-12-29 02:38:42,190:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820223 ms 2025-12-29 02:38:55,535:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820222 ms 2025-12-29 02:39:08,880:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820221 ms 2025-12-29 02:39:22,224:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820222 ms 2025-12-29 02:39:35,569:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820223 ms 2025-12-29 02:39:48,913:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820222 ms 2025-12-29 02:40:02,256:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820223 ms 2025-12-29 02:40:15,601:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820223 ms 2025-12-29 02:40:28,945:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820222 ms 2025-12-29 02:40:42,288:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820223 ms 2025-12-29 02:40:55,633:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820224 ms 2025-12-29 02:41:08,978:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820223 ms 2025-12-29 02:41:22,324:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820224 ms 2025-12-29 02:41:35,671:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820224 ms 2025-12-29 02:41:49,016:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820224 ms 2025-12-29 02:42:02,363:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820224 ms 2025-12-29 02:42:15,708:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820225 ms 2025-12-29 02:42:29,052:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820225 ms 2025-12-29 02:42:42,398:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820225 ms 2025-12-29 02:42:55,743:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820225 ms 2025-12-29 02:43:09,088:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820225 ms 2025-12-29 02:43:22,433:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:43:35,779:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820225 ms 2025-12-29 02:43:49,119:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:44:02,466:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:44:15,812:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:44:29,156:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:44:42,502:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:44:55,848:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:45:09,195:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820227 ms 2025-12-29 02:45:22,540:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820227 ms 2025-12-29 02:45:35,888:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:45:49,233:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820227 ms 2025-12-29 02:46:02,576:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820227 ms 2025-12-29 02:46:15,923:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820226 ms 2025-12-29 02:46:29,269:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820228 ms 2025-12-29 02:46:42,612:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820228 ms 2025-12-29 02:46:55,959:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820227 ms 2025-12-29 02:47:09,304:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820228 ms 2025-12-29 02:47:22,649:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820228 ms 2025-12-29 02:47:35,994:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820228 ms 2025-12-29 02:47:49,337:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820229 ms 2025-12-29 02:48:02,682:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820229 ms 2025-12-29 02:48:16,029:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820229 ms 2025-12-29 02:48:29,372:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820229 ms 2025-12-29 02:48:42,716:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820229 ms 2025-12-29 02:48:56,060:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820229 ms 2025-12-29 02:49:09,405:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820230 ms 2025-12-29 02:49:22,748:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820230 ms 2025-12-29 02:49:36,092:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820230 ms 2025-12-29 02:49:49,436:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820230 ms 2025-12-29 02:50:02,780:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820230 ms 2025-12-29 02:50:16,124:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820230 ms 2025-12-29 02:50:29,470:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:50:42,816:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:50:56,161:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:51:09,507:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:51:22,855:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:51:36,200:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:51:49,544:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:52:02,888:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:52:16,234:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820232 ms 2025-12-29 02:52:29,580:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820232 ms 2025-12-29 02:52:42,927:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820231 ms 2025-12-29 02:52:56,272:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820232 ms 2025-12-29 02:53:09,612:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820233 ms 2025-12-29 02:53:22,949:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820232 ms 2025-12-29 02:53:36,296:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820233 ms 2025-12-29 02:53:49,641:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820233 ms 2025-12-29 02:54:02,987:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820232 ms 2025-12-29 02:54:16,334:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820233 ms 2025-12-29 02:54:29,680:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820234 ms 2025-12-29 02:54:43,028:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820234 ms 2025-12-29 02:54:56,373:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820234 ms 2025-12-29 02:55:09,720:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820234 ms 2025-12-29 02:55:23,067:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820234 ms 2025-12-29 02:55:36,404:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820234 ms 2025-12-29 02:55:49,748:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820234 ms 2025-12-29 02:56:03,092:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820235 ms 2025-12-29 02:56:16,436:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820235 ms 2025-12-29 02:56:29,783:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820235 ms 2025-12-29 02:56:43,131:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820235 ms 2025-12-29 02:56:56,476:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820235 ms 2025-12-29 02:57:09,823:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:57:23,168:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:57:36,514:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:57:49,857:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:58:03,202:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:58:16,547:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:58:29,894:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:58:43,240:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820237 ms 2025-12-29 02:58:56,584:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820237 ms 2025-12-29 02:59:09,931:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820236 ms 2025-12-29 02:59:23,276:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820237 ms 2025-12-29 02:59:36,621:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820237 ms 2025-12-29 02:59:49,968:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820237 ms 2025-12-29 03:00:03,315:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820238 ms 2025-12-29 03:00:16,661:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820238 ms 2025-12-29 03:00:30,007:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820238 ms 2025-12-29 03:00:43,353:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820238 ms 2025-12-29 03:00:56,700:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820238 ms 2025-12-29 03:01:10,044:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820238 ms 2025-12-29 03:01:23,391:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820239 ms 2025-12-29 03:01:36,736:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820239 ms 2025-12-29 03:01:50,083:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820239 ms 2025-12-29 03:02:03,429:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:02:16,773:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820239 ms 2025-12-29 03:02:30,120:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:02:43,468:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:02:56,814:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:03:10,160:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:03:23,507:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:03:36,852:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:03:50,199:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820240 ms 2025-12-29 03:04:03,545:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:04:16,889:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:04:30,236:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:04:43,583:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:04:56,929:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:05:10,275:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:05:23,620:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820242 ms 2025-12-29 03:05:36,965:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:05:50,308:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820242 ms 2025-12-29 03:06:03,652:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820242 ms 2025-12-29 03:06:16,997:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820241 ms 2025-12-29 03:06:30,341:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820242 ms 2025-12-29 03:06:43,688:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820243 ms 2025-12-29 03:06:57,034:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820243 ms 2025-12-29 03:07:10,381:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820243 ms 2025-12-29 03:07:23,725:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820243 ms 2025-12-29 03:07:37,070:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820243 ms 2025-12-29 03:07:50,416:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820243 ms 2025-12-29 03:08:03,760:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820243 ms 2025-12-29 03:08:17,104:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820244 ms 2025-12-29 03:08:30,449:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820244 ms 2025-12-29 03:08:43,796:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820244 ms 2025-12-29 03:08:57,140:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820244 ms 2025-12-29 03:09:10,486:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:09:23,832:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:09:37,176:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:09:50,519:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:10:03,864:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:10:17,209:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:10:30,553:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:10:43,900:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820246 ms 2025-12-29 03:10:57,245:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820246 ms 2025-12-29 03:11:10,590:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820246 ms 2025-12-29 03:11:23,937:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820245 ms 2025-12-29 03:11:37,284:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820246 ms 2025-12-29 03:11:50,628:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820246 ms 2025-12-29 03:12:03,974:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820246 ms 2025-12-29 03:12:17,320:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820247 ms 2025-12-29 03:12:30,672:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820247 ms 2025-12-29 03:12:44,017:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820247 ms 2025-12-29 03:12:57,364:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820247 ms 2025-12-29 03:13:10,711:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820248 ms 2025-12-29 03:13:24,059:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820249 ms 2025-12-29 03:13:37,404:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820248 ms 2025-12-29 03:13:50,748:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820248 ms 2025-12-29 03:14:04,092:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820248 ms 2025-12-29 03:14:17,439:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820248 ms 2025-12-29 03:14:30,784:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820248 ms 2025-12-29 03:14:44,128:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820248 ms 2025-12-29 03:14:57,469:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820249 ms 2025-12-29 03:15:10,812:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820249 ms 2025-12-29 03:15:24,158:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820249 ms 2025-12-29 03:15:37,502:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820249 ms 2025-12-29 03:15:50,848:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820250 ms 2025-12-29 03:16:04,195:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820249 ms 2025-12-29 03:16:17,540:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820250 ms 2025-12-29 03:16:30,884:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820250 ms 2025-12-29 03:16:44,229:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820251 ms 2025-12-29 03:16:57,572:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820250 ms 2025-12-29 03:17:10,916:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820249 ms 2025-12-29 03:17:24,261:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820250 ms 2025-12-29 03:17:37,608:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820251 ms 2025-12-29 03:17:50,953:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820250 ms 2025-12-29 03:18:04,300:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820251 ms 2025-12-29 03:18:17,639:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820251 ms 2025-12-29 03:18:30,986:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820250 ms 2025-12-29 03:18:44,331:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820252 ms 2025-12-29 03:18:57,678:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820252 ms 2025-12-29 03:19:11,024:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820252 ms 2025-12-29 03:19:24,371:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820252 ms 2025-12-29 03:19:37,716:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820252 ms 2025-12-29 03:19:51,063:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820252 ms 2025-12-29 03:20:04,409:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820252 ms 2025-12-29 03:20:17,754:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820253 ms 2025-12-29 03:20:31,101:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820253 ms 2025-12-29 03:20:44,443:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820253 ms 2025-12-29 03:20:57,790:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820253 ms 2025-12-29 03:21:11,142:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820260 ms 2025-12-29 03:21:24,488:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:21:37,828:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820254 ms 2025-12-29 03:21:51,172:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820254 ms 2025-12-29 03:22:04,516:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820254 ms 2025-12-29 03:22:17,861:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820254 ms 2025-12-29 03:22:31,204:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820254 ms 2025-12-29 03:22:44,549:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820254 ms 2025-12-29 03:22:57,896:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820255 ms 2025-12-29 03:23:11,240:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820255 ms 2025-12-29 03:23:24,584:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820255 ms 2025-12-29 03:23:37,931:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820254 ms 2025-12-29 03:23:51,276:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820255 ms 2025-12-29 03:24:04,620:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820255 ms 2025-12-29 03:24:17,965:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820255 ms 2025-12-29 03:24:31,311:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820256 ms 2025-12-29 03:24:44,657:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820256 ms 2025-12-29 03:24:58,000:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820256 ms 2025-12-29 03:25:11,346:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820256 ms 2025-12-29 03:25:24,692:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820257 ms 2025-12-29 03:25:38,039:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820257 ms 2025-12-29 03:25:51,385:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820257 ms 2025-12-29 03:26:04,730:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820257 ms 2025-12-29 03:26:18,076:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820257 ms 2025-12-29 03:26:31,420:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820257 ms 2025-12-29 03:26:44,764:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820258 ms 2025-12-29 03:26:58,108:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820258 ms 2025-12-29 03:27:11,455:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820258 ms 2025-12-29 03:27:24,801:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820258 ms 2025-12-29 03:27:38,143:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820258 ms 2025-12-29 03:27:51,488:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820258 ms 2025-12-29 03:28:04,835:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820258 ms 2025-12-29 03:28:18,181:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:28:31,525:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:28:44,871:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:28:58,216:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:29:11,563:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:29:24,908:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:29:38,253:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820260 ms 2025-12-29 03:29:51,600:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820260 ms 2025-12-29 03:30:04,946:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820259 ms 2025-12-29 03:30:18,292:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820260 ms 2025-12-29 03:30:31,638:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820260 ms 2025-12-29 03:30:44,985:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820260 ms 2025-12-29 03:30:58,328:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820261 ms 2025-12-29 03:31:11,675:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820261 ms 2025-12-29 03:31:25,022:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820261 ms 2025-12-29 03:31:38,368:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820261 ms 2025-12-29 03:31:51,712:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820261 ms 2025-12-29 03:32:05,057:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820261 ms 2025-12-29 03:32:18,401:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820262 ms 2025-12-29 03:32:31,748:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820262 ms 2025-12-29 03:32:45,092:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820262 ms 2025-12-29 03:32:58,436:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820262 ms 2025-12-29 03:33:11,780:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820262 ms 2025-12-29 03:33:25,124:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:33:38,468:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:33:51,815:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:34:05,162:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:34:18,503:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:34:31,848:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:34:45,193:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:34:58,540:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820264 ms 2025-12-29 03:35:11,885:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820264 ms 2025-12-29 03:35:25,229:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820264 ms 2025-12-29 03:35:38,576:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820264 ms 2025-12-29 03:35:51,921:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820263 ms 2025-12-29 03:36:05,269:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820265 ms 2025-12-29 03:36:18,612:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820265 ms 2025-12-29 03:36:31,959:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820264 ms 2025-12-29 03:36:45,304:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820265 ms 2025-12-29 03:36:58,650:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820265 ms 2025-12-29 03:37:11,996:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820264 ms 2025-12-29 03:37:25,337:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820266 ms 2025-12-29 03:37:38,677:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820266 ms 2025-12-29 03:37:52,020:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820266 ms 2025-12-29 03:38:05,367:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820266 ms 2025-12-29 03:38:18,712:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820266 ms 2025-12-29 03:38:32,056:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820266 ms 2025-12-29 03:38:45,400:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820267 ms 2025-12-29 03:38:58,744:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820266 ms 2025-12-29 03:39:12,079:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820267 ms 2025-12-29 03:39:25,427:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820267 ms 2025-12-29 03:39:38,772:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820267 ms 2025-12-29 03:39:52,116:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820267 ms 2025-12-29 03:40:05,462:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820267 ms 2025-12-29 03:40:18,808:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820268 ms 2025-12-29 03:40:32,152:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820268 ms 2025-12-29 03:40:45,500:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820268 ms 2025-12-29 03:40:58,846:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820268 ms 2025-12-29 03:41:12,193:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:41:25,536:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820268 ms 2025-12-29 03:41:38,881:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820268 ms 2025-12-29 03:41:52,227:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:42:05,573:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:42:18,919:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:42:32,266:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:42:45,612:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:42:58,956:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:43:12,304:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820270 ms 2025-12-29 03:43:25,648:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820270 ms 2025-12-29 03:43:38,995:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820269 ms 2025-12-29 03:43:52,342:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820270 ms 2025-12-29 03:44:05,689:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820270 ms 2025-12-29 03:44:19,035:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820271 ms 2025-12-29 03:44:32,380:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820271 ms 2025-12-29 03:44:45,724:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820271 ms 2025-12-29 03:44:59,069:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820271 ms 2025-12-29 03:45:12,415:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820271 ms 2025-12-29 03:45:25,761:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820271 ms 2025-12-29 03:45:39,104:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820272 ms 2025-12-29 03:45:52,450:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820272 ms 2025-12-29 03:46:05,796:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820272 ms 2025-12-29 03:46:19,143:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820272 ms 2025-12-29 03:46:32,488:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820272 ms 2025-12-29 03:46:45,834:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820272 ms 2025-12-29 03:46:59,180:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820272 ms 2025-12-29 03:47:12,525:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820273 ms 2025-12-29 03:47:25,872:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820273 ms 2025-12-29 03:47:39,218:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820273 ms 2025-12-29 03:47:52,564:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820273 ms 2025-12-29 03:48:05,908:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820273 ms 2025-12-29 03:48:19,255:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820274 ms 2025-12-29 03:48:32,602:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820274 ms 2025-12-29 03:48:45,948:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820273 ms 2025-12-29 03:48:59,295:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820274 ms 2025-12-29 03:49:12,642:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820274 ms 2025-12-29 03:49:25,989:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820274 ms 2025-12-29 03:49:39,332:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820274 ms 2025-12-29 03:49:52,676:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820274 ms 2025-12-29 03:50:06,021:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820275 ms 2025-12-29 03:50:19,365:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820275 ms 2025-12-29 03:50:32,716:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820280 ms 2025-12-29 03:50:46,057:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820275 ms 2025-12-29 03:50:59,403:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820276 ms 2025-12-29 03:51:12,750:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820276 ms 2025-12-29 03:51:26,096:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820276 ms 2025-12-29 03:51:39,440:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820276 ms 2025-12-29 03:51:52,787:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820276 ms 2025-12-29 03:52:06,133:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:52:19,478:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:52:32,824:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:52:46,169:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:52:59,512:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:53:12,857:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:53:26,204:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:53:39,553:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820281 ms 2025-12-29 03:53:52,897:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820278 ms 2025-12-29 03:54:06,243:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820278 ms 2025-12-29 03:54:19,590:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820279 ms 2025-12-29 03:54:32,936:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820277 ms 2025-12-29 03:54:46,283:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820279 ms 2025-12-29 03:54:59,634:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820284 ms 2025-12-29 03:55:12,976:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820278 ms 2025-12-29 03:55:26,320:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820279 ms 2025-12-29 03:55:39,667:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820279 ms 2025-12-29 03:55:53,012:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820279 ms 2025-12-29 03:56:06,356:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820279 ms 2025-12-29 03:56:19,701:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820280 ms 2025-12-29 03:56:33,047:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820280 ms 2025-12-29 03:56:46,392:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820280 ms 2025-12-29 03:56:59,739:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820280 ms 2025-12-29 03:57:13,084:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820280 ms 2025-12-29 03:57:26,428:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820280 ms 2025-12-29 03:57:39,775:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820281 ms 2025-12-29 03:57:53,120:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820281 ms 2025-12-29 03:58:06,470:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820284 ms 2025-12-29 03:58:19,812:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820281 ms 2025-12-29 03:58:33,158:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820281 ms 2025-12-29 03:58:46,504:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820281 ms 2025-12-29 03:58:59,847:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820281 ms 2025-12-29 03:59:13,192:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820282 ms 2025-12-29 03:59:26,536:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820282 ms 2025-12-29 03:59:39,881:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820282 ms 2025-12-29 03:59:53,227:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820282 ms 2025-12-29 04:00:06,572:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820283 ms 2025-12-29 04:00:19,917:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820283 ms 2025-12-29 04:00:33,261:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820283 ms 2025-12-29 04:00:46,607:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820283 ms 2025-12-29 04:00:59,952:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820282 ms 2025-12-29 04:01:13,296:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820283 ms 2025-12-29 04:01:26,644:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820283 ms 2025-12-29 04:01:39,988:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820283 ms 2025-12-29 04:01:53,332:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820284 ms 2025-12-29 04:02:06,679:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820284 ms 2025-12-29 04:02:20,024:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820284 ms 2025-12-29 04:02:33,371:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820284 ms 2025-12-29 04:02:46,716:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820284 ms 2025-12-29 04:03:00,052:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820285 ms 2025-12-29 04:03:13,397:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820285 ms 2025-12-29 04:03:26,745:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820285 ms 2025-12-29 04:03:40,088:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820285 ms 2025-12-29 04:03:53,432:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820285 ms 2025-12-29 04:04:06,778:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820285 ms 2025-12-29 04:04:20,125:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820286 ms 2025-12-29 04:04:33,469:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820286 ms 2025-12-29 04:04:46,813:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820286 ms 2025-12-29 04:05:00,158:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820286 ms 2025-12-29 04:05:13,504:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820286 ms 2025-12-29 04:05:26,848:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820286 ms 2025-12-29 04:05:40,195:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820287 ms 2025-12-29 04:05:53,542:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820287 ms 2025-12-29 04:06:06,888:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820287 ms 2025-12-29 04:06:20,233:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820287 ms 2025-12-29 04:06:33,580:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820287 ms 2025-12-29 04:06:46,925:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820288 ms 2025-12-29 04:07:00,269:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820288 ms 2025-12-29 04:07:13,616:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820288 ms 2025-12-29 04:07:26,960:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820287 ms 2025-12-29 04:07:40,304:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820288 ms 2025-12-29 04:07:53,650:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820288 ms 2025-12-29 04:08:06,996:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820287 ms 2025-12-29 04:08:20,341:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820289 ms 2025-12-29 04:08:33,688:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820289 ms 2025-12-29 04:08:47,032:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820289 ms 2025-12-29 04:09:00,376:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820289 ms 2025-12-29 04:09:13,723:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820289 ms 2025-12-29 04:09:27,068:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820289 ms 2025-12-29 04:09:40,415:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820289 ms 2025-12-29 04:09:53,761:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820290 ms 2025-12-29 04:10:07,109:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820290 ms 2025-12-29 04:10:20,453:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820290 ms 2025-12-29 04:10:33,800:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820290 ms 2025-12-29 04:10:47,145:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:11:00,489:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:11:13,835:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:11:27,180:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:11:40,526:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:11:53,872:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:12:07,216:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:12:20,563:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820291 ms 2025-12-29 04:12:33,908:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820292 ms 2025-12-29 04:12:47,253:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820292 ms 2025-12-29 04:13:00,599:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820292 ms 2025-12-29 04:13:13,946:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820292 ms 2025-12-29 04:13:27,293:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820293 ms 2025-12-29 04:13:40,640:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820293 ms 2025-12-29 04:13:53,985:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820292 ms 2025-12-29 04:14:07,332:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820293 ms 2025-12-29 04:14:20,678:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820293 ms 2025-12-29 04:14:34,025:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820293 ms 2025-12-29 04:14:47,372:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820293 ms 2025-12-29 04:15:00,716:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820294 ms 2025-12-29 04:15:14,061:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820294 ms 2025-12-29 04:15:27,408:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820294 ms 2025-12-29 04:15:40,754:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820294 ms 2025-12-29 04:15:54,100:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820294 ms 2025-12-29 04:16:07,447:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820294 ms 2025-12-29 04:16:20,792:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820295 ms 2025-12-29 04:16:34,138:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820295 ms 2025-12-29 04:16:47,484:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820295 ms 2025-12-29 04:17:00,828:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820295 ms 2025-12-29 04:17:14,174:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820295 ms 2025-12-29 04:17:27,520:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820295 ms 2025-12-29 04:17:40,865:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820296 ms 2025-12-29 04:17:54,212:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820296 ms 2025-12-29 04:18:07,556:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820296 ms 2025-12-29 04:18:20,896:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820296 ms 2025-12-29 04:18:34,243:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820296 ms 2025-12-29 04:18:47,589:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820296 ms 2025-12-29 04:19:00,932:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820297 ms 2025-12-29 04:19:14,278:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820297 ms 2025-12-29 04:19:27,626:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820297 ms 2025-12-29 04:19:40,972:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820296 ms 2025-12-29 04:19:54,316:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820297 ms 2025-12-29 04:20:07,660:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820297 ms 2025-12-29 04:20:21,007:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820298 ms 2025-12-29 04:20:34,352:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820298 ms 2025-12-29 04:20:47,699:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820298 ms 2025-12-29 04:21:01,046:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820298 ms 2025-12-29 04:21:14,387:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:21:27,732:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820298 ms 2025-12-29 04:21:41,076:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:21:54,423:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:22:07,770:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:22:21,117:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:22:34,460:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:22:47,807:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:23:01,154:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820299 ms 2025-12-29 04:23:14,500:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820300 ms 2025-12-29 04:23:27,844:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820300 ms 2025-12-29 04:23:41,188:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820300 ms 2025-12-29 04:23:54,535:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820300 ms 2025-12-29 04:24:07,882:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820300 ms 2025-12-29 04:24:21,228:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820301 ms 2025-12-29 04:24:34,575:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820301 ms 2025-12-29 04:24:47,920:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820301 ms 2025-12-29 04:25:01,265:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820301 ms 2025-12-29 04:25:14,610:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820301 ms 2025-12-29 04:25:27,958:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820301 ms 2025-12-29 04:25:41,300:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820302 ms 2025-12-29 04:25:54,644:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820302 ms 2025-12-29 04:26:07,989:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820301 ms 2025-12-29 04:26:21,336:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820302 ms 2025-12-29 04:26:34,680:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820302 ms 2025-12-29 04:26:48,027:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820302 ms 2025-12-29 04:27:01,373:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:27:14,716:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:27:28,060:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:27:41,408:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:27:54,755:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:28:08,100:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:28:21,444:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:28:34,790:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820303 ms 2025-12-29 04:28:48,136:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820304 ms 2025-12-29 04:29:01,482:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820304 ms 2025-12-29 04:29:14,826:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820304 ms 2025-12-29 04:29:28,171:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820304 ms 2025-12-29 04:29:41,518:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:29:54,864:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:30:08,211:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:30:21,554:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:30:34,900:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:30:48,244:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:31:01,591:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:31:14,937:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820306 ms 2025-12-29 04:31:28,283:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820306 ms 2025-12-29 04:31:41,628:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820306 ms 2025-12-29 04:31:54,972:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820305 ms 2025-12-29 04:32:08,319:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820306 ms 2025-12-29 04:32:21,666:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820306 ms 2025-12-29 04:32:35,009:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820307 ms 2025-12-29 04:32:48,356:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820307 ms 2025-12-29 04:33:01,700:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820307 ms 2025-12-29 04:33:15,048:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820308 ms 2025-12-29 04:33:28,394:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820307 ms 2025-12-29 04:33:41,740:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820307 ms 2025-12-29 04:33:55,084:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820308 ms 2025-12-29 04:34:08,430:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820308 ms 2025-12-29 04:34:21,776:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820308 ms 2025-12-29 04:34:35,122:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820308 ms 2025-12-29 04:34:48,468:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820308 ms 2025-12-29 04:35:01,814:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820309 ms 2025-12-29 04:35:15,160:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820309 ms 2025-12-29 04:35:28,506:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820309 ms 2025-12-29 04:35:41,852:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820309 ms 2025-12-29 04:35:55,197:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820309 ms 2025-12-29 04:36:08,543:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820309 ms 2025-12-29 04:36:21,888:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820309 ms 2025-12-29 04:36:35,234:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820310 ms 2025-12-29 04:36:48,580:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820310 ms 2025-12-29 04:37:01,925:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820310 ms 2025-12-29 04:37:15,268:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820310 ms 2025-12-29 04:37:28,615:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820310 ms 2025-12-29 04:37:41,961:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820311 ms 2025-12-29 04:37:55,305:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820311 ms 2025-12-29 04:38:08,652:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820311 ms 2025-12-29 04:38:21,994:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820310 ms 2025-12-29 04:38:35,330:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820311 ms 2025-12-29 04:38:48,677:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820311 ms 2025-12-29 04:39:02,020:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820312 ms 2025-12-29 04:39:15,364:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820312 ms 2025-12-29 04:39:28,708:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820312 ms 2025-12-29 04:39:42,055:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820312 ms 2025-12-29 04:39:55,401:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820312 ms 2025-12-29 04:40:08,749:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820312 ms 2025-12-29 04:40:22,095:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820313 ms 2025-12-29 04:40:35,440:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820313 ms 2025-12-29 04:40:48,786:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820313 ms 2025-12-29 04:41:02,132:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820313 ms 2025-12-29 04:41:15,477:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820313 ms 2025-12-29 04:41:28,820:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820313 ms 2025-12-29 04:41:42,164:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820314 ms 2025-12-29 04:41:55,511:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820314 ms 2025-12-29 04:42:08,859:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820314 ms 2025-12-29 04:42:22,204:1(0x7f229affd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1740820314 ms