++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Mon May 11 02:18:27 AM UTC 2026 ===================' INFO: =================== Mon May 11 02:18:27 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.141 ++ 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.141,10.0.0.249,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ sort ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.249,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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 2 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + hostip=10.0.0.249 ++ resolve_hostname_by_ip 10.0.0.249 ++ local ip=10.0.0.249 +++ getent hosts 10.0.0.249 +++ head -n 1 ++ local 'host_entry=10.0.0.249 cn-jenkins-deploy-platform-ansible-os-5767-2. cn-jenkins-deploy-platform-ansible-os-5767-2' ++ local name= ++ [[ -n 10.0.0.249 cn-jenkins-deploy-platform-ansible-os-5767-2. cn-jenkins-deploy-platform-ansible-os-5767-2 ]] +++ echo 10.0.0.249 cn-jenkins-deploy-platform-ansible-os-5767-2. cn-jenkins-deploy-platform-ansible-os-5767-2 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-5767-2. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-5767-2. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-5767-2. + hostname=cn-jenkins-deploy-platform-ansible-os-5767-2. ++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.141:5673 10.0.0.249:5673 10.0.0.27:5673' ++ echo 10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cql_servers_array=($ANALYTICSDB_CQL_SERVERS) + cql_list_size=3 + [[ 3 -gt 1 ]] + cassandra_replication_factor=2 + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf + local service_name=COLLECTOR + local cfg_path=/etc/contrail/contrail-collector.conf + local delim=__ ++ cut -d = -f 1 ++ sed 's/^COLLECTOR__//g' ++ set -o posix ++ set ++ grep '^COLLECTOR__.*__.*=.*$' ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5767-2 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-05-11 02:18:28,227:1(0x7fa57081c300):ZOO_DEBUG@start_threads@221: starting threads... 2026-05-11 02:18:28,228:1(0x7fa566ffd640):ZOO_DEBUG@do_io@369: started IO thread 2026-05-11 02:18:28,228:1(0x7fa5667fc640):ZOO_DEBUG@do_completion@473: started completion thread 2026-05-11 02:18:28,228:1(0x7fa566ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-05-11 02:18:28,228:1(0x7fa566ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-05-11 02:18:28,228:1(0x7fa566ffd640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.249:2181 2026-05-11 02:18:28,228:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-05-11 02:18:28,228:1(0x7fa566ffd640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.249:2181 2026-05-11 02:18:28,238:1(0x7fa566ffd640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.249:2181, sessionId=0x200001a6e130007, negotiated timeout=40000 2026-05-11 02:18:28,238:1(0x7fa566ffd640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-05-11 02:18:28,238:1(0x7fa5667fc640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-05-11 02:18:29,228:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c75 for path [/analytics-discovery-] to 10.0.0.249:2181 2026-05-11 02:18:29,232:1(0x7fa566ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c75 rc=-110 2026-05-11 02:18:29,232:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c76 for path [/analytics-discovery-/Collector] to 10.0.0.249:2181 2026-05-11 02:18:29,240:1(0x7fa566ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c76 rc=-110 2026-05-11 02:18:29,240:1(0x7fa57081c300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6a013c77 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5767-2.] to 10.0.0.249:2181 2026-05-11 02:18:29,243:1(0x7fa566ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6a013c77 rc=-101 2026-05-11 02:18:29,243:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c78 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5767-2.] to 10.0.0.249:2181 2026-05-11 02:18:29,249:1(0x7fa566ffd640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c78 rc=0 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5767-2 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-05-11 02:18:29,249:1(0x7fa57081c300):ZOO_DEBUG@start_threads@221: starting threads... 2026-05-11 02:18:29,250:1(0x7fa564ff8640):ZOO_DEBUG@do_completion@473: started completion thread 2026-05-11 02:18:29,250:1(0x7fa5657f9640):ZOO_DEBUG@do_io@369: started IO thread 2026-05-11 02:18:29,250:1(0x7fa5657f9640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-05-11 02:18:29,250:1(0x7fa5657f9640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-05-11 02:18:29,250:1(0x7fa5657f9640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.141:2181 2026-05-11 02:18:29,250:1(0x7fa5657f9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-05-11 02:18:29,251:1(0x7fa5657f9640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.141:2181 2026-05-11 02:18:29,256:1(0x7fa5657f9640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.141:2181, sessionId=0x100001b2869000e, negotiated timeout=40000 2026-05-11 02:18:29,256:1(0x7fa5657f9640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-05-11 02:18:29,256:1(0x7fa564ff8640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-05-11 02:18:30,250:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c79 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:30,256:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c79 rc=-110 2026-05-11 02:18:30,256:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c7a for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:30,257:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c7a rc=0 2026-05-11 02:18:31,257:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c7b for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:31,261:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c7b rc=-110 2026-05-11 02:18:31,261:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c7c for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:31,262:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c7c rc=0 2026-05-11 02:18:32,262:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c7d for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:32,271:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c7d rc=-110 2026-05-11 02:18:32,271:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c7e for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:32,272:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c7e rc=0 2026-05-11 02:18:33,272:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c7f for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:33,276:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c7f rc=-110 2026-05-11 02:18:33,276:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c80 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:33,277:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c80 rc=0 2026-05-11 02:18:34,277:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c81 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:34,283:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c81 rc=-110 2026-05-11 02:18:34,283:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c82 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:34,284:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c82 rc=0 2026-05-11 02:18:35,284:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c83 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:35,288:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c83 rc=-110 2026-05-11 02:18:35,288:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c84 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:35,289:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c84 rc=0 2026-05-11 02:18:36,292:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c85 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:36,297:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c85 rc=-110 2026-05-11 02:18:36,297:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c86 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:36,298:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c86 rc=0 2026-05-11 02:18:37,299:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c87 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:37,304:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c87 rc=-110 2026-05-11 02:18:37,304:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c88 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:37,305:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c88 rc=0 2026-05-11 02:18:38,305:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c89 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:38,309:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c89 rc=-110 2026-05-11 02:18:38,310:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c8a for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:38,311:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c8a rc=0 2026-05-11 02:18:39,313:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c8b for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:39,316:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c8b rc=-110 2026-05-11 02:18:39,316:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c8c for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:39,318:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c8c rc=0 2026-05-11 02:18:40,318:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c8d for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:40,322:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c8d rc=-110 2026-05-11 02:18:40,322:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c8e for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:40,323:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c8e rc=0 2026-05-11 02:18:41,330:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c8f for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:41,336:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c8f rc=-110 2026-05-11 02:18:41,336:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c90 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:41,337:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c90 rc=0 2026-05-11 02:18:42,337:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c91 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:42,341:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c91 rc=-110 2026-05-11 02:18:42,341:1(0x7fa57081c300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a013c92 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:42,342:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a013c92 rc=0 2026-05-11 02:18:42,586:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524597 ms 2026-05-11 02:18:43,343:1(0x7fa57081c300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a013c93 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:43,347:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a013c93 rc=0 2026-05-11 02:18:43,482:1(0x7fa57081c300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6a013c94 for path [/collector] to 10.0.0.141:2181 2026-05-11 02:18:43,485:1(0x7fa5657f9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6a013c94 rc=0 2026-05-11 02:18:43,485:1(0x7fa5657f9640):ZOO_DEBUG@do_io@460: IO thread terminated 2026-05-11 02:18:43,486:1(0x7fa564ff8640):ZOO_DEBUG@do_completion@483: completion thread terminated 2026-05-11 02:18:43,486:1(0x7fa57081c300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x100001b2869000e to 10.0.0.141:2181 2026-05-11 02:18:43,490:1(0x7fa57081c300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x100001b2869000e 2026-05-11 02:18:55,932:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524598 ms 2026-05-11 02:19:09,278:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524598 ms 2026-05-11 02:19:22,624:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524598 ms 2026-05-11 02:19:35,972:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524598 ms 2026-05-11 02:19:49,319:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524599 ms 2026-05-11 02:20:02,666:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524599 ms 2026-05-11 02:20:16,008:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524600 ms 2026-05-11 02:20:29,356:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524599 ms 2026-05-11 02:20:42,697:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524600 ms 2026-05-11 02:20:56,044:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524601 ms 2026-05-11 02:21:09,390:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524600 ms 2026-05-11 02:21:22,734:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524601 ms 2026-05-11 02:21:36,078:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524602 ms 2026-05-11 02:21:49,425:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524601 ms 2026-05-11 02:22:02,772:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524601 ms 2026-05-11 02:22:16,118:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524603 ms 2026-05-11 02:22:29,464:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524602 ms 2026-05-11 02:22:42,810:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524602 ms 2026-05-11 02:22:56,155:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524603 ms 2026-05-11 02:23:09,501:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524603 ms 2026-05-11 02:23:22,846:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524603 ms 2026-05-11 02:23:36,191:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524603 ms 2026-05-11 02:23:49,537:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524604 ms 2026-05-11 02:24:02,883:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524604 ms 2026-05-11 02:24:16,228:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524604 ms 2026-05-11 02:24:29,562:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524605 ms 2026-05-11 02:24:42,907:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524605 ms 2026-05-11 02:24:56,254:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524605 ms 2026-05-11 02:25:09,598:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524605 ms 2026-05-11 02:25:22,943:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524606 ms 2026-05-11 02:25:36,290:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524606 ms 2026-05-11 02:25:49,635:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524606 ms 2026-05-11 02:26:02,982:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524606 ms 2026-05-11 02:26:16,325:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524607 ms 2026-05-11 02:26:29,671:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524607 ms 2026-05-11 02:26:43,018:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524608 ms 2026-05-11 02:26:56,363:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524607 ms 2026-05-11 02:27:09,710:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524608 ms 2026-05-11 02:27:23,046:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524609 ms 2026-05-11 02:27:36,393:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524608 ms 2026-05-11 02:27:49,739:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524609 ms 2026-05-11 02:28:03,086:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524610 ms 2026-05-11 02:28:16,431:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524609 ms 2026-05-11 02:28:29,773:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524610 ms 2026-05-11 02:28:43,119:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524611 ms 2026-05-11 02:28:56,462:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524610 ms 2026-05-11 02:29:09,803:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524610 ms 2026-05-11 02:29:23,151:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524612 ms 2026-05-11 02:29:36,498:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524611 ms 2026-05-11 02:29:49,842:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524612 ms 2026-05-11 02:30:03,187:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524612 ms 2026-05-11 02:30:16,525:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524612 ms 2026-05-11 02:30:29,866:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524612 ms 2026-05-11 02:30:43,210:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524612 ms 2026-05-11 02:30:56,557:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524613 ms 2026-05-11 02:31:09,900:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524613 ms 2026-05-11 02:31:23,249:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524616 ms 2026-05-11 02:31:36,593:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524613 ms 2026-05-11 02:31:49,940:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524615 ms 2026-05-11 02:32:03,286:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524614 ms 2026-05-11 02:32:16,632:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524614 ms 2026-05-11 02:32:29,973:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524615 ms 2026-05-11 02:32:43,320:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524615 ms 2026-05-11 02:32:56,666:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524615 ms 2026-05-11 02:33:10,008:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524616 ms 2026-05-11 02:33:23,346:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524616 ms 2026-05-11 02:33:36,692:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524616 ms 2026-05-11 02:33:50,038:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524617 ms 2026-05-11 02:34:03,386:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524617 ms 2026-05-11 02:34:16,732:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524617 ms 2026-05-11 02:34:30,078:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524618 ms 2026-05-11 02:34:43,423:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524618 ms 2026-05-11 02:34:56,770:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524618 ms 2026-05-11 02:35:10,116:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524619 ms 2026-05-11 02:35:23,462:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524618 ms 2026-05-11 02:35:36,808:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524619 ms 2026-05-11 02:35:50,155:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524620 ms 2026-05-11 02:36:03,498:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524619 ms 2026-05-11 02:36:16,842:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524620 ms 2026-05-11 02:36:30,188:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524620 ms 2026-05-11 02:36:43,535:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524620 ms 2026-05-11 02:36:56,881:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524620 ms 2026-05-11 02:37:10,226:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524621 ms 2026-05-11 02:37:23,574:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524621 ms 2026-05-11 02:37:36,918:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524621 ms 2026-05-11 02:37:50,265:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524622 ms 2026-05-11 02:38:03,606:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524622 ms 2026-05-11 02:38:16,950:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524622 ms 2026-05-11 02:38:30,297:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524622 ms 2026-05-11 02:38:43,643:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524622 ms 2026-05-11 02:38:56,986:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524623 ms 2026-05-11 02:39:10,332:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524623 ms 2026-05-11 02:39:23,679:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524623 ms 2026-05-11 02:39:37,026:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524625 ms 2026-05-11 02:39:50,372:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524624 ms 2026-05-11 02:40:03,718:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524624 ms 2026-05-11 02:40:17,064:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524626 ms 2026-05-11 02:40:30,402:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524625 ms 2026-05-11 02:40:43,747:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524625 ms 2026-05-11 02:40:57,093:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524626 ms 2026-05-11 02:41:10,438:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524626 ms 2026-05-11 02:41:23,783:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524626 ms 2026-05-11 02:41:37,127:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524627 ms 2026-05-11 02:41:50,474:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524627 ms 2026-05-11 02:42:03,822:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524627 ms 2026-05-11 02:42:17,170:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524629 ms 2026-05-11 02:42:30,514:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524627 ms 2026-05-11 02:42:43,859:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524628 ms 2026-05-11 02:42:57,206:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524628 ms 2026-05-11 02:43:10,550:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524628 ms 2026-05-11 02:43:23,896:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524629 ms 2026-05-11 02:43:37,243:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524629 ms 2026-05-11 02:43:50,590:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524629 ms 2026-05-11 02:44:03,925:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524630 ms 2026-05-11 02:44:17,270:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524630 ms 2026-05-11 02:44:30,617:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524630 ms 2026-05-11 02:44:43,953:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524630 ms 2026-05-11 02:44:57,298:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524630 ms 2026-05-11 02:45:10,642:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524631 ms 2026-05-11 02:45:23,987:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524632 ms 2026-05-11 02:45:37,331:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524631 ms 2026-05-11 02:45:50,674:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524632 ms 2026-05-11 02:46:04,019:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524633 ms 2026-05-11 02:46:17,367:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524633 ms 2026-05-11 02:46:30,712:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524632 ms 2026-05-11 02:46:44,056:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524634 ms 2026-05-11 02:46:57,402:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524633 ms 2026-05-11 02:47:10,749:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524633 ms 2026-05-11 02:47:24,095:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524634 ms 2026-05-11 02:47:37,442:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524634 ms 2026-05-11 02:47:50,786:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524634 ms 2026-05-11 02:48:04,133:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524635 ms 2026-05-11 02:48:17,478:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524635 ms 2026-05-11 02:48:30,822:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524635 ms 2026-05-11 02:48:44,168:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524636 ms 2026-05-11 02:48:57,515:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524635 ms 2026-05-11 02:49:10,862:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524636 ms 2026-05-11 02:49:24,209:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524636 ms 2026-05-11 02:49:37,554:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524636 ms 2026-05-11 02:49:50,899:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524637 ms 2026-05-11 02:50:04,236:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524637 ms 2026-05-11 02:50:17,582:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524637 ms 2026-05-11 02:50:30,929:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524637 ms 2026-05-11 02:50:44,276:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524638 ms 2026-05-11 02:50:57,623:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524638 ms 2026-05-11 02:51:10,966:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524638 ms 2026-05-11 02:51:24,309:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524639 ms 2026-05-11 02:51:37,654:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524639 ms 2026-05-11 02:51:50,999:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524640 ms 2026-05-11 02:52:04,340:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524639 ms 2026-05-11 02:52:17,686:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524640 ms 2026-05-11 02:52:31,026:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524641 ms 2026-05-11 02:52:44,372:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524640 ms 2026-05-11 02:52:57,718:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524641 ms 2026-05-11 02:53:11,062:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524642 ms 2026-05-11 02:53:24,406:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524641 ms 2026-05-11 02:53:37,753:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524641 ms 2026-05-11 02:53:51,100:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524643 ms 2026-05-11 02:54:04,444:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524642 ms 2026-05-11 02:54:17,790:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524642 ms 2026-05-11 02:54:31,137:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524644 ms 2026-05-11 02:54:44,482:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524643 ms 2026-05-11 02:54:57,826:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524643 ms 2026-05-11 02:55:11,171:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524645 ms 2026-05-11 02:55:24,516:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524644 ms 2026-05-11 02:55:37,863:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524644 ms 2026-05-11 02:55:51,200:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524644 ms 2026-05-11 02:56:04,546:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524645 ms 2026-05-11 02:56:17,890:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524645 ms 2026-05-11 02:56:31,234:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524645 ms 2026-05-11 02:56:44,581:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524645 ms 2026-05-11 02:56:57,928:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524646 ms 2026-05-11 02:57:11,269:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524646 ms 2026-05-11 02:57:24,615:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524647 ms 2026-05-11 02:57:37,956:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524647 ms 2026-05-11 02:57:51,302:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524647 ms 2026-05-11 02:58:04,648:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524647 ms 2026-05-11 02:58:17,995:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524647 ms 2026-05-11 02:58:31,343:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524648 ms 2026-05-11 02:58:44,686:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524648 ms 2026-05-11 02:58:58,033:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524649 ms 2026-05-11 02:59:11,374:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524649 ms 2026-05-11 02:59:24,720:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524650 ms 2026-05-11 02:59:38,062:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524650 ms 2026-05-11 02:59:51,406:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524650 ms 2026-05-11 03:00:04,747:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524650 ms 2026-05-11 03:00:18,094:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524651 ms 2026-05-11 03:00:31,441:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524650 ms 2026-05-11 03:00:44,788:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524650 ms 2026-05-11 03:00:58,135:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524652 ms 2026-05-11 03:01:11,477:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524652 ms 2026-05-11 03:01:24,822:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524651 ms 2026-05-11 03:01:38,168:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524653 ms 2026-05-11 03:01:51,510:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524652 ms 2026-05-11 03:02:04,854:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524652 ms 2026-05-11 03:02:18,199:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524653 ms 2026-05-11 03:02:31,545:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524653 ms 2026-05-11 03:02:44,890:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524653 ms 2026-05-11 03:02:58,231:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524653 ms 2026-05-11 03:03:11,570:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524654 ms 2026-05-11 03:03:24,916:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524654 ms 2026-05-11 03:03:38,262:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524654 ms 2026-05-11 03:03:51,608:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524654 ms 2026-05-11 03:04:04,953:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524655 ms 2026-05-11 03:04:18,300:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524655 ms 2026-05-11 03:04:31,646:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524655 ms 2026-05-11 03:04:44,992:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524655 ms 2026-05-11 03:04:58,338:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524656 ms 2026-05-11 03:05:11,682:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524656 ms 2026-05-11 03:05:25,028:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524657 ms 2026-05-11 03:05:38,375:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524657 ms 2026-05-11 03:05:51,722:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524657 ms 2026-05-11 03:06:05,066:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524658 ms 2026-05-11 03:06:18,410:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524657 ms 2026-05-11 03:06:31,754:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524658 ms 2026-05-11 03:06:45,101:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524659 ms 2026-05-11 03:06:58,446:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524658 ms 2026-05-11 03:07:11,793:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524659 ms 2026-05-11 03:07:25,138:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524660 ms 2026-05-11 03:07:38,483:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524659 ms 2026-05-11 03:07:51,830:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524660 ms 2026-05-11 03:08:05,176:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524661 ms 2026-05-11 03:08:18,522:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524660 ms 2026-05-11 03:08:31,866:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524661 ms 2026-05-11 03:08:45,212:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524661 ms 2026-05-11 03:08:58,558:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524661 ms 2026-05-11 03:09:11,902:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524661 ms 2026-05-11 03:09:25,248:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524661 ms 2026-05-11 03:09:38,596:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524663 ms 2026-05-11 03:09:51,939:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524662 ms 2026-05-11 03:10:05,279:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524662 ms 2026-05-11 03:10:18,626:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524662 ms 2026-05-11 03:10:31,972:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524663 ms 2026-05-11 03:10:45,319:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524664 ms 2026-05-11 03:10:58,662:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524663 ms 2026-05-11 03:11:12,009:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524665 ms 2026-05-11 03:11:25,355:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524664 ms 2026-05-11 03:11:38,695:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524664 ms 2026-05-11 03:11:52,030:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524665 ms 2026-05-11 03:12:05,375:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524666 ms 2026-05-11 03:12:18,720:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524665 ms 2026-05-11 03:12:32,069:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524673 ms 2026-05-11 03:12:45,406:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524665 ms 2026-05-11 03:12:58,752:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524666 ms 2026-05-11 03:13:12,099:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524667 ms 2026-05-11 03:13:25,446:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524667 ms 2026-05-11 03:13:38,793:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524667 ms 2026-05-11 03:13:52,140:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524668 ms 2026-05-11 03:14:05,487:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524667 ms 2026-05-11 03:14:18,834:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524668 ms 2026-05-11 03:14:32,180:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524669 ms 2026-05-11 03:14:45,526:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524668 ms 2026-05-11 03:14:58,873:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524669 ms 2026-05-11 03:15:12,220:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524669 ms 2026-05-11 03:15:25,566:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524669 ms 2026-05-11 03:15:38,910:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524670 ms 2026-05-11 03:15:52,254:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524670 ms 2026-05-11 03:16:05,598:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524670 ms 2026-05-11 03:16:18,945:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524670 ms 2026-05-11 03:16:32,290:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524671 ms 2026-05-11 03:16:45,634:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524671 ms 2026-05-11 03:16:58,981:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524671 ms 2026-05-11 03:17:12,326:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524671 ms 2026-05-11 03:17:25,673:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524672 ms 2026-05-11 03:17:39,019:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524674 ms 2026-05-11 03:17:52,365:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524672 ms 2026-05-11 03:18:05,710:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524672 ms 2026-05-11 03:18:19,056:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524674 ms 2026-05-11 03:18:32,403:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524673 ms 2026-05-11 03:18:45,746:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524673 ms 2026-05-11 03:18:59,090:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524674 ms 2026-05-11 03:19:12,434:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524674 ms 2026-05-11 03:19:25,778:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524674 ms 2026-05-11 03:19:39,125:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524675 ms 2026-05-11 03:19:52,472:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524675 ms 2026-05-11 03:20:05,818:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524675 ms 2026-05-11 03:20:19,164:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524677 ms 2026-05-11 03:20:32,510:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524676 ms 2026-05-11 03:20:45,854:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524676 ms 2026-05-11 03:20:59,198:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524677 ms 2026-05-11 03:21:12,542:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524676 ms 2026-05-11 03:21:25,886:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524677 ms 2026-05-11 03:21:39,231:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524677 ms 2026-05-11 03:21:52,579:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524677 ms 2026-05-11 03:22:05,923:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524677 ms 2026-05-11 03:22:19,266:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524678 ms 2026-05-11 03:22:32,613:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524678 ms 2026-05-11 03:22:45,954:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524678 ms 2026-05-11 03:22:59,300:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524678 ms 2026-05-11 03:23:12,647:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524679 ms 2026-05-11 03:23:25,994:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524679 ms 2026-05-11 03:23:39,338:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524679 ms 2026-05-11 03:23:52,685:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524680 ms 2026-05-11 03:24:06,023:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524681 ms 2026-05-11 03:24:19,370:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524680 ms 2026-05-11 03:24:32,718:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524680 ms 2026-05-11 03:24:46,066:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524683 ms 2026-05-11 03:24:59,410:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524681 ms 2026-05-11 03:25:12,753:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524681 ms 2026-05-11 03:25:26,100:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524683 ms 2026-05-11 03:25:39,446:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524682 ms 2026-05-11 03:25:52,792:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524682 ms 2026-05-11 03:26:06,138:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524684 ms 2026-05-11 03:26:19,482:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524683 ms 2026-05-11 03:26:32,828:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524683 ms 2026-05-11 03:26:46,175:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524685 ms 2026-05-11 03:26:59,519:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524684 ms 2026-05-11 03:27:12,860:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524684 ms 2026-05-11 03:27:26,207:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524686 ms 2026-05-11 03:27:39,553:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524684 ms 2026-05-11 03:27:52,899:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524685 ms 2026-05-11 03:28:06,243:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524685 ms 2026-05-11 03:28:19,591:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524686 ms 2026-05-11 03:28:32,934:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524686 ms 2026-05-11 03:28:46,271:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524686 ms 2026-05-11 03:28:59,617:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524686 ms 2026-05-11 03:29:12,962:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524686 ms 2026-05-11 03:29:26,306:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524687 ms 2026-05-11 03:29:39,645:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524687 ms 2026-05-11 03:29:52,990:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524687 ms 2026-05-11 03:30:06,334:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524688 ms 2026-05-11 03:30:19,678:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524688 ms 2026-05-11 03:30:33,020:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524689 ms 2026-05-11 03:30:46,362:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524688 ms 2026-05-11 03:30:59,706:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524689 ms 2026-05-11 03:31:13,051:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524690 ms 2026-05-11 03:31:26,398:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524689 ms 2026-05-11 03:31:39,745:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524690 ms 2026-05-11 03:31:53,089:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524691 ms 2026-05-11 03:32:06,434:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524690 ms 2026-05-11 03:32:19,780:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524690 ms 2026-05-11 03:32:33,126:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524692 ms 2026-05-11 03:32:46,470:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524691 ms 2026-05-11 03:32:59,816:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524691 ms 2026-05-11 03:33:13,162:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524693 ms 2026-05-11 03:33:26,510:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524692 ms 2026-05-11 03:33:39,851:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524693 ms 2026-05-11 03:33:53,198:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524693 ms 2026-05-11 03:34:06,543:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524693 ms 2026-05-11 03:34:19,889:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524693 ms 2026-05-11 03:34:33,234:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524694 ms 2026-05-11 03:34:46,580:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524693 ms 2026-05-11 03:34:59,926:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524694 ms 2026-05-11 03:35:13,270:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524694 ms 2026-05-11 03:35:26,614:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524694 ms 2026-05-11 03:35:39,951:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524695 ms 2026-05-11 03:35:53,294:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524695 ms 2026-05-11 03:36:06,641:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524695 ms 2026-05-11 03:36:19,987:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524695 ms 2026-05-11 03:36:33,334:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524696 ms 2026-05-11 03:36:46,682:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524696 ms 2026-05-11 03:37:00,028:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524697 ms 2026-05-11 03:37:13,367:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524697 ms 2026-05-11 03:37:26,712:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524697 ms 2026-05-11 03:37:40,059:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524698 ms 2026-05-11 03:37:53,406:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524698 ms 2026-05-11 03:38:06,753:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524698 ms 2026-05-11 03:38:20,098:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524699 ms 2026-05-11 03:38:33,435:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524698 ms 2026-05-11 03:38:46,779:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524699 ms 2026-05-11 03:39:00,130:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524704 ms 2026-05-11 03:39:13,470:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524699 ms 2026-05-11 03:39:26,816:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524699 ms 2026-05-11 03:39:40,161:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524701 ms 2026-05-11 03:39:53,506:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524700 ms 2026-05-11 03:40:06,850:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524701 ms 2026-05-11 03:40:20,195:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524701 ms 2026-05-11 03:40:33,542:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524701 ms 2026-05-11 03:40:46,887:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524701 ms 2026-05-11 03:41:00,234:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524702 ms 2026-05-11 03:41:13,578:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524702 ms 2026-05-11 03:41:26,924:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524702 ms 2026-05-11 03:41:40,270:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524702 ms 2026-05-11 03:41:53,614:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524702 ms 2026-05-11 03:42:06,958:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524703 ms 2026-05-11 03:42:20,302:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524703 ms 2026-05-11 03:42:33,647:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524703 ms 2026-05-11 03:42:46,993:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524704 ms 2026-05-11 03:43:00,338:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524704 ms 2026-05-11 03:43:13,685:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524704 ms 2026-05-11 03:43:27,030:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524705 ms 2026-05-11 03:43:40,370:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524705 ms 2026-05-11 03:43:53,719:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524705 ms 2026-05-11 03:44:07,063:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524706 ms 2026-05-11 03:44:20,409:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524706 ms 2026-05-11 03:44:33,756:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524706 ms 2026-05-11 03:44:47,094:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524707 ms 2026-05-11 03:45:00,439:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524707 ms 2026-05-11 03:45:13,788:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524708 ms 2026-05-11 03:45:27,134:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524708 ms 2026-05-11 03:45:40,478:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524708 ms 2026-05-11 03:45:53,823:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524708 ms 2026-05-11 03:46:07,157:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524709 ms 2026-05-11 03:46:20,500:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524708 ms 2026-05-11 03:46:33,846:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524709 ms 2026-05-11 03:46:47,184:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524710 ms 2026-05-11 03:47:00,528:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524709 ms 2026-05-11 03:47:13,874:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524710 ms 2026-05-11 03:47:27,218:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524711 ms 2026-05-11 03:47:40,563:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524710 ms 2026-05-11 03:47:53,909:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524710 ms 2026-05-11 03:48:07,256:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524711 ms 2026-05-11 03:48:20,601:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524711 ms 2026-05-11 03:48:33,947:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524711 ms 2026-05-11 03:48:47,289:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524711 ms 2026-05-11 03:49:00,634:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524711 ms 2026-05-11 03:49:13,978:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524712 ms 2026-05-11 03:49:27,322:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524712 ms 2026-05-11 03:49:40,666:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524712 ms 2026-05-11 03:49:54,011:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524714 ms 2026-05-11 03:50:07,357:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524713 ms 2026-05-11 03:50:20,702:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524714 ms 2026-05-11 03:50:34,047:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524715 ms 2026-05-11 03:50:47,391:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524714 ms 2026-05-11 03:51:00,736:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524714 ms 2026-05-11 03:51:14,083:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524716 ms 2026-05-11 03:51:27,431:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524715 ms 2026-05-11 03:51:40,775:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524715 ms 2026-05-11 03:51:54,123:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524717 ms 2026-05-11 03:52:07,469:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524715 ms 2026-05-11 03:52:20,816:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524716 ms 2026-05-11 03:52:34,162:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524717 ms 2026-05-11 03:52:47,509:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524716 ms 2026-05-11 03:53:00,847:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524717 ms 2026-05-11 03:53:14,193:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524718 ms 2026-05-11 03:53:27,539:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524717 ms 2026-05-11 03:53:40,886:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524718 ms 2026-05-11 03:53:54,233:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524719 ms 2026-05-11 03:54:07,580:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524718 ms 2026-05-11 03:54:20,926:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524718 ms 2026-05-11 03:54:34,270:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524718 ms 2026-05-11 03:54:47,615:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524719 ms 2026-05-11 03:55:00,962:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524719 ms 2026-05-11 03:55:14,309:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524720 ms 2026-05-11 03:55:27,656:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524720 ms 2026-05-11 03:55:41,002:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524721 ms 2026-05-11 03:55:54,346:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524720 ms 2026-05-11 03:56:07,690:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524721 ms 2026-05-11 03:56:21,037:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524722 ms 2026-05-11 03:56:34,382:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524721 ms 2026-05-11 03:56:47,729:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524722 ms 2026-05-11 03:57:01,072:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524723 ms 2026-05-11 03:57:14,419:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524722 ms 2026-05-11 03:57:27,766:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524722 ms 2026-05-11 03:57:41,113:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524723 ms 2026-05-11 03:57:54,455:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524723 ms 2026-05-11 03:58:07,798:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524723 ms 2026-05-11 03:58:21,142:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524724 ms 2026-05-11 03:58:34,486:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524724 ms 2026-05-11 03:58:47,830:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524724 ms 2026-05-11 03:59:01,175:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524725 ms 2026-05-11 03:59:14,523:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524725 ms 2026-05-11 03:59:27,869:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524728 ms 2026-05-11 03:59:41,211:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524726 ms 2026-05-11 03:59:54,558:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524726 ms 2026-05-11 04:00:07,902:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524726 ms 2026-05-11 04:00:21,247:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524727 ms 2026-05-11 04:00:34,592:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524726 ms 2026-05-11 04:00:47,938:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524727 ms 2026-05-11 04:01:01,282:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524727 ms 2026-05-11 04:01:14,629:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524727 ms 2026-05-11 04:01:27,976:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524727 ms 2026-05-11 04:01:41,323:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524728 ms 2026-05-11 04:01:54,666:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524728 ms 2026-05-11 04:02:08,010:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524729 ms 2026-05-11 04:02:21,354:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524728 ms 2026-05-11 04:02:34,697:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524729 ms 2026-05-11 04:02:48,042:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524730 ms 2026-05-11 04:03:01,389:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524731 ms 2026-05-11 04:03:14,731:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524730 ms 2026-05-11 04:03:28,078:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524731 ms 2026-05-11 04:03:41,422:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524730 ms 2026-05-11 04:03:54,764:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524730 ms 2026-05-11 04:04:08,111:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524732 ms 2026-05-11 04:04:21,458:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524731 ms 2026-05-11 04:04:34,802:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524731 ms 2026-05-11 04:04:48,146:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524733 ms 2026-05-11 04:05:01,489:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524732 ms 2026-05-11 04:05:14,835:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524732 ms 2026-05-11 04:05:28,182:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524733 ms 2026-05-11 04:05:41,528:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524733 ms 2026-05-11 04:05:54,875:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524733 ms 2026-05-11 04:06:08,220:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524737 ms 2026-05-11 04:06:21,563:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524734 ms 2026-05-11 04:06:34,909:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524734 ms 2026-05-11 04:06:48,254:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524735 ms 2026-05-11 04:07:01,598:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524734 ms 2026-05-11 04:07:14,933:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524735 ms 2026-05-11 04:07:28,279:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524737 ms 2026-05-11 04:07:41,622:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524736 ms 2026-05-11 04:07:54,966:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524736 ms 2026-05-11 04:08:08,310:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524736 ms 2026-05-11 04:08:21,655:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524736 ms 2026-05-11 04:08:34,999:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524736 ms 2026-05-11 04:08:48,346:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524737 ms 2026-05-11 04:09:01,690:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524737 ms 2026-05-11 04:09:15,037:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524738 ms 2026-05-11 04:09:28,380:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524737 ms 2026-05-11 04:09:41,726:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524738 ms 2026-05-11 04:09:55,068:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524739 ms 2026-05-11 04:10:08,414:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524738 ms 2026-05-11 04:10:21,756:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524739 ms 2026-05-11 04:10:35,103:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524740 ms 2026-05-11 04:10:48,447:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524739 ms 2026-05-11 04:11:01,794:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524739 ms 2026-05-11 04:11:15,141:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524741 ms 2026-05-11 04:11:28,488:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524740 ms 2026-05-11 04:11:41,835:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524740 ms 2026-05-11 04:11:55,182:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524742 ms 2026-05-11 04:12:08,526:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524741 ms 2026-05-11 04:12:21,872:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524741 ms 2026-05-11 04:12:35,217:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524742 ms 2026-05-11 04:12:48,562:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524742 ms 2026-05-11 04:13:01,906:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524742 ms 2026-05-11 04:13:15,253:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524743 ms 2026-05-11 04:13:28,598:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524742 ms 2026-05-11 04:13:41,940:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524743 ms 2026-05-11 04:13:55,284:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524744 ms 2026-05-11 04:14:08,629:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524743 ms 2026-05-11 04:14:21,974:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524744 ms 2026-05-11 04:14:35,321:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524744 ms 2026-05-11 04:14:48,666:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524744 ms 2026-05-11 04:15:02,010:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524746 ms 2026-05-11 04:15:15,354:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524745 ms 2026-05-11 04:15:28,698:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524745 ms 2026-05-11 04:15:42,046:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524747 ms 2026-05-11 04:15:55,390:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524746 ms 2026-05-11 04:16:08,736:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524746 ms 2026-05-11 04:16:22,083:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524748 ms 2026-05-11 04:16:35,429:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524747 ms 2026-05-11 04:16:48,773:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524747 ms 2026-05-11 04:17:02,120:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524748 ms 2026-05-11 04:17:15,460:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524748 ms 2026-05-11 04:17:28,808:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524749 ms 2026-05-11 04:17:42,155:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524749 ms 2026-05-11 04:17:55,498:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524748 ms 2026-05-11 04:18:08,842:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524748 ms 2026-05-11 04:18:22,187:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524750 ms 2026-05-11 04:18:35,535:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524750 ms 2026-05-11 04:18:48,880:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524749 ms 2026-05-11 04:19:02,227:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524751 ms 2026-05-11 04:19:15,574:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524750 ms 2026-05-11 04:19:28,918:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524750 ms 2026-05-11 04:19:42,262:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524751 ms 2026-05-11 04:19:55,603:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524751 ms 2026-05-11 04:20:08,950:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524752 ms 2026-05-11 04:20:22,294:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524752 ms 2026-05-11 04:20:35,638:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524752 ms 2026-05-11 04:20:48,984:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524752 ms 2026-05-11 04:21:02,330:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524752 ms 2026-05-11 04:21:15,676:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524753 ms 2026-05-11 04:21:29,024:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524754 ms 2026-05-11 04:21:42,369:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524753 ms 2026-05-11 04:21:55,715:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524753 ms 2026-05-11 04:22:09,062:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524755 ms 2026-05-11 04:22:22,409:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524754 ms 2026-05-11 04:22:35,755:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524754 ms 2026-05-11 04:22:49,102:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524755 ms 2026-05-11 04:23:02,448:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524755 ms 2026-05-11 04:23:15,794:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524755 ms 2026-05-11 04:23:29,139:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524756 ms 2026-05-11 04:23:42,484:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524755 ms 2026-05-11 04:23:55,828:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524756 ms 2026-05-11 04:24:09,173:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524757 ms 2026-05-11 04:24:22,518:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524757 ms 2026-05-11 04:24:35,865:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524757 ms 2026-05-11 04:24:49,211:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524758 ms 2026-05-11 04:25:02,558:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524757 ms 2026-05-11 04:25:15,905:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524757 ms 2026-05-11 04:25:29,251:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524759 ms 2026-05-11 04:25:42,589:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524758 ms 2026-05-11 04:25:55,934:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524758 ms 2026-05-11 04:26:09,277:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524760 ms 2026-05-11 04:26:22,622:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524759 ms 2026-05-11 04:26:35,967:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524759 ms 2026-05-11 04:26:49,310:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524760 ms 2026-05-11 04:27:02,657:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524760 ms 2026-05-11 04:27:16,002:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524761 ms 2026-05-11 04:27:29,348:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524761 ms 2026-05-11 04:27:42,693:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524761 ms 2026-05-11 04:27:56,038:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524762 ms 2026-05-11 04:28:09,384:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524761 ms 2026-05-11 04:28:22,727:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524761 ms 2026-05-11 04:28:36,074:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524763 ms 2026-05-11 04:28:49,420:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524763 ms 2026-05-11 04:29:02,764:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524762 ms 2026-05-11 04:29:16,110:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524764 ms 2026-05-11 04:29:29,454:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524763 ms 2026-05-11 04:29:42,797:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524763 ms 2026-05-11 04:29:56,142:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524764 ms 2026-05-11 04:30:09,486:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524764 ms 2026-05-11 04:30:22,832:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524764 ms 2026-05-11 04:30:36,176:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524765 ms 2026-05-11 04:30:49,522:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524764 ms 2026-05-11 04:31:02,868:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524765 ms 2026-05-11 04:31:16,214:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524766 ms 2026-05-11 04:31:29,558:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524765 ms 2026-05-11 04:31:42,902:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524766 ms 2026-05-11 04:31:56,248:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524767 ms 2026-05-11 04:32:09,595:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524766 ms 2026-05-11 04:32:22,941:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524766 ms 2026-05-11 04:32:36,286:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524768 ms 2026-05-11 04:32:49,630:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524767 ms 2026-05-11 04:33:02,973:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524768 ms 2026-05-11 04:33:16,318:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524768 ms 2026-05-11 04:33:29,661:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524768 ms 2026-05-11 04:33:43,008:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524769 ms 2026-05-11 04:33:56,343:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524768 ms 2026-05-11 04:34:09,688:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524769 ms 2026-05-11 04:34:23,034:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524770 ms 2026-05-11 04:34:36,379:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524769 ms 2026-05-11 04:34:49,726:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524770 ms 2026-05-11 04:35:03,070:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524771 ms 2026-05-11 04:35:16,414:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524770 ms 2026-05-11 04:35:29,760:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524770 ms 2026-05-11 04:35:43,106:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524772 ms 2026-05-11 04:35:56,450:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524771 ms 2026-05-11 04:36:09,795:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524771 ms 2026-05-11 04:36:23,135:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524773 ms 2026-05-11 04:36:36,478:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524772 ms 2026-05-11 04:36:49,822:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524772 ms 2026-05-11 04:37:03,164:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524774 ms 2026-05-11 04:37:16,510:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524773 ms 2026-05-11 04:37:29,857:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524773 ms 2026-05-11 04:37:43,204:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524774 ms 2026-05-11 04:37:56,551:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524774 ms 2026-05-11 04:38:09,894:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524774 ms 2026-05-11 04:38:23,234:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524775 ms 2026-05-11 04:38:36,578:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524774 ms 2026-05-11 04:38:49,917:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524775 ms 2026-05-11 04:39:03,258:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524776 ms 2026-05-11 04:39:16,605:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524775 ms 2026-05-11 04:39:29,950:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524776 ms 2026-05-11 04:39:43,294:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524777 ms 2026-05-11 04:39:56,638:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524776 ms 2026-05-11 04:40:09,981:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524776 ms 2026-05-11 04:40:23,326:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524777 ms 2026-05-11 04:40:36,670:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524777 ms 2026-05-11 04:40:50,009:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524778 ms 2026-05-11 04:41:03,353:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524777 ms 2026-05-11 04:41:16,697:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524778 ms 2026-05-11 04:41:30,042:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524779 ms 2026-05-11 04:41:43,387:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524778 ms 2026-05-11 04:41:56,735:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524779 ms 2026-05-11 04:42:10,078:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524780 ms 2026-05-11 04:42:23,425:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524779 ms 2026-05-11 04:42:36,772:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524779 ms 2026-05-11 04:42:50,117:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524781 ms 2026-05-11 04:43:03,463:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524780 ms 2026-05-11 04:43:16,808:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524780 ms 2026-05-11 04:43:30,155:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524782 ms 2026-05-11 04:43:43,498:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524781 ms 2026-05-11 04:43:56,842:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524781 ms 2026-05-11 04:44:10,189:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524783 ms 2026-05-11 04:44:23,535:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524782 ms 2026-05-11 04:44:36,883:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524783 ms 2026-05-11 04:44:50,222:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524783 ms 2026-05-11 04:45:03,567:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524783 ms 2026-05-11 04:45:16,915:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524783 ms 2026-05-11 04:45:30,261:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524784 ms 2026-05-11 04:45:43,606:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524784 ms 2026-05-11 04:45:56,950:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524784 ms 2026-05-11 04:46:10,297:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524785 ms 2026-05-11 04:46:23,644:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524784 ms 2026-05-11 04:46:36,986:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524785 ms 2026-05-11 04:46:50,333:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524785 ms 2026-05-11 04:47:03,677:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524785 ms 2026-05-11 04:47:17,024:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524787 ms 2026-05-11 04:47:30,371:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524786 ms 2026-05-11 04:47:43,714:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524786 ms 2026-05-11 04:47:57,059:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524787 ms 2026-05-11 04:48:10,405:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524787 ms 2026-05-11 04:48:23,750:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524787 ms 2026-05-11 04:48:37,097:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524788 ms 2026-05-11 04:48:50,442:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524787 ms 2026-05-11 04:49:03,788:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524788 ms 2026-05-11 04:49:17,135:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524789 ms 2026-05-11 04:49:30,480:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524789 ms 2026-05-11 04:49:43,822:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524789 ms 2026-05-11 04:49:57,173:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524794 ms 2026-05-11 04:50:10,514:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524789 ms 2026-05-11 04:50:23,861:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524789 ms 2026-05-11 04:50:37,206:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524791 ms 2026-05-11 04:50:50,550:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524790 ms 2026-05-11 04:51:03,895:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524790 ms 2026-05-11 04:51:17,241:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524792 ms 2026-05-11 04:51:30,586:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524791 ms 2026-05-11 04:51:43,930:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524791 ms 2026-05-11 04:51:57,266:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524792 ms 2026-05-11 04:52:10,613:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524792 ms 2026-05-11 04:52:23,958:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524792 ms 2026-05-11 04:52:37,300:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524793 ms 2026-05-11 04:52:50,645:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524793 ms 2026-05-11 04:53:03,992:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524793 ms 2026-05-11 04:53:17,333:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524794 ms 2026-05-11 04:53:30,678:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524793 ms 2026-05-11 04:53:44,025:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524795 ms 2026-05-11 04:53:57,370:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524794 ms 2026-05-11 04:54:10,715:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524794 ms 2026-05-11 04:54:24,061:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524796 ms 2026-05-11 04:54:37,407:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524795 ms 2026-05-11 04:54:50,753:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524795 ms 2026-05-11 04:55:04,094:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524797 ms 2026-05-11 04:55:17,430:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524796 ms 2026-05-11 04:55:30,775:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524796 ms 2026-05-11 04:55:44,122:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524797 ms 2026-05-11 04:55:57,466:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524796 ms 2026-05-11 04:56:10,813:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524797 ms 2026-05-11 04:56:24,159:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524798 ms 2026-05-11 04:56:37,502:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524797 ms 2026-05-11 04:56:50,846:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524797 ms 2026-05-11 04:57:04,190:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524799 ms 2026-05-11 04:57:17,527:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524798 ms 2026-05-11 04:57:30,872:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524798 ms 2026-05-11 04:57:44,220:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524800 ms 2026-05-11 04:57:57,566:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524799 ms 2026-05-11 04:58:10,913:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524799 ms 2026-05-11 04:58:24,258:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524801 ms 2026-05-11 04:58:37,603:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524800 ms 2026-05-11 04:58:50,946:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524800 ms 2026-05-11 04:59:04,290:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524801 ms 2026-05-11 04:59:17,634:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524801 ms 2026-05-11 04:59:30,979:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524801 ms 2026-05-11 04:59:44,324:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524803 ms 2026-05-11 04:59:57,670:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524801 ms 2026-05-11 05:00:11,014:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524803 ms 2026-05-11 05:00:24,361:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524802 ms 2026-05-11 05:00:37,706:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524802 ms 2026-05-11 05:00:51,054:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524804 ms 2026-05-11 05:01:04,401:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524803 ms 2026-05-11 05:01:17,746:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524803 ms 2026-05-11 05:01:31,092:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524804 ms 2026-05-11 05:01:44,440:1(0x7fa566ffd640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 347524804 ms