++ 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 8 02:11:34 AM UTC 2025 ===================' INFO: =================== Mon Dec 8 02:11:34 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.65: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.23,10.0.0.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.65: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.14,10.20.0.145 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18,10.20.0.14,10.20.0.145 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.65: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.23,10.0.0.22,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.22,10.0.0.65 ++ 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.23,10.0.0.22,10.0.0.65 ++ 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.23,10.0.0.22,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort +++ local local_ips=,10.0.0.65,10.20.0.145,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.145,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.65,10.20.0.145,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.145,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + hostip=10.0.0.65 ++ resolve_hostname_by_ip 10.0.0.65 ++ local ip=10.0.0.65 +++ getent hosts 10.0.0.65 +++ head -n 1 ++ local 'host_entry=10.0.0.65 cn-jenkins-deploy-platform-ansible-os-4854-3. cn-jenkins-deploy-platform-ansible-os-4854-3' ++ local name= ++ [[ -n 10.0.0.65 cn-jenkins-deploy-platform-ansible-os-4854-3. cn-jenkins-deploy-platform-ansible-os-4854-3 ]] +++ echo 10.0.0.65 cn-jenkins-deploy-platform-ansible-os-4854-3. cn-jenkins-deploy-platform-ansible-os-4854-3 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-4854-3. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-4854-3. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-4854-3. + hostname=cn-jenkins-deploy-platform-ansible-os-4854-3. ++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.23:5673 10.0.0.22:5673 10.0.0.65:5673' ++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.23:9041 10.0.0.22:9041 10.0.0.65: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 ++ sed 's/^COLLECTOR__//g' ++ sort ++ grep '^COLLECTOR__.*__.*=.*$' ++ cut -d = -f 1 + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2025-12-08 02:11:34,843:1(0x7ff9311af300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4854-3 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-12-08 02:11:34,844:1(0x7ff9311af300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-08 02:11:34,844:1(0x7ff926ffd640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-08 02:11:34,844:1(0x7ff9277fe640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-08 02:11:34,845:1(0x7ff9277fe640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-08 02:11:34,845:1(0x7ff9277fe640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-08 02:11:34,845:1(0x7ff9277fe640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.22:2181 2025-12-08 02:11:34,845:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-08 02:11:34,845:1(0x7ff9277fe640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.22:2181 2025-12-08 02:11:34,859:1(0x7ff9277fe640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.22:2181, sessionId=0x20000184df20007, negotiated timeout=40000 2025-12-08 02:11:34,859:1(0x7ff9277fe640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-12-08 02:11:34,860:1(0x7ff926ffd640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-08 02:11:35,845:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633d7 for path [/analytics-discovery-] to 10.0.0.22:2181 2025-12-08 02:11:35,857:1(0x7ff9277fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633d7 rc=-110 2025-12-08 02:11:35,857:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633d8 for path [/analytics-discovery-/Collector] to 10.0.0.22:2181 2025-12-08 02:11:35,867:1(0x7ff9277fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633d8 rc=-110 2025-12-08 02:11:35,867:1(0x7ff9311af300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x693633d9 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4854-3.] to 10.0.0.22:2181 2025-12-08 02:11:35,869:1(0x7ff9277fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x693633d9 rc=-101 2025-12-08 02:11:35,870:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633da for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4854-3.] to 10.0.0.22:2181 2025-12-08 02:11:35,887:1(0x7ff9277fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633da rc=0 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4854-3 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-12-08 02:11:35,888:1(0x7ff9311af300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-08 02:11:35,892:1(0x7ff924ff7640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-08 02:11:35,892:1(0x7ff9257f8640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-08 02:11:35,895:1(0x7ff9257f8640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-08 02:11:35,895:1(0x7ff9257f8640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-08 02:11:35,895:1(0x7ff9257f8640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.22:2181 2025-12-08 02:11:35,895:1(0x7ff9257f8640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-08 02:11:35,896:1(0x7ff9257f8640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.22:2181 2025-12-08 02:11:35,916:1(0x7ff9257f8640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.22:2181, sessionId=0x20000184df20008, negotiated timeout=40000 2025-12-08 02:11:35,916:1(0x7ff9257f8640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-12-08 02:11:35,916:1(0x7ff924ff7640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-08 02:11:36,892:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633db for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:36,896:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633db rc=-110 2025-12-08 02:11:36,896:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633dc for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:36,898:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633dc rc=0 2025-12-08 02:11:37,899:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633dd for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:37,903:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633dd rc=-110 2025-12-08 02:11:37,903:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633de for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:37,904:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633de rc=0 2025-12-08 02:11:38,904:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633df for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:38,909:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633df rc=-110 2025-12-08 02:11:38,909:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633e0 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:38,910:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633e0 rc=0 2025-12-08 02:11:39,910:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633e1 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:39,916:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633e1 rc=-110 2025-12-08 02:11:39,917:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633e2 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:39,918:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633e2 rc=0 2025-12-08 02:11:40,918:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633e3 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:40,928:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633e3 rc=-110 2025-12-08 02:11:40,928:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633e4 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:40,929:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633e4 rc=0 2025-12-08 02:11:41,929:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633e5 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:41,933:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633e5 rc=-110 2025-12-08 02:11:41,933:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633e6 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:41,935:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633e6 rc=0 2025-12-08 02:11:42,935:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633e7 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:42,939:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633e7 rc=-110 2025-12-08 02:11:42,939:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633e8 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:42,940:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633e8 rc=0 2025-12-08 02:11:43,940:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633e9 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:43,944:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633e9 rc=-110 2025-12-08 02:11:43,944:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633ea for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:43,945:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633ea rc=0 2025-12-08 02:11:44,945:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633eb for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:44,950:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633eb rc=-110 2025-12-08 02:11:44,950:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633ec for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:44,951:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633ec rc=0 2025-12-08 02:11:45,951:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633ed for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:45,955:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633ed rc=-110 2025-12-08 02:11:45,956:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633ee for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:45,957:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633ee rc=0 2025-12-08 02:11:46,957:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633ef for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:46,961:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633ef rc=-110 2025-12-08 02:11:46,961:1(0x7ff9311af300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x693633f0 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:46,961:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x693633f0 rc=0 2025-12-08 02:11:47,961:1(0x7ff9311af300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x693633f1 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:47,966:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x693633f1 rc=0 2025-12-08 02:11:48,108:1(0x7ff9311af300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x693633f2 for path [/collector] to 10.0.0.22:2181 2025-12-08 02:11:48,113:1(0x7ff9257f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x693633f2 rc=0 2025-12-08 02:11:48,114:1(0x7ff9257f8640):ZOO_DEBUG@do_io@460: IO thread terminated 2025-12-08 02:11:48,114:1(0x7ff924ff7640):ZOO_DEBUG@do_completion@483: completion thread terminated 2025-12-08 02:11:48,114:1(0x7ff9311af300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x20000184df20008 to 10.0.0.22:2181 2025-12-08 02:11:48,117:1(0x7ff9311af300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x20000184df20008 2025-12-08 02:11:49,218:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405434 ms 2025-12-08 02:12:02,563:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405435 ms 2025-12-08 02:12:15,910:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405435 ms 2025-12-08 02:12:29,256:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405435 ms 2025-12-08 02:12:42,603:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405434 ms 2025-12-08 02:12:55,950:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405434 ms 2025-12-08 02:13:09,298:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405434 ms 2025-12-08 02:13:22,645:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405434 ms 2025-12-08 02:13:35,992:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405433 ms 2025-12-08 02:13:49,339:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405433 ms 2025-12-08 02:14:02,683:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405433 ms 2025-12-08 02:14:16,028:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405431 ms 2025-12-08 02:14:29,375:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405432 ms 2025-12-08 02:14:42,719:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405431 ms 2025-12-08 02:14:56,063:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405430 ms 2025-12-08 02:15:09,408:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405431 ms 2025-12-08 02:15:22,755:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405430 ms 2025-12-08 02:15:36,101:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405427 ms 2025-12-08 02:15:49,443:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405430 ms 2025-12-08 02:16:02,787:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405430 ms 2025-12-08 02:16:16,133:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405429 ms 2025-12-08 02:16:29,480:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405428 ms 2025-12-08 02:16:42,823:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405429 ms 2025-12-08 02:16:56,170:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405428 ms 2025-12-08 02:17:09,515:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405428 ms 2025-12-08 02:17:22,862:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405428 ms 2025-12-08 02:17:36,209:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405427 ms 2025-12-08 02:17:49,553:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405427 ms 2025-12-08 02:18:02,900:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405427 ms 2025-12-08 02:18:16,247:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405427 ms 2025-12-08 02:18:29,591:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405426 ms 2025-12-08 02:18:42,935:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405426 ms 2025-12-08 02:18:56,279:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405426 ms 2025-12-08 02:19:09,625:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405426 ms 2025-12-08 02:19:22,972:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405425 ms 2025-12-08 02:19:36,317:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405425 ms 2025-12-08 02:19:49,663:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405425 ms 2025-12-08 02:20:03,010:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405423 ms 2025-12-08 02:20:16,356:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405424 ms 2025-12-08 02:20:29,703:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405424 ms 2025-12-08 02:20:43,049:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405423 ms 2025-12-08 02:20:56,395:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405423 ms 2025-12-08 02:21:09,739:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405423 ms 2025-12-08 02:21:23,083:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405421 ms 2025-12-08 02:21:36,427:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405422 ms 2025-12-08 02:21:49,765:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405422 ms 2025-12-08 02:22:03,112:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405421 ms 2025-12-08 02:22:16,452:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405421 ms 2025-12-08 02:22:29,799:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405421 ms 2025-12-08 02:22:43,143:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405420 ms 2025-12-08 02:22:56,486:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405420 ms 2025-12-08 02:23:09,833:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405420 ms 2025-12-08 02:23:23,179:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405419 ms 2025-12-08 02:23:36,516:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405419 ms 2025-12-08 02:23:49,862:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405419 ms 2025-12-08 02:24:03,209:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405418 ms 2025-12-08 02:24:16,555:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405418 ms 2025-12-08 02:24:29,901:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405418 ms 2025-12-08 02:24:43,248:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405418 ms 2025-12-08 02:24:56,596:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405418 ms 2025-12-08 02:25:09,943:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405417 ms 2025-12-08 02:25:23,287:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405417 ms 2025-12-08 02:25:36,632:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405417 ms 2025-12-08 02:25:49,979:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405416 ms 2025-12-08 02:26:03,323:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405416 ms 2025-12-08 02:26:16,667:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405416 ms 2025-12-08 02:26:30,022:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405407 ms 2025-12-08 02:26:43,357:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405415 ms 2025-12-08 02:26:56,703:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405415 ms 2025-12-08 02:27:10,047:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405413 ms 2025-12-08 02:27:23,393:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405414 ms 2025-12-08 02:27:36,739:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405414 ms 2025-12-08 02:27:50,083:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405413 ms 2025-12-08 02:28:03,427:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405413 ms 2025-12-08 02:28:16,762:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405413 ms 2025-12-08 02:28:30,106:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405412 ms 2025-12-08 02:28:43,451:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405412 ms 2025-12-08 02:28:56,796:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405412 ms 2025-12-08 02:29:10,131:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405411 ms 2025-12-08 02:29:23,475:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405412 ms 2025-12-08 02:29:36,819:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405411 ms 2025-12-08 02:29:50,166:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405410 ms 2025-12-08 02:30:03,511:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405411 ms 2025-12-08 02:30:16,855:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405410 ms 2025-12-08 02:30:30,202:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405408 ms 2025-12-08 02:30:43,548:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405410 ms 2025-12-08 02:30:56,895:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405409 ms 2025-12-08 02:31:10,240:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405408 ms 2025-12-08 02:31:23,587:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405409 ms 2025-12-08 02:31:36,931:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405408 ms 2025-12-08 02:31:50,274:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405408 ms 2025-12-08 02:32:03,619:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405408 ms 2025-12-08 02:32:16,958:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405408 ms 2025-12-08 02:32:30,303:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405407 ms 2025-12-08 02:32:43,650:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405407 ms 2025-12-08 02:32:56,995:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405406 ms 2025-12-08 02:33:10,340:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405406 ms 2025-12-08 02:33:23,687:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405406 ms 2025-12-08 02:33:37,031:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405405 ms 2025-12-08 02:33:50,375:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405406 ms 2025-12-08 02:34:03,719:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405405 ms 2025-12-08 02:34:17,063:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405404 ms 2025-12-08 02:34:30,408:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405405 ms 2025-12-08 02:34:43,755:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405404 ms 2025-12-08 02:34:57,099:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405403 ms 2025-12-08 02:35:10,443:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405404 ms 2025-12-08 02:35:23,786:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405403 ms 2025-12-08 02:35:37,122:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405402 ms 2025-12-08 02:35:50,467:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405403 ms 2025-12-08 02:36:03,811:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405402 ms 2025-12-08 02:36:17,155:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405401 ms 2025-12-08 02:36:30,502:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405402 ms 2025-12-08 02:36:43,847:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405401 ms 2025-12-08 02:36:57,191:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405400 ms 2025-12-08 02:37:10,536:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405399 ms 2025-12-08 02:37:23,879:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405401 ms 2025-12-08 02:37:37,225:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405399 ms 2025-12-08 02:37:50,571:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405400 ms 2025-12-08 02:38:03,915:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405400 ms 2025-12-08 02:38:17,262:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405399 ms 2025-12-08 02:38:30,607:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405399 ms 2025-12-08 02:38:43,952:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405399 ms 2025-12-08 02:38:57,298:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405399 ms 2025-12-08 02:39:10,645:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405398 ms 2025-12-08 02:39:23,991:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405398 ms 2025-12-08 02:39:37,335:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405397 ms 2025-12-08 02:39:50,678:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405397 ms 2025-12-08 02:40:04,023:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405396 ms 2025-12-08 02:40:17,367:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405397 ms 2025-12-08 02:40:30,711:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405396 ms 2025-12-08 02:40:44,055:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405395 ms 2025-12-08 02:40:57,400:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405396 ms 2025-12-08 02:41:10,747:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405395 ms 2025-12-08 02:41:24,091:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405394 ms 2025-12-08 02:41:37,435:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405395 ms 2025-12-08 02:41:50,781:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405394 ms 2025-12-08 02:42:04,127:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405393 ms 2025-12-08 02:42:17,470:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405394 ms 2025-12-08 02:42:30,816:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405394 ms 2025-12-08 02:42:44,163:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405392 ms 2025-12-08 02:42:57,507:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405393 ms 2025-12-08 02:43:10,853:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405393 ms 2025-12-08 02:43:24,200:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405391 ms 2025-12-08 02:43:37,547:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405392 ms 2025-12-08 02:43:50,891:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405392 ms 2025-12-08 02:44:04,235:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405391 ms 2025-12-08 02:44:17,579:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405391 ms 2025-12-08 02:44:30,922:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405391 ms 2025-12-08 02:44:44,267:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405390 ms 2025-12-08 02:44:57,614:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405390 ms 2025-12-08 02:45:10,955:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405390 ms 2025-12-08 02:45:24,302:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405389 ms 2025-12-08 02:45:37,647:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405389 ms 2025-12-08 02:45:50,992:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405389 ms 2025-12-08 02:46:04,339:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405389 ms 2025-12-08 02:46:17,684:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405388 ms 2025-12-08 02:46:31,031:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405387 ms 2025-12-08 02:46:44,375:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405388 ms 2025-12-08 02:46:57,721:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405388 ms 2025-12-08 02:47:11,063:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405386 ms 2025-12-08 02:47:24,409:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405387 ms 2025-12-08 02:47:37,755:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405386 ms 2025-12-08 02:47:51,099:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405385 ms 2025-12-08 02:48:04,442:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405386 ms 2025-12-08 02:48:17,779:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405385 ms 2025-12-08 02:48:31,125:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405384 ms 2025-12-08 02:48:44,471:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405385 ms 2025-12-08 02:48:57,818:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405385 ms 2025-12-08 02:49:11,163:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405384 ms 2025-12-08 02:49:24,507:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405384 ms 2025-12-08 02:49:37,852:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405384 ms 2025-12-08 02:49:51,200:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405381 ms 2025-12-08 02:50:04,543:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405383 ms 2025-12-08 02:50:17,889:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405383 ms 2025-12-08 02:50:31,235:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405382 ms 2025-12-08 02:50:44,579:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405382 ms 2025-12-08 02:50:57,926:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405382 ms 2025-12-08 02:51:11,269:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405381 ms 2025-12-08 02:51:24,615:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405381 ms 2025-12-08 02:51:37,959:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405381 ms 2025-12-08 02:51:51,303:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405380 ms 2025-12-08 02:52:04,650:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405381 ms 2025-12-08 02:52:17,997:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405380 ms 2025-12-08 02:52:31,343:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405380 ms 2025-12-08 02:52:44,688:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405380 ms 2025-12-08 02:52:58,035:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405378 ms 2025-12-08 02:53:11,380:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405379 ms 2025-12-08 02:53:24,727:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405379 ms 2025-12-08 02:53:38,071:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405377 ms 2025-12-08 02:53:51,417:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405378 ms 2025-12-08 02:54:04,763:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405378 ms 2025-12-08 02:54:18,108:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405376 ms 2025-12-08 02:54:31,455:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405377 ms 2025-12-08 02:54:44,801:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405377 ms 2025-12-08 02:54:58,147:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405376 ms 2025-12-08 02:55:11,491:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405376 ms 2025-12-08 02:55:24,835:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405376 ms 2025-12-08 02:55:38,179:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405374 ms 2025-12-08 02:55:51,523:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405375 ms 2025-12-08 02:56:04,868:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405374 ms 2025-12-08 02:56:18,211:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405374 ms 2025-12-08 02:56:31,559:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405375 ms 2025-12-08 02:56:44,904:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405374 ms 2025-12-08 02:56:58,251:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405373 ms 2025-12-08 02:57:11,596:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405372 ms 2025-12-08 02:57:24,942:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405373 ms 2025-12-08 02:57:38,287:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405373 ms 2025-12-08 02:57:51,627:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405372 ms 2025-12-08 02:58:04,973:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405372 ms 2025-12-08 02:58:18,319:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405372 ms 2025-12-08 02:58:31,663:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405372 ms 2025-12-08 02:58:45,008:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405370 ms 2025-12-08 02:58:58,346:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405371 ms 2025-12-08 02:59:11,682:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405371 ms 2025-12-08 02:59:25,027:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405368 ms 2025-12-08 02:59:38,371:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405370 ms 2025-12-08 02:59:51,716:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405370 ms 2025-12-08 03:00:05,057:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405369 ms 2025-12-08 03:00:18,403:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405369 ms 2025-12-08 03:00:31,749:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405369 ms 2025-12-08 03:00:45,091:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405368 ms 2025-12-08 03:00:58,438:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405368 ms 2025-12-08 03:01:11,783:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405368 ms 2025-12-08 03:01:25,127:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405367 ms 2025-12-08 03:01:38,473:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405367 ms 2025-12-08 03:01:51,820:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405367 ms 2025-12-08 03:02:05,167:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405366 ms 2025-12-08 03:02:18,507:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405366 ms 2025-12-08 03:02:31,851:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405366 ms 2025-12-08 03:02:45,195:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405365 ms 2025-12-08 03:02:58,539:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405366 ms 2025-12-08 03:03:11,884:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405365 ms 2025-12-08 03:03:25,231:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405364 ms 2025-12-08 03:03:38,578:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405365 ms 2025-12-08 03:03:51,923:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405364 ms 2025-12-08 03:04:05,267:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405363 ms 2025-12-08 03:04:18,603:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405364 ms 2025-12-08 03:04:31,947:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405364 ms 2025-12-08 03:04:45,290:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405362 ms 2025-12-08 03:04:58,635:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405363 ms 2025-12-08 03:05:11,982:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405363 ms 2025-12-08 03:05:25,327:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405362 ms 2025-12-08 03:05:38,671:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405362 ms 2025-12-08 03:05:52,016:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405360 ms 2025-12-08 03:06:05,363:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405361 ms 2025-12-08 03:06:18,709:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405361 ms 2025-12-08 03:06:32,055:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405360 ms 2025-12-08 03:06:45,399:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405360 ms 2025-12-08 03:06:58,743:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405360 ms 2025-12-08 03:07:12,087:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405359 ms 2025-12-08 03:07:25,431:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405359 ms 2025-12-08 03:07:38,777:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405359 ms 2025-12-08 03:07:52,122:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405358 ms 2025-12-08 03:08:05,467:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405358 ms 2025-12-08 03:08:18,811:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405358 ms 2025-12-08 03:08:32,155:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405357 ms 2025-12-08 03:08:45,499:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405358 ms 2025-12-08 03:08:58,839:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405357 ms 2025-12-08 03:09:12,185:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405356 ms 2025-12-08 03:09:25,531:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405357 ms 2025-12-08 03:09:38,875:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405356 ms 2025-12-08 03:09:52,209:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405355 ms 2025-12-08 03:10:05,555:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405356 ms 2025-12-08 03:10:18,891:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405356 ms 2025-12-08 03:10:32,238:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405354 ms 2025-12-08 03:10:45,584:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405355 ms 2025-12-08 03:10:58,931:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405354 ms 2025-12-08 03:11:12,275:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405353 ms 2025-12-08 03:11:25,616:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405354 ms 2025-12-08 03:11:38,963:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405353 ms 2025-12-08 03:11:52,309:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405353 ms 2025-12-08 03:12:05,657:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405353 ms 2025-12-08 03:12:19,003:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405352 ms 2025-12-08 03:12:32,349:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405353 ms 2025-12-08 03:12:45,695:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405352 ms 2025-12-08 03:12:59,040:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405350 ms 2025-12-08 03:13:12,384:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405351 ms 2025-12-08 03:13:25,728:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405351 ms 2025-12-08 03:13:39,075:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405350 ms 2025-12-08 03:13:52,419:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405350 ms 2025-12-08 03:14:05,764:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405350 ms 2025-12-08 03:14:19,111:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405349 ms 2025-12-08 03:14:32,452:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405350 ms 2025-12-08 03:14:45,799:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405349 ms 2025-12-08 03:14:59,143:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405348 ms 2025-12-08 03:15:12,480:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405349 ms 2025-12-08 03:15:25,827:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405348 ms 2025-12-08 03:15:39,173:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405346 ms 2025-12-08 03:15:52,519:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405348 ms 2025-12-08 03:16:05,863:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405348 ms 2025-12-08 03:16:19,208:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405346 ms 2025-12-08 03:16:32,550:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405347 ms 2025-12-08 03:16:45,895:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405347 ms 2025-12-08 03:16:59,239:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405345 ms 2025-12-08 03:17:12,582:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405346 ms 2025-12-08 03:17:25,929:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405346 ms 2025-12-08 03:17:39,275:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405345 ms 2025-12-08 03:17:52,619:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405345 ms 2025-12-08 03:18:05,963:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405345 ms 2025-12-08 03:18:19,307:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405344 ms 2025-12-08 03:18:32,651:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405344 ms 2025-12-08 03:18:45,994:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405344 ms 2025-12-08 03:18:59,342:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405344 ms 2025-12-08 03:19:12,687:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405343 ms 2025-12-08 03:19:26,031:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405342 ms 2025-12-08 03:19:39,375:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405343 ms 2025-12-08 03:19:52,716:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405342 ms 2025-12-08 03:20:06,063:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405341 ms 2025-12-08 03:20:19,407:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405342 ms 2025-12-08 03:20:32,751:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405342 ms 2025-12-08 03:20:46,099:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405340 ms 2025-12-08 03:20:59,445:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405341 ms 2025-12-08 03:21:12,791:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405340 ms 2025-12-08 03:21:26,135:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405339 ms 2025-12-08 03:21:39,481:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405340 ms 2025-12-08 03:21:52,827:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405340 ms 2025-12-08 03:22:06,174:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405335 ms 2025-12-08 03:22:19,518:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405339 ms 2025-12-08 03:22:32,863:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405339 ms 2025-12-08 03:22:46,207:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405338 ms 2025-12-08 03:22:59,551:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405338 ms 2025-12-08 03:23:12,895:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405338 ms 2025-12-08 03:23:26,240:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405337 ms 2025-12-08 03:23:39,587:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405337 ms 2025-12-08 03:23:52,931:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405337 ms 2025-12-08 03:24:06,275:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405335 ms 2025-12-08 03:24:19,623:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405336 ms 2025-12-08 03:24:32,967:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405336 ms 2025-12-08 03:24:46,304:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405335 ms 2025-12-08 03:24:59,650:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405335 ms 2025-12-08 03:25:12,995:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405335 ms 2025-12-08 03:25:26,339:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405335 ms 2025-12-08 03:25:39,683:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405334 ms 2025-12-08 03:25:53,029:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405333 ms 2025-12-08 03:26:06,375:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405334 ms 2025-12-08 03:26:19,717:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405334 ms 2025-12-08 03:26:33,063:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405332 ms 2025-12-08 03:26:46,405:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405333 ms 2025-12-08 03:26:59,751:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405333 ms 2025-12-08 03:27:13,095:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405331 ms 2025-12-08 03:27:26,439:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405332 ms 2025-12-08 03:27:39,785:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405332 ms 2025-12-08 03:27:53,132:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405329 ms 2025-12-08 03:28:06,476:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405331 ms 2025-12-08 03:28:19,819:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405331 ms 2025-12-08 03:28:33,164:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405329 ms 2025-12-08 03:28:46,500:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405330 ms 2025-12-08 03:28:59,847:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405330 ms 2025-12-08 03:29:13,190:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405329 ms 2025-12-08 03:29:26,535:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405329 ms 2025-12-08 03:29:39,879:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405329 ms 2025-12-08 03:29:53,223:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405328 ms 2025-12-08 03:30:06,571:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405328 ms 2025-12-08 03:30:19,908:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405328 ms 2025-12-08 03:30:33,256:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405327 ms 2025-12-08 03:30:46,598:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405328 ms 2025-12-08 03:30:59,945:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405327 ms 2025-12-08 03:31:13,293:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405326 ms 2025-12-08 03:31:26,639:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405327 ms 2025-12-08 03:31:39,983:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405326 ms 2025-12-08 03:31:53,327:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405325 ms 2025-12-08 03:32:06,674:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405326 ms 2025-12-08 03:32:20,019:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405325 ms 2025-12-08 03:32:33,363:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405325 ms 2025-12-08 03:32:46,708:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405325 ms 2025-12-08 03:33:00,055:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405323 ms 2025-12-08 03:33:13,399:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405324 ms 2025-12-08 03:33:26,743:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405324 ms 2025-12-08 03:33:40,090:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405323 ms 2025-12-08 03:33:53,435:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405323 ms 2025-12-08 03:34:06,780:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405323 ms 2025-12-08 03:34:20,124:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405322 ms 2025-12-08 03:34:33,471:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405322 ms 2025-12-08 03:34:46,815:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405322 ms 2025-12-08 03:35:00,160:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405321 ms 2025-12-08 03:35:13,506:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405321 ms 2025-12-08 03:35:26,851:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405321 ms 2025-12-08 03:35:40,195:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405320 ms 2025-12-08 03:35:53,539:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405321 ms 2025-12-08 03:36:06,886:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405320 ms 2025-12-08 03:36:20,233:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405319 ms 2025-12-08 03:36:33,580:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405320 ms 2025-12-08 03:36:46,926:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405319 ms 2025-12-08 03:37:00,271:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405318 ms 2025-12-08 03:37:13,618:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405318 ms 2025-12-08 03:37:26,963:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405318 ms 2025-12-08 03:37:40,310:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405317 ms 2025-12-08 03:37:53,655:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405318 ms 2025-12-08 03:38:06,999:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405317 ms 2025-12-08 03:38:20,343:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405317 ms 2025-12-08 03:38:33,687:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405317 ms 2025-12-08 03:38:47,031:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405316 ms 2025-12-08 03:39:00,373:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405316 ms 2025-12-08 03:39:13,719:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405316 ms 2025-12-08 03:39:27,065:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405315 ms 2025-12-08 03:39:40,408:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405315 ms 2025-12-08 03:39:53,755:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405315 ms 2025-12-08 03:40:07,099:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405314 ms 2025-12-08 03:40:20,447:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405312 ms 2025-12-08 03:40:33,792:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405314 ms 2025-12-08 03:40:47,139:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405313 ms 2025-12-08 03:41:00,484:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405314 ms 2025-12-08 03:41:13,828:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405313 ms 2025-12-08 03:41:27,175:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405312 ms 2025-12-08 03:41:40,512:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405313 ms 2025-12-08 03:41:53,854:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405312 ms 2025-12-08 03:42:07,201:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405311 ms 2025-12-08 03:42:20,548:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405312 ms 2025-12-08 03:42:33,895:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405311 ms 2025-12-08 03:42:47,241:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405310 ms 2025-12-08 03:43:00,591:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405308 ms 2025-12-08 03:43:13,933:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405310 ms 2025-12-08 03:43:27,279:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405309 ms 2025-12-08 03:43:40,624:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405310 ms 2025-12-08 03:43:53,972:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405309 ms 2025-12-08 03:44:07,319:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405308 ms 2025-12-08 03:44:20,664:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405309 ms 2025-12-08 03:44:34,010:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405307 ms 2025-12-08 03:44:47,355:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405308 ms 2025-12-08 03:45:00,700:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405307 ms 2025-12-08 03:45:14,045:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405307 ms 2025-12-08 03:45:27,392:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405306 ms 2025-12-08 03:45:40,738:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405307 ms 2025-12-08 03:45:54,085:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405305 ms 2025-12-08 03:46:07,426:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405306 ms 2025-12-08 03:46:20,771:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405306 ms 2025-12-08 03:46:34,117:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405304 ms 2025-12-08 03:46:47,463:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405305 ms 2025-12-08 03:47:00,807:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405305 ms 2025-12-08 03:47:14,147:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405304 ms 2025-12-08 03:47:27,491:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405305 ms 2025-12-08 03:47:40,835:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405304 ms 2025-12-08 03:47:54,174:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405303 ms 2025-12-08 03:48:07,522:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405304 ms 2025-12-08 03:48:20,867:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405303 ms 2025-12-08 03:48:34,212:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405302 ms 2025-12-08 03:48:47,559:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405303 ms 2025-12-08 03:49:00,903:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405303 ms 2025-12-08 03:49:14,247:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405301 ms 2025-12-08 03:49:27,593:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405302 ms 2025-12-08 03:49:40,939:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405301 ms 2025-12-08 03:49:54,283:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405300 ms 2025-12-08 03:50:07,631:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405301 ms 2025-12-08 03:50:20,978:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405301 ms 2025-12-08 03:50:34,327:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405296 ms 2025-12-08 03:50:47,671:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405300 ms 2025-12-08 03:51:01,015:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405298 ms 2025-12-08 03:51:14,359:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405299 ms 2025-12-08 03:51:27,703:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405299 ms 2025-12-08 03:51:41,047:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405298 ms 2025-12-08 03:51:54,391:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405299 ms 2025-12-08 03:52:07,729:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405298 ms 2025-12-08 03:52:21,075:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405297 ms 2025-12-08 03:52:34,418:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405298 ms 2025-12-08 03:52:47,763:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405297 ms 2025-12-08 03:53:01,110:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405296 ms 2025-12-08 03:53:14,455:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405297 ms 2025-12-08 03:53:27,800:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405296 ms 2025-12-08 03:53:41,143:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405295 ms 2025-12-08 03:53:54,489:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405296 ms 2025-12-08 03:54:07,835:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405295 ms 2025-12-08 03:54:21,179:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405294 ms 2025-12-08 03:54:34,526:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405295 ms 2025-12-08 03:54:47,870:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405295 ms 2025-12-08 03:55:01,215:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405293 ms 2025-12-08 03:55:14,559:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405294 ms 2025-12-08 03:55:27,903:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405294 ms 2025-12-08 03:55:41,244:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405292 ms 2025-12-08 03:55:54,591:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405293 ms 2025-12-08 03:56:07,935:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405293 ms 2025-12-08 03:56:21,279:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405291 ms 2025-12-08 03:56:34,623:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405292 ms 2025-12-08 03:56:47,968:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405292 ms 2025-12-08 03:57:01,315:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405290 ms 2025-12-08 03:57:14,661:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405291 ms 2025-12-08 03:57:28,007:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405290 ms 2025-12-08 03:57:41,354:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405290 ms 2025-12-08 03:57:54,701:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405290 ms 2025-12-08 03:58:08,047:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405289 ms 2025-12-08 03:58:21,392:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405290 ms 2025-12-08 03:58:34,739:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405289 ms 2025-12-08 03:58:48,074:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405288 ms 2025-12-08 03:59:01,419:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405289 ms 2025-12-08 03:59:14,766:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405288 ms 2025-12-08 03:59:28,113:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405287 ms 2025-12-08 03:59:41,459:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405288 ms 2025-12-08 03:59:54,804:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405287 ms 2025-12-08 04:00:08,152:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405286 ms 2025-12-08 04:00:21,499:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405287 ms 2025-12-08 04:00:34,844:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405286 ms 2025-12-08 04:00:48,191:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405285 ms 2025-12-08 04:01:01,535:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405286 ms 2025-12-08 04:01:14,880:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405286 ms 2025-12-08 04:01:28,227:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405284 ms 2025-12-08 04:01:41,571:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405285 ms 2025-12-08 04:01:54,915:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405285 ms 2025-12-08 04:02:08,259:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405284 ms 2025-12-08 04:02:21,603:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405284 ms 2025-12-08 04:02:34,947:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405284 ms 2025-12-08 04:02:48,291:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405283 ms 2025-12-08 04:03:01,633:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405283 ms 2025-12-08 04:03:14,977:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405283 ms 2025-12-08 04:03:28,324:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405282 ms 2025-12-08 04:03:41,671:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405282 ms 2025-12-08 04:03:55,015:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405281 ms 2025-12-08 04:04:08,359:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405281 ms 2025-12-08 04:04:21,706:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405281 ms 2025-12-08 04:04:35,051:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405280 ms 2025-12-08 04:04:48,395:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405281 ms 2025-12-08 04:05:01,739:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405280 ms 2025-12-08 04:05:15,083:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405279 ms 2025-12-08 04:05:28,431:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405280 ms 2025-12-08 04:05:41,775:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405280 ms 2025-12-08 04:05:55,119:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405278 ms 2025-12-08 04:06:08,467:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405279 ms 2025-12-08 04:06:21,811:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405278 ms 2025-12-08 04:06:35,155:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405277 ms 2025-12-08 04:06:48,493:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405278 ms 2025-12-08 04:07:01,839:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405277 ms 2025-12-08 04:07:15,184:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405277 ms 2025-12-08 04:07:28,532:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405276 ms 2025-12-08 04:07:41,877:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405277 ms 2025-12-08 04:07:55,224:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405275 ms 2025-12-08 04:08:08,571:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405276 ms 2025-12-08 04:08:21,915:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405276 ms 2025-12-08 04:08:35,259:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405274 ms 2025-12-08 04:08:48,603:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405275 ms 2025-12-08 04:09:01,949:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405275 ms 2025-12-08 04:09:15,283:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405273 ms 2025-12-08 04:09:28,627:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405274 ms 2025-12-08 04:09:41,971:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405274 ms 2025-12-08 04:09:55,315:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405273 ms 2025-12-08 04:10:08,656:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405273 ms 2025-12-08 04:10:22,003:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405272 ms 2025-12-08 04:10:35,344:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405272 ms 2025-12-08 04:10:48,691:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405272 ms 2025-12-08 04:11:02,038:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405271 ms 2025-12-08 04:11:15,383:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405271 ms 2025-12-08 04:11:28,727:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405272 ms 2025-12-08 04:11:42,074:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405270 ms 2025-12-08 04:11:55,419:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405271 ms 2025-12-08 04:12:08,759:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405271 ms 2025-12-08 04:12:22,103:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405269 ms 2025-12-08 04:12:35,447:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405270 ms 2025-12-08 04:12:48,791:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405270 ms 2025-12-08 04:13:02,138:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405268 ms 2025-12-08 04:13:15,483:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405269 ms 2025-12-08 04:13:28,828:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405269 ms 2025-12-08 04:13:42,175:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405267 ms 2025-12-08 04:13:55,520:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405268 ms 2025-12-08 04:14:08,867:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405268 ms 2025-12-08 04:14:22,214:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405266 ms 2025-12-08 04:14:35,559:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405267 ms 2025-12-08 04:14:48,903:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405267 ms 2025-12-08 04:15:02,248:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405266 ms 2025-12-08 04:15:15,587:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405266 ms 2025-12-08 04:15:28,934:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405266 ms 2025-12-08 04:15:42,272:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405265 ms 2025-12-08 04:15:55,617:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405266 ms 2025-12-08 04:16:08,963:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405265 ms 2025-12-08 04:16:22,308:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405264 ms 2025-12-08 04:16:35,655:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405264 ms 2025-12-08 04:16:49,003:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405263 ms 2025-12-08 04:17:02,347:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405263 ms 2025-12-08 04:17:15,693:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405263 ms 2025-12-08 04:17:29,037:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405262 ms 2025-12-08 04:17:42,379:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405262 ms 2025-12-08 04:17:55,721:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405263 ms 2025-12-08 04:18:09,067:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405261 ms 2025-12-08 04:18:22,413:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405262 ms 2025-12-08 04:18:35,761:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405262 ms 2025-12-08 04:18:49,107:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405260 ms 2025-12-08 04:19:02,455:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405261 ms 2025-12-08 04:19:15,799:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405261 ms 2025-12-08 04:19:29,143:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405259 ms 2025-12-08 04:19:42,487:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405260 ms 2025-12-08 04:19:55,831:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405260 ms 2025-12-08 04:20:09,175:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405259 ms 2025-12-08 04:20:22,519:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405259 ms 2025-12-08 04:20:35,863:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405259 ms 2025-12-08 04:20:49,207:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405258 ms 2025-12-08 04:21:02,553:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405258 ms 2025-12-08 04:21:15,899:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405258 ms 2025-12-08 04:21:29,245:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405257 ms 2025-12-08 04:21:42,591:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405258 ms 2025-12-08 04:21:55,935:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405257 ms 2025-12-08 04:22:09,281:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405256 ms 2025-12-08 04:22:22,625:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405256 ms 2025-12-08 04:22:35,972:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405255 ms 2025-12-08 04:22:49,316:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405255 ms 2025-12-08 04:23:02,663:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405256 ms 2025-12-08 04:23:16,007:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405254 ms 2025-12-08 04:23:29,351:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405254 ms 2025-12-08 04:23:42,695:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405255 ms 2025-12-08 04:23:56,040:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405253 ms 2025-12-08 04:24:09,387:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405253 ms 2025-12-08 04:24:22,731:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405254 ms 2025-12-08 04:24:36,075:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405252 ms 2025-12-08 04:24:49,421:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405253 ms 2025-12-08 04:25:02,767:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405253 ms 2025-12-08 04:25:16,112:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405252 ms 2025-12-08 04:25:29,458:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405252 ms 2025-12-08 04:25:42,803:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405252 ms 2025-12-08 04:25:56,147:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405251 ms 2025-12-08 04:26:09,491:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405251 ms 2025-12-08 04:26:22,834:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405251 ms 2025-12-08 04:26:36,179:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405250 ms 2025-12-08 04:26:49,521:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405251 ms 2025-12-08 04:27:02,867:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405250 ms 2025-12-08 04:27:16,212:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405249 ms 2025-12-08 04:27:29,557:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405250 ms 2025-12-08 04:27:42,903:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405249 ms 2025-12-08 04:27:56,248:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405248 ms 2025-12-08 04:28:09,596:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405248 ms 2025-12-08 04:28:22,939:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405248 ms 2025-12-08 04:28:36,281:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405247 ms 2025-12-08 04:28:49,628:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405247 ms 2025-12-08 04:29:02,975:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405247 ms 2025-12-08 04:29:16,319:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405246 ms 2025-12-08 04:29:29,666:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405247 ms 2025-12-08 04:29:43,009:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405245 ms 2025-12-08 04:29:56,355:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405245 ms 2025-12-08 04:30:09,702:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405246 ms 2025-12-08 04:30:23,049:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405244 ms 2025-12-08 04:30:36,396:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405244 ms 2025-12-08 04:30:49,743:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405245 ms 2025-12-08 04:31:03,088:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405244 ms 2025-12-08 04:31:16,432:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405244 ms 2025-12-08 04:31:29,775:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405244 ms 2025-12-08 04:31:43,120:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405243 ms 2025-12-08 04:31:56,467:1(0x7ff9277fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -73405244 ms