++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Mon Dec 22 02:05:53 AM UTC 2025 ===================' INFO: =================== Mon Dec 22 02:05:53 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ 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.23 ++ 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.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.192,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return ++ get_listen_ip_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort +++ local local_ips=,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + hostip=10.0.0.23 ++ resolve_hostname_by_ip 10.0.0.23 ++ local ip=10.0.0.23 +++ getent hosts 10.0.0.23 +++ head -n 1 ++ local 'host_entry=10.0.0.23 cn-jenkins-deploy-platform-ansible-os-4918-1. cn-jenkins-deploy-platform-ansible-os-4918-1' ++ local name= ++ [[ -n 10.0.0.23 cn-jenkins-deploy-platform-ansible-os-4918-1. cn-jenkins-deploy-platform-ansible-os-4918-1 ]] +++ awk '{print $2}' +++ echo 10.0.0.23 cn-jenkins-deploy-platform-ansible-os-4918-1. cn-jenkins-deploy-platform-ansible-os-4918-1 ++ name=cn-jenkins-deploy-platform-ansible-os-4918-1. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-4918-1. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-4918-1. + hostname=cn-jenkins-deploy-platform-ansible-os-4918-1. ++ sed 's/,/ /g' ++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 + rabbitmq_server_list='10.0.0.23:5673 10.0.0.22:5673 10.0.0.65:5673' ++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cql_servers_array=($ANALYTICSDB_CQL_SERVERS) + cql_list_size=3 + [[ 3 -gt 1 ]] + cassandra_replication_factor=2 + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf + local service_name=COLLECTOR + local cfg_path=/etc/contrail/contrail-collector.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^COLLECTOR__//g' ++ cut -d = -f 1 ++ sort ++ grep '^COLLECTOR__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4918-1 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-22 02:05:54,013:1(0x7f312da22300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-12-22 02:05:54,014:1(0x7f312da22300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-22 02:05:54,014:1(0x7f31237fe640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-22 02:05:54,014:1(0x7f3123fff640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-22 02:05:54,014:1(0x7f3123fff640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-22 02:05:54,014:1(0x7f3123fff640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-22 02:05:54,014:1(0x7f3123fff640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.65:2181 2025-12-22 02:05:54,014:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-22 02:05:54,018:1(0x7f3123fff640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.65:2181 2025-12-22 02:05:54,024:1(0x7f3123fff640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.65:2181, sessionId=0x3000016b5250008, negotiated timeout=40000 2025-12-22 02:05:54,024:1(0x7f3123fff640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-12-22 02:05:54,025:1(0x7f31237fe640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-22 02:05:55,017:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a782 for path [/analytics-discovery-] to 10.0.0.65:2181 2025-12-22 02:05:55,027:1(0x7f3123fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a782 rc=-110 2025-12-22 02:05:55,027:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a783 for path [/analytics-discovery-/Collector] to 10.0.0.65:2181 2025-12-22 02:05:55,030:1(0x7f3123fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a783 rc=-110 2025-12-22 02:05:55,030:1(0x7f312da22300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6948a784 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4918-1.] to 10.0.0.65:2181 2025-12-22 02:05:55,031:1(0x7f3123fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6948a784 rc=-101 2025-12-22 02:05:55,031:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a785 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-4918-1.] to 10.0.0.65:2181 2025-12-22 02:05:55,036:1(0x7f3123fff640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a785 rc=0 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-4918-1 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 sessionTimeout=60000 watcher=0x992170 sessionId=0 sessionPasswd= context=(nil) flags=0 2025-12-22 02:05:55,036:1(0x7f312da22300):ZOO_DEBUG@start_threads@221: starting threads... 2025-12-22 02:05:55,036:1(0x7f31217f8640):ZOO_DEBUG@do_completion@473: started completion thread 2025-12-22 02:05:55,036:1(0x7f3121ff9640):ZOO_DEBUG@do_io@369: started IO thread 2025-12-22 02:05:55,036:1(0x7f3121ff9640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2025-12-22 02:05:55,036:1(0x7f3121ff9640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2025-12-22 02:05:55,036:1(0x7f3121ff9640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.65:2181 2025-12-22 02:05:55,036:1(0x7f3121ff9640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2025-12-22 02:05:55,037:1(0x7f3121ff9640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.65:2181 2025-12-22 02:05:55,050:1(0x7f3121ff9640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.65:2181, sessionId=0x3000016b5250009, negotiated timeout=40000 2025-12-22 02:05:55,050:1(0x7f3121ff9640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2025-12-22 02:05:55,050:1(0x7f31217f8640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2025-12-22 02:05:56,036:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a786 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:56,041:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a786 rc=-110 2025-12-22 02:05:56,050:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a787 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:56,055:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a787 rc=0 2025-12-22 02:05:57,055:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a788 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:57,060:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a788 rc=-110 2025-12-22 02:05:57,060:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a789 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:57,061:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a789 rc=0 2025-12-22 02:05:58,061:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a78a for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:58,065:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a78a rc=-110 2025-12-22 02:05:58,065:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a78b for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:58,066:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a78b rc=0 2025-12-22 02:05:59,066:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a78c for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:59,070:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a78c rc=-110 2025-12-22 02:05:59,070:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a78d for path [/collector] to 10.0.0.65:2181 2025-12-22 02:05:59,071:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a78d rc=0 2025-12-22 02:06:00,071:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a78e for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:00,076:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a78e rc=-110 2025-12-22 02:06:00,076:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a78f for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:00,077:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a78f rc=0 2025-12-22 02:06:01,077:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a790 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:01,082:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a790 rc=-110 2025-12-22 02:06:01,082:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a791 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:01,083:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a791 rc=0 2025-12-22 02:06:02,086:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a792 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:02,092:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a792 rc=-110 2025-12-22 02:06:02,092:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a793 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:02,094:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a793 rc=0 2025-12-22 02:06:03,094:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a794 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:03,097:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a794 rc=-110 2025-12-22 02:06:03,097:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a795 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:03,098:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a795 rc=0 2025-12-22 02:06:04,098:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a796 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:04,103:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a796 rc=-110 2025-12-22 02:06:04,103:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a797 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:04,104:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a797 rc=0 2025-12-22 02:06:05,104:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a798 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:05,110:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a798 rc=-110 2025-12-22 02:06:05,110:1(0x7f312da22300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6948a799 for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:05,111:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6948a799 rc=0 2025-12-22 02:06:06,111:1(0x7f312da22300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6948a79a for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:06,115:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6948a79a rc=0 2025-12-22 02:06:06,275:1(0x7f312da22300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6948a79b for path [/collector] to 10.0.0.65:2181 2025-12-22 02:06:06,278:1(0x7f3121ff9640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6948a79b rc=0 2025-12-22 02:06:06,278:1(0x7f3121ff9640):ZOO_DEBUG@do_io@460: IO thread terminated 2025-12-22 02:06:06,278:1(0x7f31217f8640):ZOO_DEBUG@do_completion@483: completion thread terminated 2025-12-22 02:06:06,278:1(0x7f312da22300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x3000016b5250009 to 10.0.0.65:2181 2025-12-22 02:06:06,281:1(0x7f312da22300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x3000016b5250009 2025-12-22 02:06:08,379:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825370 ms 2025-12-22 02:06:21,726:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825370 ms 2025-12-22 02:06:35,071:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825370 ms 2025-12-22 02:06:48,417:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825371 ms 2025-12-22 02:07:01,757:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825372 ms 2025-12-22 02:07:15,102:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825371 ms 2025-12-22 02:07:28,449:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825372 ms 2025-12-22 02:07:41,795:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825372 ms 2025-12-22 02:07:55,142:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825372 ms 2025-12-22 02:08:08,488:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825372 ms 2025-12-22 02:08:21,834:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825372 ms 2025-12-22 02:08:35,178:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825373 ms 2025-12-22 02:08:48,525:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825373 ms 2025-12-22 02:09:01,870:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825374 ms 2025-12-22 02:09:15,215:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825374 ms 2025-12-22 02:09:28,560:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825374 ms 2025-12-22 02:09:41,906:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825375 ms 2025-12-22 02:09:55,250:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825375 ms 2025-12-22 02:10:08,598:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825375 ms 2025-12-22 02:10:21,942:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825375 ms 2025-12-22 02:10:35,289:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825376 ms 2025-12-22 02:10:48,634:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825376 ms 2025-12-22 02:11:01,981:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825376 ms 2025-12-22 02:11:15,327:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825377 ms 2025-12-22 02:11:28,674:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825377 ms 2025-12-22 02:11:42,019:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825378 ms 2025-12-22 02:11:55,366:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825378 ms 2025-12-22 02:12:08,711:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825379 ms 2025-12-22 02:12:22,056:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825378 ms 2025-12-22 02:12:35,403:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825378 ms 2025-12-22 02:12:48,746:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825379 ms 2025-12-22 02:13:02,090:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825379 ms 2025-12-22 02:13:15,437:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825381 ms 2025-12-22 02:13:28,784:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825382 ms 2025-12-22 02:13:42,127:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825380 ms 2025-12-22 02:13:55,470:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825381 ms 2025-12-22 02:14:08,814:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825381 ms 2025-12-22 02:14:22,158:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825381 ms 2025-12-22 02:14:35,504:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825381 ms 2025-12-22 02:14:48,850:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825382 ms 2025-12-22 02:15:02,195:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825382 ms 2025-12-22 02:15:15,538:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825382 ms 2025-12-22 02:15:28,882:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825383 ms 2025-12-22 02:15:42,229:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825383 ms 2025-12-22 02:15:55,574:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825383 ms 2025-12-22 02:16:08,922:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825385 ms 2025-12-22 02:16:22,269:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825386 ms 2025-12-22 02:16:35,602:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825384 ms 2025-12-22 02:16:48,946:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825385 ms 2025-12-22 02:17:02,290:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825385 ms 2025-12-22 02:17:15,637:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825385 ms 2025-12-22 02:17:28,990:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825392 ms 2025-12-22 02:17:42,329:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825386 ms 2025-12-22 02:17:55,676:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825386 ms 2025-12-22 02:18:09,022:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825388 ms 2025-12-22 02:18:22,366:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825387 ms 2025-12-22 02:18:35,710:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825388 ms 2025-12-22 02:18:49,054:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825388 ms 2025-12-22 02:19:02,401:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825390 ms 2025-12-22 02:19:15,746:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825388 ms 2025-12-22 02:19:29,091:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825389 ms 2025-12-22 02:19:42,434:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825389 ms 2025-12-22 02:19:55,781:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825389 ms 2025-12-22 02:20:09,127:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825390 ms 2025-12-22 02:20:22,472:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825390 ms 2025-12-22 02:20:35,816:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825391 ms 2025-12-22 02:20:49,162:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825390 ms 2025-12-22 02:21:02,508:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825391 ms 2025-12-22 02:21:15,854:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825391 ms 2025-12-22 02:21:29,198:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825392 ms 2025-12-22 02:21:42,545:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825392 ms 2025-12-22 02:21:55,892:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825392 ms 2025-12-22 02:22:09,240:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825393 ms 2025-12-22 02:22:22,587:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825393 ms 2025-12-22 02:22:35,934:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825393 ms 2025-12-22 02:22:49,278:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825394 ms 2025-12-22 02:23:02,624:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825394 ms 2025-12-22 02:23:15,970:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825394 ms 2025-12-22 02:23:29,315:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825394 ms 2025-12-22 02:23:42,662:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825395 ms 2025-12-22 02:23:56,008:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825396 ms 2025-12-22 02:24:09,354:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825396 ms 2025-12-22 02:24:22,700:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825396 ms 2025-12-22 02:24:36,048:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825399 ms 2025-12-22 02:24:49,390:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825396 ms 2025-12-22 02:25:02,730:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825397 ms 2025-12-22 02:25:16,074:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825397 ms 2025-12-22 02:25:29,418:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825397 ms 2025-12-22 02:25:42,763:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825398 ms 2025-12-22 02:25:56,110:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825398 ms 2025-12-22 02:26:09,457:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825399 ms 2025-12-22 02:26:22,802:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825399 ms 2025-12-22 02:26:36,149:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825399 ms 2025-12-22 02:26:49,494:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825399 ms 2025-12-22 02:27:02,838:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825400 ms 2025-12-22 02:27:16,182:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825400 ms 2025-12-22 02:27:29,529:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825401 ms 2025-12-22 02:27:42,875:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825401 ms 2025-12-22 02:27:56,222:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825401 ms 2025-12-22 02:28:09,569:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825401 ms 2025-12-22 02:28:22,915:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825402 ms 2025-12-22 02:28:36,262:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825402 ms 2025-12-22 02:28:49,608:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825402 ms 2025-12-22 02:29:02,954:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825403 ms 2025-12-22 02:29:16,301:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825403 ms 2025-12-22 02:29:29,647:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825403 ms 2025-12-22 02:29:42,995:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825404 ms 2025-12-22 02:29:56,339:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825404 ms 2025-12-22 02:30:09,686:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825404 ms 2025-12-22 02:30:23,031:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825406 ms 2025-12-22 02:30:36,376:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825405 ms 2025-12-22 02:30:49,722:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825405 ms 2025-12-22 02:31:03,066:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825406 ms 2025-12-22 02:31:16,411:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825406 ms 2025-12-22 02:31:29,757:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825406 ms 2025-12-22 02:31:43,109:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825411 ms 2025-12-22 02:31:56,450:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825407 ms 2025-12-22 02:32:09,798:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825407 ms 2025-12-22 02:32:23,142:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825407 ms 2025-12-22 02:32:36,490:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825408 ms 2025-12-22 02:32:49,834:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825408 ms 2025-12-22 02:33:03,178:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825408 ms 2025-12-22 02:33:16,522:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825409 ms 2025-12-22 02:33:29,863:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825409 ms 2025-12-22 02:33:43,210:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825409 ms 2025-12-22 02:33:56,554:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825410 ms 2025-12-22 02:34:09,898:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825410 ms 2025-12-22 02:34:23,242:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825411 ms 2025-12-22 02:34:36,586:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825411 ms 2025-12-22 02:34:49,933:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825411 ms 2025-12-22 02:35:03,278:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825411 ms 2025-12-22 02:35:16,625:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825412 ms 2025-12-22 02:35:29,971:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825412 ms 2025-12-22 02:35:43,318:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825412 ms 2025-12-22 02:35:56,662:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825413 ms 2025-12-22 02:36:10,008:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825414 ms 2025-12-22 02:36:23,355:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825414 ms 2025-12-22 02:36:36,701:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825414 ms 2025-12-22 02:36:50,044:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825415 ms 2025-12-22 02:37:03,390:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825414 ms 2025-12-22 02:37:16,736:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825415 ms 2025-12-22 02:37:30,082:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825415 ms 2025-12-22 02:37:43,428:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825416 ms 2025-12-22 02:37:56,774:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825416 ms 2025-12-22 02:38:10,118:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825416 ms 2025-12-22 02:38:23,462:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825416 ms 2025-12-22 02:38:36,806:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825417 ms 2025-12-22 02:38:50,150:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825417 ms 2025-12-22 02:39:03,494:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825417 ms 2025-12-22 02:39:16,838:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825418 ms 2025-12-22 02:39:30,184:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825418 ms 2025-12-22 02:39:43,531:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825418 ms 2025-12-22 02:39:56,872:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825419 ms 2025-12-22 02:40:10,220:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825419 ms 2025-12-22 02:40:23,558:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825419 ms 2025-12-22 02:40:36,902:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825420 ms 2025-12-22 02:40:50,246:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825420 ms 2025-12-22 02:41:03,590:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825420 ms 2025-12-22 02:41:16,937:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825420 ms 2025-12-22 02:41:30,283:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825421 ms 2025-12-22 02:41:43,630:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825421 ms 2025-12-22 02:41:56,974:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825422 ms 2025-12-22 02:42:10,318:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825422 ms 2025-12-22 02:42:23,665:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825422 ms 2025-12-22 02:42:37,010:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825423 ms 2025-12-22 02:42:50,354:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825423 ms 2025-12-22 02:43:03,701:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825423 ms 2025-12-22 02:43:17,046:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825424 ms 2025-12-22 02:43:30,393:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825424 ms 2025-12-22 02:43:43,738:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825424 ms 2025-12-22 02:43:57,085:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825425 ms 2025-12-22 02:44:10,432:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825425 ms 2025-12-22 02:44:23,779:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825425 ms 2025-12-22 02:44:37,126:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825425 ms 2025-12-22 02:44:50,473:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825426 ms 2025-12-22 02:45:03,818:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825426 ms 2025-12-22 02:45:17,164:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825427 ms 2025-12-22 02:45:30,507:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825427 ms 2025-12-22 02:45:43,854:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825427 ms 2025-12-22 02:45:57,201:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825427 ms 2025-12-22 02:46:10,546:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825428 ms 2025-12-22 02:46:23,893:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825428 ms 2025-12-22 02:46:37,238:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825428 ms 2025-12-22 02:46:50,585:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825429 ms 2025-12-22 02:47:03,930:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825429 ms 2025-12-22 02:47:17,274:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825429 ms 2025-12-22 02:47:30,620:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825430 ms 2025-12-22 02:47:43,966:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825430 ms 2025-12-22 02:47:57,311:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825430 ms 2025-12-22 02:48:10,656:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825431 ms 2025-12-22 02:48:24,003:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825432 ms 2025-12-22 02:48:37,350:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825431 ms 2025-12-22 02:48:50,696:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825432 ms 2025-12-22 02:49:04,039:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825433 ms 2025-12-22 02:49:17,386:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825432 ms 2025-12-22 02:49:30,730:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825433 ms 2025-12-22 02:49:44,077:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825434 ms 2025-12-22 02:49:57,422:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825433 ms 2025-12-22 02:50:10,766:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825434 ms 2025-12-22 02:50:24,110:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825434 ms 2025-12-22 02:50:37,456:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825434 ms 2025-12-22 02:50:50,793:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825435 ms 2025-12-22 02:51:04,140:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825435 ms 2025-12-22 02:51:17,487:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825436 ms 2025-12-22 02:51:30,831:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825435 ms 2025-12-22 02:51:44,178:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825436 ms 2025-12-22 02:51:57,525:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825436 ms 2025-12-22 02:52:10,870:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825436 ms 2025-12-22 02:52:24,215:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825437 ms 2025-12-22 02:52:37,562:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825437 ms 2025-12-22 02:52:50,908:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825437 ms 2025-12-22 02:53:04,254:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825438 ms 2025-12-22 02:53:17,598:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825438 ms 2025-12-22 02:53:30,957:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825450 ms 2025-12-22 02:53:44,291:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825439 ms 2025-12-22 02:53:57,638:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825439 ms 2025-12-22 02:54:10,985:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825439 ms 2025-12-22 02:54:24,331:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825441 ms 2025-12-22 02:54:37,674:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825440 ms 2025-12-22 02:54:51,018:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825441 ms 2025-12-22 02:55:04,365:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825441 ms 2025-12-22 02:55:17,711:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825441 ms 2025-12-22 02:55:31,058:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825442 ms 2025-12-22 02:55:44,405:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825442 ms 2025-12-22 02:55:57,750:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825442 ms 2025-12-22 02:56:11,095:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825445 ms 2025-12-22 02:56:24,438:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825443 ms 2025-12-22 02:56:37,782:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825443 ms 2025-12-22 02:56:51,127:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825443 ms 2025-12-22 02:57:04,474:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825444 ms 2025-12-22 02:57:17,821:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825444 ms 2025-12-22 02:57:31,166:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825444 ms 2025-12-22 02:57:44,510:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825445 ms 2025-12-22 02:57:57,857:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825445 ms 2025-12-22 02:58:11,202:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825445 ms 2025-12-22 02:58:24,546:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825445 ms 2025-12-22 02:58:37,892:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825446 ms 2025-12-22 02:58:51,239:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825446 ms 2025-12-22 02:59:04,585:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825447 ms 2025-12-22 02:59:17,932:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825447 ms 2025-12-22 02:59:31,278:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825447 ms 2025-12-22 02:59:44,624:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825447 ms 2025-12-22 02:59:57,972:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825448 ms 2025-12-22 03:00:11,319:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825448 ms 2025-12-22 03:00:24,666:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825448 ms 2025-12-22 03:00:38,011:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825450 ms 2025-12-22 03:00:51,356:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825449 ms 2025-12-22 03:01:04,702:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825449 ms 2025-12-22 03:01:18,046:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825451 ms 2025-12-22 03:01:31,391:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825450 ms 2025-12-22 03:01:44,738:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825450 ms 2025-12-22 03:01:58,082:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825452 ms 2025-12-22 03:02:11,423:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825451 ms 2025-12-22 03:02:24,770:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825451 ms 2025-12-22 03:02:38,114:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825452 ms 2025-12-22 03:02:51,458:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825452 ms 2025-12-22 03:03:04,805:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825452 ms 2025-12-22 03:03:18,150:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825453 ms 2025-12-22 03:03:31,495:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825453 ms 2025-12-22 03:03:44,838:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825453 ms 2025-12-22 03:03:58,182:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825454 ms 2025-12-22 03:04:11,529:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825454 ms 2025-12-22 03:04:24,874:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825454 ms 2025-12-22 03:04:38,218:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825455 ms 2025-12-22 03:04:51,562:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825455 ms 2025-12-22 03:05:04,909:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825455 ms 2025-12-22 03:05:18,255:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825456 ms 2025-12-22 03:05:31,602:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825456 ms 2025-12-22 03:05:44,951:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825457 ms 2025-12-22 03:05:58,294:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825457 ms 2025-12-22 03:06:11,638:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825457 ms 2025-12-22 03:06:24,985:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825457 ms 2025-12-22 03:06:38,330:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825458 ms 2025-12-22 03:06:51,676:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825458 ms 2025-12-22 03:07:05,022:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825459 ms 2025-12-22 03:07:18,366:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825459 ms 2025-12-22 03:07:31,712:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825459 ms 2025-12-22 03:07:45,059:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825460 ms 2025-12-22 03:07:58,406:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825459 ms 2025-12-22 03:08:11,751:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825460 ms 2025-12-22 03:08:25,095:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825461 ms 2025-12-22 03:08:38,443:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825461 ms 2025-12-22 03:08:51,791:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825461 ms 2025-12-22 03:09:05,135:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825461 ms 2025-12-22 03:09:18,478:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825461 ms 2025-12-22 03:09:31,824:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825462 ms 2025-12-22 03:09:45,170:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825462 ms 2025-12-22 03:09:58,514:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825462 ms 2025-12-22 03:10:11,858:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825463 ms 2025-12-22 03:10:25,204:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825463 ms 2025-12-22 03:10:38,550:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825463 ms 2025-12-22 03:10:51,895:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825464 ms 2025-12-22 03:11:05,242:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825464 ms 2025-12-22 03:11:18,589:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825464 ms 2025-12-22 03:11:31,934:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825465 ms 2025-12-22 03:11:45,278:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825465 ms 2025-12-22 03:11:58,625:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825465 ms 2025-12-22 03:12:11,972:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825466 ms 2025-12-22 03:12:25,319:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825466 ms 2025-12-22 03:12:38,666:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825466 ms 2025-12-22 03:12:52,011:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825468 ms 2025-12-22 03:13:05,357:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825468 ms 2025-12-22 03:13:18,703:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825467 ms 2025-12-22 03:13:32,050:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825469 ms 2025-12-22 03:13:45,397:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825468 ms 2025-12-22 03:13:58,743:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825468 ms 2025-12-22 03:14:12,089:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825470 ms 2025-12-22 03:14:25,433:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825469 ms 2025-12-22 03:14:38,779:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825469 ms 2025-12-22 03:14:52,126:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825470 ms 2025-12-22 03:15:05,473:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825470 ms 2025-12-22 03:15:18,818:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825470 ms 2025-12-22 03:15:32,162:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825471 ms 2025-12-22 03:15:45,508:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825471 ms 2025-12-22 03:15:58,856:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825471 ms 2025-12-22 03:16:12,201:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825471 ms 2025-12-22 03:16:25,547:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825472 ms 2025-12-22 03:16:38,893:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825472 ms 2025-12-22 03:16:52,238:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825472 ms 2025-12-22 03:17:05,584:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825473 ms 2025-12-22 03:17:18,930:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825473 ms 2025-12-22 03:17:32,277:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825473 ms 2025-12-22 03:17:45,622:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825474 ms 2025-12-22 03:17:58,966:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825474 ms 2025-12-22 03:18:12,310:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825474 ms 2025-12-22 03:18:25,657:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825475 ms 2025-12-22 03:18:39,002:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825476 ms 2025-12-22 03:18:52,346:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825476 ms 2025-12-22 03:19:05,688:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825476 ms 2025-12-22 03:19:19,036:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825480 ms 2025-12-22 03:19:32,381:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825477 ms 2025-12-22 03:19:45,728:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825477 ms 2025-12-22 03:19:59,074:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825478 ms 2025-12-22 03:20:12,416:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825477 ms 2025-12-22 03:20:25,761:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825478 ms 2025-12-22 03:20:39,107:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825479 ms 2025-12-22 03:20:52,454:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825478 ms 2025-12-22 03:21:05,801:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825481 ms 2025-12-22 03:21:19,142:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825479 ms 2025-12-22 03:21:32,487:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825484 ms 2025-12-22 03:21:45,830:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825479 ms 2025-12-22 03:21:59,170:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825480 ms 2025-12-22 03:22:12,516:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825480 ms 2025-12-22 03:22:25,862:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825481 ms 2025-12-22 03:22:39,206:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825481 ms 2025-12-22 03:22:52,550:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825481 ms 2025-12-22 03:23:05,897:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825481 ms 2025-12-22 03:23:19,242:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825482 ms 2025-12-22 03:23:32,584:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825482 ms 2025-12-22 03:23:45,932:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825484 ms 2025-12-22 03:23:59,267:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825483 ms 2025-12-22 03:24:12,610:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825483 ms 2025-12-22 03:24:25,956:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825484 ms 2025-12-22 03:24:39,303:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825484 ms 2025-12-22 03:24:52,646:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825484 ms 2025-12-22 03:25:05,991:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825485 ms 2025-12-22 03:25:19,334:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825485 ms 2025-12-22 03:25:32,681:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825485 ms 2025-12-22 03:25:46,026:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825486 ms 2025-12-22 03:25:59,373:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825486 ms 2025-12-22 03:26:12,718:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825486 ms 2025-12-22 03:26:26,066:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825488 ms 2025-12-22 03:26:39,412:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825487 ms 2025-12-22 03:26:52,758:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825487 ms 2025-12-22 03:27:06,104:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825488 ms 2025-12-22 03:27:19,450:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825488 ms 2025-12-22 03:27:32,794:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825488 ms 2025-12-22 03:27:46,141:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825489 ms 2025-12-22 03:27:59,485:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825489 ms 2025-12-22 03:28:12,831:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825490 ms 2025-12-22 03:28:26,175:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825490 ms 2025-12-22 03:28:39,520:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825490 ms 2025-12-22 03:28:52,865:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825490 ms 2025-12-22 03:29:06,209:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825491 ms 2025-12-22 03:29:19,556:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825491 ms 2025-12-22 03:29:32,903:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825491 ms 2025-12-22 03:29:46,250:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825491 ms 2025-12-22 03:29:59,596:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825491 ms 2025-12-22 03:30:12,945:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825493 ms 2025-12-22 03:30:26,291:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825492 ms 2025-12-22 03:30:39,638:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825493 ms 2025-12-22 03:30:52,983:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825493 ms 2025-12-22 03:31:06,330:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825493 ms 2025-12-22 03:31:19,677:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825493 ms 2025-12-22 03:31:33,019:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825495 ms 2025-12-22 03:31:46,366:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825494 ms 2025-12-22 03:31:59,710:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825494 ms 2025-12-22 03:32:13,054:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825496 ms 2025-12-22 03:32:26,398:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825495 ms 2025-12-22 03:32:39,742:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825496 ms 2025-12-22 03:32:53,090:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825497 ms 2025-12-22 03:33:06,434:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825496 ms 2025-12-22 03:33:19,778:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825497 ms 2025-12-22 03:33:33,125:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825498 ms 2025-12-22 03:33:46,470:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825497 ms 2025-12-22 03:33:59,817:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825498 ms 2025-12-22 03:34:13,162:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825498 ms 2025-12-22 03:34:26,506:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825498 ms 2025-12-22 03:34:39,854:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825500 ms 2025-12-22 03:34:53,198:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825499 ms 2025-12-22 03:35:06,545:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825499 ms 2025-12-22 03:35:19,890:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825500 ms 2025-12-22 03:35:33,232:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825500 ms 2025-12-22 03:35:46,578:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825500 ms 2025-12-22 03:35:59,926:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825501 ms 2025-12-22 03:36:13,270:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825501 ms 2025-12-22 03:36:26,616:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825501 ms 2025-12-22 03:36:39,964:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825502 ms 2025-12-22 03:36:53,310:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825502 ms 2025-12-22 03:37:06,656:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825502 ms 2025-12-22 03:37:20,003:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825503 ms 2025-12-22 03:37:33,350:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825503 ms 2025-12-22 03:37:46,696:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825503 ms 2025-12-22 03:38:00,042:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825504 ms 2025-12-22 03:38:13,388:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825504 ms 2025-12-22 03:38:26,734:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825504 ms 2025-12-22 03:38:40,079:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825505 ms 2025-12-22 03:38:53,427:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825505 ms 2025-12-22 03:39:06,773:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825505 ms 2025-12-22 03:39:20,119:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825506 ms 2025-12-22 03:39:33,466:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825506 ms 2025-12-22 03:39:46,810:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825506 ms 2025-12-22 03:40:00,154:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825507 ms 2025-12-22 03:40:13,498:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825507 ms 2025-12-22 03:40:26,842:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825507 ms 2025-12-22 03:40:40,186:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825507 ms 2025-12-22 03:40:53,533:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825508 ms 2025-12-22 03:41:06,878:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825508 ms 2025-12-22 03:41:20,222:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825508 ms 2025-12-22 03:41:33,556:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825509 ms 2025-12-22 03:41:46,902:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825509 ms 2025-12-22 03:42:00,246:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825509 ms 2025-12-22 03:42:13,590:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825510 ms 2025-12-22 03:42:26,934:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825510 ms 2025-12-22 03:42:40,279:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825510 ms 2025-12-22 03:42:53,626:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825511 ms 2025-12-22 03:43:06,973:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825511 ms 2025-12-22 03:43:20,319:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825511 ms 2025-12-22 03:43:33,666:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825512 ms 2025-12-22 03:43:47,010:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825513 ms 2025-12-22 03:44:00,356:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825512 ms 2025-12-22 03:44:13,702:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825512 ms 2025-12-22 03:44:27,047:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825514 ms 2025-12-22 03:44:40,395:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825513 ms 2025-12-22 03:44:53,738:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825514 ms 2025-12-22 03:45:07,083:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825515 ms 2025-12-22 03:45:20,430:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825514 ms 2025-12-22 03:45:33,776:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825515 ms 2025-12-22 03:45:47,122:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825516 ms 2025-12-22 03:46:00,467:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825515 ms 2025-12-22 03:46:13,814:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825516 ms 2025-12-22 03:46:27,160:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825517 ms 2025-12-22 03:46:40,505:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825516 ms 2025-12-22 03:46:53,852:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825516 ms 2025-12-22 03:47:07,198:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825517 ms 2025-12-22 03:47:20,544:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825519 ms 2025-12-22 03:47:33,886:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825518 ms 2025-12-22 03:47:47,232:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825518 ms 2025-12-22 03:48:00,578:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825518 ms 2025-12-22 03:48:13,922:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825518 ms 2025-12-22 03:48:27,267:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825519 ms 2025-12-22 03:48:40,614:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825519 ms 2025-12-22 03:48:53,959:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825519 ms 2025-12-22 03:49:07,306:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825520 ms 2025-12-22 03:49:20,650:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825520 ms 2025-12-22 03:49:33,996:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825523 ms 2025-12-22 03:49:47,338:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825521 ms 2025-12-22 03:50:00,685:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825521 ms 2025-12-22 03:50:14,033:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825524 ms 2025-12-22 03:50:27,378:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825522 ms 2025-12-22 03:50:40,722:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825522 ms 2025-12-22 03:50:54,068:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825524 ms 2025-12-22 03:51:07,414:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825523 ms 2025-12-22 03:51:20,758:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825523 ms 2025-12-22 03:51:34,104:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825524 ms 2025-12-22 03:51:47,443:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825524 ms 2025-12-22 03:52:00,791:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825524 ms 2025-12-22 03:52:14,138:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825525 ms 2025-12-22 03:52:27,485:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825525 ms 2025-12-22 03:52:40,830:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825525 ms 2025-12-22 03:52:54,178:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825527 ms 2025-12-22 03:53:07,522:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825526 ms 2025-12-22 03:53:20,869:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825529 ms 2025-12-22 03:53:34,211:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825526 ms 2025-12-22 03:53:47,558:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825527 ms 2025-12-22 03:54:00,905:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825527 ms 2025-12-22 03:54:14,251:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825527 ms 2025-12-22 03:54:27,599:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825528 ms 2025-12-22 03:54:40,947:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825529 ms 2025-12-22 03:54:54,290:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825528 ms 2025-12-22 03:55:07,634:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825529 ms 2025-12-22 03:55:20,978:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825529 ms 2025-12-22 03:55:34,322:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825529 ms 2025-12-22 03:55:47,668:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825530 ms 2025-12-22 03:56:01,014:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825531 ms 2025-12-22 03:56:14,360:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825530 ms 2025-12-22 03:56:27,706:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825531 ms 2025-12-22 03:56:41,050:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825532 ms 2025-12-22 03:56:54,396:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825531 ms 2025-12-22 03:57:07,742:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825531 ms 2025-12-22 03:57:21,089:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825533 ms 2025-12-22 03:57:34,434:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825532 ms 2025-12-22 03:57:47,781:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825533 ms 2025-12-22 03:58:01,129:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825534 ms 2025-12-22 03:58:14,474:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825533 ms 2025-12-22 03:58:27,818:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825534 ms 2025-12-22 03:58:41,162:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825535 ms 2025-12-22 03:58:54,506:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825534 ms 2025-12-22 03:59:07,853:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825535 ms 2025-12-22 03:59:21,198:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825535 ms 2025-12-22 03:59:34,545:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825535 ms 2025-12-22 03:59:47,892:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825536 ms 2025-12-22 04:00:01,238:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825536 ms 2025-12-22 04:00:14,585:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825537 ms 2025-12-22 04:00:27,930:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825537 ms 2025-12-22 04:00:41,273:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825537 ms 2025-12-22 04:00:54,620:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825537 ms 2025-12-22 04:01:07,966:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825538 ms 2025-12-22 04:01:21,313:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825538 ms 2025-12-22 04:01:34,656:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825538 ms 2025-12-22 04:01:48,004:1(0x7f3123fff640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in 1135825540 ms