++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector
++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector
++ mkdir -p /var/log/contrail/analytics-collector
++ log_file=/var/log/contrail/analytics-collector/console.log
++ touch /var/log/contrail/analytics-collector/console.log
++ chmod 600 /var/log/contrail/analytics-collector/console.log
++ exec
+++ tee -a /var/log/contrail/analytics-collector/console.log
+++ date
++ echo 'INFO: =================== Thu Jun  5 00:44:49 UTC 2025 ==================='
INFO: =================== Thu Jun  5 00:44:49 UTC 2025 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ awk '{print $2}'
+++++ grep -o 'dev.*'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ cut -d / -f 1
+++ command -v ip
+++ local nic=ens3
+++ awk '{print $2}'
+++ head -n 1
+++ grep 'inet '
+++ ip addr show dev ens3
++ DEFAULT_LOCAL_IP=10.0.0.131
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ tail -n 1
+++ awk '/pagesize=2M/{print($3)}'
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8081 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:8081 '
+++ '[' -n '10.0.0.249:8081 10.0.0.27:8081 10.0.0.131:8081 ' ']'
+++ echo '10.0.0.249:8081 10.0.0.27:8081 10.0.0.131:8081'
++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.27:8081 10.0.0.131:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9042 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:9042 '
+++ '[' -n '10.0.0.249:9042 10.0.0.27:9042 10.0.0.131:9042 ' ']'
+++ echo '10.0.0.249:9042 10.0.0.27:9042 10.0.0.131:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.27:9042 10.0.0.131:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8086 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:8086 '
+++ '[' -n '10.0.0.249:8086 10.0.0.27:8086 10.0.0.131:8086 ' ']'
+++ echo '10.0.0.249:8086 10.0.0.27:8086 10.0.0.131:8086'
++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.27:8086 10.0.0.131:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ CONFIGDB_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8082 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:8082 '
+++ '[' -n '10.0.0.249:8082 10.0.0.27:8082 10.0.0.131:8082 ' ']'
+++ echo '10.0.0.249:8082 10.0.0.27:8082 10.0.0.131:8082'
++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.27:8082 10.0.0.131:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9161 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:9161 '
+++ '[' -n '10.0.0.249:9161 10.0.0.27:9161 10.0.0.131:9161 ' ']'
+++ echo '10.0.0.249:9161 10.0.0.27:9161 10.0.0.131:9161'
++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.27:9161 10.0.0.131:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9041 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:9041 '
+++ '[' -n '10.0.0.249:9041 10.0.0.27:9041 10.0.0.131:9041 ' ']'
+++ echo '10.0.0.249:9041 10.0.0.27:9041 10.0.0.131:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.27:9041 10.0.0.131: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.17,10.20.0.254,10.20.0.14
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:2181,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+=10.0.0.131:2181,
+++ '[' -n 10.0.0.249:2181,10.0.0.27:2181,10.0.0.131:2181, ']'
+++ echo 10.0.0.249:2181,10.0.0.27:2181,10.0.0.131:2181
++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.27:2181,10.0.0.131:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:2181 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:2181 '
+++ '[' -n '10.0.0.249:2181 10.0.0.27:2181 10.0.0.131:2181 ' ']'
+++ echo '10.0.0.249:2181 10.0.0.27:2181 10.0.0.131:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.27:2181 10.0.0.131:2181'
++ RABBITMQ_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:5673,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+=10.0.0.131:5673,
+++ '[' -n 10.0.0.249:5673,10.0.0.27:5673,10.0.0.131:5673, ']'
+++ echo 10.0.0.249:5673,10.0.0.27:5673,10.0.0.131:5673
++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.27:5673,10.0.0.131:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:6379 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:6379 '
+++ '[' -n '10.0.0.249:6379 10.0.0.27:6379 10.0.0.131:6379 ' ']'
+++ echo '10.0.0.249:6379 10.0.0.27:6379 10.0.0.131:6379'
++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.27:6379 10.0.0.131:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9092 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.131
+++ local server_address=10.0.0.131
+++ extended_server_list+='10.0.0.131:9092 '
+++ '[' -n '10.0.0.249:9092 10.0.0.27:9092 10.0.0.131:9092 ' ']'
+++ echo '10.0.0.249:9092 10.0.0.27:9092 10.0.0.131:9092'
++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.27:9092 10.0.0.131:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.249
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ 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_CRYPT_INTERFACE=crypt0
++ VROUTER_DECRYPT_INTERFACE=decrypt0
++ VROUTER_DECRYPT_KEY=15
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.249,10.0.0.27,10.0.0.131
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
++ get_listen_ip_for_node ANALYTICS
+++ find_my_ip_and_order_for_node ANALYTICS
+++ local server_typ=ANALYTICS_NODES
+++ cut -d ' ' -f 1
+++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.27,10.0.0.131
+++ local servers=10.0.0.249,10.0.0.27,10.0.0.131
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ tr '\n' ,
++++ cat /proc/net/fib_trie
++++ uniq
++++ sort
++++ grep -vi host
++++ awk '/32 host/ { print f } {f=$2}'
+++ local local_ips=,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in '"${server_list[@]}"'
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ ((  ord+=1  ))
+++ for server in '"${server_list[@]}"'
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))'
+++ local server_ip=10.0.0.27
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.27 ]]
+++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]]
+++ ((  ord+=1  ))
+++ for server in '"${server_list[@]}"'
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))'
+++ local server_ip=10.0.0.131
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.131 ]]
+++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]]
+++ echo 10.0.0.131 3
+++ return
++ local ip=10.0.0.131
++ [[ -z 10.0.0.131 ]]
++ echo 10.0.0.131
+ hostip=10.0.0.131
++ resolve_hostname_by_ip 10.0.0.131
++ local ip=10.0.0.131
+++ getent hosts 10.0.0.131
+++ head -n 1
++ local 'host_entry=10.0.0.131      cn-jenkins-deploy-platform-ansible-os-3401-3. cn-jenkins-deploy-platform-ansible-os-3401-3'
++ local name=
++ [[ -n 10.0.0.131      cn-jenkins-deploy-platform-ansible-os-3401-3. cn-jenkins-deploy-platform-ansible-os-3401-3 ]]
+++ echo 10.0.0.131 cn-jenkins-deploy-platform-ansible-os-3401-3. cn-jenkins-deploy-platform-ansible-os-3401-3
+++ awk '{print $2}'
++ name=cn-jenkins-deploy-platform-ansible-os-3401-3.
++ [[ -n cn-jenkins-deploy-platform-ansible-os-3401-3. ]]
++ echo cn-jenkins-deploy-platform-ansible-os-3401-3.
+ hostname=cn-jenkins-deploy-platform-ansible-os-3401-3.
++ echo 10.0.0.249:5673,10.0.0.27:5673,10.0.0.131:5673
++ sed 's/,/ /g'
+ rabbitmq_server_list='10.0.0.249:5673 10.0.0.27:5673 10.0.0.131:5673'
++ echo 10.0.0.249:9041 10.0.0.27:9041 10.0.0.131:9041
++ sed 's/,/ /g'
+ configdb_cql_servers='10.0.0.249:9041 10.0.0.27:9041 10.0.0.131:9041'
+ mkdir -p /etc/contrail
+ cat
++ get_introspect_listen_ip_for_node ANALYTICS
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ is_enabled True
+ local val=true
+ [[ true == \t\r\u\e ]]
+ cat
+ cat
+ is_enabled True
+ local val=true
+ [[ true == \t\r\u\e ]]
+ cat
+ cat
+ is_enabled True
+ local val=true
+ [[ true == \t\r\u\e ]]
+ cat
+ cat
+ is_enabled True
+ local val=true
+ [[ true == \t\r\u\e ]]
+ cat
+ cat
+ add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf
+ local service_name=COLLECTOR
+ local cfg_path=/etc/contrail/contrail-collector.conf
+ local delim=__
++ grep '^COLLECTOR__.*__.*=.*$'
++ sort
++ cut -d = -f 1
++ set -o posix
++ set
++ sed 's/^COLLECTOR__//g'
+ local vars=
+ local section=
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs collector
+ local template=collector
++ dirname /var/log/contrail/analytics-collector
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/analytics-collector
+ chmod 755 /var/log/contrail/analytics-collector
+ mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/analytics-collector
+ find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/bin/contrail-collector
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/bin/contrail-collector
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1147: Client environment:zookeeper.version=zookeeper C client 3.6.1
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1151: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-3401-3
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1158: Client environment:os.name=Linux
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1159: Client environment:os.arch=5.15.0-100-generic
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1160: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1168: Client environment:user.name=(null)
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1176: Client environment:user.home=/home/contrail
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@log_env@1188: Client environment:user.dir=/
2025-06-05 00:44:50,491:1(0x7f259ede3840):ZOO_INFO@zookeeper_init_internal@1241: Initiating client connection, host=10.0.0.249:2181,10.0.0.27:2181,10.0.0.131:2181 sessionTimeout=60000 watcher=0x849be0 sessionId=0 sessionPasswd=<null> context=(nil) flags=0
2025-06-05 00:44:50,492:1(0x7f259ede3840):ZOO_DEBUG@start_threads@221: starting threads...
2025-06-05 00:44:50,492:1(0x7f258affd700):ZOO_DEBUG@do_io@368: started IO thread
2025-06-05 00:44:50,492:1(0x7f258a7fc700):ZOO_DEBUG@do_completion@471: started completion thread
2025-06-05 00:44:50,492:1(0x7f258affd700):ZOO_DEBUG@get_next_server_in_reconfig@1401: [OLD] count=0 capacity=0 next=0 hasnext=0
2025-06-05 00:44:50,492:1(0x7f258affd700):ZOO_DEBUG@get_next_server_in_reconfig@1404: [NEW] count=3 capacity=16 next=0 hasnext=1
2025-06-05 00:44:50,492:1(0x7f258affd700):ZOO_DEBUG@get_next_server_in_reconfig@1413: Using next from NEW=10.0.0.27:2181
2025-06-05 00:44:50,492:1(0x7f258affd700):ZOO_DEBUG@zookeeper_connect@2319: [zk] connect()

2025-06-05 00:44:50,493:1(0x7f258affd700):ZOO_INFO@check_events@2737: initiated connection to server 10.0.0.27:2181
2025-06-05 00:44:50,499:1(0x7f258affd700):ZOO_INFO@check_events@2790: session establishment complete on server 10.0.0.27:2181, sessionId=0x2000018e4a8000a, negotiated timeout=40000 
2025-06-05 00:44:50,499:1(0x7f258affd700):ZOO_DEBUG@check_events@2796: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE
2025-06-05 00:44:50,500:1(0x7f258a7fc700):ZOO_DEBUG@process_completions@3062: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT
2025-06-05 00:44:51,492:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e883 for path [/analytics-discovery-] to 10.0.0.27:2181
2025-06-05 00:44:51,496:1(0x7f258affd700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e883 rc=-110
2025-06-05 00:44:51,496:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e884 for path [/analytics-discovery-/Collector] to 10.0.0.27:2181
2025-06-05 00:44:51,514:1(0x7f258affd700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e884 rc=-110
2025-06-05 00:44:51,514:1(0x7f259ede3840):ZOO_DEBUG@zoo_awexists@4121: Sending request xid=0x6840e885 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-3401-3.] to 10.0.0.27:2181
2025-06-05 00:44:51,515:1(0x7f258affd700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=1 xid=0x6840e885 rc=-101
2025-06-05 00:44:51,516:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e886 for path [/analytics-discovery-/Collector/cn-jenkins-deploy-platform-ansible-os-3401-3.] to 10.0.0.27:2181
2025-06-05 00:44:51,518:1(0x7f258affd700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e886 rc=0
2025-06-05 00:44:51,518:1(0x7f259ede3840):ZOO_INFO@log_env@1147: Client environment:zookeeper.version=zookeeper C client 3.6.1
2025-06-05 00:44:51,518:1(0x7f259ede3840):ZOO_INFO@log_env@1151: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-3401-3
2025-06-05 00:44:51,518:1(0x7f259ede3840):ZOO_INFO@log_env@1158: Client environment:os.name=Linux
2025-06-05 00:44:51,518:1(0x7f259ede3840):ZOO_INFO@log_env@1159: Client environment:os.arch=5.15.0-100-generic
2025-06-05 00:44:51,518:1(0x7f259ede3840):ZOO_INFO@log_env@1160: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024
2025-06-05 00:44:51,518:1(0x7f259ede3840):ZOO_INFO@log_env@1168: Client environment:user.name=(null)
2025-06-05 00:44:51,519:1(0x7f259ede3840):ZOO_INFO@log_env@1176: Client environment:user.home=/home/contrail
2025-06-05 00:44:51,519:1(0x7f259ede3840):ZOO_INFO@log_env@1188: Client environment:user.dir=/
2025-06-05 00:44:51,519:1(0x7f259ede3840):ZOO_INFO@zookeeper_init_internal@1241: Initiating client connection, host=10.0.0.249:2181,10.0.0.27:2181,10.0.0.131:2181 sessionTimeout=60000 watcher=0x849be0 sessionId=0 sessionPasswd=<null> context=(nil) flags=0
2025-06-05 00:44:51,519:1(0x7f259ede3840):ZOO_DEBUG@start_threads@221: starting threads...
2025-06-05 00:44:51,519:1(0x7f2563fff700):ZOO_DEBUG@do_completion@471: started completion thread
2025-06-05 00:44:51,519:1(0x7f2588ff7700):ZOO_DEBUG@do_io@368: started IO thread
2025-06-05 00:44:51,519:1(0x7f2588ff7700):ZOO_DEBUG@get_next_server_in_reconfig@1401: [OLD] count=0 capacity=0 next=0 hasnext=0
2025-06-05 00:44:51,519:1(0x7f2588ff7700):ZOO_DEBUG@get_next_server_in_reconfig@1404: [NEW] count=3 capacity=16 next=0 hasnext=1
2025-06-05 00:44:51,519:1(0x7f2588ff7700):ZOO_DEBUG@get_next_server_in_reconfig@1413: Using next from NEW=10.0.0.249:2181
2025-06-05 00:44:51,519:1(0x7f2588ff7700):ZOO_DEBUG@zookeeper_connect@2319: [zk] connect()

2025-06-05 00:44:51,519:1(0x7f2588ff7700):ZOO_INFO@check_events@2737: initiated connection to server 10.0.0.249:2181
2025-06-05 00:44:51,523:1(0x7f2588ff7700):ZOO_INFO@check_events@2790: session establishment complete on server 10.0.0.249:2181, sessionId=0x1000019879b000a, negotiated timeout=40000 
2025-06-05 00:44:51,523:1(0x7f2588ff7700):ZOO_DEBUG@check_events@2796: Calling a watcher for a ZOO_SESSION_EVENT and the state=ZOO_CONNECTED_STATE
2025-06-05 00:44:51,523:1(0x7f2563fff700):ZOO_DEBUG@process_completions@3062: Calling a watcher for node [], type = -1 event=ZOO_SESSION_EVENT
2025-06-05 00:44:52,519:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e887 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:52,529:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e887 rc=-110
2025-06-05 00:44:52,529:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e888 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:52,530:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e888 rc=0
2025-06-05 00:44:53,530:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e889 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:53,534:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e889 rc=-110
2025-06-05 00:44:53,534:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e88a for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:53,535:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e88a rc=0
2025-06-05 00:44:54,535:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e88b for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:54,539:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e88b rc=-110
2025-06-05 00:44:54,540:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e88c for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:54,540:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e88c rc=0
2025-06-05 00:44:55,541:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e88d for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:55,545:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e88d rc=-110
2025-06-05 00:44:55,545:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e88e for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:55,546:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e88e rc=0
2025-06-05 00:44:56,546:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e88f for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:56,550:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e88f rc=-110
2025-06-05 00:44:56,550:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e890 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:56,550:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e890 rc=0
2025-06-05 00:44:57,550:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e891 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:57,554:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e891 rc=-110
2025-06-05 00:44:57,554:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e892 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:57,554:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e892 rc=0
2025-06-05 00:44:58,555:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e893 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:58,559:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e893 rc=-110
2025-06-05 00:44:58,559:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e894 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:58,560:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e894 rc=0
2025-06-05 00:44:59,560:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e895 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:59,564:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e895 rc=-110
2025-06-05 00:44:59,565:1(0x7f259ede3840):ZOO_DEBUG@zoo_awget@3722: Sending request xid=0x6840e896 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:44:59,565:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=2 xid=0x6840e896 rc=0
2025-06-05 00:45:00,565:1(0x7f259ede3840):ZOO_DEBUG@zoo_acreate_ttl@3975: Sending request xid=0x6840e897 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:45:00,569:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=6 xid=0x6840e897 rc=0
2025-06-05 00:45:00,725:1(0x7f259ede3840):ZOO_DEBUG@zoo_adelete@4082: Sending request xid=0x6840e898 for path [/collector] to 10.0.0.249:2181
2025-06-05 00:45:00,730:1(0x7f2588ff7700):ZOO_DEBUG@process_sync_completion@4878: Processing sync_completion with type=0 xid=0x6840e898 rc=0
2025-06-05 00:45:00,730:1(0x7f2588ff7700):ZOO_DEBUG@do_io@458: IO thread terminated
2025-06-05 00:45:00,730:1(0x7f2563fff700):ZOO_DEBUG@do_completion@481: completion thread terminated
2025-06-05 00:45:00,730:1(0x7f259ede3840):ZOO_INFO@zookeeper_close@3570: Closing zookeeper sessionId=0x1000019879b000a to 10.0.0.249:2181

2025-06-05 00:45:00,738:1(0x7f259ede3840):ZOO_INFO@zookeeper_close@3592: Freeing zookeeper resources for sessionId=0x1000019879b000a

2025-06-05 00:45:04,862:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
ovl: Error while doing RPMdb copy-up:
[Errno 13] Permission denied: '/var/lib/rpm/__db.003'
2025-06-05 00:45:18,201:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822224 ms
2025-06-05 00:45:31,546:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:45:44,891:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:45:58,237:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:46:11,584:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:46:24,929:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:46:38,277:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822225 ms
2025-06-05 00:46:51,621:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:47:04,965:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:47:18,311:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822224 ms
2025-06-05 00:47:31,657:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:47:45,002:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822224 ms
2025-06-05 00:47:58,346:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:48:11,693:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:48:25,038:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:48:38,383:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:48:51,731:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:49:05,077:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:49:18,421:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:49:31,767:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:49:45,113:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:49:58,458:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:50:11,801:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:50:25,148:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:50:38,494:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:50:51,839:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822224 ms
2025-06-05 00:51:05,182:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:51:18,528:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:51:31,873:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:51:45,218:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:51:58,562:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:52:11,905:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:52:25,252:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:52:38,598:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:52:51,941:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:53:05,286:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:53:18,630:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:53:31,977:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:53:45,325:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:53:58,672:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:54:12,017:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:54:25,361:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:54:38,705:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:54:52,049:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:55:05,396:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:55:18,742:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:55:32,088:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:55:45,434:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:55:58,779:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:56:12,125:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:56:25,473:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:56:38,817:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 00:56:52,162:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:57:05,505:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:57:18,851:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:57:32,197:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:57:45,543:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:57:58,890:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:58:12,234:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:58:25,577:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:58:38,922:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 00:58:52,268:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:59:05,615:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822224 ms
2025-06-05 00:59:18,958:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 00:59:32,302:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 00:59:45,648:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 00:59:58,994:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:00:12,337:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:00:25,683:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:00:39,029:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:00:52,373:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:01:05,719:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:01:19,065:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:01:32,412:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:01:45,757:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:01:59,102:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:02:12,446:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:02:25,789:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:02:39,133:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:02:52,480:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:03:05,827:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:03:19,174:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:03:32,519:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:03:45,866:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:03:59,210:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 01:04:12,556:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:04:25,902:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:04:39,245:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:04:52,592:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 01:05:05,937:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:05:19,283:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:05:32,629:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:05:45,973:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:05:59,319:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:06:12,666:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:06:26,009:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:06:39,353:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:06:52,699:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:07:06,046:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:07:19,389:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:07:32,736:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:07:46,082:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:07:59,426:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:08:12,770:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:08:26,115:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:08:39,461:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:08:52,809:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:09:06,154:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:09:19,497:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:09:32,844:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:09:46,190:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:09:59,534:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:10:12,878:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:10:26,222:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:10:39,568:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:10:52,914:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:11:06,259:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:11:19,606:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:11:32,950:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:11:46,294:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:11:59,638:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:12:12,982:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:12:26,326:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:12:39,669:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:12:53,015:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822223 ms
2025-06-05 01:13:06,358:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:13:19,701:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:13:33,045:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:13:46,391:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:13:59,737:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:14:13,083:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:14:26,430:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:14:39,774:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:14:53,117:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:15:06,464:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:15:19,810:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:15:33,154:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:15:46,500:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:15:59,846:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:16:13,196:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822228 ms
2025-06-05 01:16:26,533:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:16:39,879:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:16:53,226:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:17:06,573:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:17:19,918:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:17:33,262:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:17:46,608:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:17:59,954:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:18:13,298:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:18:26,643:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:18:39,986:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:18:53,330:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:19:06,674:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:19:20,017:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:19:33,362:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:19:46,706:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:20:00,052:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:20:13,398:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:20:26,741:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:20:40,086:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:20:53,431:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:21:06,777:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:21:20,121:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:21:33,467:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:21:46,813:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:22:00,158:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:22:13,502:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:22:26,845:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:22:40,189:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:22:53,533:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:23:06,880:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:23:20,227:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:23:33,574:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:23:46,917:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:24:00,262:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:24:13,605:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:24:26,949:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:24:40,293:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:24:53,638:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:25:06,985:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:25:20,331:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:25:33,677:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:25:47,024:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:26:00,370:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:26:13,714:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:26:27,057:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:26:40,403:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:26:53,749:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:27:07,093:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:27:20,437:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:27:33,781:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:27:47,125:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:28:00,469:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:28:13,815:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:28:27,162:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:28:40,507:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:28:53,854:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:29:07,199:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:29:20,546:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:29:33,889:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:29:47,237:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:30:00,581:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:30:13,925:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:30:27,271:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:30:40,617:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:30:53,964:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:31:07,310:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:31:20,654:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:31:33,997:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:31:47,342:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:32:00,686:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:32:14,033:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:32:27,380:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:32:40,725:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:32:54,069:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:33:07,414:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:33:20,759:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:33:34,105:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:33:47,449:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:34:00,795:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:34:14,141:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:34:27,486:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:34:40,833:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:34:54,178:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822221 ms
2025-06-05 01:35:07,522:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:35:20,866:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:35:34,211:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:35:47,558:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:36:00,903:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:36:14,249:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:36:27,594:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:36:40,942:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822222 ms
2025-06-05 01:36:54,285:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:37:07,629:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:37:20,976:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:37:34,321:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:37:47,666:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:38:01,009:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:38:14,354:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:38:27,700:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:38:41,046:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:38:54,391:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822220 ms
2025-06-05 01:39:07,738:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:39:21,081:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:39:34,425:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:39:47,769:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822218 ms
2025-06-05 01:40:01,116:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:40:14,461:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:40:27,808:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822218 ms
2025-06-05 01:40:41,154:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:40:54,499:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:41:07,845:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822218 ms
2025-06-05 01:41:21,190:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:41:34,534:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:41:47,871:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822218 ms
2025-06-05 01:42:01,218:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:42:14,564:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:42:27,913:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822218 ms
2025-06-05 01:42:41,257:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:42:54,601:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:43:07,947:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822218 ms
2025-06-05 01:43:21,293:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:43:34,638:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822219 ms
2025-06-05 01:43:47,981:1(0x7f258affd700):ZOO_DEBUG@zookeeper_process@3143: Got ping response in 1030822218 ms