++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Thu Sep 11 01:57:56 AM UTC 2025 ===================' INFO: =================== Thu Sep 11 01:57:56 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ 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 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.22:8081 10.0.0.49: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.22:8086 10.0.0.49: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.249,10.0.0.22,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.22:8082 10.0.0.49: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.22:9161 10.0.0.49: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.22:2181,10.0.0.49: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.22:5673,10.0.0.49: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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.22:6379 10.0.0.49: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.249,10.0.0.22,10.0.0.49 ++ 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.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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.22:9092 10.0.0.49: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.249 ++ 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.249,10.0.0.22,10.0.0.49 ++ 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.249,10.0.0.22,10.0.0.49 ++ 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 +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.22,10.0.0.49 +++ local servers=10.0.0.249,10.0.0.22,10.0.0.49 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.25,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ 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 +++ head -n 1 +++ getent hosts 10.0.0.249 ++ local 'host_entry=10.0.0.249 cn-jenkins-deploy-platform-ansible-os-4079-1. cn-jenkins-deploy-platform-ansible-os-4079-1' ++ local name= ++ [[ -n 10.0.0.249 cn-jenkins-deploy-platform-ansible-os-4079-1. cn-jenkins-deploy-platform-ansible-os-4079-1 ]] +++ echo 10.0.0.249 cn-jenkins-deploy-platform-ansible-os-4079-1. cn-jenkins-deploy-platform-ansible-os-4079-1 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-4079-1. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-4079-1. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-4079-1. + hostname=cn-jenkins-deploy-platform-ansible-os-4079-1. ++ echo 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.249:5673 10.0.0.22:5673 10.0.0.49:5673' ++ sed 's/,/ /g' ++ echo 10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 + configdb_cql_servers='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49: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 + 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=__ ++ grep '^COLLECTOR__.*__.*=.*$' ++ set -o posix ++ set ++ sed 's/^COLLECTOR__//g' ++ sort ++ cut -d = -f 1 + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2025-09-11 01:57:56,687:1(0x7f71813ec300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-09-11 01:57:56,687:1(0x7f71813ec300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4079-1 2025-09-11 01:57:56,687:1(0x7f71813ec300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-09-11 01:57:56,687:1(0x7f71813ec300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-09-11 01:57:56,687:1(0x7f71813ec300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-09-11 01:57:56,687:1(0x7f71813ec300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-09-11 01:57:56,688:1(0x7f71813ec300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-09-11 01:57:56,688:1(0x7f71813ec300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-09-11 01:57:56,688:1(0x7f71813ec300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 sessionTimeout=60000 watcher=0x989450 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-09-11 01:57:56,688:1(0x7f71813ec300):ZOO_DEBUG@start_threads@221: starting threads... 2025-09-11 01:57:56,688:1(0x7f7176ffd640):ZOO_DEBUG@do_completion@473: started completion thread 2025-09-11 01:57:56,688:1(0x7f71777fe640):ZOO_DEBUG@do_io@369: started IO thread 2025-09-11 01:57:56,688:1(0x7f71777fe640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-09-11 01:57:56,688:1(0x7f71777fe640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-09-11 01:57:56,688:1(0x7f71777fe640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.22:2181 2025-09-11 01:57:56,688:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-09-11 01:57:56,688:1(0x7f71777fe640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.22:2181 2025-09-11 01:57:56,692:1(0x7f71777fe640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.22:2181, sessionId=0x2000017ef87000a, negotiated timeout=40000 2025-09-11 01:57:56,692:1(0x7f71777fe640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-09-11 01:57:56,692:1(0x7f7176ffd640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-09-11 01:57:57,688:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22ca5 for path [/analytics-discovery-] to 10.0.0.22:2181 2025-09-11 01:57:57,692:1(0x7f71777fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22ca5 rc=-110 2025-09-11 01:57:57,692:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22ca6 for path [/analytics-discovery-/Collector] to 10.0.0.22:2181 2025-09-11 01:57:57,695:1(0x7f71777fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22ca6 rc=-110 2025-09-11 01:57:57,695:1(0x7f71813ec300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x68c22ca7 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4079-1.] to 10.0.0.22:2181 2025-09-11 01:57:57,698:1(0x7f71777fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x68c22ca7 rc=-101 2025-09-11 01:57:57,698:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22ca8 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4079-1.] to 10.0.0.22:2181 2025-09-11 01:57:57,707:1(0x7f71777fe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22ca8 rc=0 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4079-1 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 sessionTimeout=60000 watcher=0x989450 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-09-11 01:57:57,707:1(0x7f71813ec300):ZOO_DEBUG@start_threads@221: starting threads... 2025-09-11 01:57:57,708:1(0x7f71757f8640):ZOO_DEBUG@do_io@369: started IO thread 2025-09-11 01:57:57,709:1(0x7f71757f8640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-09-11 01:57:57,709:1(0x7f71757f8640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-09-11 01:57:57,709:1(0x7f71757f8640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.49:2181 2025-09-11 01:57:57,709:1(0x7f71757f8640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-09-11 01:57:57,708:1(0x7f7174ff7640):ZOO_DEBUG@do_completion@473: started completion thread 2025-09-11 01:57:57,709:1(0x7f71757f8640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.49:2181 2025-09-11 01:57:57,715:1(0x7f71757f8640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.49:2181, sessionId=0x300001745ad0006, negotiated timeout=40000 2025-09-11 01:57:57,715:1(0x7f71757f8640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-09-11 01:57:57,715:1(0x7f7174ff7640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-09-11 01:57:58,712:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22ca9 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:57:58,715:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22ca9 rc=-110 2025-09-11 01:57:58,715:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22caa for path [/collector] to 10.0.0.49:2181 2025-09-11 01:57:58,715:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22caa rc=0 2025-09-11 01:57:59,716:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cab for path [/collector] to 10.0.0.49:2181 2025-09-11 01:57:59,719:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cab rc=-110 2025-09-11 01:57:59,719:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cac for path [/collector] to 10.0.0.49:2181 2025-09-11 01:57:59,720:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cac rc=0 2025-09-11 01:58:00,721:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cad for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:00,724:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cad rc=-110 2025-09-11 01:58:00,724:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cae for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:00,725:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cae rc=0 2025-09-11 01:58:01,725:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22caf for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:01,729:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22caf rc=-110 2025-09-11 01:58:01,729:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cb0 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:01,730:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cb0 rc=0 2025-09-11 01:58:02,730:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cb1 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:02,734:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cb1 rc=-110 2025-09-11 01:58:02,734:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cb2 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:02,735:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cb2 rc=0 2025-09-11 01:58:03,735:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cb3 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:03,738:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cb3 rc=-110 2025-09-11 01:58:03,738:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cb4 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:03,739:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cb4 rc=0 2025-09-11 01:58:04,740:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cb5 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:04,745:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cb5 rc=-110 2025-09-11 01:58:04,745:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cb6 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:04,745:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cb6 rc=0 2025-09-11 01:58:05,746:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cb7 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:05,749:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cb7 rc=-110 2025-09-11 01:58:05,749:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cb8 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:05,749:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cb8 rc=0 2025-09-11 01:58:06,750:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cb9 for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:06,753:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cb9 rc=-110 2025-09-11 01:58:06,753:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cba for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:06,754:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cba rc=0 2025-09-11 01:58:07,755:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cbb for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:07,759:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cbb rc=-110 2025-09-11 01:58:07,759:1(0x7f71813ec300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x68c22cbc for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:07,759:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x68c22cbc rc=0 2025-09-11 01:58:08,760:1(0x7f71813ec300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x68c22cbd for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:08,763:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x68c22cbd rc=0 2025-09-11 01:58:08,948:1(0x7f71813ec300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x68c22cbe for path [/collector] to 10.0.0.49:2181 2025-09-11 01:58:08,950:1(0x7f71757f8640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x68c22cbe rc=0 2025-09-11 01:58:08,951:1(0x7f71757f8640):ZOO_DEBUG@do_io@460: IO thread terminated 2025-09-11 01:58:08,951:1(0x7f7174ff7640):ZOO_DEBUG@do_completion@483: completion thread terminated 2025-09-11 01:58:08,951:1(0x7f71813ec300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x300001745ad0006 to 10.0.0.49:2181 2025-09-11 01:58:08,953:1(0x7f71813ec300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x300001745ad0006 2025-09-11 01:58:11,046:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439901 ms 2025-09-11 01:58:24,391:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439902 ms 2025-09-11 01:58:37,735:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439902 ms 2025-09-11 01:58:51,080:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439902 ms 2025-09-11 01:59:04,426:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439903 ms 2025-09-11 01:59:17,771:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439903 ms 2025-09-11 01:59:31,117:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439903 ms 2025-09-11 01:59:44,464:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439904 ms 2025-09-11 01:59:57,810:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439905 ms 2025-09-11 02:00:11,155:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439904 ms 2025-09-11 02:00:24,499:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439905 ms 2025-09-11 02:00:37,845:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439905 ms 2025-09-11 02:00:51,191:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439905 ms 2025-09-11 02:01:04,535:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439906 ms 2025-09-11 02:01:17,882:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439906 ms 2025-09-11 02:01:31,228:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439906 ms 2025-09-11 02:01:44,573:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439906 ms 2025-09-11 02:01:57,919:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439907 ms 2025-09-11 02:02:11,266:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439907 ms 2025-09-11 02:02:24,611:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439908 ms 2025-09-11 02:02:37,958:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439908 ms 2025-09-11 02:02:51,304:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439908 ms 2025-09-11 02:03:04,650:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439908 ms 2025-09-11 02:03:17,995:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439908 ms 2025-09-11 02:03:31,341:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439909 ms 2025-09-11 02:03:44,688:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439910 ms 2025-09-11 02:03:58,035:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439910 ms 2025-09-11 02:04:11,382:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439910 ms 2025-09-11 02:04:24,728:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439910 ms 2025-09-11 02:04:38,073:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439911 ms 2025-09-11 02:04:51,419:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439911 ms 2025-09-11 02:05:04,765:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439911 ms 2025-09-11 02:05:18,113:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439913 ms 2025-09-11 02:05:31,456:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439912 ms 2025-09-11 02:05:44,803:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439912 ms 2025-09-11 02:05:58,151:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439913 ms 2025-09-11 02:06:11,495:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439913 ms 2025-09-11 02:06:24,842:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439913 ms 2025-09-11 02:06:38,187:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439914 ms 2025-09-11 02:06:51,531:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439914 ms 2025-09-11 02:07:04,875:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439914 ms 2025-09-11 02:07:18,222:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439915 ms 2025-09-11 02:07:31,567:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439915 ms 2025-09-11 02:07:44,914:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439915 ms 2025-09-11 02:07:58,260:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439916 ms 2025-09-11 02:08:11,603:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439916 ms 2025-09-11 02:08:24,949:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439916 ms 2025-09-11 02:08:38,295:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439916 ms 2025-09-11 02:08:51,642:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439917 ms 2025-09-11 02:09:04,989:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439916 ms 2025-09-11 02:09:18,335:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439917 ms 2025-09-11 02:09:31,682:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439918 ms 2025-09-11 02:09:45,028:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439918 ms 2025-09-11 02:09:58,373:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439918 ms 2025-09-11 02:10:11,720:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439919 ms 2025-09-11 02:10:25,065:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439919 ms 2025-09-11 02:10:38,412:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439919 ms 2025-09-11 02:10:51,755:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439920 ms 2025-09-11 02:11:05,102:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439920 ms 2025-09-11 02:11:18,448:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439920 ms 2025-09-11 02:11:31,795:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439921 ms 2025-09-11 02:11:45,139:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439921 ms 2025-09-11 02:11:58,485:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439921 ms 2025-09-11 02:12:11,831:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439922 ms 2025-09-11 02:12:25,177:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439922 ms 2025-09-11 02:12:38,523:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439922 ms 2025-09-11 02:12:51,868:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439922 ms 2025-09-11 02:13:05,216:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439923 ms 2025-09-11 02:13:18,563:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439923 ms 2025-09-11 02:13:31,908:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439924 ms 2025-09-11 02:13:45,255:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439924 ms 2025-09-11 02:13:58,600:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439924 ms 2025-09-11 02:14:11,947:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439924 ms 2025-09-11 02:14:25,292:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439925 ms 2025-09-11 02:14:38,639:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439925 ms 2025-09-11 02:14:51,984:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439925 ms 2025-09-11 02:15:05,340:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439926 ms 2025-09-11 02:15:18,687:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439926 ms 2025-09-11 02:15:32,031:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439926 ms 2025-09-11 02:15:45,379:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439927 ms 2025-09-11 02:15:58,723:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439927 ms 2025-09-11 02:16:12,070:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439927 ms 2025-09-11 02:16:25,414:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439928 ms 2025-09-11 02:16:38,761:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439928 ms 2025-09-11 02:16:52,107:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439928 ms 2025-09-11 02:17:05,451:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439929 ms 2025-09-11 02:17:18,795:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439929 ms 2025-09-11 02:17:32,143:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439929 ms 2025-09-11 02:17:45,487:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439929 ms 2025-09-11 02:17:58,832:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439930 ms 2025-09-11 02:18:12,179:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439930 ms 2025-09-11 02:18:25,525:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439930 ms 2025-09-11 02:18:38,871:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439931 ms 2025-09-11 02:18:52,215:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439931 ms 2025-09-11 02:19:05,562:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439932 ms 2025-09-11 02:19:18,909:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439932 ms 2025-09-11 02:19:32,255:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439932 ms 2025-09-11 02:19:45,601:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439932 ms 2025-09-11 02:19:58,947:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439933 ms 2025-09-11 02:20:12,294:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439933 ms 2025-09-11 02:20:25,638:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439933 ms 2025-09-11 02:20:38,983:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439934 ms 2025-09-11 02:20:52,327:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439934 ms 2025-09-11 02:21:05,673:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439934 ms 2025-09-11 02:21:19,020:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439935 ms 2025-09-11 02:21:32,365:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439935 ms 2025-09-11 02:21:45,711:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439935 ms 2025-09-11 02:21:59,057:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439935 ms 2025-09-11 02:22:12,403:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439936 ms 2025-09-11 02:22:25,750:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439936 ms 2025-09-11 02:22:39,096:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439936 ms 2025-09-11 02:22:52,443:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439936 ms 2025-09-11 02:23:05,788:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439936 ms 2025-09-11 02:23:19,135:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439937 ms 2025-09-11 02:23:32,479:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439937 ms 2025-09-11 02:23:45,823:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439937 ms 2025-09-11 02:23:59,167:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439937 ms 2025-09-11 02:24:12,513:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439938 ms 2025-09-11 02:24:25,859:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439938 ms 2025-09-11 02:24:39,206:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439938 ms 2025-09-11 02:24:52,553:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439939 ms 2025-09-11 02:25:05,896:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439939 ms 2025-09-11 02:25:19,239:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439939 ms 2025-09-11 02:25:32,586:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439940 ms 2025-09-11 02:25:45,933:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439940 ms 2025-09-11 02:25:59,279:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439940 ms 2025-09-11 02:26:12,624:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439941 ms 2025-09-11 02:26:25,971:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439941 ms 2025-09-11 02:26:39,317:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439941 ms 2025-09-11 02:26:52,664:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439942 ms 2025-09-11 02:27:06,010:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439942 ms 2025-09-11 02:27:19,347:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439942 ms 2025-09-11 02:27:32,694:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439943 ms 2025-09-11 02:27:46,039:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439943 ms 2025-09-11 02:27:59,384:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439943 ms 2025-09-11 02:28:12,727:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439943 ms 2025-09-11 02:28:26,071:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439944 ms 2025-09-11 02:28:39,416:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439944 ms 2025-09-11 02:28:52,766:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439947 ms 2025-09-11 02:29:06,107:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439945 ms 2025-09-11 02:29:19,451:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439945 ms 2025-09-11 02:29:32,795:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439945 ms 2025-09-11 02:29:46,139:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439946 ms 2025-09-11 02:29:59,482:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439946 ms 2025-09-11 02:30:12,829:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439946 ms 2025-09-11 02:30:26,174:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439947 ms 2025-09-11 02:30:39,519:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439947 ms 2025-09-11 02:30:52,866:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439947 ms 2025-09-11 02:31:06,213:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439948 ms 2025-09-11 02:31:19,559:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439948 ms 2025-09-11 02:31:32,903:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439948 ms 2025-09-11 02:31:46,248:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439949 ms 2025-09-11 02:31:59,594:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439949 ms 2025-09-11 02:32:12,941:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439949 ms 2025-09-11 02:32:26,285:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439949 ms 2025-09-11 02:32:39,630:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439950 ms 2025-09-11 02:32:52,975:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439950 ms 2025-09-11 02:33:06,319:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439950 ms 2025-09-11 02:33:19,665:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439951 ms 2025-09-11 02:33:33,012:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439952 ms 2025-09-11 02:33:46,359:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439951 ms 2025-09-11 02:33:59,706:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439952 ms 2025-09-11 02:34:13,052:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439952 ms 2025-09-11 02:34:26,399:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439952 ms 2025-09-11 02:34:39,746:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439953 ms 2025-09-11 02:34:53,091:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439953 ms 2025-09-11 02:35:06,436:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439953 ms 2025-09-11 02:35:19,783:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439954 ms 2025-09-11 02:35:33,127:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439954 ms 2025-09-11 02:35:46,474:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439954 ms 2025-09-11 02:35:59,819:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439955 ms 2025-09-11 02:36:13,166:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439955 ms 2025-09-11 02:36:26,511:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439955 ms 2025-09-11 02:36:39,859:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439956 ms 2025-09-11 02:36:53,201:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439956 ms 2025-09-11 02:37:06,548:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439956 ms 2025-09-11 02:37:19,894:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439957 ms 2025-09-11 02:37:33,241:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439957 ms 2025-09-11 02:37:46,587:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439957 ms 2025-09-11 02:37:59,933:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439958 ms 2025-09-11 02:38:13,280:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439958 ms 2025-09-11 02:38:26,627:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439958 ms 2025-09-11 02:38:39,973:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439959 ms 2025-09-11 02:38:53,320:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439959 ms 2025-09-11 02:39:06,667:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439959 ms 2025-09-11 02:39:20,010:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439960 ms 2025-09-11 02:39:33,355:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439960 ms 2025-09-11 02:39:46,702:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439960 ms 2025-09-11 02:40:00,047:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439960 ms 2025-09-11 02:40:13,391:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439961 ms 2025-09-11 02:40:26,738:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439961 ms 2025-09-11 02:40:40,084:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439961 ms 2025-09-11 02:40:53,427:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439962 ms 2025-09-11 02:41:06,771:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439962 ms 2025-09-11 02:41:20,115:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439962 ms 2025-09-11 02:41:33,462:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439963 ms 2025-09-11 02:41:46,809:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439963 ms 2025-09-11 02:42:00,155:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439963 ms 2025-09-11 02:42:13,502:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439964 ms 2025-09-11 02:42:26,849:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439964 ms 2025-09-11 02:42:40,193:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439964 ms 2025-09-11 02:42:53,540:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439965 ms 2025-09-11 02:43:06,887:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439965 ms 2025-09-11 02:43:20,227:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439965 ms 2025-09-11 02:43:33,571:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439966 ms 2025-09-11 02:43:46,916:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439966 ms 2025-09-11 02:44:00,260:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439966 ms 2025-09-11 02:44:13,607:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439966 ms 2025-09-11 02:44:26,954:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439967 ms 2025-09-11 02:44:40,299:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439967 ms 2025-09-11 02:44:53,640:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439967 ms 2025-09-11 02:45:06,987:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439968 ms 2025-09-11 02:45:20,335:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439969 ms 2025-09-11 02:45:33,679:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439968 ms 2025-09-11 02:45:47,026:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439970 ms 2025-09-11 02:46:00,371:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439969 ms 2025-09-11 02:46:13,717:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439969 ms 2025-09-11 02:46:27,063:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439970 ms 2025-09-11 02:46:40,408:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439970 ms 2025-09-11 02:46:53,755:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439970 ms 2025-09-11 02:47:07,099:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439971 ms 2025-09-11 02:47:20,444:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439971 ms 2025-09-11 02:47:33,792:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439971 ms 2025-09-11 02:47:47,135:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439972 ms 2025-09-11 02:48:00,481:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439972 ms 2025-09-11 02:48:13,828:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439972 ms 2025-09-11 02:48:27,175:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439973 ms 2025-09-11 02:48:40,522:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439973 ms 2025-09-11 02:48:53,867:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439973 ms 2025-09-11 02:49:07,213:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439974 ms 2025-09-11 02:49:20,559:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439974 ms 2025-09-11 02:49:33,903:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439974 ms 2025-09-11 02:49:47,249:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439974 ms 2025-09-11 02:50:00,595:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439975 ms 2025-09-11 02:50:13,942:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439975 ms 2025-09-11 02:50:27,289:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439976 ms 2025-09-11 02:50:40,636:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439976 ms 2025-09-11 02:50:53,982:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439976 ms 2025-09-11 02:51:07,327:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439976 ms 2025-09-11 02:51:20,674:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439977 ms 2025-09-11 02:51:34,021:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439978 ms 2025-09-11 02:51:47,368:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439977 ms 2025-09-11 02:52:00,712:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439978 ms 2025-09-11 02:52:14,056:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439978 ms 2025-09-11 02:52:27,403:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439978 ms 2025-09-11 02:52:40,748:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439979 ms 2025-09-11 02:52:54,095:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439979 ms 2025-09-11 02:53:07,439:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439979 ms 2025-09-11 02:53:20,785:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439980 ms 2025-09-11 02:53:34,131:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439980 ms 2025-09-11 02:53:47,471:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439980 ms 2025-09-11 02:54:00,818:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439981 ms 2025-09-11 02:54:14,164:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439981 ms 2025-09-11 02:54:27,511:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439981 ms 2025-09-11 02:54:40,857:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439982 ms 2025-09-11 02:54:54,204:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439982 ms 2025-09-11 02:55:07,551:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439982 ms 2025-09-11 02:55:20,895:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439983 ms 2025-09-11 02:55:34,239:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439983 ms 2025-09-11 02:55:47,583:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439983 ms 2025-09-11 02:56:00,931:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439984 ms 2025-09-11 02:56:14,277:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439984 ms 2025-09-11 02:56:27,623:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439984 ms 2025-09-11 02:56:40,974:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439984 ms 2025-09-11 02:56:54,319:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439985 ms 2025-09-11 02:57:07,663:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439985 ms 2025-09-11 02:57:21,009:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439986 ms 2025-09-11 02:57:34,356:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439986 ms 2025-09-11 02:57:47,699:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439986 ms 2025-09-11 02:58:01,043:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439988 ms 2025-09-11 02:58:14,387:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439987 ms 2025-09-11 02:58:27,733:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439987 ms 2025-09-11 02:58:41,080:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439987 ms 2025-09-11 02:58:54,426:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439988 ms 2025-09-11 02:59:07,773:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439988 ms 2025-09-11 02:59:21,119:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439988 ms 2025-09-11 02:59:34,463:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439989 ms 2025-09-11 02:59:47,807:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439989 ms 2025-09-11 03:00:01,153:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439989 ms 2025-09-11 03:00:14,496:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439990 ms 2025-09-11 03:00:27,843:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439990 ms 2025-09-11 03:00:41,190:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439990 ms 2025-09-11 03:00:54,535:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439991 ms 2025-09-11 03:01:07,882:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439991 ms 2025-09-11 03:01:21,226:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439991 ms 2025-09-11 03:01:34,561:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439992 ms 2025-09-11 03:01:47,909:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439993 ms 2025-09-11 03:02:01,253:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439992 ms 2025-09-11 03:02:14,600:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439992 ms 2025-09-11 03:02:27,945:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439993 ms 2025-09-11 03:02:41,291:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439993 ms 2025-09-11 03:02:54,637:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439993 ms 2025-09-11 03:03:07,983:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439994 ms 2025-09-11 03:03:21,327:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439994 ms 2025-09-11 03:03:34,674:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439994 ms 2025-09-11 03:03:48,019:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439996 ms 2025-09-11 03:04:01,359:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439995 ms 2025-09-11 03:04:14,710:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439995 ms 2025-09-11 03:04:28,055:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439997 ms 2025-09-11 03:04:41,399:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439996 ms 2025-09-11 03:04:54,744:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439996 ms 2025-09-11 03:05:08,092:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439997 ms 2025-09-11 03:05:21,438:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439997 ms 2025-09-11 03:05:34,785:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439997 ms 2025-09-11 03:05:48,131:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439997 ms 2025-09-11 03:06:01,478:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439998 ms 2025-09-11 03:06:14,823:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439998 ms 2025-09-11 03:06:28,167:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439998 ms 2025-09-11 03:06:41,513:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439999 ms 2025-09-11 03:06:54,859:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912439999 ms 2025-09-11 03:07:08,206:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440000 ms 2025-09-11 03:07:21,554:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440000 ms 2025-09-11 03:07:34,899:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440000 ms 2025-09-11 03:07:48,245:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440000 ms 2025-09-11 03:08:01,590:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440001 ms 2025-09-11 03:08:14,935:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440001 ms 2025-09-11 03:08:28,282:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440001 ms 2025-09-11 03:08:41,627:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440002 ms 2025-09-11 03:08:54,979:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440007 ms 2025-09-11 03:09:08,319:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440002 ms 2025-09-11 03:09:21,665:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440003 ms 2025-09-11 03:09:35,014:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440004 ms 2025-09-11 03:09:48,360:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440003 ms 2025-09-11 03:10:01,704:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440004 ms 2025-09-11 03:10:15,044:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440005 ms 2025-09-11 03:10:28,388:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440005 ms 2025-09-11 03:10:41,732:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440005 ms 2025-09-11 03:10:55,080:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440005 ms 2025-09-11 03:11:08,423:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440005 ms 2025-09-11 03:11:21,767:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440006 ms 2025-09-11 03:11:35,114:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440006 ms 2025-09-11 03:11:48,460:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440006 ms 2025-09-11 03:12:01,807:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440007 ms 2025-09-11 03:12:15,154:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440007 ms 2025-09-11 03:12:28,499:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440007 ms 2025-09-11 03:12:41,843:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440008 ms 2025-09-11 03:12:55,187:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440008 ms 2025-09-11 03:13:08,534:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440008 ms 2025-09-11 03:13:21,879:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440008 ms 2025-09-11 03:13:35,223:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440009 ms 2025-09-11 03:13:48,568:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440009 ms 2025-09-11 03:14:01,915:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440010 ms 2025-09-11 03:14:15,257:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440010 ms 2025-09-11 03:14:28,603:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440010 ms 2025-09-11 03:14:41,948:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440010 ms 2025-09-11 03:14:55,295:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440011 ms 2025-09-11 03:15:08,642:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440011 ms 2025-09-11 03:15:21,989:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440011 ms 2025-09-11 03:15:35,335:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440012 ms 2025-09-11 03:15:48,682:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440012 ms 2025-09-11 03:16:02,029:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440013 ms 2025-09-11 03:16:15,376:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440013 ms 2025-09-11 03:16:28,722:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440013 ms 2025-09-11 03:16:42,069:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440014 ms 2025-09-11 03:16:55,415:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440014 ms 2025-09-11 03:17:08,761:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440014 ms 2025-09-11 03:17:22,107:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440014 ms 2025-09-11 03:17:35,450:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440014 ms 2025-09-11 03:17:48,797:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440015 ms 2025-09-11 03:18:02,144:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440015 ms 2025-09-11 03:18:15,490:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440015 ms 2025-09-11 03:18:28,836:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440016 ms 2025-09-11 03:18:42,179:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440016 ms 2025-09-11 03:18:55,526:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440016 ms 2025-09-11 03:19:08,874:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440019 ms 2025-09-11 03:19:22,218:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440017 ms 2025-09-11 03:19:35,562:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440017 ms 2025-09-11 03:19:48,907:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440018 ms 2025-09-11 03:20:02,254:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440018 ms 2025-09-11 03:20:15,601:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440018 ms 2025-09-11 03:20:28,947:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440019 ms 2025-09-11 03:20:42,294:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440019 ms 2025-09-11 03:20:55,640:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440019 ms 2025-09-11 03:21:08,983:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440020 ms 2025-09-11 03:21:22,324:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440020 ms 2025-09-11 03:21:35,671:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440020 ms 2025-09-11 03:21:49,016:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440022 ms 2025-09-11 03:22:02,362:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440021 ms 2025-09-11 03:22:15,713:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440021 ms 2025-09-11 03:22:29,057:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440022 ms 2025-09-11 03:22:42,403:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440022 ms 2025-09-11 03:22:55,748:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440022 ms 2025-09-11 03:23:09,095:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440023 ms 2025-09-11 03:23:22,439:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440023 ms 2025-09-11 03:23:35,786:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440023 ms 2025-09-11 03:23:49,131:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440023 ms 2025-09-11 03:24:02,477:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440024 ms 2025-09-11 03:24:15,823:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440024 ms 2025-09-11 03:24:29,168:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440024 ms 2025-09-11 03:24:42,515:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440025 ms 2025-09-11 03:24:55,863:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440025 ms 2025-09-11 03:25:09,207:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440025 ms 2025-09-11 03:25:22,551:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440026 ms 2025-09-11 03:25:35,895:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440026 ms 2025-09-11 03:25:49,241:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440026 ms 2025-09-11 03:26:02,587:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440027 ms 2025-09-11 03:26:15,933:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440027 ms 2025-09-11 03:26:29,279:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440027 ms 2025-09-11 03:26:42,626:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440028 ms 2025-09-11 03:26:55,971:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440028 ms 2025-09-11 03:27:09,316:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440028 ms 2025-09-11 03:27:22,663:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440029 ms 2025-09-11 03:27:36,007:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440030 ms 2025-09-11 03:27:49,351:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440029 ms 2025-09-11 03:28:02,697:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440029 ms 2025-09-11 03:28:16,043:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440031 ms 2025-09-11 03:28:29,389:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440030 ms 2025-09-11 03:28:42,736:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440031 ms 2025-09-11 03:28:56,083:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440032 ms 2025-09-11 03:29:09,428:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440031 ms 2025-09-11 03:29:22,776:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440032 ms 2025-09-11 03:29:36,119:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440032 ms 2025-09-11 03:29:49,467:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440032 ms 2025-09-11 03:30:02,811:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440032 ms 2025-09-11 03:30:16,158:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440033 ms 2025-09-11 03:30:29,505:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440033 ms 2025-09-11 03:30:42,847:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440033 ms 2025-09-11 03:30:56,193:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440034 ms 2025-09-11 03:31:09,539:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440034 ms 2025-09-11 03:31:22,884:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440034 ms 2025-09-11 03:31:36,231:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440035 ms 2025-09-11 03:31:49,576:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440035 ms 2025-09-11 03:32:02,923:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440035 ms 2025-09-11 03:32:16,267:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440036 ms 2025-09-11 03:32:29,613:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440036 ms 2025-09-11 03:32:42,959:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440036 ms 2025-09-11 03:32:56,306:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440037 ms 2025-09-11 03:33:09,653:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440037 ms 2025-09-11 03:33:22,999:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440037 ms 2025-09-11 03:33:36,346:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440038 ms 2025-09-11 03:33:49,692:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440038 ms 2025-09-11 03:34:03,039:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440039 ms 2025-09-11 03:34:16,383:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440038 ms 2025-09-11 03:34:29,729:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440039 ms 2025-09-11 03:34:43,076:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440040 ms 2025-09-11 03:34:56,423:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440039 ms 2025-09-11 03:35:09,769:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440040 ms 2025-09-11 03:35:23,116:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440040 ms 2025-09-11 03:35:36,459:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440040 ms 2025-09-11 03:35:49,803:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440041 ms 2025-09-11 03:36:03,149:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440041 ms 2025-09-11 03:36:16,495:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440041 ms 2025-09-11 03:36:29,842:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440042 ms 2025-09-11 03:36:43,186:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440042 ms 2025-09-11 03:36:56,531:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440042 ms 2025-09-11 03:37:09,876:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440043 ms 2025-09-11 03:37:23,221:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440043 ms 2025-09-11 03:37:36,566:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440043 ms 2025-09-11 03:37:49,913:1(0x7f71777fe640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 912440044 ms