++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Mon Jun 15 01:54:55 AM UTC 2026 ===================' INFO: =================== Mon Jun 15 01:54:55 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.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.23,10.0.0.33,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return ++ get_listen_ip_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.33,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.33,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ sort ++++ uniq ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + hostip=10.0.0.23 ++ resolve_hostname_by_ip 10.0.0.23 ++ local ip=10.0.0.23 +++ getent hosts 10.0.0.23 +++ head -n 1 ++ local 'host_entry=10.0.0.23 cn-jenkins-deploy-platform-ansible-os-5940-1. cn-jenkins-deploy-platform-ansible-os-5940-1' ++ local name= ++ [[ -n 10.0.0.23 cn-jenkins-deploy-platform-ansible-os-5940-1. cn-jenkins-deploy-platform-ansible-os-5940-1 ]] +++ echo 10.0.0.23 cn-jenkins-deploy-platform-ansible-os-5940-1. cn-jenkins-deploy-platform-ansible-os-5940-1 +++ awk '{print $2}' ++ name=cn-jenkins-deploy-platform-ansible-os-5940-1. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-5940-1. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-5940-1. + hostname=cn-jenkins-deploy-platform-ansible-os-5940-1. ++ echo 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.23:5673 10.0.0.33:5673 10.0.0.65:5673' ++ sed 's/,/ /g' ++ echo 10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 + configdb_cql_servers='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cql_servers_array=($ANALYTICSDB_CQL_SERVERS) + cql_list_size=3 + [[ 3 -gt 1 ]] + cassandra_replication_factor=2 + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf + local service_name=COLLECTOR + local cfg_path=/etc/contrail/contrail-collector.conf + local delim=__ ++ set -o posix ++ set ++ grep '^COLLECTOR__.*__.*=.*$' ++ sed 's/^COLLECTOR__//g' ++ sort ++ cut -d = -f 1 + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2026-06-15 01:54:55,926:1(0x7f5feaaa5300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-06-15 01:54:55,926:1(0x7f5feaaa5300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5940-1 2026-06-15 01:54:55,926:1(0x7f5feaaa5300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-06-15 01:54:55,926:1(0x7f5feaaa5300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-06-15 01:54:55,926:1(0x7f5feaaa5300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-06-15 01:54:55,926:1(0x7f5feaaa5300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-06-15 01:54:55,927:1(0x7f5feaaa5300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-06-15 01:54:55,927:1(0x7f5feaaa5300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-06-15 01:54:55,927:1(0x7f5feaaa5300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-06-15 01:54:55,927:1(0x7f5feaaa5300):ZOO_DEBUG@start_threads@221: starting threads... 2026-06-15 01:54:55,931:1(0x7f5fe52af640):ZOO_DEBUG@do_io@369: started IO thread 2026-06-15 01:54:55,931:1(0x7f5fe4aae640):ZOO_DEBUG@do_completion@473: started completion thread 2026-06-15 01:54:55,931:1(0x7f5fe52af640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-06-15 01:54:55,931:1(0x7f5fe52af640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-06-15 01:54:55,931:1(0x7f5fe52af640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.23:2181 2026-06-15 01:54:55,931:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-06-15 01:54:55,931:1(0x7f5fe52af640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.23:2181 2026-06-15 01:54:55,938:1(0x7f5fe52af640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.23:2181, sessionId=0x100001765c20009, negotiated timeout=40000 2026-06-15 01:54:55,939:1(0x7f5fe52af640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-06-15 01:54:55,939:1(0x7f5fe4aae640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-06-15 01:54:56,931:1(0x7f5feaaa5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a2f5b70 for path [/analytics-discovery-] to 10.0.0.23:2181 2026-06-15 01:54:56,943:1(0x7f5fe52af640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a2f5b70 rc=0 2026-06-15 01:54:56,943:1(0x7f5feaaa5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a2f5b71 for path [/analytics-discovery-/Collector] to 10.0.0.23:2181 2026-06-15 01:54:56,947:1(0x7f5fe52af640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a2f5b71 rc=0 2026-06-15 01:54:56,947:1(0x7f5feaaa5300):ZOO_DEBUG@zoo_awexists@4405: Sending request xid=0x6a2f5b72 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5940-1.] to 10.0.0.23:2181 2026-06-15 01:54:56,948:1(0x7f5fe52af640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=1 xid=0x6a2f5b72 rc=-101 2026-06-15 01:54:56,948:1(0x7f5feaaa5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a2f5b73 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-5940-1.] to 10.0.0.23:2181 2026-06-15 01:54:56,952:1(0x7f5fe52af640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a2f5b73 rc=0 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5940-1 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 sessionTimeout=60000 watcher=0x9ab4c0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-06-15 01:54:56,952:1(0x7f5feaaa5300):ZOO_DEBUG@start_threads@221: starting threads... 2026-06-15 01:54:56,963:1(0x7f5fc6ffb640):ZOO_DEBUG@do_io@369: started IO thread 2026-06-15 01:54:56,963:1(0x7f5fc6ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-06-15 01:54:56,963:1(0x7f5fc6ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-06-15 01:54:56,963:1(0x7f5fc6ffb640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.65:2181 2026-06-15 01:54:56,963:1(0x7f5fc67fa640):ZOO_DEBUG@do_completion@473: started completion thread 2026-06-15 01:54:56,963:1(0x7f5fc6ffb640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-06-15 01:54:56,964:1(0x7f5fc6ffb640):ZOO_INFO@check_events@2987: initiated connection to server 10.0.0.65:2181 2026-06-15 01:54:56,968:1(0x7f5fc6ffb640):ZOO_INFO@finalize_session_establishment@2861: session establishment complete on server 10.0.0.65:2181, sessionId=0x3000015d74f0009, negotiated timeout=40000 2026-06-15 01:54:56,968:1(0x7f5fc6ffb640):ZOO_DEBUG@finalize_session_establishment@2871: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE 2026-06-15 01:54:56,968:1(0x7f5fc67fa640):ZOO_DEBUG@process_completions@3336: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT 2026-06-15 01:54:57,963:1(0x7f5feaaa5300):ZOO_DEBUG@zoo_acreate_ttl@4262: Sending request xid=0x6a2f5b74 for path [/collector] to 10.0.0.65:2181 2026-06-15 01:54:57,967:1(0x7f5fc6ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=6 xid=0x6a2f5b74 rc=0 2026-06-15 01:55:08,344:1(0x7f5feaaa5300):ZOO_DEBUG@zoo_adelete@4367: Sending request xid=0x6a2f5b75 for path [/collector] to 10.0.0.65:2181 2026-06-15 01:55:08,351:1(0x7f5fc6ffb640):ZOO_DEBUG@process_sync_completion@5181: Processing sync_completion with type=0 xid=0x6a2f5b75 rc=0 2026-06-15 01:55:08,351:1(0x7f5fc6ffb640):ZOO_DEBUG@do_io@460: IO thread terminated 2026-06-15 01:55:08,351:1(0x7f5fc67fa640):ZOO_DEBUG@do_completion@483: completion thread terminated 2026-06-15 01:55:08,351:1(0x7f5feaaa5300):ZOO_INFO@zookeeper_close@3849: Closing zookeeper sessionId=0x3000015d74f0009 to 10.0.0.65:2181 2026-06-15 01:55:08,354:1(0x7f5feaaa5300):ZOO_INFO@zookeeper_close@3872: Freeing zookeeper resources for sessionId=0x3000015d74f0009 2026-06-15 01:55:10,296:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596453 ms 2026-06-15 01:55:23,643:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596453 ms 2026-06-15 01:55:36,988:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596453 ms 2026-06-15 01:55:50,333:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596452 ms 2026-06-15 01:56:03,680:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596453 ms 2026-06-15 01:56:17,027:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596452 ms 2026-06-15 01:56:30,372:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596452 ms 2026-06-15 01:56:43,716:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596452 ms 2026-06-15 01:56:57,060:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596451 ms 2026-06-15 01:57:10,404:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596452 ms 2026-06-15 01:57:23,748:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596452 ms 2026-06-15 01:57:37,092:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596451 ms 2026-06-15 01:57:50,436:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596451 ms 2026-06-15 01:58:03,779:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596451 ms 2026-06-15 01:58:17,126:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596450 ms 2026-06-15 01:58:30,472:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596451 ms 2026-06-15 01:58:43,816:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596451 ms 2026-06-15 01:58:57,160:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596449 ms 2026-06-15 01:59:10,506:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596450 ms 2026-06-15 01:59:23,852:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596450 ms 2026-06-15 01:59:37,196:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596449 ms 2026-06-15 01:59:50,540:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596450 ms 2026-06-15 02:00:03,886:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596448 ms 2026-06-15 02:00:17,232:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596448 ms 2026-06-15 02:00:30,579:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596449 ms 2026-06-15 02:00:43,924:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596449 ms 2026-06-15 02:00:57,268:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596448 ms 2026-06-15 02:01:10,615:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596447 ms 2026-06-15 02:01:23,960:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596448 ms 2026-06-15 02:01:37,306:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596447 ms 2026-06-15 02:01:50,653:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596448 ms 2026-06-15 02:02:04,000:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:02:17,347:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:02:30,694:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596447 ms 2026-06-15 02:02:44,040:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:02:57,384:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:03:10,728:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596447 ms 2026-06-15 02:03:24,074:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:03:37,420:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:03:50,766:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:04:04,114:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596444 ms 2026-06-15 02:04:17,460:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596446 ms 2026-06-15 02:04:30,802:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596445 ms 2026-06-15 02:04:44,149:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596444 ms 2026-06-15 02:04:57,495:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596445 ms 2026-06-15 02:05:10,840:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596445 ms 2026-06-15 02:05:24,185:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596444 ms 2026-06-15 02:05:37,532:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596445 ms 2026-06-15 02:05:50,880:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596443 ms 2026-06-15 02:06:04,226:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596443 ms 2026-06-15 02:06:17,573:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596444 ms 2026-06-15 02:06:30,916:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596444 ms 2026-06-15 02:06:44,256:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596442 ms 2026-06-15 02:06:57,601:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596443 ms 2026-06-15 02:07:10,948:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596443 ms 2026-06-15 02:07:24,292:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596442 ms 2026-06-15 02:07:37,636:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596443 ms 2026-06-15 02:07:50,980:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596443 ms 2026-06-15 02:08:04,325:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596441 ms 2026-06-15 02:08:17,670:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596442 ms 2026-06-15 02:08:31,016:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596441 ms 2026-06-15 02:08:44,360:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596441 ms 2026-06-15 02:08:57,707:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596441 ms 2026-06-15 02:09:11,052:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596440 ms 2026-06-15 02:09:24,399:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596441 ms 2026-06-15 02:09:37,745:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596441 ms 2026-06-15 02:09:51,091:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596440 ms 2026-06-15 02:10:04,436:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596441 ms 2026-06-15 02:10:17,780:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596440 ms 2026-06-15 02:10:31,125:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596439 ms 2026-06-15 02:10:44,472:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596440 ms 2026-06-15 02:10:57,817:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596440 ms 2026-06-15 02:11:11,165:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596437 ms 2026-06-15 02:11:24,510:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596439 ms 2026-06-15 02:11:37,856:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596439 ms 2026-06-15 02:11:51,202:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596438 ms 2026-06-15 02:12:04,544:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596439 ms 2026-06-15 02:12:17,889:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596439 ms 2026-06-15 02:12:31,236:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596437 ms 2026-06-15 02:12:44,580:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596438 ms 2026-06-15 02:12:57,926:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596438 ms 2026-06-15 02:13:11,272:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596437 ms 2026-06-15 02:13:24,618:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596438 ms 2026-06-15 02:13:37,964:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596437 ms 2026-06-15 02:13:51,309:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596436 ms 2026-06-15 02:14:04,651:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596437 ms 2026-06-15 02:14:17,997:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596437 ms 2026-06-15 02:14:31,344:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596436 ms 2026-06-15 02:14:44,689:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596436 ms 2026-06-15 02:14:58,035:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596435 ms 2026-06-15 02:15:11,381:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596435 ms 2026-06-15 02:15:24,728:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596436 ms 2026-06-15 02:15:38,075:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596435 ms 2026-06-15 02:15:51,421:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596435 ms 2026-06-15 02:16:04,766:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596435 ms 2026-06-15 02:16:18,112:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596434 ms 2026-06-15 02:16:31,457:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596435 ms 2026-06-15 02:16:44,802:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596435 ms 2026-06-15 02:16:58,149:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596433 ms 2026-06-15 02:17:11,496:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596434 ms 2026-06-15 02:17:24,843:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596434 ms 2026-06-15 02:17:38,188:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596432 ms 2026-06-15 02:17:51,532:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596434 ms 2026-06-15 02:18:04,877:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596433 ms 2026-06-15 02:18:18,224:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596432 ms 2026-06-15 02:18:31,570:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596433 ms 2026-06-15 02:18:44,916:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596433 ms 2026-06-15 02:18:58,260:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596432 ms 2026-06-15 02:19:11,603:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596432 ms 2026-06-15 02:19:24,949:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596432 ms 2026-06-15 02:19:38,291:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596431 ms 2026-06-15 02:19:51,636:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596432 ms 2026-06-15 02:20:04,983:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596432 ms 2026-06-15 02:20:18,328:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596430 ms 2026-06-15 02:20:31,672:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596431 ms 2026-06-15 02:20:45,016:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596430 ms 2026-06-15 02:20:58,360:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596430 ms 2026-06-15 02:21:11,703:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596431 ms 2026-06-15 02:21:25,049:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596429 ms 2026-06-15 02:21:38,396:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596429 ms 2026-06-15 02:21:51,739:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596430 ms 2026-06-15 02:22:05,084:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596429 ms 2026-06-15 02:22:18,430:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596430 ms 2026-06-15 02:22:31,777:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596430 ms 2026-06-15 02:22:45,124:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596428 ms 2026-06-15 02:22:58,468:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596429 ms 2026-06-15 02:23:11,811:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596429 ms 2026-06-15 02:23:25,156:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596428 ms 2026-06-15 02:23:38,501:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596429 ms 2026-06-15 02:23:51,848:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596428 ms 2026-06-15 02:24:05,192:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596427 ms 2026-06-15 02:24:18,538:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596427 ms 2026-06-15 02:24:31,884:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596428 ms 2026-06-15 02:24:45,230:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596426 ms 2026-06-15 02:24:58,577:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596427 ms 2026-06-15 02:25:11,924:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596427 ms 2026-06-15 02:25:25,268:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596426 ms 2026-06-15 02:25:38,616:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596427 ms 2026-06-15 02:25:51,961:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596426 ms 2026-06-15 02:26:05,309:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596424 ms 2026-06-15 02:26:18,652:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596426 ms 2026-06-15 02:26:31,996:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596426 ms 2026-06-15 02:26:45,342:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596425 ms 2026-06-15 02:26:58,689:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596425 ms 2026-06-15 02:27:12,036:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596424 ms 2026-06-15 02:27:25,380:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596424 ms 2026-06-15 02:27:38,724:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596425 ms 2026-06-15 02:27:52,059:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596424 ms 2026-06-15 02:28:05,404:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596423 ms 2026-06-15 02:28:18,748:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596424 ms 2026-06-15 02:28:32,092:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596423 ms 2026-06-15 02:28:45,439:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596424 ms 2026-06-15 02:28:58,786:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596424 ms 2026-06-15 02:29:12,132:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596422 ms 2026-06-15 02:29:25,479:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596423 ms 2026-06-15 02:29:38,824:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596423 ms 2026-06-15 02:29:52,165:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596422 ms 2026-06-15 02:30:05,512:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596423 ms 2026-06-15 02:30:18,857:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596422 ms 2026-06-15 02:30:32,203:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596421 ms 2026-06-15 02:30:45,549:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596422 ms 2026-06-15 02:30:58,896:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596422 ms 2026-06-15 02:31:12,243:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596421 ms 2026-06-15 02:31:25,588:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596422 ms 2026-06-15 02:31:38,934:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596421 ms 2026-06-15 02:31:52,282:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596420 ms 2026-06-15 02:32:05,624:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596421 ms 2026-06-15 02:32:18,969:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596421 ms 2026-06-15 02:32:32,316:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596419 ms 2026-06-15 02:32:45,662:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596420 ms 2026-06-15 02:32:59,008:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596419 ms 2026-06-15 02:33:12,352:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596419 ms 2026-06-15 02:33:25,698:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596420 ms 2026-06-15 02:33:39,044:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596418 ms 2026-06-15 02:33:52,388:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596418 ms 2026-06-15 02:34:05,733:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596419 ms 2026-06-15 02:34:19,080:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596418 ms 2026-06-15 02:34:32,426:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596419 ms 2026-06-15 02:34:45,772:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596418 ms 2026-06-15 02:34:59,116:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596417 ms 2026-06-15 02:35:12,463:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596418 ms 2026-06-15 02:35:25,803:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596418 ms 2026-06-15 02:35:39,148:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596417 ms 2026-06-15 02:35:52,492:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596418 ms 2026-06-15 02:36:05,836:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596417 ms 2026-06-15 02:36:19,182:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596416 ms 2026-06-15 02:36:32,528:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596417 ms 2026-06-15 02:36:45,875:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596417 ms 2026-06-15 02:36:59,222:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596415 ms 2026-06-15 02:37:12,566:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596416 ms 2026-06-15 02:37:25,912:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596416 ms 2026-06-15 02:37:39,256:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596415 ms 2026-06-15 02:37:52,602:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596416 ms 2026-06-15 02:38:05,948:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596416 ms 2026-06-15 02:38:19,295:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596414 ms 2026-06-15 02:38:32,640:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596415 ms 2026-06-15 02:38:45,985:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596415 ms 2026-06-15 02:38:59,331:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596414 ms 2026-06-15 02:39:12,676:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596415 ms 2026-06-15 02:39:26,022:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596413 ms 2026-06-15 02:39:39,369:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596413 ms 2026-06-15 02:39:52,713:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596414 ms 2026-06-15 02:40:06,060:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596413 ms 2026-06-15 02:40:19,404:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596413 ms 2026-06-15 02:40:32,749:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596413 ms 2026-06-15 02:40:46,096:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596412 ms 2026-06-15 02:40:59,440:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596413 ms 2026-06-15 02:41:12,785:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596413 ms 2026-06-15 02:41:26,129:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596412 ms 2026-06-15 02:41:39,476:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596412 ms 2026-06-15 02:41:52,820:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596412 ms 2026-06-15 02:42:06,164:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596411 ms 2026-06-15 02:42:19,511:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596412 ms 2026-06-15 02:42:32,856:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596412 ms 2026-06-15 02:42:46,202:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596410 ms 2026-06-15 02:42:59,548:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596411 ms 2026-06-15 02:43:12,895:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596410 ms 2026-06-15 02:43:26,233:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596410 ms 2026-06-15 02:43:39,580:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596410 ms 2026-06-15 02:43:52,927:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596410 ms 2026-06-15 02:44:06,273:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596409 ms 2026-06-15 02:44:19,619:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596410 ms 2026-06-15 02:44:32,965:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596410 ms 2026-06-15 02:44:46,310:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596409 ms 2026-06-15 02:44:59,656:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596409 ms 2026-06-15 02:45:13,000:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596408 ms 2026-06-15 02:45:26,345:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596408 ms 2026-06-15 02:45:39,692:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596408 ms 2026-06-15 02:45:53,036:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596407 ms 2026-06-15 02:46:06,380:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596407 ms 2026-06-15 02:46:19,726:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596408 ms 2026-06-15 02:46:33,073:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596407 ms 2026-06-15 02:46:46,420:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596406 ms 2026-06-15 02:46:59,766:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596408 ms 2026-06-15 02:47:13,112:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596406 ms 2026-06-15 02:47:26,459:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596407 ms 2026-06-15 02:47:39,805:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596407 ms 2026-06-15 02:47:53,152:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596406 ms 2026-06-15 02:48:06,498:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596406 ms 2026-06-15 02:48:19,836:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596406 ms 2026-06-15 02:48:33,182:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596405 ms 2026-06-15 02:48:46,528:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596406 ms 2026-06-15 02:48:59,875:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596406 ms 2026-06-15 02:49:13,220:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596404 ms 2026-06-15 02:49:26,566:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596405 ms 2026-06-15 02:49:39,913:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596405 ms 2026-06-15 02:49:53,259:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596404 ms 2026-06-15 02:50:06,604:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596405 ms 2026-06-15 02:50:19,950:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596404 ms 2026-06-15 02:50:33,296:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596403 ms 2026-06-15 02:50:46,643:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596404 ms 2026-06-15 02:50:59,988:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596404 ms 2026-06-15 02:51:13,334:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596403 ms 2026-06-15 02:51:26,680:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596403 ms 2026-06-15 02:51:40,026:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596402 ms 2026-06-15 02:51:53,371:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596402 ms 2026-06-15 02:52:06,716:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596403 ms 2026-06-15 02:52:20,062:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596402 ms 2026-06-15 02:52:33,409:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596401 ms 2026-06-15 02:52:46,756:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596402 ms 2026-06-15 02:53:00,100:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596401 ms 2026-06-15 02:53:13,441:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596402 ms 2026-06-15 02:53:26,789:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596401 ms 2026-06-15 02:53:40,132:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596400 ms 2026-06-15 02:53:53,475:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596401 ms 2026-06-15 02:54:06,821:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596401 ms 2026-06-15 02:54:20,168:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596400 ms 2026-06-15 02:54:33,515:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596401 ms 2026-06-15 02:54:46,860:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596401 ms 2026-06-15 02:55:00,204:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596399 ms 2026-06-15 02:55:13,549:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596400 ms 2026-06-15 02:55:26,896:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596400 ms 2026-06-15 02:55:40,241:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596399 ms 2026-06-15 02:55:53,588:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596400 ms 2026-06-15 02:56:06,935:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596399 ms 2026-06-15 02:56:20,281:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596398 ms 2026-06-15 02:56:33,628:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596399 ms 2026-06-15 02:56:46,972:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596399 ms 2026-06-15 02:57:00,313:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596398 ms 2026-06-15 02:57:13,660:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596398 ms 2026-06-15 02:57:27,004:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596397 ms 2026-06-15 02:57:40,351:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596397 ms 2026-06-15 02:57:53,696:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596398 ms 2026-06-15 02:58:07,042:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596397 ms 2026-06-15 02:58:20,388:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596396 ms 2026-06-15 02:58:33,733:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596397 ms 2026-06-15 02:58:47,080:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596396 ms 2026-06-15 02:59:00,426:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596396 ms 2026-06-15 02:59:13,772:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596397 ms 2026-06-15 02:59:27,119:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596395 ms 2026-06-15 02:59:40,465:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596396 ms 2026-06-15 02:59:53,812:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596396 ms 2026-06-15 03:00:07,157:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596395 ms 2026-06-15 03:00:20,501:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596396 ms 2026-06-15 03:00:33,848:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596395 ms 2026-06-15 03:00:47,192:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596394 ms 2026-06-15 03:01:00,536:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596395 ms 2026-06-15 03:01:13,883:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596395 ms 2026-06-15 03:01:27,231:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596393 ms 2026-06-15 03:01:40,577:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596395 ms 2026-06-15 03:01:53,924:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596394 ms 2026-06-15 03:02:07,271:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596393 ms 2026-06-15 03:02:20,616:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596394 ms 2026-06-15 03:02:33,960:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596394 ms 2026-06-15 03:02:47,306:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596392 ms 2026-06-15 03:03:00,652:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596393 ms 2026-06-15 03:03:13,996:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596393 ms 2026-06-15 03:03:27,334:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596392 ms 2026-06-15 03:03:40,680:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596393 ms 2026-06-15 03:03:54,027:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596391 ms 2026-06-15 03:04:07,372:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596391 ms 2026-06-15 03:04:20,724:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596389 ms 2026-06-15 03:04:34,069:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596391 ms 2026-06-15 03:04:47,416:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596391 ms 2026-06-15 03:05:00,762:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596391 ms 2026-06-15 03:05:14,105:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596390 ms 2026-06-15 03:05:27,448:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596390 ms 2026-06-15 03:05:40,793:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596391 ms 2026-06-15 03:05:54,139:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596390 ms 2026-06-15 03:06:07,486:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596390 ms 2026-06-15 03:06:20,832:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596390 ms 2026-06-15 03:06:34,176:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596389 ms 2026-06-15 03:06:47,520:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596390 ms 2026-06-15 03:07:00,865:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596390 ms 2026-06-15 03:07:14,212:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596388 ms 2026-06-15 03:07:27,557:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596389 ms 2026-06-15 03:07:40,903:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596389 ms 2026-06-15 03:07:54,250:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596388 ms 2026-06-15 03:08:07,596:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596389 ms 2026-06-15 03:08:20,942:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596388 ms 2026-06-15 03:08:34,288:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596387 ms 2026-06-15 03:08:47,633:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596388 ms 2026-06-15 03:09:00,968:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596388 ms 2026-06-15 03:09:14,312:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596387 ms 2026-06-15 03:09:27,656:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596387 ms 2026-06-15 03:09:41,000:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596386 ms 2026-06-15 03:09:54,345:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596386 ms 2026-06-15 03:10:07,692:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596387 ms 2026-06-15 03:10:21,038:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596386 ms 2026-06-15 03:10:34,384:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596385 ms 2026-06-15 03:10:47,730:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596386 ms 2026-06-15 03:11:01,077:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596385 ms 2026-06-15 03:11:14,424:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596385 ms 2026-06-15 03:11:27,770:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596386 ms 2026-06-15 03:11:41,116:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596384 ms 2026-06-15 03:11:54,461:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596385 ms 2026-06-15 03:12:07,808:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596385 ms 2026-06-15 03:12:21,152:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596384 ms 2026-06-15 03:12:34,499:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596385 ms 2026-06-15 03:12:47,847:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596383 ms 2026-06-15 03:13:01,192:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596383 ms 2026-06-15 03:13:14,539:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596384 ms 2026-06-15 03:13:27,885:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596384 ms 2026-06-15 03:13:41,228:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596383 ms 2026-06-15 03:13:54,574:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596383 ms 2026-06-15 03:14:07,920:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596383 ms 2026-06-15 03:14:21,264:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596382 ms 2026-06-15 03:14:34,606:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596383 ms 2026-06-15 03:14:47,952:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596383 ms 2026-06-15 03:15:01,297:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596381 ms 2026-06-15 03:15:14,644:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596382 ms 2026-06-15 03:15:27,991:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596382 ms 2026-06-15 03:15:41,339:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596381 ms 2026-06-15 03:15:54,684:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596381 ms 2026-06-15 03:16:08,027:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596381 ms 2026-06-15 03:16:21,373:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596380 ms 2026-06-15 03:16:34,720:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596381 ms 2026-06-15 03:16:48,064:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596380 ms 2026-06-15 03:17:01,411:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596380 ms 2026-06-15 03:17:14,757:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596380 ms 2026-06-15 03:17:28,099:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596379 ms 2026-06-15 03:17:41,445:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596379 ms 2026-06-15 03:17:54,792:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596380 ms 2026-06-15 03:18:08,136:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596379 ms 2026-06-15 03:18:21,480:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596379 ms 2026-06-15 03:18:34,825:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596379 ms 2026-06-15 03:18:48,172:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596378 ms 2026-06-15 03:19:01,517:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596379 ms 2026-06-15 03:19:14,860:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596379 ms 2026-06-15 03:19:28,206:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596378 ms 2026-06-15 03:19:41,552:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596378 ms 2026-06-15 03:19:54,891:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596378 ms 2026-06-15 03:20:08,236:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596377 ms 2026-06-15 03:20:21,582:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596378 ms 2026-06-15 03:20:34,928:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596377 ms 2026-06-15 03:20:48,274:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596376 ms 2026-06-15 03:21:01,620:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596377 ms 2026-06-15 03:21:14,966:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596377 ms 2026-06-15 03:21:28,312:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596376 ms 2026-06-15 03:21:41,656:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596376 ms 2026-06-15 03:21:55,000:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596375 ms 2026-06-15 03:22:08,347:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596375 ms 2026-06-15 03:22:21,693:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596376 ms 2026-06-15 03:22:35,040:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596375 ms 2026-06-15 03:22:48,387:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596374 ms 2026-06-15 03:23:01,732:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596375 ms 2026-06-15 03:23:15,078:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596374 ms 2026-06-15 03:23:28,424:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596374 ms 2026-06-15 03:23:41,769:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596374 ms 2026-06-15 03:23:55,116:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596373 ms 2026-06-15 03:24:08,460:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596373 ms 2026-06-15 03:24:21,805:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596374 ms 2026-06-15 03:24:35,152:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596373 ms 2026-06-15 03:24:48,498:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596374 ms 2026-06-15 03:25:01,845:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596372 ms 2026-06-15 03:25:15,187:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596372 ms 2026-06-15 03:25:28,532:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596373 ms 2026-06-15 03:25:41,878:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596373 ms 2026-06-15 03:25:55,224:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596372 ms 2026-06-15 03:26:08,569:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596373 ms 2026-06-15 03:26:21,911:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596372 ms 2026-06-15 03:26:35,256:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596371 ms 2026-06-15 03:26:48,599:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596372 ms 2026-06-15 03:27:01,945:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596372 ms 2026-06-15 03:27:15,292:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596370 ms 2026-06-15 03:27:28,638:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596371 ms 2026-06-15 03:27:41,985:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596371 ms 2026-06-15 03:27:55,332:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596370 ms 2026-06-15 03:28:08,674:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596371 ms 2026-06-15 03:28:22,020:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596369 ms 2026-06-15 03:28:35,365:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596369 ms 2026-06-15 03:28:48,712:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596370 ms 2026-06-15 03:29:02,056:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596369 ms 2026-06-15 03:29:15,401:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596369 ms 2026-06-15 03:29:28,748:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596369 ms 2026-06-15 03:29:42,092:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596368 ms 2026-06-15 03:29:55,439:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596368 ms 2026-06-15 03:30:08,784:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596369 ms 2026-06-15 03:30:22,131:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596367 ms 2026-06-15 03:30:35,476:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596369 ms 2026-06-15 03:30:48,822:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596368 ms 2026-06-15 03:31:02,165:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596367 ms 2026-06-15 03:31:15,512:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596368 ms 2026-06-15 03:31:28,858:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596368 ms 2026-06-15 03:31:42,205:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596367 ms 2026-06-15 03:31:55,552:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596367 ms 2026-06-15 03:32:08,899:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596367 ms 2026-06-15 03:32:22,245:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596366 ms 2026-06-15 03:32:35,592:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596367 ms 2026-06-15 03:32:48,936:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596366 ms 2026-06-15 03:33:02,281:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596365 ms 2026-06-15 03:33:15,630:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596365 ms 2026-06-15 03:33:28,975:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596366 ms 2026-06-15 03:33:42,320:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596365 ms 2026-06-15 03:33:55,666:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596366 ms 2026-06-15 03:34:09,012:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596364 ms 2026-06-15 03:34:22,359:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596364 ms 2026-06-15 03:34:35,704:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596365 ms 2026-06-15 03:34:49,048:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596364 ms 2026-06-15 03:35:02,394:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596364 ms 2026-06-15 03:35:15,740:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596364 ms 2026-06-15 03:35:29,084:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596363 ms 2026-06-15 03:35:42,428:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596363 ms 2026-06-15 03:35:55,773:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596364 ms 2026-06-15 03:36:09,120:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596363 ms 2026-06-15 03:36:22,466:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596362 ms 2026-06-15 03:36:35,812:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596363 ms 2026-06-15 03:36:49,157:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596362 ms 2026-06-15 03:37:02,504:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596363 ms 2026-06-15 03:37:15,849:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596361 ms 2026-06-15 03:37:29,192:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596361 ms 2026-06-15 03:37:42,537:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596362 ms 2026-06-15 03:37:55,884:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596362 ms 2026-06-15 03:38:09,229:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596361 ms 2026-06-15 03:38:22,576:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596362 ms 2026-06-15 03:38:35,921:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596361 ms 2026-06-15 03:38:49,264:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596360 ms 2026-06-15 03:39:02,608:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596361 ms 2026-06-15 03:39:15,952:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596361 ms 2026-06-15 03:39:29,298:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596360 ms 2026-06-15 03:39:42,644:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596360 ms 2026-06-15 03:39:55,988:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596360 ms 2026-06-15 03:40:09,328:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596359 ms 2026-06-15 03:40:22,673:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596360 ms 2026-06-15 03:40:36,018:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596359 ms 2026-06-15 03:40:49,364:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596358 ms 2026-06-15 03:41:02,709:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596358 ms 2026-06-15 03:41:16,054:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596358 ms 2026-06-15 03:41:29,400:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596358 ms 2026-06-15 03:41:42,746:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596358 ms 2026-06-15 03:41:56,090:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596357 ms 2026-06-15 03:42:09,436:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596357 ms 2026-06-15 03:42:22,782:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596358 ms 2026-06-15 03:42:36,129:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596357 ms 2026-06-15 03:42:49,477:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596355 ms 2026-06-15 03:43:02,823:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596357 ms 2026-06-15 03:43:16,170:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596356 ms 2026-06-15 03:43:29,516:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596357 ms 2026-06-15 03:43:42,860:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596357 ms 2026-06-15 03:43:56,206:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596356 ms 2026-06-15 03:44:09,548:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596356 ms 2026-06-15 03:44:22,892:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596356 ms 2026-06-15 03:44:36,239:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596355 ms 2026-06-15 03:44:49,586:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596356 ms 2026-06-15 03:45:02,933:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596355 ms 2026-06-15 03:45:16,279:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596354 ms 2026-06-15 03:45:29,626:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596355 ms 2026-06-15 03:45:42,972:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596355 ms 2026-06-15 03:45:56,317:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596354 ms 2026-06-15 03:46:09,664:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596354 ms 2026-06-15 03:46:23,008:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596353 ms 2026-06-15 03:46:36,352:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596353 ms 2026-06-15 03:46:49,696:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596354 ms 2026-06-15 03:47:03,041:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596353 ms 2026-06-15 03:47:16,388:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596353 ms 2026-06-15 03:47:29,724:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596353 ms 2026-06-15 03:47:43,070:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596352 ms 2026-06-15 03:47:56,416:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596352 ms 2026-06-15 03:48:09,760:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596353 ms 2026-06-15 03:48:23,107:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596352 ms 2026-06-15 03:48:36,452:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596351 ms 2026-06-15 03:48:49,796:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596352 ms 2026-06-15 03:49:03,137:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596351 ms 2026-06-15 03:49:16,482:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596351 ms 2026-06-15 03:49:29,827:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596351 ms 2026-06-15 03:49:43,167:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596350 ms 2026-06-15 03:49:56,512:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596351 ms 2026-06-15 03:50:09,858:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596351 ms 2026-06-15 03:50:23,204:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596350 ms 2026-06-15 03:50:36,550:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596351 ms 2026-06-15 03:50:49,896:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596350 ms 2026-06-15 03:51:03,238:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596349 ms 2026-06-15 03:51:16,585:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596350 ms 2026-06-15 03:51:29,930:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596350 ms 2026-06-15 03:51:43,274:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596349 ms 2026-06-15 03:51:56,620:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596349 ms 2026-06-15 03:52:09,964:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596349 ms 2026-06-15 03:52:23,311:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596348 ms 2026-06-15 03:52:36,656:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596349 ms 2026-06-15 03:52:50,000:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596348 ms 2026-06-15 03:53:03,346:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596347 ms 2026-06-15 03:53:16,692:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596348 ms 2026-06-15 03:53:30,039:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596347 ms 2026-06-15 03:53:43,386:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596345 ms 2026-06-15 03:53:56,728:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596348 ms 2026-06-15 03:54:10,073:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596346 ms 2026-06-15 03:54:23,420:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596346 ms 2026-06-15 03:54:36,766:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596347 ms 2026-06-15 03:54:50,112:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596346 ms 2026-06-15 03:55:03,456:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596346 ms 2026-06-15 03:55:16,802:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596346 ms 2026-06-15 03:55:30,149:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596345 ms 2026-06-15 03:55:43,495:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596346 ms 2026-06-15 03:55:56,842:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596346 ms 2026-06-15 03:56:10,188:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596344 ms 2026-06-15 03:56:23,533:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596345 ms 2026-06-15 03:56:36,883:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596345 ms 2026-06-15 03:56:50,229:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596344 ms 2026-06-15 03:57:03,576:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596345 ms 2026-06-15 03:57:16,920:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596344 ms 2026-06-15 03:57:30,264:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596343 ms 2026-06-15 03:57:43,608:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596344 ms 2026-06-15 03:57:56,952:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596344 ms 2026-06-15 03:58:10,299:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596343 ms 2026-06-15 03:58:23,644:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596344 ms 2026-06-15 03:58:36,988:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596344 ms 2026-06-15 03:58:50,332:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596342 ms 2026-06-15 03:59:03,673:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596343 ms 2026-06-15 03:59:17,019:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596342 ms 2026-06-15 03:59:30,365:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596340 ms 2026-06-15 03:59:43,708:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596342 ms 2026-06-15 03:59:57,055:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596341 ms 2026-06-15 04:00:10,401:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596341 ms 2026-06-15 04:00:23,748:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596342 ms 2026-06-15 04:00:37,093:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596341 ms 2026-06-15 04:00:50,440:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596341 ms 2026-06-15 04:01:03,784:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596341 ms 2026-06-15 04:01:17,131:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596339 ms 2026-06-15 04:01:30,476:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596340 ms 2026-06-15 04:01:43,822:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596341 ms 2026-06-15 04:01:57,169:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596339 ms 2026-06-15 04:02:10,515:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596340 ms 2026-06-15 04:02:23,861:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596340 ms 2026-06-15 04:02:37,208:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596339 ms 2026-06-15 04:02:50,552:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596340 ms 2026-06-15 04:03:03,899:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596339 ms 2026-06-15 04:03:17,244:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596338 ms 2026-06-15 04:03:30,589:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596339 ms 2026-06-15 04:03:43,936:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596339 ms 2026-06-15 04:03:57,280:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596338 ms 2026-06-15 04:04:10,624:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596338 ms 2026-06-15 04:04:23,968:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596338 ms 2026-06-15 04:04:37,312:1(0x7f5fe52af640):ZOO_DEBUG@zookeeper_process@3419: Got ping response in -924596337 ms