++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Thu Nov 27 02:04:03 AM UTC 2025 ===================' INFO: =================== Thu Nov 27 02:04:03 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ 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 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33: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.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33: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.193,10.20.0.129,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33: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.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33: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.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33: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.27,10.0.0.33,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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33: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.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33: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.27 ++ 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.27,10.0.0.33,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.27,10.0.0.33,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.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.33,10.20.0.129,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.33,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 2 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + hostip=10.0.0.33 ++ resolve_hostname_by_ip 10.0.0.33 ++ local ip=10.0.0.33 +++ getent hosts 10.0.0.33 +++ head -n 1 ++ local 'host_entry=10.0.0.33 cn-jenkins-deploy-platform-ansible-os-4820-2. cn-jenkins-deploy-platform-ansible-os-4820-2' ++ local name= ++ [[ -n 10.0.0.33 cn-jenkins-deploy-platform-ansible-os-4820-2. cn-jenkins-deploy-platform-ansible-os-4820-2 ]] +++ awk '{print $2}' +++ echo 10.0.0.33 cn-jenkins-deploy-platform-ansible-os-4820-2. cn-jenkins-deploy-platform-ansible-os-4820-2 ++ name=cn-jenkins-deploy-platform-ansible-os-4820-2. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-4820-2. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-4820-2. + hostname=cn-jenkins-deploy-platform-ansible-os-4820-2. ++ sed 's/,/ /g' ++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 + rabbitmq_server_list='10.0.0.27:5673 10.0.0.33:5673 10.0.0.23:5673' ++ echo 10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.27:9041 10.0.0.33: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__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^COLLECTOR__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2025-11-27 02:04:04,286:1(0x7fa563dc4300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-11-27 02:04:04,286:1(0x7fa563dc4300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4820-2 2025-11-27 02:04:04,286:1(0x7fa563dc4300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-11-27 02:04:04,286:1(0x7fa563dc4300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-11-27 02:04:04,286:1(0x7fa563dc4300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-11-27 02:04:04,287:1(0x7fa563dc4300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-11-27 02:04:04,287:1(0x7fa563dc4300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-11-27 02:04:04,287:1(0x7fa563dc4300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-11-27 02:04:04,287:1(0x7fa563dc4300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-11-27 02:04:04,287:1(0x7fa563dc4300):ZOO_DEBUG@start_threads@221: starting threads... 2025-11-27 02:04:04,287:1(0x7fa559ffb640):ZOO_DEBUG@do_io@369: started IO thread 2025-11-27 02:04:04,287:1(0x7fa5597fa640):ZOO_DEBUG@do_completion@473: started completion thread 2025-11-27 02:04:04,288:1(0x7fa559ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-11-27 02:04:04,288:1(0x7fa559ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-11-27 02:04:04,288:1(0x7fa559ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.33:2181 2025-11-27 02:04:04,288:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-11-27 02:04:04,288:1(0x7fa559ffb640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.33:2181 2025-11-27 02:04:04,294:1(0x7fa559ffb640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.33:2181, sessionId=0x20000172c6d0008, negotiated timeout=40000 2025-11-27 02:04:04,294:1(0x7fa559ffb640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-11-27 02:04:04,294:1(0x7fa5597fa640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-11-27 02:04:05,288:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b195 for path [/analytics-discovery-] to 10.0.0.33:2181 2025-11-27 02:04:05,296:1(0x7fa559ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b195 rc=-110 2025-11-27 02:04:05,296:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b196 for path [/analytics-discovery-/Collector] to 10.0.0.33:2181 2025-11-27 02:04:05,299:1(0x7fa559ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b196 rc=-110 2025-11-27 02:04:05,300:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6927b197 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4820-2.] to 10.0.0.33:2181 2025-11-27 02:04:05,300:1(0x7fa559ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6927b197 rc=-101 2025-11-27 02:04:05,300:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b198 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4820-2.] to 10.0.0.33:2181 2025-11-27 02:04:05,304:1(0x7fa559ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b198 rc=0 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4820-2 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-11-27 02:04:05,304:1(0x7fa563dc4300):ZOO_DEBUG@start_threads@221: starting threads... 2025-11-27 02:04:05,306:1(0x7fa533fff640):ZOO_DEBUG@do_io@369: started IO thread 2025-11-27 02:04:05,306:1(0x7fa533fff640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-11-27 02:04:05,306:1(0x7fa533fff640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-11-27 02:04:05,306:1(0x7fa533fff640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.33:2181 2025-11-27 02:04:05,306:1(0x7fa533fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-11-27 02:04:05,306:1(0x7fa533fff640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.33:2181 2025-11-27 02:04:05,306:1(0x7fa5337fe640):ZOO_DEBUG@do_completion@473: started completion thread 2025-11-27 02:04:05,314:1(0x7fa533fff640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.33:2181, sessionId=0x20000172c6d000a, negotiated timeout=40000 2025-11-27 02:04:05,314:1(0x7fa533fff640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-11-27 02:04:05,315:1(0x7fa5337fe640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-11-27 02:04:06,305:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b199 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:06,309:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b199 rc=-110 2025-11-27 02:04:06,309:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b19a for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:06,310:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b19a rc=0 2025-11-27 02:04:07,310:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b19b for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:07,314:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b19b rc=-110 2025-11-27 02:04:07,314:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b19c for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:07,314:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b19c rc=0 2025-11-27 02:04:08,315:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b19d for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:08,318:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b19d rc=-110 2025-11-27 02:04:08,318:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b19e for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:08,319:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b19e rc=0 2025-11-27 02:04:09,319:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b19f for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:09,323:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b19f rc=-110 2025-11-27 02:04:09,323:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1a0 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:09,324:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1a0 rc=0 2025-11-27 02:04:10,324:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1a1 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:10,329:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1a1 rc=-110 2025-11-27 02:04:10,329:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1a2 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:10,330:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1a2 rc=0 2025-11-27 02:04:11,330:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1a3 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:11,334:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1a3 rc=-110 2025-11-27 02:04:11,334:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1a4 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:11,335:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1a4 rc=0 2025-11-27 02:04:12,335:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1a5 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:12,339:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1a5 rc=-110 2025-11-27 02:04:12,339:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1a6 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:12,341:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1a6 rc=0 2025-11-27 02:04:13,343:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1a7 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:13,347:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1a7 rc=-110 2025-11-27 02:04:13,347:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1a8 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:13,348:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1a8 rc=0 2025-11-27 02:04:14,349:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1a9 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:14,353:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1a9 rc=-110 2025-11-27 02:04:14,353:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1aa for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:14,354:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1aa rc=0 2025-11-27 02:04:15,354:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1ab for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:15,358:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1ab rc=-110 2025-11-27 02:04:15,358:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1ac for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:15,359:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1ac rc=0 2025-11-27 02:04:16,359:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1ad for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:16,362:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1ad rc=-110 2025-11-27 02:04:16,362:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1ae for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:16,363:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1ae rc=0 2025-11-27 02:04:17,363:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1af for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:17,368:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1af rc=-110 2025-11-27 02:04:17,368:1(0x7fa563dc4300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6927b1b0 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:17,368:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6927b1b0 rc=0 2025-11-27 02:04:18,369:1(0x7fa563dc4300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6927b1b1 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:18,373:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6927b1b1 rc=0 2025-11-27 02:04:18,500:1(0x7fa563dc4300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6927b1b2 for path [/collector] to 10.0.0.33:2181 2025-11-27 02:04:18,504:1(0x7fa533fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6927b1b2 rc=0 2025-11-27 02:04:18,504:1(0x7fa533fff640):ZOO_DEBUG@do_io@460: IO thread terminated 2025-11-27 02:04:18,504:1(0x7fa5337fe640):ZOO_DEBUG@do_completion@483: completion thread terminated 2025-11-27 02:04:18,504:1(0x7fa563dc4300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x20000172c6d000a to 10.0.0.33:2181 2025-11-27 02:04:18,507:1(0x7fa563dc4300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x20000172c6d000a 2025-11-27 02:04:18,648:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221890 ms 2025-11-27 02:04:31,992:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:04:45,333:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:04:58,680:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:05:12,025:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:05:25,369:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:05:38,716:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:05:52,062:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:06:05,408:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:06:18,754:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:06:32,098:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221891 ms 2025-11-27 02:06:45,445:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:06:58,788:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:07:12,129:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:07:25,476:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:07:38,820:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:07:52,161:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:08:05,508:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:08:18,843:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:08:32,188:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:08:45,534:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:08:58,881:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:09:12,225:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:09:25,572:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221892 ms 2025-11-27 02:09:38,916:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:09:52,263:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:10:05,608:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:10:18,957:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221889 ms 2025-11-27 02:10:32,298:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:10:45,645:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:10:58,981:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:11:12,328:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:11:25,675:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:11:39,020:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:11:52,364:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:12:05,699:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221893 ms 2025-11-27 02:12:19,041:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:12:32,388:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:12:45,733:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:12:59,080:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:13:12,425:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:13:25,771:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:13:39,117:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:13:52,463:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:14:05,805:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:14:19,149:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:14:32,496:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:14:45,843:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:14:59,189:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:15:12,536:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:15:25,880:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:15:39,226:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:15:52,569:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:16:05,915:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:16:19,262:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:16:32,602:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:16:45,946:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:16:59,292:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:17:12,638:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:17:25,982:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:17:39,318:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:17:52,654:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:18:05,999:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:18:19,344:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221895 ms 2025-11-27 02:18:32,688:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:18:46,034:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:18:59,380:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:19:12,726:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:19:26,071:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221894 ms 2025-11-27 02:19:39,416:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:19:52,755:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:20:06,100:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:20:19,440:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:20:32,786:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:20:46,134:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221896 ms 2025-11-27 02:20:59,471:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:21:12,812:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:21:26,158:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:21:39,492:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:21:52,832:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:22:06,175:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:22:19,520:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:22:32,864:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:22:46,208:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:22:59,552:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221897 ms 2025-11-27 02:23:12,896:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:23:26,240:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:23:39,587:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:23:52,932:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:24:06,276:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:24:19,620:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:24:32,964:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:24:46,310:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:24:59,653:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:25:13,000:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:25:26,347:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:25:39,686:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:25:53,033:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221898 ms 2025-11-27 02:26:06,378:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:26:19,722:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:26:33,069:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:26:46,413:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:26:59,760:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:27:13,106:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:27:26,448:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:27:39,795:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:27:53,140:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:28:06,485:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:28:19,830:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:28:33,177:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:28:46,523:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:28:59,867:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:29:13,214:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:29:26,561:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221899 ms 2025-11-27 02:29:39,908:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:29:53,253:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:30:06,599:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:30:19,946:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:30:33,285:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:30:46,631:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:30:59,974:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:31:13,314:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221900 ms 2025-11-27 02:31:26,660:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:31:39,999:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:31:53,344:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:32:06,688:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:32:20,035:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:32:33,380:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:32:46,725:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:33:00,072:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:33:13,418:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:33:26,754:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:33:40,100:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221901 ms 2025-11-27 02:33:53,446:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:34:06,789:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:34:20,136:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:34:33,480:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:34:46,822:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:35:00,168:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:35:13,512:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:35:26,859:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:35:40,204:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:35:53,543:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:36:06,884:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:36:20,228:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:36:33,572:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:36:46,919:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:37:00,256:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:37:13,601:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:37:26,947:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:37:40,294:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:37:53,640:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:38:06,986:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:38:20,320:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:38:33,664:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:38:47,008:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:39:00,352:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:39:13,698:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:39:27,043:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221903 ms 2025-11-27 02:39:40,388:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:39:53,730:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:40:07,076:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:40:20,423:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:40:33,772:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221902 ms 2025-11-27 02:40:47,116:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:41:00,457:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:41:13,802:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:41:27,148:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221904 ms 2025-11-27 02:41:40,491:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:41:53,829:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:42:07,175:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:42:20,520:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:42:33,864:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:42:47,208:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:43:00,549:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:43:13,895:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:43:27,241:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:43:40,588:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:43:53,934:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:44:07,281:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:44:20,628:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:44:33,973:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:44:47,320:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:45:00,664:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221905 ms 2025-11-27 02:45:14,008:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:45:27,354:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:45:40,700:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:45:54,044:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:46:07,390:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:46:20,735:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:46:34,082:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:46:47,428:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:47:00,772:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:47:14,117:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221906 ms 2025-11-27 02:47:27,463:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:47:40,804:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:47:54,148:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:48:07,494:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:48:20,839:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:48:34,186:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:48:47,533:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:49:00,879:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:49:14,224:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:49:27,568:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:49:40,902:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:49:54,248:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:50:07,591:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221907 ms 2025-11-27 02:50:20,936:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:50:34,280:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:50:47,624:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:51:00,968:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:51:14,312:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:51:27,655:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:51:40,993:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:51:54,339:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:52:07,686:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:52:21,032:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:52:34,378:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:52:47,722:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:53:01,068:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:53:14,404:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:53:27,741:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:53:41,088:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:53:54,427:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:54:07,773:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:54:21,120:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:54:34,464:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:54:47,809:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:55:01,156:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:55:14,499:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:55:27,845:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:55:41,187:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 02:55:54,527:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:56:07,872:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 02:56:21,218:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:56:34,564:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:56:47,911:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221908 ms 2025-11-27 02:57:01,252:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:57:14,598:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:57:27,941:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 02:57:41,288:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:57:54,628:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:58:07,967:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 02:58:21,311:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 02:58:34,648:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 02:58:47,992:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 02:59:01,338:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 02:59:14,682:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 02:59:28,028:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 02:59:41,373:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 02:59:54,718:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 03:00:08,064:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 03:00:21,411:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 03:00:34,756:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:00:48,102:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221911 ms 2025-11-27 03:01:01,447:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:01:14,789:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:01:28,132:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:01:41,474:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:01:54,820:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:02:08,164:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:02:21,511:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:02:34,856:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:02:48,201:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:03:01,549:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221910 ms 2025-11-27 03:03:14,889:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:03:28,236:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221912 ms 2025-11-27 03:03:41,578:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:03:54,925:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:04:08,268:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:04:21,612:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:04:34,959:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:04:48,304:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:05:01,650:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:05:14,996:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:05:28,340:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:05:41,682:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:05:55,027:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:06:08,373:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:06:21,716:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221913 ms 2025-11-27 03:06:35,052:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:06:48,388:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:07:01,730:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:07:15,075:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:07:28,421:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:07:41,768:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:07:55,107:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:08:08,457:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221909 ms 2025-11-27 03:08:21,799:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:08:35,141:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:08:48,488:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221914 ms 2025-11-27 03:09:01,832:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:09:15,178:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:09:28,524:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:09:41,867:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:09:55,212:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:10:08,554:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:10:21,901:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:10:35,242:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:10:48,589:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:11:01,933:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:11:15,280:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:11:28,624:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:11:41,966:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:11:55,313:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:12:08,659:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:12:22,004:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:12:35,348:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221915 ms 2025-11-27 03:12:48,687:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:13:02,032:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:13:15,376:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:13:28,720:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:13:42,063:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:13:55,409:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:14:08,754:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:14:22,101:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221916 ms 2025-11-27 03:14:35,447:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:14:48,793:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:15:02,140:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:15:15,483:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:15:28,828:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:15:42,172:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:15:55,519:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:16:08,865:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:16:22,212:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:16:35,557:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:16:48,900:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:17:02,246:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:17:15,591:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221917 ms 2025-11-27 03:17:28,938:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:17:42,283:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:17:55,626:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:18:08,970:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:18:22,316:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:18:35,663:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:18:49,004:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:19:02,347:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:19:15,690:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:19:29,033:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:19:42,378:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:19:55,725:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:20:09,067:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:20:22,412:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221918 ms 2025-11-27 03:20:35,756:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:20:49,101:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:21:02,440:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:21:15,784:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:21:29,126:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:21:42,472:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:21:55,819:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:22:09,163:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:22:22,504:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221919 ms 2025-11-27 03:22:35,848:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:22:49,192:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:23:02,534:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:23:15,878:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:23:29,223:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:23:42,567:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:23:55,905:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:24:09,252:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:24:22,599:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:24:35,945:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:24:49,289:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:25:02,635:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:25:15,972:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:25:29,319:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:25:42,664:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:25:56,011:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:26:09,359:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221920 ms 2025-11-27 03:26:22,697:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:26:36,043:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:26:49,388:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:27:02,736:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:27:16,083:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:27:29,428:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:27:42,772:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:27:56,119:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221921 ms 2025-11-27 03:28:09,465:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:28:22,806:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:28:36,152:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:28:49,499:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:29:02,846:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:29:16,192:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:29:29,539:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:29:42,875:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:29:56,220:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:30:09,566:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:30:22,912:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:30:36,258:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221922 ms 2025-11-27 03:30:49,604:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:31:02,943:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:31:16,290:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:31:29,637:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:31:42,983:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:31:56,329:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:32:09,675:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:32:23,020:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:32:36,364:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:32:49,710:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:33:03,053:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:33:16,400:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221923 ms 2025-11-27 03:33:29,735:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:33:43,081:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:33:56,424:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:34:09,763:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:34:23,109:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:34:36,456:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:34:49,803:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:35:03,147:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:35:16,492:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:35:29,836:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:35:43,175:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:35:56,522:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:36:09,868:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:36:23,214:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221924 ms 2025-11-27 03:36:36,562:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:36:49,903:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:37:03,250:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:37:16,595:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:37:29,939:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:37:43,281:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:37:56,628:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:38:09,971:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:38:23,318:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:38:36,664:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:38:50,011:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:39:03,356:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:39:16,702:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:39:30,039:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:39:43,384:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:39:56,728:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:40:10,071:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:40:23,416:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:40:36,752:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:40:50,099:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:41:03,442:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:41:16,788:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:41:30,134:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:41:43,481:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:41:56,828:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:42:10,172:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:42:23,510:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:42:36,856:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:42:50,192:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:43:03,538:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:43:16,882:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:43:30,221:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:43:43,566:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:43:56,911:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:44:10,253:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:44:23,600:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:44:36,945:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:44:50,291:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:45:03,637:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:45:16,982:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:45:30,331:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:45:43,676:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:45:57,020:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:46:10,355:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:46:23,701:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:46:37,038:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:46:50,384:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:47:03,729:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:47:17,071:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:47:30,413:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:47:43,760:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:47:57,104:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:48:10,448:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:48:23,793:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 03:48:37,140:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:48:50,483:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:49:03,828:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 03:49:17,173:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:49:30,520:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:49:43,867:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 03:49:57,212:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:50:10,558:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:50:23,904:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 03:50:37,251:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:50:50,596:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:51:03,942:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 03:51:17,284:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:51:30,628:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:51:43,969:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 03:51:57,316:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:52:10,661:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:52:23,997:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 03:52:37,341:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:52:50,685:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:53:04,032:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:53:17,379:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:53:30,726:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:53:44,070:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:53:57,417:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:54:10,755:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:54:24,100:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:54:37,444:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:54:50,788:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:55:04,134:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:55:17,480:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:55:30,820:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 03:55:44,164:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:55:57,508:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:56:10,854:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:56:24,200:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:56:37,544:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:56:50,884:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:57:04,229:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:57:17,576:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:57:30,920:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:57:44,264:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:57:57,611:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221925 ms 2025-11-27 03:58:10,948:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 03:58:24,292:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:58:37,635:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:58:50,982:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221926 ms 2025-11-27 03:59:04,327:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:59:17,672:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:59:31,017:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:59:44,364:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 03:59:57,710:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 04:00:11,057:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221927 ms 2025-11-27 04:00:24,404:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:00:37,748:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:00:51,092:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:01:04,436:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:01:17,782:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:01:31,128:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:01:44,472:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:01:57,816:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:02:11,163:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:02:24,510:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:02:37,856:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:02:51,199:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221928 ms 2025-11-27 04:03:04,546:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:03:17,892:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 04:03:31,236:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:03:44,578:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:03:57,924:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 04:04:11,268:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:04:24,612:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:04:37,952:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221930 ms 2025-11-27 04:04:51,298:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221929 ms 2025-11-27 04:05:04,640:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221931 ms 2025-11-27 04:05:17,986:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221934 ms 2025-11-27 04:05:31,332:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:05:44,677:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:05:58,024:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:06:11,370:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:06:24,717:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:06:38,064:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:06:51,406:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:07:04,741:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:07:18,087:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221935 ms 2025-11-27 04:07:31,432:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:07:44,772:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:07:58,116:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:08:11,463:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:08:24,805:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:08:38,150:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:08:51,495:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:09:04,842:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:09:18,189:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:09:31,536:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221936 ms 2025-11-27 04:09:44,881:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:09:58,226:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:10:11,562:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:10:24,909:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:10:38,256:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:10:51,603:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:11:04,946:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:11:18,292:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:11:31,633:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:11:44,980:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:11:58,326:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:12:11,671:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:12:25,017:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:12:38,360:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:12:51,704:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:13:05,049:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221937 ms 2025-11-27 04:13:18,395:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:13:31,742:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:13:45,079:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:13:58,424:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:14:11,770:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:14:25,105:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:14:38,452:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:14:51,797:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:15:05,141:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:15:18,486:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:15:31,832:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:15:45,179:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221938 ms 2025-11-27 04:15:58,525:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:16:11,872:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:16:25,219:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:16:38,562:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:16:51,903:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:17:05,245:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:17:18,592:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:17:31,936:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:17:45,281:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:17:58,628:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:18:11,975:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:18:25,320:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221939 ms 2025-11-27 04:18:38,665:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:18:52,002:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:19:05,345:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:19:18,692:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:19:32,038:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:19:45,384:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:19:58,728:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:20:12,073:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:20:25,417:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:20:38,761:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:20:52,107:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221940 ms 2025-11-27 04:21:05,452:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:21:18,796:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:21:32,139:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:21:45,484:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:21:58,830:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:22:12,177:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:22:25,524:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:22:38,867:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:22:52,211:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:23:05,556:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:23:18,901:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:23:32,247:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:23:45,593:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:23:58,935:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221943 ms 2025-11-27 04:24:12,281:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221941 ms 2025-11-27 04:24:25,628:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:24:38,964:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221943 ms 2025-11-27 04:24:52,301:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:25:05,646:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:25:18,992:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221943 ms 2025-11-27 04:25:32,336:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:25:45,684:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:25:59,029:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms 2025-11-27 04:26:12,368:1(0x7fa559ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -1024221942 ms