++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Thu Jun 18 01:59:03 AM UTC 2026 ===================' INFO: =================== Thu Jun 18 01:59:03 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return ++ get_listen_ip_for_node ANALYTICS +++ 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.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( 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.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ 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-5973-3. cn-jenkins-deploy-platform-ansible-os-5973-3' ++ local name= ++ [[ -n 10.0.0.23 cn-jenkins-deploy-platform-ansible-os-5973-3. cn-jenkins-deploy-platform-ansible-os-5973-3 ]] +++ echo 10.0.0.23 cn-jenkins-deploy-platform-ansible-os-5973-3. cn-jenkins-deploy-platform-ansible-os-5973-3 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-5973-3. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-5973-3. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-5973-3. + hostname=cn-jenkins-deploy-platform-ansible-os-5973-3. ++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.27:5673 10.0.0.33:5673 10.0.0.23:5673' ++ echo 10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cql_servers_array=($ANALYTICSDB_CQL_SERVERS) + cql_list_size=3 + [[ 3 -gt 1 ]] + cassandra_replication_factor=2 + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf + local service_name=COLLECTOR + local cfg_path=/etc/contrail/contrail-collector.conf + local delim=__ ++ set -o posix ++ set ++ grep '^COLLECTOR__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^COLLECTOR__//g' ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2026-06-18 01:59:03,983:1(0x7fa03f9c5300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-06-18 01:59:03,983:1(0x7fa03f9c5300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5973-3 2026-06-18 01:59:03,983:1(0x7fa03f9c5300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-06-18 01:59:03,984:1(0x7fa03f9c5300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-06-18 01:59:03,984:1(0x7fa03f9c5300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-06-18 01:59:03,984:1(0x7fa03f9c5300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-06-18 01:59:03,984:1(0x7fa03f9c5300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-06-18 01:59:03,984:1(0x7fa03f9c5300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-06-18 01:59:03,984:1(0x7fa03f9c5300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-06-18 01:59:03,984:1(0x7fa03f9c5300):ZOO_DEBUG@start_threads@221: starting threads... 2026-06-18 01:59:03,984:1(0x7fa035ffb640):ZOO_DEBUG@do_io@369: started IO thread 2026-06-18 01:59:03,984:1(0x7fa0357fa640):ZOO_DEBUG@do_completion@473: started completion thread 2026-06-18 01:59:03,985:1(0x7fa035ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-06-18 01:59:03,985:1(0x7fa035ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-06-18 01:59:03,985:1(0x7fa035ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.27:2181 2026-06-18 01:59:03,985:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-06-18 01:59:03,985:1(0x7fa035ffb640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.27:2181 2026-06-18 01:59:03,993:1(0x7fa035ffb640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.27:2181, sessionId=0x1000017dc2c0009, negotiated timeout=40000 2026-06-18 01:59:03,993:1(0x7fa035ffb640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-06-18 01:59:03,993:1(0x7fa0357fa640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-06-18 01:59:04,985:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350e8 for path [/analytics-discovery-] to 10.0.0.27:2181 2026-06-18 01:59:04,989:1(0x7fa035ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350e8 rc=-110 2026-06-18 01:59:04,989:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350e9 for path [/analytics-discovery-/Collector] to 10.0.0.27:2181 2026-06-18 01:59:04,991:1(0x7fa035ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350e9 rc=-110 2026-06-18 01:59:04,991:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6a3350ea for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5973-3.] to 10.0.0.27:2181 2026-06-18 01:59:04,992:1(0x7fa035ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6a3350ea rc=-101 2026-06-18 01:59:04,993:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350eb for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5973-3.] to 10.0.0.27:2181 2026-06-18 01:59:04,995:1(0x7fa035ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350eb rc=0 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5973-3 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-06-18 01:59:04,995:1(0x7fa03f9c5300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-06-18 01:59:04,996:1(0x7fa03f9c5300):ZOO_DEBUG@start_threads@221: starting threads... 2026-06-18 01:59:04,998:1(0x7fa017bfe640):ZOO_DEBUG@do_io@369: started IO thread 2026-06-18 01:59:04,998:1(0x7fa017bfe640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-06-18 01:59:04,998:1(0x7fa017bfe640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-06-18 01:59:04,998:1(0x7fa017bfe640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.33:2181 2026-06-18 01:59:04,998:1(0x7fa0173fd640):ZOO_DEBUG@do_completion@473: started completion thread 2026-06-18 01:59:04,998:1(0x7fa017bfe640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-06-18 01:59:04,999:1(0x7fa017bfe640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.33:2181 2026-06-18 01:59:05,002:1(0x7fa017bfe640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.33:2181, sessionId=0x200001709830009, negotiated timeout=40000 2026-06-18 01:59:05,002:1(0x7fa017bfe640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-06-18 01:59:05,002:1(0x7fa0173fd640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-06-18 01:59:05,998:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350ec for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:06,001:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350ec rc=-110 2026-06-18 01:59:06,002:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350ed for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:06,002:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350ed rc=0 2026-06-18 01:59:07,003:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350ee for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:07,006:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350ee rc=-110 2026-06-18 01:59:07,006:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350ef for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:07,007:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350ef rc=0 2026-06-18 01:59:08,007:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350f0 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:08,011:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350f0 rc=-110 2026-06-18 01:59:08,011:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350f1 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:08,012:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350f1 rc=0 2026-06-18 01:59:09,014:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350f2 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:09,018:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350f2 rc=-110 2026-06-18 01:59:09,019:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350f3 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:09,019:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350f3 rc=0 2026-06-18 01:59:10,019:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350f4 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:10,023:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350f4 rc=-110 2026-06-18 01:59:10,023:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350f5 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:10,024:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350f5 rc=0 2026-06-18 01:59:11,025:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350f6 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:11,029:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350f6 rc=-110 2026-06-18 01:59:11,029:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350f7 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:11,029:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350f7 rc=0 2026-06-18 01:59:12,030:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350f8 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:12,033:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350f8 rc=-110 2026-06-18 01:59:12,033:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350f9 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:12,034:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350f9 rc=0 2026-06-18 01:59:13,034:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350fa for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:13,037:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350fa rc=-110 2026-06-18 01:59:13,038:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350fb for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:13,038:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350fb rc=0 2026-06-18 01:59:14,038:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350fc for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:14,043:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350fc rc=-110 2026-06-18 01:59:14,043:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350fd for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:14,043:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350fd rc=0 2026-06-18 01:59:15,043:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a3350fe for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:15,048:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a3350fe rc=-110 2026-06-18 01:59:15,048:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_awget@4014: Sending request xid=0x6a3350ff for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:15,049:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=2 xid=0x6a3350ff rc=0 2026-06-18 01:59:16,049:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a335100 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:16,055:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a335100 rc=0 2026-06-18 01:59:16,192:1(0x7fa03f9c5300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6a335101 for path [/collector] to 10.0.0.33:2181 2026-06-18 01:59:16,195:1(0x7fa017bfe640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6a335101 rc=0 2026-06-18 01:59:16,199:1(0x7fa017bfe640):ZOO_DEBUG@do_io@460: IO thread terminated 2026-06-18 01:59:16,199:1(0x7fa0173fd640):ZOO_DEBUG@do_completion@483: completion thread terminated 2026-06-18 01:59:16,200:1(0x7fa03f9c5300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x200001709830009 to 10.0.0.33:2181 2026-06-18 01:59:16,202:1(0x7fa03f9c5300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x200001709830009 2026-06-18 01:59:18,339:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079094 ms 2026-06-18 01:59:31,685:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079093 ms 2026-06-18 01:59:45,031:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079093 ms 2026-06-18 01:59:58,375:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079093 ms 2026-06-18 02:00:11,720:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079093 ms 2026-06-18 02:00:25,067:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:00:38,407:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:00:51,752:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079093 ms 2026-06-18 02:01:05,099:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:01:18,439:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:01:31,774:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079093 ms 2026-06-18 02:01:45,109:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:01:58,455:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:02:11,793:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:02:25,139:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079091 ms 2026-06-18 02:02:38,483:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079091 ms 2026-06-18 02:02:51,827:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079092 ms 2026-06-18 02:03:05,171:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079090 ms 2026-06-18 02:03:18,515:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079090 ms 2026-06-18 02:03:31,862:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079091 ms 2026-06-18 02:03:45,199:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079090 ms 2026-06-18 02:03:58,546:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079090 ms 2026-06-18 02:04:11,892:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079090 ms 2026-06-18 02:04:25,235:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079089 ms 2026-06-18 02:04:38,575:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079089 ms 2026-06-18 02:04:51,919:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079090 ms 2026-06-18 02:05:05,265:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079089 ms 2026-06-18 02:05:18,612:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079088 ms 2026-06-18 02:05:31,955:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079089 ms 2026-06-18 02:05:45,299:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079088 ms 2026-06-18 02:05:58,642:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079088 ms 2026-06-18 02:06:11,987:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079088 ms 2026-06-18 02:06:25,333:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079085 ms 2026-06-18 02:06:38,677:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079085 ms 2026-06-18 02:06:52,021:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079087 ms 2026-06-18 02:07:05,359:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079087 ms 2026-06-18 02:07:18,703:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079086 ms 2026-06-18 02:07:32,045:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079086 ms 2026-06-18 02:07:45,391:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079086 ms 2026-06-18 02:07:58,732:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079086 ms 2026-06-18 02:08:12,079:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079086 ms 2026-06-18 02:08:25,423:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079085 ms 2026-06-18 02:08:38,762:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079086 ms 2026-06-18 02:08:52,109:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079085 ms 2026-06-18 02:09:05,459:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079081 ms 2026-06-18 02:09:18,800:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079086 ms 2026-06-18 02:09:32,147:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079085 ms 2026-06-18 02:09:45,491:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079084 ms 2026-06-18 02:09:58,838:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079085 ms 2026-06-18 02:10:12,183:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079084 ms 2026-06-18 02:10:25,524:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079084 ms 2026-06-18 02:10:38,867:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079085 ms 2026-06-18 02:10:52,203:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079082 ms 2026-06-18 02:11:05,551:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079079 ms 2026-06-18 02:11:18,883:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079084 ms 2026-06-18 02:11:32,230:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079083 ms 2026-06-18 02:11:45,574:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079083 ms 2026-06-18 02:11:58,922:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079083 ms 2026-06-18 02:12:12,267:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079082 ms 2026-06-18 02:12:25,609:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079082 ms 2026-06-18 02:12:38,956:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079083 ms 2026-06-18 02:12:52,303:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079082 ms 2026-06-18 02:13:05,647:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079082 ms 2026-06-18 02:13:18,991:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079082 ms 2026-06-18 02:13:32,335:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079081 ms 2026-06-18 02:13:45,681:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079081 ms 2026-06-18 02:13:59,027:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079081 ms 2026-06-18 02:14:12,372:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:14:25,715:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:14:39,060:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:14:52,403:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:15:05,749:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:15:19,095:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:15:32,441:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079079 ms 2026-06-18 02:15:45,787:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:15:59,131:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079079 ms 2026-06-18 02:16:12,475:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079079 ms 2026-06-18 02:16:25,819:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079080 ms 2026-06-18 02:16:39,166:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079078 ms 2026-06-18 02:16:52,516:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079076 ms 2026-06-18 02:17:05,859:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079079 ms 2026-06-18 02:17:19,195:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079078 ms 2026-06-18 02:17:32,539:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079078 ms 2026-06-18 02:17:45,883:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079078 ms 2026-06-18 02:17:59,226:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079077 ms 2026-06-18 02:18:12,573:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079077 ms 2026-06-18 02:18:25,919:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079078 ms 2026-06-18 02:18:39,263:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079077 ms 2026-06-18 02:18:52,613:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079073 ms 2026-06-18 02:19:05,957:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079075 ms 2026-06-18 02:19:19,299:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079076 ms 2026-06-18 02:19:32,643:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079076 ms 2026-06-18 02:19:45,987:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079077 ms 2026-06-18 02:19:59,328:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079075 ms 2026-06-18 02:20:12,675:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079075 ms 2026-06-18 02:20:26,022:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079075 ms 2026-06-18 02:20:39,367:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079075 ms 2026-06-18 02:20:52,711:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079075 ms 2026-06-18 02:21:06,055:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079074 ms 2026-06-18 02:21:19,399:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079074 ms 2026-06-18 02:21:32,743:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079074 ms 2026-06-18 02:21:46,088:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079073 ms 2026-06-18 02:21:59,431:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079074 ms 2026-06-18 02:22:12,775:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079074 ms 2026-06-18 02:22:26,122:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079073 ms 2026-06-18 02:22:39,468:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079073 ms 2026-06-18 02:22:52,815:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079074 ms 2026-06-18 02:23:06,159:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079073 ms 2026-06-18 02:23:19,503:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079072 ms 2026-06-18 02:23:32,847:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079073 ms 2026-06-18 02:23:46,193:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079072 ms 2026-06-18 02:23:59,540:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079072 ms 2026-06-18 02:24:12,887:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079073 ms 2026-06-18 02:24:26,231:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079071 ms 2026-06-18 02:24:39,567:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079071 ms 2026-06-18 02:24:52,914:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079072 ms 2026-06-18 02:25:06,259:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079071 ms 2026-06-18 02:25:19,603:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079071 ms 2026-06-18 02:25:32,951:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079072 ms 2026-06-18 02:25:46,295:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079070 ms 2026-06-18 02:25:59,635:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079070 ms 2026-06-18 02:26:12,977:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079071 ms 2026-06-18 02:26:26,319:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079070 ms 2026-06-18 02:26:39,663:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079069 ms 2026-06-18 02:26:53,007:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079069 ms 2026-06-18 02:27:06,351:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079069 ms 2026-06-18 02:27:19,695:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079069 ms 2026-06-18 02:27:33,042:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079069 ms 2026-06-18 02:27:46,388:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079069 ms 2026-06-18 02:27:59,735:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079068 ms 2026-06-18 02:28:13,079:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079068 ms 2026-06-18 02:28:26,426:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079068 ms 2026-06-18 02:28:39,773:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079069 ms 2026-06-18 02:28:53,119:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079067 ms 2026-06-18 02:29:06,463:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079067 ms 2026-06-18 02:29:19,808:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079068 ms 2026-06-18 02:29:33,153:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079067 ms 2026-06-18 02:29:46,499:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079067 ms 2026-06-18 02:29:59,838:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079068 ms 2026-06-18 02:30:13,184:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079066 ms 2026-06-18 02:30:26,531:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079066 ms 2026-06-18 02:30:39,868:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079067 ms 2026-06-18 02:30:53,213:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079066 ms 2026-06-18 02:31:06,559:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079066 ms 2026-06-18 02:31:19,904:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079066 ms 2026-06-18 02:31:33,248:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079065 ms 2026-06-18 02:31:46,592:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079065 ms 2026-06-18 02:31:59,939:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079066 ms 2026-06-18 02:32:13,284:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079064 ms 2026-06-18 02:32:26,627:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079064 ms 2026-06-18 02:32:39,973:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079065 ms 2026-06-18 02:32:53,320:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079064 ms 2026-06-18 02:33:06,667:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079064 ms 2026-06-18 02:33:20,011:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079064 ms 2026-06-18 02:33:33,355:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079063 ms 2026-06-18 02:33:46,699:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079063 ms 2026-06-18 02:34:00,040:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079063 ms 2026-06-18 02:34:13,382:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079063 ms 2026-06-18 02:34:26,728:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079063 ms 2026-06-18 02:34:40,075:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079062 ms 2026-06-18 02:34:53,419:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079062 ms 2026-06-18 02:35:06,765:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079062 ms 2026-06-18 02:35:20,111:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079062 ms 2026-06-18 02:35:33,458:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079062 ms 2026-06-18 02:35:46,803:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079062 ms 2026-06-18 02:36:00,149:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079061 ms 2026-06-18 02:36:13,493:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079061 ms 2026-06-18 02:36:26,839:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079062 ms 2026-06-18 02:36:40,186:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079061 ms 2026-06-18 02:36:53,531:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079061 ms 2026-06-18 02:37:06,877:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079061 ms 2026-06-18 02:37:20,223:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079060 ms 2026-06-18 02:37:33,568:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079060 ms 2026-06-18 02:37:46,912:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079061 ms 2026-06-18 02:38:00,259:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079060 ms 2026-06-18 02:38:13,603:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079059 ms 2026-06-18 02:38:26,949:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079060 ms 2026-06-18 02:38:40,295:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079059 ms 2026-06-18 02:38:53,640:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079059 ms 2026-06-18 02:39:06,987:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079060 ms 2026-06-18 02:39:20,331:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079058 ms 2026-06-18 02:39:33,675:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079058 ms 2026-06-18 02:39:47,022:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079058 ms 2026-06-18 02:40:00,367:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079058 ms 2026-06-18 02:40:13,711:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079058 ms 2026-06-18 02:40:27,052:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079057 ms 2026-06-18 02:40:40,399:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079057 ms 2026-06-18 02:40:53,744:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079057 ms 2026-06-18 02:41:07,091:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079057 ms 2026-06-18 02:41:20,437:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079055 ms 2026-06-18 02:41:33,782:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079056 ms 2026-06-18 02:41:47,119:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079056 ms 2026-06-18 02:42:00,463:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079056 ms 2026-06-18 02:42:13,807:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079057 ms 2026-06-18 02:42:27,151:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079056 ms 2026-06-18 02:42:40,485:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079055 ms 2026-06-18 02:42:53,825:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079056 ms 2026-06-18 02:43:07,171:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079055 ms 2026-06-18 02:43:20,517:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079053 ms 2026-06-18 02:43:33,859:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079056 ms 2026-06-18 02:43:47,203:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079054 ms 2026-06-18 02:44:00,547:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079054 ms 2026-06-18 02:44:13,892:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079055 ms 2026-06-18 02:44:27,239:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079054 ms 2026-06-18 02:44:40,581:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079054 ms 2026-06-18 02:44:53,923:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079054 ms 2026-06-18 02:45:07,267:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079053 ms 2026-06-18 02:45:20,603:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079053 ms 2026-06-18 02:45:33,941:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079054 ms 2026-06-18 02:45:47,287:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079053 ms 2026-06-18 02:46:00,633:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079052 ms 2026-06-18 02:46:13,979:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079053 ms 2026-06-18 02:46:27,325:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079052 ms 2026-06-18 02:46:40,671:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079052 ms 2026-06-18 02:46:54,017:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079052 ms 2026-06-18 02:47:07,363:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079052 ms 2026-06-18 02:47:20,707:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079051 ms 2026-06-18 02:47:34,051:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079051 ms 2026-06-18 02:47:47,395:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079051 ms 2026-06-18 02:48:00,739:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079051 ms 2026-06-18 02:48:14,083:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079051 ms 2026-06-18 02:48:27,427:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079050 ms 2026-06-18 02:48:40,773:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079050 ms 2026-06-18 02:48:54,117:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079050 ms 2026-06-18 02:49:07,463:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079050 ms 2026-06-18 02:49:20,809:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079051 ms 2026-06-18 02:49:34,151:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079049 ms 2026-06-18 02:49:47,499:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079049 ms 2026-06-18 02:50:00,843:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079050 ms 2026-06-18 02:50:14,187:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079049 ms 2026-06-18 02:50:27,532:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079049 ms 2026-06-18 02:50:40,878:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079049 ms 2026-06-18 02:50:54,223:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079048 ms 2026-06-18 02:51:07,567:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079048 ms 2026-06-18 02:51:20,914:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079049 ms 2026-06-18 02:51:34,260:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079048 ms 2026-06-18 02:51:47,606:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079047 ms 2026-06-18 02:52:00,946:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079048 ms 2026-06-18 02:52:14,291:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079047 ms 2026-06-18 02:52:27,636:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079047 ms 2026-06-18 02:52:40,981:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079047 ms 2026-06-18 02:52:54,327:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079047 ms 2026-06-18 02:53:07,671:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079046 ms 2026-06-18 02:53:21,015:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079046 ms 2026-06-18 02:53:34,359:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079046 ms 2026-06-18 02:53:47,703:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079046 ms 2026-06-18 02:54:01,047:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079045 ms 2026-06-18 02:54:14,393:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079045 ms 2026-06-18 02:54:27,738:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079045 ms 2026-06-18 02:54:41,083:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079045 ms 2026-06-18 02:54:54,427:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079045 ms 2026-06-18 02:55:07,771:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079045 ms 2026-06-18 02:55:21,116:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079044 ms 2026-06-18 02:55:34,461:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079044 ms 2026-06-18 02:55:47,807:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079045 ms 2026-06-18 02:56:01,152:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079044 ms 2026-06-18 02:56:14,499:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079044 ms 2026-06-18 02:56:27,842:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079044 ms 2026-06-18 02:56:41,187:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079043 ms 2026-06-18 02:56:54,534:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079043 ms 2026-06-18 02:57:07,879:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079044 ms 2026-06-18 02:57:21,223:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079043 ms 2026-06-18 02:57:34,567:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079042 ms 2026-06-18 02:57:47,908:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079043 ms 2026-06-18 02:58:01,251:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079042 ms 2026-06-18 02:58:14,596:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079042 ms 2026-06-18 02:58:27,941:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079043 ms 2026-06-18 02:58:41,286:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079042 ms 2026-06-18 02:58:54,631:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079041 ms 2026-06-18 02:59:07,975:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079042 ms 2026-06-18 02:59:21,319:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079041 ms 2026-06-18 02:59:34,661:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079041 ms 2026-06-18 02:59:48,003:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079040 ms 2026-06-18 03:00:01,346:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079040 ms 2026-06-18 03:00:14,692:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079040 ms 2026-06-18 03:00:28,040:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079040 ms 2026-06-18 03:00:41,387:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079040 ms 2026-06-18 03:00:54,732:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079039 ms 2026-06-18 03:01:08,079:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079039 ms 2026-06-18 03:01:21,423:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079039 ms 2026-06-18 03:01:34,769:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079039 ms 2026-06-18 03:01:48,115:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079039 ms 2026-06-18 03:02:01,462:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079038 ms 2026-06-18 03:02:14,807:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079039 ms 2026-06-18 03:02:28,153:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079038 ms 2026-06-18 03:02:41,499:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079038 ms 2026-06-18 03:02:54,843:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079039 ms 2026-06-18 03:03:08,190:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079038 ms 2026-06-18 03:03:21,535:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079037 ms 2026-06-18 03:03:34,880:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079038 ms 2026-06-18 03:03:48,227:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079037 ms 2026-06-18 03:04:01,573:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079037 ms 2026-06-18 03:04:14,920:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079038 ms 2026-06-18 03:04:28,263:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079036 ms 2026-06-18 03:04:41,608:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079036 ms 2026-06-18 03:04:54,956:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079036 ms 2026-06-18 03:05:08,299:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079036 ms 2026-06-18 03:05:21,643:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079035 ms 2026-06-18 03:05:34,986:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079036 ms 2026-06-18 03:05:48,333:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079035 ms 2026-06-18 03:06:01,671:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079035 ms 2026-06-18 03:06:15,017:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079035 ms 2026-06-18 03:06:28,363:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079035 ms 2026-06-18 03:06:41,708:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079035 ms 2026-06-18 03:06:55,057:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079032 ms 2026-06-18 03:07:08,401:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079034 ms 2026-06-18 03:07:21,747:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079034 ms 2026-06-18 03:07:35,091:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079034 ms 2026-06-18 03:07:48,435:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079033 ms 2026-06-18 03:08:01,780:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079033 ms 2026-06-18 03:08:15,128:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079033 ms 2026-06-18 03:08:28,474:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079033 ms 2026-06-18 03:08:41,822:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079034 ms 2026-06-18 03:08:55,167:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079033 ms 2026-06-18 03:09:08,512:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079031 ms 2026-06-18 03:09:21,855:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079033 ms 2026-06-18 03:09:35,199:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079032 ms 2026-06-18 03:09:48,546:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079032 ms 2026-06-18 03:10:01,891:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079032 ms 2026-06-18 03:10:15,235:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079031 ms 2026-06-18 03:10:28,575:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079031 ms 2026-06-18 03:10:41,919:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079032 ms 2026-06-18 03:10:55,263:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079031 ms 2026-06-18 03:11:08,607:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079031 ms 2026-06-18 03:11:21,951:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079031 ms 2026-06-18 03:11:35,296:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079030 ms 2026-06-18 03:11:48,639:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079030 ms 2026-06-18 03:12:01,984:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079031 ms 2026-06-18 03:12:15,328:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079030 ms 2026-06-18 03:12:28,675:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079029 ms 2026-06-18 03:12:42,019:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079029 ms 2026-06-18 03:12:55,363:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079029 ms 2026-06-18 03:13:08,711:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079029 ms 2026-06-18 03:13:22,059:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079029 ms 2026-06-18 03:13:35,403:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079028 ms 2026-06-18 03:13:48,747:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079028 ms 2026-06-18 03:14:02,093:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079028 ms 2026-06-18 03:14:15,439:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079028 ms 2026-06-18 03:14:28,783:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079028 ms 2026-06-18 03:14:42,128:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079027 ms 2026-06-18 03:14:55,471:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079027 ms 2026-06-18 03:15:08,817:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079028 ms 2026-06-18 03:15:22,162:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079027 ms 2026-06-18 03:15:35,504:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079027 ms 2026-06-18 03:15:48,847:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079027 ms 2026-06-18 03:16:02,194:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079026 ms 2026-06-18 03:16:15,539:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079026 ms 2026-06-18 03:16:28,883:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079027 ms 2026-06-18 03:16:42,227:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079026 ms 2026-06-18 03:16:55,571:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079026 ms 2026-06-18 03:17:08,913:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079026 ms 2026-06-18 03:17:22,259:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079025 ms 2026-06-18 03:17:35,601:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079025 ms 2026-06-18 03:17:48,947:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079026 ms 2026-06-18 03:18:02,292:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079024 ms 2026-06-18 03:18:15,640:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079023 ms 2026-06-18 03:18:28,985:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079025 ms 2026-06-18 03:18:42,331:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079024 ms 2026-06-18 03:18:55,677:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079024 ms 2026-06-18 03:19:09,023:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079024 ms 2026-06-18 03:19:22,367:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079023 ms 2026-06-18 03:19:35,713:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079023 ms 2026-06-18 03:19:49,059:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079023 ms 2026-06-18 03:20:02,406:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079023 ms 2026-06-18 03:20:15,753:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079023 ms 2026-06-18 03:20:29,100:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079022 ms 2026-06-18 03:20:42,435:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079022 ms 2026-06-18 03:20:55,784:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079017 ms 2026-06-18 03:21:09,123:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079022 ms 2026-06-18 03:21:22,467:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079022 ms 2026-06-18 03:21:35,811:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079021 ms 2026-06-18 03:21:49,155:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079021 ms 2026-06-18 03:22:02,502:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079021 ms 2026-06-18 03:22:15,847:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079022 ms 2026-06-18 03:22:29,191:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079021 ms 2026-06-18 03:22:42,525:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079020 ms 2026-06-18 03:22:55,872:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079021 ms 2026-06-18 03:23:09,216:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079020 ms 2026-06-18 03:23:22,563:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079020 ms 2026-06-18 03:23:35,910:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079021 ms 2026-06-18 03:23:49,255:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079020 ms 2026-06-18 03:24:02,596:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079019 ms 2026-06-18 03:24:15,940:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079020 ms 2026-06-18 03:24:29,285:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079019 ms 2026-06-18 03:24:42,631:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079019 ms 2026-06-18 03:24:55,977:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079020 ms 2026-06-18 03:25:09,319:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079018 ms 2026-06-18 03:25:22,663:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079018 ms 2026-06-18 03:25:36,009:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079018 ms 2026-06-18 03:25:49,354:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079018 ms 2026-06-18 03:26:02,699:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079018 ms 2026-06-18 03:26:16,043:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079017 ms 2026-06-18 03:26:29,389:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079015 ms 2026-06-18 03:26:42,734:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079017 ms 2026-06-18 03:26:56,079:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079017 ms 2026-06-18 03:27:09,423:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079017 ms 2026-06-18 03:27:22,775:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079016 ms 2026-06-18 03:27:36,119:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079016 ms 2026-06-18 03:27:49,463:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079016 ms 2026-06-18 03:28:02,807:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079016 ms 2026-06-18 03:28:16,151:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079015 ms 2026-06-18 03:28:29,495:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079015 ms 2026-06-18 03:28:42,839:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079016 ms 2026-06-18 03:28:56,183:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079015 ms 2026-06-18 03:29:09,527:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079015 ms 2026-06-18 03:29:22,871:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079016 ms 2026-06-18 03:29:36,215:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079014 ms 2026-06-18 03:29:49,560:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079014 ms 2026-06-18 03:30:02,903:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079015 ms 2026-06-18 03:30:16,248:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079014 ms 2026-06-18 03:30:29,595:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079014 ms 2026-06-18 03:30:42,935:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079014 ms 2026-06-18 03:30:56,280:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079013 ms 2026-06-18 03:31:09,627:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079013 ms 2026-06-18 03:31:22,971:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079014 ms 2026-06-18 03:31:36,315:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079013 ms 2026-06-18 03:31:49,659:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079013 ms 2026-06-18 03:32:03,004:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079012 ms 2026-06-18 03:32:16,351:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079012 ms 2026-06-18 03:32:29,697:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079012 ms 2026-06-18 03:32:43,043:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079012 ms 2026-06-18 03:32:56,390:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079012 ms 2026-06-18 03:33:09,737:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079011 ms 2026-06-18 03:33:23,082:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079011 ms 2026-06-18 03:33:36,427:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079011 ms 2026-06-18 03:33:49,771:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079011 ms 2026-06-18 03:34:03,115:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079011 ms 2026-06-18 03:34:16,459:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079010 ms 2026-06-18 03:34:29,803:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079010 ms 2026-06-18 03:34:43,150:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079010 ms 2026-06-18 03:34:56,495:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079010 ms 2026-06-18 03:35:09,839:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079011 ms 2026-06-18 03:35:23,183:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079010 ms 2026-06-18 03:35:36,527:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079009 ms 2026-06-18 03:35:49,871:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079010 ms 2026-06-18 03:36:03,215:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079009 ms 2026-06-18 03:36:16,559:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079009 ms 2026-06-18 03:36:29,903:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079009 ms 2026-06-18 03:36:43,247:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079008 ms 2026-06-18 03:36:56,593:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079008 ms 2026-06-18 03:37:09,939:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079009 ms 2026-06-18 03:37:23,286:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079008 ms 2026-06-18 03:37:36,631:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079008 ms 2026-06-18 03:37:49,976:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079008 ms 2026-06-18 03:38:03,323:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079007 ms 2026-06-18 03:38:16,667:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079007 ms 2026-06-18 03:38:30,014:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079007 ms 2026-06-18 03:38:43,359:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079007 ms 2026-06-18 03:38:56,705:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079006 ms 2026-06-18 03:39:10,050:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079006 ms 2026-06-18 03:39:23,395:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079006 ms 2026-06-18 03:39:36,729:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079005 ms 2026-06-18 03:39:50,075:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079005 ms 2026-06-18 03:40:03,422:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079005 ms 2026-06-18 03:40:16,770:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079005 ms 2026-06-18 03:40:30,115:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079005 ms 2026-06-18 03:40:43,460:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079005 ms 2026-06-18 03:40:56,807:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:41:10,151:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:41:23,487:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:41:36,831:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:41:50,175:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:42:03,522:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:42:16,867:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:42:30,211:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079003 ms 2026-06-18 03:42:43,555:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079003 ms 2026-06-18 03:42:56,899:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079004 ms 2026-06-18 03:43:10,243:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079003 ms 2026-06-18 03:43:23,590:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079002 ms 2026-06-18 03:43:36,927:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079003 ms 2026-06-18 03:43:50,274:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079002 ms 2026-06-18 03:44:03,621:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079002 ms 2026-06-18 03:44:16,967:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079003 ms 2026-06-18 03:44:30,314:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079001 ms 2026-06-18 03:44:43,659:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079001 ms 2026-06-18 03:44:57,006:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079001 ms 2026-06-18 03:45:10,351:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079001 ms 2026-06-18 03:45:23,695:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079001 ms 2026-06-18 03:45:37,040:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079000 ms 2026-06-18 03:45:50,387:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079000 ms 2026-06-18 03:46:03,733:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079000 ms 2026-06-18 03:46:17,079:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079000 ms 2026-06-18 03:46:30,421:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079000 ms 2026-06-18 03:46:43,767:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665079000 ms 2026-06-18 03:46:57,111:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078999 ms 2026-06-18 03:47:10,452:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078999 ms 2026-06-18 03:47:23,799:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078999 ms 2026-06-18 03:47:37,146:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078999 ms 2026-06-18 03:47:50,493:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078999 ms 2026-06-18 03:48:03,839:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078998 ms 2026-06-18 03:48:17,183:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078998 ms 2026-06-18 03:48:30,527:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078998 ms 2026-06-18 03:48:43,871:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078999 ms 2026-06-18 03:48:57,216:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078996 ms 2026-06-18 03:49:10,558:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078997 ms 2026-06-18 03:49:23,906:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078998 ms 2026-06-18 03:49:37,251:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078997 ms 2026-06-18 03:49:50,595:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078997 ms 2026-06-18 03:50:03,939:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078998 ms 2026-06-18 03:50:17,286:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078996 ms 2026-06-18 03:50:30,629:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078996 ms 2026-06-18 03:50:43,976:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078997 ms 2026-06-18 03:50:57,322:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078996 ms 2026-06-18 03:51:10,668:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078996 ms 2026-06-18 03:51:24,015:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078995 ms 2026-06-18 03:51:37,359:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078995 ms 2026-06-18 03:51:50,706:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078995 ms 2026-06-18 03:52:04,051:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078995 ms 2026-06-18 03:52:17,395:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078995 ms 2026-06-18 03:52:30,740:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078994 ms 2026-06-18 03:52:44,083:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078994 ms 2026-06-18 03:52:57,429:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078994 ms 2026-06-18 03:53:10,775:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078994 ms 2026-06-18 03:53:24,115:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078994 ms 2026-06-18 03:53:37,459:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078993 ms 2026-06-18 03:53:50,803:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078993 ms 2026-06-18 03:54:04,147:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078993 ms 2026-06-18 03:54:17,493:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078993 ms 2026-06-18 03:54:30,844:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078988 ms 2026-06-18 03:54:44,183:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078993 ms 2026-06-18 03:54:57,527:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078992 ms 2026-06-18 03:55:10,871:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078993 ms 2026-06-18 03:55:24,211:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078992 ms 2026-06-18 03:55:37,558:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078992 ms 2026-06-18 03:55:50,905:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078993 ms 2026-06-18 03:56:04,251:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078991 ms 2026-06-18 03:56:17,596:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078991 ms 2026-06-18 03:56:30,943:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078992 ms 2026-06-18 03:56:44,287:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078991 ms 2026-06-18 03:56:57,633:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078991 ms 2026-06-18 03:57:10,980:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078991 ms 2026-06-18 03:57:24,327:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078990 ms 2026-06-18 03:57:37,671:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078990 ms 2026-06-18 03:57:51,015:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078990 ms 2026-06-18 03:58:04,355:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078990 ms 2026-06-18 03:58:17,703:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078989 ms 2026-06-18 03:58:31,041:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078989 ms 2026-06-18 03:58:44,387:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078989 ms 2026-06-18 03:58:57,732:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078989 ms 2026-06-18 03:59:11,075:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078989 ms 2026-06-18 03:59:24,422:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078989 ms 2026-06-18 03:59:37,767:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078988 ms 2026-06-18 03:59:51,114:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078988 ms 2026-06-18 04:00:04,459:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078988 ms 2026-06-18 04:00:17,794:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078988 ms 2026-06-18 04:00:31,139:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078988 ms 2026-06-18 04:00:44,487:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078987 ms 2026-06-18 04:00:57,832:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078987 ms 2026-06-18 04:01:11,179:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078987 ms 2026-06-18 04:01:24,526:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078987 ms 2026-06-18 04:01:37,871:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078987 ms 2026-06-18 04:01:51,215:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078986 ms 2026-06-18 04:02:04,559:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078986 ms 2026-06-18 04:02:17,906:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078987 ms 2026-06-18 04:02:31,251:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078986 ms 2026-06-18 04:02:44,598:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078985 ms 2026-06-18 04:02:57,943:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078986 ms 2026-06-18 04:03:11,289:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078985 ms 2026-06-18 04:03:24,637:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078984 ms 2026-06-18 04:03:37,983:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078986 ms 2026-06-18 04:03:51,330:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078984 ms 2026-06-18 04:04:04,677:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078984 ms 2026-06-18 04:04:18,022:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078984 ms 2026-06-18 04:04:31,367:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078984 ms 2026-06-18 04:04:44,711:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078984 ms 2026-06-18 04:04:58,056:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078983 ms 2026-06-18 04:05:11,403:1(0x7fa035ffb640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -665078983 ms