++ 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 Mar 9 02:00:50 AM UTC 2026 ===================' INFO: =================== Mon Mar 9 02:00:50 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ 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 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ 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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ 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 ' +++ '[' -n '10.0.0.22:8081 10.0.0.249:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.249:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.249:8081 10.0.0.23: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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ 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 ' +++ '[' -n '10.0.0.22:9042 10.0.0.249:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.249:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.249:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ 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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ 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 ' +++ '[' -n '10.0.0.22:8086 10.0.0.249:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.249:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.249:8086 10.0.0.23: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.22,10.0.0.249,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ 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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ 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 ' +++ '[' -n '10.0.0.22:8082 10.0.0.249:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.249:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.249:8082 10.0.0.23: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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ 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 ' +++ '[' -n '10.0.0.22:9161 10.0.0.249:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.249:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.249:9161 10.0.0.23: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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ 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 ' +++ '[' -n '10.0.0.22:9041 10.0.0.249:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.249:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.249:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ 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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ 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, +++ '[' -n 10.0.0.22:2181,10.0.0.249:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.249:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.249:2181,10.0.0.23: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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ 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 ' +++ '[' -n '10.0.0.22:2181 10.0.0.249:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.249:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.249:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.249,10.0.0.23 ++ 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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ 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, +++ '[' -n 10.0.0.22:5673,10.0.0.249:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.249:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.249:5673,10.0.0.23: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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ 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 ' +++ '[' -n '10.0.0.22:6379 10.0.0.249:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.249:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.249:6379 10.0.0.23: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.22,10.0.0.249,10.0.0.23 ++ 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.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ 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 ' +++ '[' -n '10.0.0.22:9092 10.0.0.249:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.249:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.249:9092 10.0.0.23: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.22 ++ 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.22,10.0.0.249,10.0.0.23 ++ 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.22,10.0.0.249,10.0.0.23 ++ 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.22,10.0.0.249,10.0.0.23 +++ local servers=10.0.0.22,10.0.0.249,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.17,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.249,10.20.0.17,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 2 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + hostip=10.0.0.249 ++ resolve_hostname_by_ip 10.0.0.249 ++ local ip=10.0.0.249 +++ getent hosts 10.0.0.249 +++ head -n 1 ++ local 'host_entry=10.0.0.249 cn-jenkins-deploy-platform-ansible-os-5454-2. cn-jenkins-deploy-platform-ansible-os-5454-2' ++ local name= ++ [[ -n 10.0.0.249 cn-jenkins-deploy-platform-ansible-os-5454-2. cn-jenkins-deploy-platform-ansible-os-5454-2 ]] +++ echo 10.0.0.249 cn-jenkins-deploy-platform-ansible-os-5454-2. cn-jenkins-deploy-platform-ansible-os-5454-2 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-5454-2. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-5454-2. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-5454-2. + hostname=cn-jenkins-deploy-platform-ansible-os-5454-2. ++ echo 10.0.0.22:5673,10.0.0.249:5673,10.0.0.23:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.22:5673 10.0.0.249:5673 10.0.0.23:5673' ++ echo 10.0.0.22:9041 10.0.0.249:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.22:9041 10.0.0.249:9041 10.0.0.23:9041' + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cql_servers_array=($ANALYTICSDB_CQL_SERVERS) + cql_list_size=3 + [[ 3 -gt 1 ]] + cassandra_replication_factor=2 + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf + local service_name=COLLECTOR + local cfg_path=/etc/contrail/contrail-collector.conf + local delim=__ ++ set -o posix ++ set ++ grep '^COLLECTOR__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^COLLECTOR__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5454-2 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.22:2181,10.0.0.249:2181,10.0.0.23:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-03-09 02:00:50,431:1(0x7fa2168a7300):ZOO_DEBUG@start_threads@221: starting threads... 2026-03-09 02:00:50,431:1(0x7fa2108b0640):ZOO_DEBUG@do_completion@473: started completion thread 2026-03-09 02:00:50,431:1(0x7fa2110b1640):ZOO_DEBUG@do_io@369: started IO thread 2026-03-09 02:00:50,431:1(0x7fa2110b1640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-03-09 02:00:50,431:1(0x7fa2110b1640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-03-09 02:00:50,431:1(0x7fa2110b1640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.23:2181 2026-03-09 02:00:50,432:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-03-09 02:00:50,432:1(0x7fa2110b1640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.23:2181 2026-03-09 02:00:50,435:1(0x7fa2110b1640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.23:2181, sessionId=0x3000017ac2d000c, negotiated timeout=40000 2026-03-09 02:00:50,435:1(0x7fa2110b1640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-03-09 02:00:50,435:1(0x7fa2108b0640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-03-09 02:00:51,432:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29d3 for path [/analytics-discovery-] to 10.0.0.23:2181 2026-03-09 02:00:51,436:1(0x7fa2110b1640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29d3 rc=-110 2026-03-09 02:00:51,436:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29d4 for path [/analytics-discovery-/Collector] to 10.0.0.23:2181 2026-03-09 02:00:51,438:1(0x7fa2110b1640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29d4 rc=-110 2026-03-09 02:00:51,438:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x69ae29d5 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5454-2.] to 10.0.0.23:2181 2026-03-09 02:00:51,438:1(0x7fa2110b1640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x69ae29d5 rc=-101 2026-03-09 02:00:51,438:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29d6 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5454-2.] to 10.0.0.23:2181 2026-03-09 02:00:51,442:1(0x7fa2110b1640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29d6 rc=0 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5454-2 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.22:2181,10.0.0.249:2181,10.0.0.23:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-03-09 02:00:51,442:1(0x7fa2168a7300):ZOO_DEBUG@start_threads@221: starting threads... 2026-03-09 02:00:51,449:1(0x7fa1f27fa640):ZOO_DEBUG@do_completion@473: started completion thread 2026-03-09 02:00:51,449:1(0x7fa1f2ffb640):ZOO_DEBUG@do_io@369: started IO thread 2026-03-09 02:00:51,449:1(0x7fa1f2ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-03-09 02:00:51,449:1(0x7fa1f2ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-03-09 02:00:51,449:1(0x7fa1f2ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.22:2181 2026-03-09 02:00:51,449:1(0x7fa1f2ffb640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-03-09 02:00:51,450:1(0x7fa1f2ffb640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.22:2181 2026-03-09 02:00:51,453:1(0x7fa1f2ffb640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.22:2181, sessionId=0x100001955dd000a, negotiated timeout=40000 2026-03-09 02:00:51,453:1(0x7fa1f2ffb640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-03-09 02:00:51,454:1(0x7fa1f27fa640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-03-09 02:00:52,449:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29d7 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:52,455:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29d7 rc=-110 2026-03-09 02:00:52,455:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29d8 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:52,461:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29d8 rc=0 2026-03-09 02:00:53,461:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29d9 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:53,465:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29d9 rc=-110 2026-03-09 02:00:53,465:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29da for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:53,466:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29da rc=0 2026-03-09 02:00:54,466:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29db for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:54,469:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29db rc=-110 2026-03-09 02:00:54,469:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29dc for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:54,470:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29dc rc=0 2026-03-09 02:00:55,470:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29dd for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:55,476:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29dd rc=-110 2026-03-09 02:00:55,476:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29de for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:55,476:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29de rc=0 2026-03-09 02:00:56,477:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29df for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:56,480:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29df rc=-110 2026-03-09 02:00:56,480:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29e0 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:56,481:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29e0 rc=0 2026-03-09 02:00:57,481:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29e1 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:57,485:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29e1 rc=-110 2026-03-09 02:00:57,485:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29e2 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:57,486:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29e2 rc=0 2026-03-09 02:00:58,486:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29e3 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:58,491:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29e3 rc=-110 2026-03-09 02:00:58,491:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29e4 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:58,492:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29e4 rc=0 2026-03-09 02:00:59,492:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29e5 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:59,497:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29e5 rc=-110 2026-03-09 02:00:59,497:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29e6 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:00:59,498:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29e6 rc=0 2026-03-09 02:01:00,500:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29e7 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:00,504:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29e7 rc=-110 2026-03-09 02:01:00,504:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29e8 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:00,504:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29e8 rc=0 2026-03-09 02:01:01,505:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29e9 for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:01,508:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29e9 rc=-110 2026-03-09 02:01:01,508:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29ea for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:01,509:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29ea rc=0 2026-03-09 02:01:02,509:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29eb for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:02,513:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29eb rc=-110 2026-03-09 02:01:02,513:1(0x7fa2168a7300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x69ae29ec for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:02,514:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x69ae29ec rc=0 2026-03-09 02:01:03,514:1(0x7fa2168a7300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x69ae29ed for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:03,518:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x69ae29ed rc=0 2026-03-09 02:01:03,706:1(0x7fa2168a7300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x69ae29ee for path [/collector] to 10.0.0.22:2181 2026-03-09 02:01:03,710:1(0x7fa1f2ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x69ae29ee rc=0 2026-03-09 02:01:03,710:1(0x7fa1f2ffb640):ZOO_DEBUG@do_io@460: IO thread terminated 2026-03-09 02:01:03,710:1(0x7fa1f27fa640):ZOO_DEBUG@do_completion@483: completion thread terminated 2026-03-09 02:01:03,710:1(0x7fa2168a7300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x100001955dd000a to 10.0.0.22:2181 2026-03-09 02:01:03,712:1(0x7fa2168a7300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x100001955dd000a 2026-03-09 02:01:04,786:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620604 ms 2026-03-09 02:01:18,133:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620603 ms 2026-03-09 02:01:31,479:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620602 ms 2026-03-09 02:01:44,816:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620603 ms 2026-03-09 02:01:58,162:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620602 ms 2026-03-09 02:02:11,506:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620602 ms 2026-03-09 02:02:24,850:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620602 ms 2026-03-09 02:02:38,190:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620601 ms 2026-03-09 02:02:51,534:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620601 ms 2026-03-09 02:03:04,878:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620601 ms 2026-03-09 02:03:18,222:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620600 ms 2026-03-09 02:03:31,569:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620600 ms 2026-03-09 02:03:44,910:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620601 ms 2026-03-09 02:03:58,258:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620599 ms 2026-03-09 02:04:11,605:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620599 ms 2026-03-09 02:04:24,950:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620600 ms 2026-03-09 02:04:38,295:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620598 ms 2026-03-09 02:04:51,640:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620598 ms 2026-03-09 02:05:04,985:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620599 ms 2026-03-09 02:05:18,330:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620598 ms 2026-03-09 02:05:31,674:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620598 ms 2026-03-09 02:05:45,019:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620597 ms 2026-03-09 02:05:58,366:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620597 ms 2026-03-09 02:06:11,710:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620597 ms 2026-03-09 02:06:25,056:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620596 ms 2026-03-09 02:06:38,402:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620596 ms 2026-03-09 02:06:51,746:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620596 ms 2026-03-09 02:07:05,089:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620595 ms 2026-03-09 02:07:18,434:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620595 ms 2026-03-09 02:07:31,780:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620596 ms 2026-03-09 02:07:45,127:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620594 ms 2026-03-09 02:07:58,473:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620594 ms 2026-03-09 02:08:11,818:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620594 ms 2026-03-09 02:08:25,162:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620593 ms 2026-03-09 02:08:38,506:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620593 ms 2026-03-09 02:08:51,851:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620594 ms 2026-03-09 02:09:05,194:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620592 ms 2026-03-09 02:09:18,530:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620592 ms 2026-03-09 02:09:31,874:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620593 ms 2026-03-09 02:09:45,218:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620592 ms 2026-03-09 02:09:58,564:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620591 ms 2026-03-09 02:10:11,911:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620592 ms 2026-03-09 02:10:25,254:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620591 ms 2026-03-09 02:10:38,602:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620590 ms 2026-03-09 02:10:51,946:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620591 ms 2026-03-09 02:11:05,290:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620590 ms 2026-03-09 02:11:18,634:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620590 ms 2026-03-09 02:11:31,980:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620590 ms 2026-03-09 02:11:45,322:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620589 ms 2026-03-09 02:11:58,668:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620590 ms 2026-03-09 02:12:12,014:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620588 ms 2026-03-09 02:12:25,360:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620588 ms 2026-03-09 02:12:38,705:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620589 ms 2026-03-09 02:12:52,049:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620588 ms 2026-03-09 02:13:05,394:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620587 ms 2026-03-09 02:13:18,741:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620588 ms 2026-03-09 02:13:32,086:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620587 ms 2026-03-09 02:13:45,427:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620587 ms 2026-03-09 02:13:58,774:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620587 ms 2026-03-09 02:14:12,121:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620586 ms 2026-03-09 02:14:25,466:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620586 ms 2026-03-09 02:14:38,813:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620586 ms 2026-03-09 02:14:52,158:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620585 ms 2026-03-09 02:15:05,502:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620585 ms 2026-03-09 02:15:18,846:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620586 ms 2026-03-09 02:15:32,193:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620584 ms 2026-03-09 02:15:45,532:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620584 ms 2026-03-09 02:15:58,876:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620584 ms 2026-03-09 02:16:12,221:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620583 ms 2026-03-09 02:16:25,570:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620579 ms 2026-03-09 02:16:38,910:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620584 ms 2026-03-09 02:16:52,255:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620582 ms 2026-03-09 02:17:05,600:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620582 ms 2026-03-09 02:17:18,947:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620583 ms 2026-03-09 02:17:32,293:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620582 ms 2026-03-09 02:17:45,638:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620581 ms 2026-03-09 02:17:58,984:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620582 ms 2026-03-09 02:18:12,330:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620581 ms 2026-03-09 02:18:25,674:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620582 ms 2026-03-09 02:18:39,010:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620580 ms 2026-03-09 02:18:52,359:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620578 ms 2026-03-09 02:19:05,702:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620581 ms 2026-03-09 02:19:19,049:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620579 ms 2026-03-09 02:19:32,393:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620579 ms 2026-03-09 02:19:45,737:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620580 ms 2026-03-09 02:19:59,083:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620578 ms 2026-03-09 02:20:12,429:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620578 ms 2026-03-09 02:20:25,774:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620579 ms 2026-03-09 02:20:39,117:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620578 ms 2026-03-09 02:20:52,465:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620577 ms 2026-03-09 02:21:05,810:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620578 ms 2026-03-09 02:21:19,154:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620577 ms 2026-03-09 02:21:32,497:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620576 ms 2026-03-09 02:21:45,841:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620577 ms 2026-03-09 02:21:59,178:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620576 ms 2026-03-09 02:22:12,523:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620576 ms 2026-03-09 02:22:25,870:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620576 ms 2026-03-09 02:22:39,215:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620575 ms 2026-03-09 02:22:52,562:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620575 ms 2026-03-09 02:23:05,905:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620575 ms 2026-03-09 02:23:19,250:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620574 ms 2026-03-09 02:23:32,595:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620574 ms 2026-03-09 02:23:45,942:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620574 ms 2026-03-09 02:23:59,286:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620573 ms 2026-03-09 02:24:12,630:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620573 ms 2026-03-09 02:24:25,973:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620574 ms 2026-03-09 02:24:39,314:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620572 ms 2026-03-09 02:24:52,659:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620572 ms 2026-03-09 02:25:06,006:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620572 ms 2026-03-09 02:25:19,345:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620571 ms 2026-03-09 02:25:32,693:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620572 ms 2026-03-09 02:25:46,037:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620571 ms 2026-03-09 02:25:59,382:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620570 ms 2026-03-09 02:26:12,725:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620571 ms 2026-03-09 02:26:26,069:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620570 ms 2026-03-09 02:26:39,413:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620570 ms 2026-03-09 02:26:52,761:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620570 ms 2026-03-09 02:27:06,106:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620569 ms 2026-03-09 02:27:19,452:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620569 ms 2026-03-09 02:27:32,798:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620570 ms 2026-03-09 02:27:46,134:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620568 ms 2026-03-09 02:27:59,478:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620568 ms 2026-03-09 02:28:12,822:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620569 ms 2026-03-09 02:28:26,167:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620567 ms 2026-03-09 02:28:39,513:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620567 ms 2026-03-09 02:28:52,859:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620568 ms 2026-03-09 02:29:06,205:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620566 ms 2026-03-09 02:29:19,550:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620566 ms 2026-03-09 02:29:32,894:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620567 ms 2026-03-09 02:29:46,237:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620566 ms 2026-03-09 02:29:59,584:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620565 ms 2026-03-09 02:30:12,930:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620566 ms 2026-03-09 02:30:26,275:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620565 ms 2026-03-09 02:30:39,615:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620564 ms 2026-03-09 02:30:52,961:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620565 ms 2026-03-09 02:31:06,306:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620564 ms 2026-03-09 02:31:19,644:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620564 ms 2026-03-09 02:31:32,990:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620564 ms 2026-03-09 02:31:46,338:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620563 ms 2026-03-09 02:31:59,682:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620563 ms 2026-03-09 02:32:13,027:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620562 ms 2026-03-09 02:32:26,374:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620562 ms 2026-03-09 02:32:39,717:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620563 ms 2026-03-09 02:32:53,062:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620561 ms 2026-03-09 02:33:06,405:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620561 ms 2026-03-09 02:33:19,752:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620562 ms 2026-03-09 02:33:33,098:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620561 ms 2026-03-09 02:33:46,442:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620560 ms 2026-03-09 02:33:59,786:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620561 ms 2026-03-09 02:34:13,130:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620560 ms 2026-03-09 02:34:26,478:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620559 ms 2026-03-09 02:34:39,824:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620560 ms 2026-03-09 02:34:53,170:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620559 ms 2026-03-09 02:35:06,513:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620559 ms 2026-03-09 02:35:19,857:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620559 ms 2026-03-09 02:35:33,199:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620558 ms 2026-03-09 02:35:46,542:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620558 ms 2026-03-09 02:35:59,888:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620559 ms 2026-03-09 02:36:13,234:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620557 ms 2026-03-09 02:36:26,580:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620556 ms 2026-03-09 02:36:39,925:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620558 ms 2026-03-09 02:36:53,269:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620556 ms 2026-03-09 02:37:06,614:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620556 ms 2026-03-09 02:37:19,958:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620557 ms 2026-03-09 02:37:33,300:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620555 ms 2026-03-09 02:37:46,647:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620555 ms 2026-03-09 02:37:59,994:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620556 ms 2026-03-09 02:38:13,341:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620555 ms 2026-03-09 02:38:26,686:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620554 ms 2026-03-09 02:38:40,030:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620554 ms 2026-03-09 02:38:53,374:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620554 ms 2026-03-09 02:39:06,721:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620554 ms 2026-03-09 02:39:20,066:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620553 ms 2026-03-09 02:39:33,413:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620553 ms 2026-03-09 02:39:46,755:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620554 ms 2026-03-09 02:40:00,102:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620552 ms 2026-03-09 02:40:13,449:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620552 ms 2026-03-09 02:40:26,794:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620553 ms 2026-03-09 02:40:40,137:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620551 ms 2026-03-09 02:40:53,482:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620551 ms 2026-03-09 02:41:06,817:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620552 ms 2026-03-09 02:41:20,164:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620550 ms 2026-03-09 02:41:33,511:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620550 ms 2026-03-09 02:41:46,858:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620551 ms 2026-03-09 02:42:00,195:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620550 ms 2026-03-09 02:42:13,542:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620549 ms 2026-03-09 02:42:26,885:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620550 ms 2026-03-09 02:42:40,232:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620549 ms 2026-03-09 02:42:53,578:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620548 ms 2026-03-09 02:43:06,923:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620549 ms 2026-03-09 02:43:20,270:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620548 ms 2026-03-09 02:43:33,610:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620548 ms 2026-03-09 02:43:46,954:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620548 ms 2026-03-09 02:44:00,300:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620547 ms 2026-03-09 02:44:13,645:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620547 ms 2026-03-09 02:44:26,990:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620547 ms 2026-03-09 02:44:40,334:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620546 ms 2026-03-09 02:44:53,681:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620546 ms 2026-03-09 02:45:07,026:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620545 ms 2026-03-09 02:45:20,372:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620545 ms 2026-03-09 02:45:33,718:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620546 ms 2026-03-09 02:45:47,056:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620545 ms 2026-03-09 02:46:00,402:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620544 ms 2026-03-09 02:46:13,748:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620545 ms 2026-03-09 02:46:27,093:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620544 ms 2026-03-09 02:46:40,440:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620544 ms 2026-03-09 02:46:53,781:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620544 ms 2026-03-09 02:47:07,123:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620543 ms 2026-03-09 02:47:20,470:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620543 ms 2026-03-09 02:47:33,816:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620543 ms 2026-03-09 02:47:47,160:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620542 ms 2026-03-09 02:48:00,506:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620542 ms 2026-03-09 02:48:13,852:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620543 ms 2026-03-09 02:48:27,198:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620541 ms 2026-03-09 02:48:40,538:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620541 ms 2026-03-09 02:48:53,884:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620542 ms 2026-03-09 02:49:07,230:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620540 ms 2026-03-09 02:49:20,573:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620540 ms 2026-03-09 02:49:33,918:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620541 ms 2026-03-09 02:49:47,262:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620540 ms 2026-03-09 02:50:00,607:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620539 ms 2026-03-09 02:50:13,954:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620539 ms 2026-03-09 02:50:27,297:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620539 ms 2026-03-09 02:50:40,641:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620538 ms 2026-03-09 02:50:53,987:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620539 ms 2026-03-09 02:51:07,334:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620538 ms 2026-03-09 02:51:20,678:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620537 ms 2026-03-09 02:51:34,025:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620537 ms 2026-03-09 02:51:47,372:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620537 ms 2026-03-09 02:52:00,717:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620538 ms 2026-03-09 02:52:14,062:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620536 ms 2026-03-09 02:52:27,409:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620536 ms 2026-03-09 02:52:40,761:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620531 ms 2026-03-09 02:52:54,098:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620535 ms 2026-03-09 02:53:07,441:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620535 ms 2026-03-09 02:53:20,786:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620536 ms 2026-03-09 02:53:34,130:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620535 ms 2026-03-09 02:53:47,474:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620534 ms 2026-03-09 02:54:00,817:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620535 ms 2026-03-09 02:54:14,162:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620534 ms 2026-03-09 02:54:27,506:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620533 ms 2026-03-09 02:54:40,849:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620534 ms 2026-03-09 02:54:54,192:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620533 ms 2026-03-09 02:55:07,539:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620532 ms 2026-03-09 02:55:20,882:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620533 ms 2026-03-09 02:55:34,229:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620532 ms 2026-03-09 02:55:47,574:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620532 ms 2026-03-09 02:56:00,916:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620532 ms 2026-03-09 02:56:14,262:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620531 ms 2026-03-09 02:56:27,608:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620531 ms 2026-03-09 02:56:40,953:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620531 ms 2026-03-09 02:56:54,298:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620530 ms 2026-03-09 02:57:07,645:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620530 ms 2026-03-09 02:57:20,992:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620531 ms 2026-03-09 02:57:34,339:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620529 ms 2026-03-09 02:57:47,686:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620529 ms 2026-03-09 02:58:01,022:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620529 ms 2026-03-09 02:58:14,365:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620529 ms 2026-03-09 02:58:27,710:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620528 ms 2026-03-09 02:58:41,055:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620528 ms 2026-03-09 02:58:54,399:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620528 ms 2026-03-09 02:59:07,745:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620528 ms 2026-03-09 02:59:21,092:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620527 ms 2026-03-09 02:59:34,437:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620527 ms 2026-03-09 02:59:47,780:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620527 ms 2026-03-09 03:00:01,126:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620526 ms 2026-03-09 03:00:14,473:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620526 ms 2026-03-09 03:00:27,819:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620527 ms 2026-03-09 03:00:41,165:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620525 ms 2026-03-09 03:00:54,507:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620525 ms 2026-03-09 03:01:07,852:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620526 ms 2026-03-09 03:01:21,198:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620524 ms 2026-03-09 03:01:34,534:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620524 ms 2026-03-09 03:01:47,874:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620525 ms 2026-03-09 03:02:01,219:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620524 ms 2026-03-09 03:02:14,563:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620523 ms 2026-03-09 03:02:27,910:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620524 ms 2026-03-09 03:02:41,254:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620523 ms 2026-03-09 03:02:54,599:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620522 ms 2026-03-09 03:03:07,946:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620523 ms 2026-03-09 03:03:21,293:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620522 ms 2026-03-09 03:03:34,637:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620522 ms 2026-03-09 03:03:47,982:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620522 ms 2026-03-09 03:04:01,328:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620521 ms 2026-03-09 03:04:14,674:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620520 ms 2026-03-09 03:04:28,017:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620520 ms 2026-03-09 03:04:41,364:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620520 ms 2026-03-09 03:04:54,711:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620520 ms 2026-03-09 03:05:08,058:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620519 ms 2026-03-09 03:05:21,402:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620519 ms 2026-03-09 03:05:34,749:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620520 ms 2026-03-09 03:05:48,093:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620519 ms 2026-03-09 03:06:01,438:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620518 ms 2026-03-09 03:06:14,782:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620519 ms 2026-03-09 03:06:28,126:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620517 ms 2026-03-09 03:06:41,470:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620517 ms 2026-03-09 03:06:54,813:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620518 ms 2026-03-09 03:07:08,158:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620517 ms 2026-03-09 03:07:21,502:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620517 ms 2026-03-09 03:07:34,846:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620517 ms 2026-03-09 03:07:48,193:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620516 ms 2026-03-09 03:08:01,538:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620516 ms 2026-03-09 03:08:14,883:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620516 ms 2026-03-09 03:08:28,230:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620515 ms 2026-03-09 03:08:41,574:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620515 ms 2026-03-09 03:08:54,918:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620515 ms 2026-03-09 03:09:08,262:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620514 ms 2026-03-09 03:09:21,610:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620514 ms 2026-03-09 03:09:34,954:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620515 ms 2026-03-09 03:09:48,297:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620513 ms 2026-03-09 03:10:01,642:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620513 ms 2026-03-09 03:10:14,989:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620514 ms 2026-03-09 03:10:28,334:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620512 ms 2026-03-09 03:10:41,680:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620512 ms 2026-03-09 03:10:55,025:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620512 ms 2026-03-09 03:11:08,370:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620512 ms 2026-03-09 03:11:21,712:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620511 ms 2026-03-09 03:11:35,058:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620511 ms 2026-03-09 03:11:48,395:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620511 ms 2026-03-09 03:12:01,741:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620511 ms 2026-03-09 03:12:15,086:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620510 ms 2026-03-09 03:12:28,430:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620510 ms 2026-03-09 03:12:41,774:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620510 ms 2026-03-09 03:12:55,117:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620509 ms 2026-03-09 03:13:08,462:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620509 ms 2026-03-09 03:13:21,805:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620510 ms 2026-03-09 03:13:35,152:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620508 ms 2026-03-09 03:13:48,492:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620508 ms 2026-03-09 03:14:01,838:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620509 ms 2026-03-09 03:14:15,185:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620507 ms 2026-03-09 03:14:28,530:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620507 ms 2026-03-09 03:14:41,874:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620508 ms 2026-03-09 03:14:55,219:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620507 ms 2026-03-09 03:15:08,566:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620506 ms 2026-03-09 03:15:21,907:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620507 ms 2026-03-09 03:15:35,253:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620506 ms 2026-03-09 03:15:48,600:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620506 ms 2026-03-09 03:16:01,945:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620506 ms 2026-03-09 03:16:15,290:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620505 ms 2026-03-09 03:16:28,636:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620505 ms 2026-03-09 03:16:41,980:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620505 ms 2026-03-09 03:16:55,325:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620504 ms 2026-03-09 03:17:08,667:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620504 ms 2026-03-09 03:17:22,013:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620503 ms 2026-03-09 03:17:35,360:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620503 ms 2026-03-09 03:17:48,705:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620503 ms 2026-03-09 03:18:02,049:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620503 ms 2026-03-09 03:18:15,394:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620502 ms 2026-03-09 03:18:28,737:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620502 ms 2026-03-09 03:18:42,082:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620502 ms 2026-03-09 03:18:55,425:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620501 ms 2026-03-09 03:19:08,770:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620502 ms 2026-03-09 03:19:22,114:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620501 ms 2026-03-09 03:19:35,458:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620501 ms 2026-03-09 03:19:48,805:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620501 ms 2026-03-09 03:20:02,150:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620500 ms 2026-03-09 03:20:15,497:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620500 ms 2026-03-09 03:20:28,842:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620501 ms 2026-03-09 03:20:42,190:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620499 ms 2026-03-09 03:20:55,534:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620499 ms 2026-03-09 03:21:08,878:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620500 ms 2026-03-09 03:21:22,225:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620498 ms 2026-03-09 03:21:35,570:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620498 ms 2026-03-09 03:21:48,917:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620499 ms 2026-03-09 03:22:02,261:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620497 ms 2026-03-09 03:22:15,605:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620497 ms 2026-03-09 03:22:28,950:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620498 ms 2026-03-09 03:22:42,297:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620496 ms 2026-03-09 03:22:55,638:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620496 ms 2026-03-09 03:23:08,982:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620497 ms 2026-03-09 03:23:22,325:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620496 ms 2026-03-09 03:23:35,672:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620495 ms 2026-03-09 03:23:49,017:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620495 ms 2026-03-09 03:24:02,362:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620495 ms 2026-03-09 03:24:15,706:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620494 ms 2026-03-09 03:24:29,049:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620494 ms 2026-03-09 03:24:42,396:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620494 ms 2026-03-09 03:24:55,741:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620494 ms 2026-03-09 03:25:09,088:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620493 ms 2026-03-09 03:25:22,434:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620493 ms 2026-03-09 03:25:35,782:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620494 ms 2026-03-09 03:25:49,127:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620492 ms 2026-03-09 03:26:02,474:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620492 ms 2026-03-09 03:26:15,821:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620493 ms 2026-03-09 03:26:29,169:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620492 ms 2026-03-09 03:26:42,516:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620491 ms 2026-03-09 03:26:55,861:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620492 ms 2026-03-09 03:27:09,198:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620490 ms 2026-03-09 03:27:22,540:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620490 ms 2026-03-09 03:27:35,886:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620491 ms 2026-03-09 03:27:49,229:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620490 ms 2026-03-09 03:28:02,575:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620489 ms 2026-03-09 03:28:15,917:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620489 ms 2026-03-09 03:28:29,264:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620489 ms 2026-03-09 03:28:42,610:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620488 ms 2026-03-09 03:28:55,954:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620489 ms 2026-03-09 03:29:09,302:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620488 ms 2026-03-09 03:29:22,645:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620488 ms 2026-03-09 03:29:35,990:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620488 ms 2026-03-09 03:29:49,333:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620487 ms 2026-03-09 03:30:02,678:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620487 ms 2026-03-09 03:30:16,021:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620487 ms 2026-03-09 03:30:29,365:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620486 ms 2026-03-09 03:30:42,712:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620486 ms 2026-03-09 03:30:56,057:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620486 ms 2026-03-09 03:31:09,401:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620485 ms 2026-03-09 03:31:22,745:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620485 ms 2026-03-09 03:31:36,090:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620485 ms 2026-03-09 03:31:49,436:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620484 ms 2026-03-09 03:32:02,783:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620485 ms 2026-03-09 03:32:16,122:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620484 ms 2026-03-09 03:32:29,456:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620484 ms 2026-03-09 03:32:42,801:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620484 ms 2026-03-09 03:32:56,148:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620483 ms 2026-03-09 03:33:09,495:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620483 ms 2026-03-09 03:33:22,843:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620484 ms 2026-03-09 03:33:36,190:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620482 ms 2026-03-09 03:33:49,535:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620482 ms 2026-03-09 03:34:02,882:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620483 ms 2026-03-09 03:34:16,226:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620481 ms 2026-03-09 03:34:29,566:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620481 ms 2026-03-09 03:34:42,909:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620482 ms 2026-03-09 03:34:56,254:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620480 ms 2026-03-09 03:35:09,596:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620480 ms 2026-03-09 03:35:22,942:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620480 ms 2026-03-09 03:35:36,285:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620480 ms 2026-03-09 03:35:49,628:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620479 ms 2026-03-09 03:36:02,973:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620480 ms 2026-03-09 03:36:16,318:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620479 ms 2026-03-09 03:36:29,662:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620479 ms 2026-03-09 03:36:43,010:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620478 ms 2026-03-09 03:36:56,353:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620478 ms 2026-03-09 03:37:09,697:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620478 ms 2026-03-09 03:37:23,042:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620477 ms 2026-03-09 03:37:36,387:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620477 ms 2026-03-09 03:37:49,734:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620477 ms 2026-03-09 03:38:03,077:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620476 ms 2026-03-09 03:38:16,423:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620476 ms 2026-03-09 03:38:29,770:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620476 ms 2026-03-09 03:38:43,117:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620475 ms 2026-03-09 03:38:56,461:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620475 ms 2026-03-09 03:39:09,806:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620476 ms 2026-03-09 03:39:23,152:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620475 ms 2026-03-09 03:39:36,498:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620474 ms 2026-03-09 03:39:49,845:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620475 ms 2026-03-09 03:40:03,191:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620474 ms 2026-03-09 03:40:16,538:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620473 ms 2026-03-09 03:40:29,881:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620474 ms 2026-03-09 03:40:43,225:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620473 ms 2026-03-09 03:40:56,573:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620473 ms 2026-03-09 03:41:09,918:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620473 ms 2026-03-09 03:41:23,265:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620472 ms 2026-03-09 03:41:36,609:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620472 ms 2026-03-09 03:41:49,954:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620472 ms 2026-03-09 03:42:03,298:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620471 ms 2026-03-09 03:42:16,645:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620471 ms 2026-03-09 03:42:29,989:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620472 ms 2026-03-09 03:42:43,336:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620470 ms 2026-03-09 03:42:56,682:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620470 ms 2026-03-09 03:43:10,027:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620470 ms 2026-03-09 03:43:23,373:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620469 ms 2026-03-09 03:43:36,717:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620469 ms 2026-03-09 03:43:50,062:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620468 ms 2026-03-09 03:44:03,409:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620468 ms 2026-03-09 03:44:16,754:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620468 ms 2026-03-09 03:44:30,098:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620468 ms 2026-03-09 03:44:43,441:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620468 ms 2026-03-09 03:44:56,786:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620468 ms 2026-03-09 03:45:10,132:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620467 ms 2026-03-09 03:45:23,482:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620462 ms 2026-03-09 03:45:36,821:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620468 ms 2026-03-09 03:45:50,167:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620466 ms 2026-03-09 03:46:03,514:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620466 ms 2026-03-09 03:46:16,858:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620467 ms 2026-03-09 03:46:30,201:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620465 ms 2026-03-09 03:46:43,548:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620465 ms 2026-03-09 03:46:56,893:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620466 ms 2026-03-09 03:47:10,238:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620464 ms 2026-03-09 03:47:23,581:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620464 ms 2026-03-09 03:47:36,927:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620465 ms 2026-03-09 03:47:50,273:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620464 ms 2026-03-09 03:48:03,617:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620463 ms 2026-03-09 03:48:16,962:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620464 ms 2026-03-09 03:48:30,305:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620463 ms 2026-03-09 03:48:43,649:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620462 ms 2026-03-09 03:48:56,994:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620463 ms 2026-03-09 03:49:10,337:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620462 ms 2026-03-09 03:49:23,685:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620462 ms 2026-03-09 03:49:37,031:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620461 ms 2026-03-09 03:49:50,378:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620461 ms 2026-03-09 03:50:03,722:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620461 ms 2026-03-09 03:50:17,065:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620460 ms 2026-03-09 03:50:30,410:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620460 ms 2026-03-09 03:50:43,754:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620460 ms 2026-03-09 03:50:57,098:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620459 ms 2026-03-09 03:51:10,441:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620459 ms 2026-03-09 03:51:23,785:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620459 ms 2026-03-09 03:51:37,126:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620459 ms 2026-03-09 03:51:50,462:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620458 ms 2026-03-09 03:52:03,807:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620459 ms 2026-03-09 03:52:17,148:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620458 ms 2026-03-09 03:52:30,494:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620458 ms 2026-03-09 03:52:43,837:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620458 ms 2026-03-09 03:52:57,181:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620457 ms 2026-03-09 03:53:10,529:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620456 ms 2026-03-09 03:53:23,874:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620457 ms 2026-03-09 03:53:37,217:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620456 ms 2026-03-09 03:53:50,561:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620456 ms 2026-03-09 03:54:03,905:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620456 ms 2026-03-09 03:54:17,250:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620455 ms 2026-03-09 03:54:30,597:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620455 ms 2026-03-09 03:54:43,941:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620456 ms 2026-03-09 03:54:57,288:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620454 ms 2026-03-09 03:55:10,633:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620454 ms 2026-03-09 03:55:23,978:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620455 ms 2026-03-09 03:55:37,323:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620453 ms 2026-03-09 03:55:50,664:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620453 ms 2026-03-09 03:56:04,010:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620453 ms 2026-03-09 03:56:17,353:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620453 ms 2026-03-09 03:56:30,698:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620452 ms 2026-03-09 03:56:44,046:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620452 ms 2026-03-09 03:56:57,392:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620452 ms 2026-03-09 03:57:10,738:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620451 ms 2026-03-09 03:57:24,081:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620451 ms 2026-03-09 03:57:37,426:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620451 ms 2026-03-09 03:57:50,770:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620451 ms 2026-03-09 03:58:04,117:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620450 ms 2026-03-09 03:58:17,463:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620450 ms 2026-03-09 03:58:30,811:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620450 ms 2026-03-09 03:58:44,157:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620449 ms 2026-03-09 03:58:57,504:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620449 ms 2026-03-09 03:59:10,849:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620450 ms 2026-03-09 03:59:24,190:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620449 ms 2026-03-09 03:59:37,533:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620448 ms 2026-03-09 03:59:50,881:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620449 ms 2026-03-09 04:00:04,226:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620448 ms 2026-03-09 04:00:17,571:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620447 ms 2026-03-09 04:00:30,918:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620448 ms 2026-03-09 04:00:44,262:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620447 ms 2026-03-09 04:00:57,605:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620447 ms 2026-03-09 04:01:10,950:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620447 ms 2026-03-09 04:01:24,294:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620446 ms 2026-03-09 04:01:37,638:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620445 ms 2026-03-09 04:01:50,977:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620446 ms 2026-03-09 04:02:04,323:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620445 ms 2026-03-09 04:02:17,669:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620445 ms 2026-03-09 04:02:31,013:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620444 ms 2026-03-09 04:02:44,357:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620444 ms 2026-03-09 04:02:57,702:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620444 ms 2026-03-09 04:03:11,046:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620443 ms 2026-03-09 04:03:24,393:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620443 ms 2026-03-09 04:03:37,735:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620443 ms 2026-03-09 04:03:51,082:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620443 ms 2026-03-09 04:04:04,431:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620440 ms 2026-03-09 04:04:17,775:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620442 ms 2026-03-09 04:04:31,122:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620442 ms 2026-03-09 04:04:44,466:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620441 ms 2026-03-09 04:04:57,810:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620442 ms 2026-03-09 04:05:11,155:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620441 ms 2026-03-09 04:05:24,502:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620440 ms 2026-03-09 04:05:37,846:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620441 ms 2026-03-09 04:05:51,182:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620440 ms 2026-03-09 04:06:04,528:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620440 ms 2026-03-09 04:06:17,875:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620440 ms 2026-03-09 04:06:31,210:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620439 ms 2026-03-09 04:06:44,557:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620439 ms 2026-03-09 04:06:57,901:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620440 ms 2026-03-09 04:07:11,247:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620438 ms 2026-03-09 04:07:24,593:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620438 ms 2026-03-09 04:07:37,940:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620439 ms 2026-03-09 04:07:51,283:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620437 ms 2026-03-09 04:08:04,630:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620437 ms 2026-03-09 04:08:17,971:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620438 ms 2026-03-09 04:08:31,318:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620437 ms 2026-03-09 04:08:44,661:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620436 ms 2026-03-09 04:08:58,008:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620436 ms 2026-03-09 04:09:11,354:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620436 ms 2026-03-09 04:09:24,701:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620435 ms 2026-03-09 04:09:38,048:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620435 ms 2026-03-09 04:09:51,394:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620435 ms 2026-03-09 04:10:04,737:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620435 ms 2026-03-09 04:10:18,082:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620434 ms 2026-03-09 04:10:31,426:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620434 ms 2026-03-09 04:10:44,771:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620434 ms 2026-03-09 04:10:58,117:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620433 ms 2026-03-09 04:11:11,461:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620433 ms 2026-03-09 04:11:24,805:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620433 ms 2026-03-09 04:11:38,144:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620432 ms 2026-03-09 04:11:51,489:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620432 ms 2026-03-09 04:12:04,836:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620433 ms 2026-03-09 04:12:18,181:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620432 ms 2026-03-09 04:12:31,525:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620431 ms 2026-03-09 04:12:44,870:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620432 ms 2026-03-09 04:12:58,212:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620430 ms 2026-03-09 04:13:11,558:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620430 ms 2026-03-09 04:13:24,901:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620431 ms 2026-03-09 04:13:38,244:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620430 ms 2026-03-09 04:13:51,587:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620429 ms 2026-03-09 04:14:04,934:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620430 ms 2026-03-09 04:14:18,280:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620429 ms 2026-03-09 04:14:31,626:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620429 ms 2026-03-09 04:14:44,971:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620429 ms 2026-03-09 04:14:58,318:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620428 ms 2026-03-09 04:15:11,662:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620428 ms 2026-03-09 04:15:25,005:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620427 ms 2026-03-09 04:15:38,352:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620427 ms 2026-03-09 04:15:51,699:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620427 ms 2026-03-09 04:16:05,045:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620427 ms 2026-03-09 04:16:18,391:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620426 ms 2026-03-09 04:16:31,737:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620426 ms 2026-03-09 04:16:45,081:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620426 ms 2026-03-09 04:16:58,427:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620425 ms 2026-03-09 04:17:11,773:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620425 ms 2026-03-09 04:17:25,119:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620425 ms 2026-03-09 04:17:38,466:1(0x7fa2110b1640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -801620424 ms