++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/config-database-nodemgr
++ CONTAINER_LOG_DIR=/var/log/contrail/config-database-nodemgr
++ mkdir -p /var/log/contrail/config-database-nodemgr
++ log_file=/var/log/contrail/config-database-nodemgr/console.log
++ touch /var/log/contrail/config-database-nodemgr/console.log
++ chmod 600 /var/log/contrail/config-database-nodemgr/console.log
++ exec
+++ tee -a /var/log/contrail/config-database-nodemgr/console.log
+++ date
++ echo 'INFO: =================== Mon May 26 00:43:11 UTC 2025 ==================='
INFO: =================== Mon May 26 00:43:11 UTC 2025 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ grep -o 'dev.*'
+++++ ip route get 1
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ cut -d / -f 1
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ ip addr show dev ens3
+++ grep 'inet '
+++ awk '{print $2}'
+++ head -n 1
++ DEFAULT_LOCAL_IP=10.0.0.41
++ 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 '' ]]
+++ tail -n 1
+++ awk '/pagesize=2M/{print($3)}'
+++ mount -t hugetlbfs
++ 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.19,10.0.0.41,10.0.0.61
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ 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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:8081 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:8081 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:8081 '
+++ '[' -n '10.0.0.19:8081 10.0.0.41:8081 10.0.0.61:8081 ' ']'
+++ echo '10.0.0.19:8081 10.0.0.41:8081 10.0.0.61:8081'
++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.41:8081 10.0.0.61: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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9042 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9042 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9042 '
+++ '[' -n '10.0.0.19:9042 10.0.0.41:9042 10.0.0.61:9042 ' ']'
+++ echo '10.0.0.19:9042 10.0.0.41:9042 10.0.0.61:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.41:9042 10.0.0.61:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ 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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:8086 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:8086 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:8086 '
+++ '[' -n '10.0.0.19:8086 10.0.0.41:8086 10.0.0.61:8086 ' ']'
+++ echo '10.0.0.19:8086 10.0.0.41:8086 10.0.0.61:8086'
++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.41:8086 10.0.0.61:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9041
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7201
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ CONFIGDB_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ 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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:8082 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:8082 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:8082 '
+++ '[' -n '10.0.0.19:8082 10.0.0.41:8082 10.0.0.61:8082 ' ']'
+++ echo '10.0.0.19:8082 10.0.0.41:8082 10.0.0.61:8082'
++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.41:8082 10.0.0.61: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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9161 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9161 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9161 '
+++ '[' -n '10.0.0.19:9161 10.0.0.41:9161 10.0.0.61:9161 ' ']'
+++ echo '10.0.0.19:9161 10.0.0.41:9161 10.0.0.61:9161'
++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.41:9161 10.0.0.61: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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9041 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9041 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9041 '
+++ '[' -n '10.0.0.19:9041 10.0.0.41:9041 10.0.0.61:9041 ' ']'
+++ echo '10.0.0.19:9041 10.0.0.41:9041 10.0.0.61:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.41:9041 10.0.0.61: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.254,10.20.0.14,10.20.0.25
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ 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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+=10.0.0.19:2181,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+=10.0.0.41:2181,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+=10.0.0.61:2181,
+++ '[' -n 10.0.0.19:2181,10.0.0.41:2181,10.0.0.61:2181, ']'
+++ echo 10.0.0.19:2181,10.0.0.41:2181,10.0.0.61:2181
++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.41:2181,10.0.0.61: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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:2181 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:2181 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:2181 '
+++ '[' -n '10.0.0.19:2181 10.0.0.41:2181 10.0.0.61:2181 ' ']'
+++ echo '10.0.0.19:2181 10.0.0.41:2181 10.0.0.61:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.41:2181 10.0.0.61:2181'
++ RABBITMQ_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ 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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+=10.0.0.19:5673,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+=10.0.0.41:5673,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+=10.0.0.61:5673,
+++ '[' -n 10.0.0.19:5673,10.0.0.41:5673,10.0.0.61:5673, ']'
+++ echo 10.0.0.19:5673,10.0.0.41:5673,10.0.0.61:5673
++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.41:5673,10.0.0.61: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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:6379 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:6379 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:6379 '
+++ '[' -n '10.0.0.19:6379 10.0.0.41:6379 10.0.0.61:6379 ' ']'
+++ echo '10.0.0.19:6379 10.0.0.41:6379 10.0.0.61:6379'
++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.41:6379 10.0.0.61: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.19,10.0.0.41,10.0.0.61
++ 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.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9092 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9092 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9092 '
+++ '[' -n '10.0.0.19:9092 10.0.0.41:9092 10.0.0.61:9092 ' ']'
+++ echo '10.0.0.19:9092 10.0.0.41:9092 10.0.0.61:9092'
++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.41:9092 10.0.0.61: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.19
++ 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.19,10.0.0.41,10.0.0.61
++ 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.19,10.0.0.41,10.0.0.61
++ 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
+ 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
+ [[ config-database == \t\o\r\a\g\e\n\t ]]
+ export NODEMGR_TYPE=contrail-config-database
+ NODEMGR_TYPE=contrail-config-database
+ NODEMGR_NAME=contrail-config-database-nodemgr
++ tr - _
++ echo CONFIG-DATABASE
+ ntype=CONFIG_DATABASE
+ [[ CONFIG_DATABASE == \V\R\O\U\T\E\R ]]
+ [[ CONFIG_DATABASE == \D\A\T\A\B\A\S\E ]]
+ [[ CONFIG_DATABASE == \C\O\N\F\I\G\_\D\A\T\A\B\A\S\E ]]
+ htype=CONFIGDB
+ [[ CONFIG_DATABASE == \C\O\N\T\R\O\L ]]
++ get_listen_ip_for_node CONFIGDB
+++ find_my_ip_and_order_for_node CONFIGDB
+++ local server_typ=CONFIGDB_NODES
+++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.41,10.0.0.61
+++ local servers=10.0.0.19,10.0.0.41,10.0.0.61
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ cut -d ' ' -f 1
++++ get_local_ips
++++ uniq
++++ sort
++++ grep -vi host
++++ cat /proc/net/fib_trie
++++ tr '\n' ,
++++ awk '/32 host/ { print f } {f=$2}'
+++ local local_ips=,10.0.0.41,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.19'\''))'
+++ local server_ip=10.0.0.19
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.19 ]]
+++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]]
+++ ((  ord+=1  ))
+++ for server in '"${server_list[@]}"'
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))'
+++ local server_ip=10.0.0.41
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.41 ]]
+++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]]
+++ echo 10.0.0.41 2
+++ return
++ local ip=10.0.0.41
++ [[ -z 10.0.0.41 ]]
++ echo 10.0.0.41
+ hostip=10.0.0.41
+ introspect_ip=0.0.0.0
+ is_enabled True
+ local val=true
+ [[ true == \t\r\u\e ]]
+ mkdir -p /etc/contrail
+ cat
++ format_boolean false
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ echo False
+ '[' -n '' ']'
+ cat
+ add_ini_params_from_env CONFIG_DATABASE_NODEMGR /etc/contrail/contrail-config-database-nodemgr.conf
+ local service_name=CONFIG_DATABASE_NODEMGR
+ local cfg_path=/etc/contrail/contrail-config-database-nodemgr.conf
+ local delim=__
++ set -o posix
++ set
++ sed 's/^CONFIG_DATABASE_NODEMGR__//g'
++ sort
++ grep '^CONFIG_DATABASE_NODEMGR__.*__.*=.*$'
++ cut -d = -f 1
+ local vars=DEFAULTS__minimum_diskGB
+ local section=
+ for var in '$vars'
+ local var_name=CONFIG_DATABASE_NODEMGR__DEFAULTS__minimum_diskGB
+ local val=2
++ sed s/DASH/-/g
++ echo DEFAULTS__minimum_diskGB
+ local var_unsubst=DEFAULTS__minimum_diskGB
++ echo DEFAULTS__minimum_diskGB
++ sed 's/^\(.*\)__.*$/\1/'
+ local var_section=DEFAULTS
+ [[ '' != \D\E\F\A\U\L\T\S ]]
+ echo '[DEFAULTS]'
+ section=DEFAULTS
++ echo DEFAULTS__minimum_diskGB
++ sed 's/.*__\(.*\)$/\1/'
+ local var_param=minimum_diskGB
+ echo 'minimum_diskGB = 2'
+ cat /etc/contrail/contrail-config-database-nodemgr.conf
[DEFAULTS]
http_server_ip=0.0.0.0
log_file=/var/log/contrail/config-database-nodemgr/contrail-config-database-nodemgr.log
log_level=SYS_DEBUG
log_local=1
hostip=10.0.0.41
db_port=9041
db_jmx_port=7201
db_use_ssl=False

[COLLECTOR]
server_list=10.0.0.19:8086 10.0.0.41:8086 10.0.0.61:8086

[SANDESH]
introspect_ssl_enable=false
sandesh_ssl_enable=false


[DEFAULTS]
minimum_diskGB = 2
+ upgrade_old_logs contrail-config-database-nodemgr
+ local template=contrail-config-database-nodemgr
++ dirname /var/log/contrail/config-database-nodemgr
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-database-nodemgr
+ chmod 755 /var/log/contrail/config-database-nodemgr
+ mv -n '/var/log/contrail/*contrail-config-database-nodemgr.log*' /var/log/contrail/config-database-nodemgr/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-database-nodemgr
+ find /var/log/contrail/config-database-nodemgr -uid 0 -exec chown 1999:1999 '{}' +
+ exec /bin/sh -c '/usr/bin/contrail-nodemgr --nodetype=${NODEMGR_TYPE}'
05/26/2025 00:43:12.444 7efddfa19df0 [contrail-config-database-nodemgr] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
05/26/2025 00:43:12.456 7efddfa19df0 [contrail-config-database-nodemgr] [ERROR]: Failed to import package "database.sandesh"
05/26/2025 00:43:12.460 7efddfa19df0 [contrail-config-database-nodemgr] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8112
05/26/2025 00:43:12.464 7efddfa19df0 [contrail-config-database-nodemgr] [ERROR]: Failed to import package "database.sandesh"
05/26/2025 00:43:12.484 7efddfa19df0 [contrail-config-database-nodemgr] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
05/26/2025 00:43:12.484 7efddfa19df0 [contrail-config-database-nodemgr] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-database-nodemgr/contrail-config-database-nodemgr.log]
/usr/lib/python3.6/site-packages/nodemgr/common/cassandra_manager.py:101: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  cfg = yaml.load(raw_cfg)  # ERROR: loader=yaml.FullLoader "'module' object has no attribute 'FullLoader'"
CRITICAL:root:Exit data: {'ID': 'b6dfc302f5d9ad8068b1803a364207174112d76702c7ab359d7a582873138f9d', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'cqlsh', 'arguments': ['10.0.0.41', '9041', '-e', 'quit'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 16340}
ERROR:contrail-config-database-nodemgr:Failed to connect to database by CQL: Result: 1
INFO:contrail-config-database-nodemgr:send_nodemgr_process_status: Sending UVE:NodeStatusUVE(_context='', _scope='', _module='contrail-config-database-nodemgr', _source='cn-jenkins-deploy-platform-ansible-os-3335-2.', _node_type='ConfigDatabase', _instance_id='0', _timestamp=1748220193511456, _versionsig=3672106175, _type=6, _hints=1, _client_context='', _client=None, _role=0, _logger=None, _level=2147483647, _category='', _send_queue_enabled=True, _http_server=None, _connect_to_collector=True, _disable_sending_object_logs=False, _disable_sending_all_messages=False, _more=False, data=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=[ProcessStatus(module_id='contrail-config-database-nodemgr', instance_id='0', state='Non-Functional', connection_infos=dict_values([ConnectionInfo(type='Collector', name='Collector', server_addrs=[''], status='Down', description='none to Idle on EvStart')]), flag_infos=None, description='Cassandra state detected DOWN. Collector:Collector[none to Idle on EvStart] connection down')], process_info=None, disk_usage_info=None, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage=None, system_cpu_info=None, system_mem_usage=None, system_cpu_usage=None, running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo'), _seqnum=0)
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ ,  ]  status = Down  description = none to Idle on EvStart  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[none to Idle on EvStart] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
CRITICAL:root:Exit data: {'ID': '14243f22cbe52a1600bffca0e93c7c4c0508a06fdc8a35e64abf6734554d40f6', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 16436}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
CRITICAL:root:Exit data: {'ID': '538835e9329c8977c7638329dedbadca5c2b04b9e34f1ab5f831d89e6db02e47', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'repair', '-pr', 'config_db_uuid'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 17083}
ERROR:contrail-config-database-nodemgr:Failed to run cmd: 'nodetool -p 7201 repair -pr config_db_uuid'. Error is: Result: 1
CRITICAL:root:Exit data: {'ID': '38cfb11f6e6c033b540c0db8cf95143bf4fe1df280ac06fdc633db6f5106d0d6', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'repair', '-pr', 'to_bgp_keyspace'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 17208}
ERROR:contrail-config-database-nodemgr:Failed to run cmd: 'nodetool -p 7201 repair -pr to_bgp_keyspace'. Error is: Result: 1
CRITICAL:root:Exit data: {'ID': '2346c4ad785c7320bf83159ea19d870f7c6a26f76b339333be80d87b567fd25f', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'repair', '-pr', 'svc_monitor_keyspace'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 17308}
ERROR:contrail-config-database-nodemgr:Failed to run cmd: 'nodetool -p 7201 repair -pr svc_monitor_keyspace'. Error is: Result: 1
CRITICAL:root:Exit data: {'ID': 'dc322fe7b1436df5a2713cfece2ee5e2b3b04f02a3c8e073b028e2d8a07fb3a2', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'repair', '-pr', 'DISCOVERY_SERVER'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 17422}
ERROR:contrail-config-database-nodemgr:Failed to run cmd: 'nodetool -p 7201 repair -pr DISCOVERY_SERVER'. Error is: Result: 1
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
CRITICAL:root:Exit data: {'ID': '8e0157f07cf8239fd30a3fa67c3c6d515e493876fc455d8b7d2b90c913bfea83', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'repair', '-pr', 'useragent'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 17514}
ERROR:contrail-config-database-nodemgr:Failed to run cmd: 'nodetool -p 7201 repair -pr useragent'. Error is: Result: 1
CRITICAL:root:Exit data: {'ID': '448e4fcaee85634d8530c7a2afc02e4234053f9c670eccaa6d7b971dd7709bc6', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'repair', '-pr', 'dm_keyspace'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 17624}
ERROR:contrail-config-database-nodemgr:Failed to run cmd: 'nodetool -p 7201 repair -pr dm_keyspace'. Error is: Result: 1
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:send_process_state_db: Sending UVE: NodeStatusUVE(_context='', _scope='', _module='contrail-config-database-nodemgr', _source='cn-jenkins-deploy-platform-ansible-os-3335-2.', _node_type='ConfigDatabase', _instance_id='0', _timestamp=1748220207380610, _versionsig=3672106175, _type=6, _hints=1, _client_context='', _client=None, _role=0, _logger=None, _level=2147483647, _category='', _send_queue_enabled=True, _http_server=None, _connect_to_collector=True, _disable_sending_object_logs=False, _disable_sending_all_messages=False, _more=False, data=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=False, status=None, process_status=None, process_info=[ProcessInfo(process_name='cassandra', process_state='PROCESS_STATE_RUNNING', start_count=1, stop_count=0, exit_count=0, last_start_time='1748220190000000', last_stop_time='', last_exit_time='', core_file_list=[]), ProcessInfo(process_name='zookeeper', process_state='PROCESS_STATE_RUNNING', start_count=1, stop_count=0, exit_count=0, last_start_time='1748220190000000', last_stop_time='', last_exit_time='', core_file_list=[]), ProcessInfo(process_name='contrail-config-database-nodemgr', process_state='PROCESS_STATE_RUNNING', start_count=1, stop_count=0, exit_count=0, last_start_time='1748220190000000', last_stop_time='', last_exit_time='', core_file_list=[])], disk_usage_info=None, description=None, all_core_file_list=None, build_info='{"build-info" : [{"build-version" : "nightly.r24.1.centos", "build-time" : "2025-05-22 01:06:48.170081", "build-user" : "root", "build-hostname" : "jenkins-build-prepare-sandbox-9207-1.novalocal", "build-id" : "nightly.r24.1.centos", "build-number" : "nightly_r24.1_centos.el7"}]}', process_mem_cpu_usage=None, system_cpu_info=None, system_mem_usage=None, system_cpu_usage=None, running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo'), _seqnum=0)
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=5076376, partition_space_available_1k=76014108, percentage_partition_space_used=6, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=[], build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1279692, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=57756, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=51056, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=1741944, free=9379400, buffers=101840, cached=4952448, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=1.88, five_min_avg=0.54, fifteen_min_avg=0.19, cpu_share=0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  deleted = False  process_info = [ <<  process_name = cassandra  process_state = PROCESS_STATE_RUNNING  start_count = 1  stop_count = 0  exit_count = 0  last_start_time = 1748220190000000  last_stop_time =   last_exit_time =   core_file_list = [  ]  >>, <<  process_name = zookeeper  process_state = PROCESS_STATE_RUNNING  start_count = 1  stop_count = 0  exit_count = 0  last_start_time = 1748220190000000  last_stop_time =   last_exit_time =   core_file_list = [  ]  >>, <<  process_name = contrail-config-database-nodemgr  process_state = PROCESS_STATE_RUNNING  start_count = 1  stop_count = 0  exit_count = 0  last_start_time = 1748220190000000  last_stop_time =   last_exit_time =   core_file_list = [  ]  >>,  ]  build_info = {"build-info" : [{"build-version" : "nightly.r24.1.centos", "build-time" : "2025-05-22 01:06:48.170081", "build-user" : "root", "build-hostname" : "jenkins-build-prepare-sandbox-9207-1.novalocal", "build-id" : "nightly.r24.1.centos", "build-number" : "nightly_r24.1_centos.el7"}]}  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  disk_usage_info = { /dev/vda1 : <<  partition_type = ext4  partition_space_used_1k = 5076376  partition_space_available_1k = 76014108  percentage_partition_space_used = 6  >> }  all_core_file_list = [  ]  process_mem_cpu_usage = { cassandra : <<  mem_virt = 1279692  cpu_share = 0  mem_res = 0  >>zookeeper : <<  mem_virt = 57756  cpu_share = 0  mem_res = 0  >>contrail-config-database-nodemgr : <<  mem_virt = 51056  cpu_share = 0  mem_res = 0  >> }  system_mem_usage = <<  total = 16175632  used = 1741944  free = 9379400  buffers = 101840  cached = 4952448  node_type = config-database-node  >>  system_cpu_usage = <<  one_min_avg = 1.88  five_min_avg = 0.54  fifteen_min_avg = 0.19  cpu_share = 0  node_type = config-database-node  >>  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Cassandra state detected DOWN. Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] DatabaseUsage: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  database_usage = [ <<  disk_space_used_1k = 6158628  disk_space_available_1k = 74931856  config_db_size_1k = 1544  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:send_nodemgr_process_status: Sending UVE:NodeStatusUVE(_context='', _scope='', _module='contrail-config-database-nodemgr', _source='cn-jenkins-deploy-platform-ansible-os-3335-2.', _node_type='ConfigDatabase', _instance_id='0', _timestamp=1748220254482914, _versionsig=3672106175, _type=6, _hints=1, _client_context='', _client=None, _role=0, _logger=None, _level=2147483647, _category='', _send_queue_enabled=True, _http_server=None, _connect_to_collector=True, _disable_sending_object_logs=False, _disable_sending_all_messages=False, _more=False, data=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=[ProcessStatus(module_id='contrail-config-database-nodemgr', instance_id='0', state='Non-Functional', connection_infos=dict_values([ConnectionInfo(type='Collector', name='Collector', server_addrs=['10.0.0.19:8086'], status='Down', description='Connect to Idle on EvTcpConnectFail')]), flag_infos=None, description='Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down')], process_info=None, disk_usage_info=None, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage=None, system_cpu_info=None, system_mem_usage=None, system_cpu_usage=None, running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo'), _seqnum=0)
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
CRITICAL:root:Exit data: {'ID': '0368fc466bbdb117a75ef7eb5237d30d902427c323d6980f16953a52ea30d46a', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 23135}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=6238512, partition_space_available_1k=74851972, percentage_partition_space_used=8, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1317276, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=62680, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=51508, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=2267004, free=7939904, buffers=203344, cached=5765380, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.47, five_min_avg=0.93, fifteen_min_avg=0.34, cpu_share=10.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  disk_usage_info = { /dev/vda1 : <<  partition_type = ext4  partition_space_used_1k = 6238512  partition_space_available_1k = 74851972  percentage_partition_space_used = 8  >> }  process_mem_cpu_usage = { cassandra : <<  mem_virt = 1317276  cpu_share = 0  mem_res = 0  >>zookeeper : <<  mem_virt = 62680  cpu_share = 0  mem_res = 0  >>contrail-config-database-nodemgr : <<  mem_virt = 51508  cpu_share = 0  mem_res = 0  >> }  system_mem_usage = <<  total = 16175632  used = 2267004  free = 7939904  buffers = 203344  cached = 5765380  node_type = config-database-node  >>  system_cpu_usage = <<  one_min_avg = 2.47  five_min_avg = 0.93  fifteen_min_avg = 0.34  cpu_share = 10.5  node_type = config-database-node  >>  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] DatabaseUsage: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  database_usage = [ <<  disk_space_used_1k = 6415576  disk_space_available_1k = 74674908  config_db_size_1k = 1584  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
CRITICAL:root:Exit data: {'ID': 'c7d086b9652f377b5e332c8100206f12968ff6011030f7a68d1ec16f3737c950', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 29016}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=6415608, partition_space_available_1k=74674876, percentage_partition_space_used=8, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1680228, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=75176, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=51668, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=3111740, free=6933588, buffers=211380, cached=5918924, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=1.98, five_min_avg=1.05, fifteen_min_avg=0.42, cpu_share=8.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  disk_usage_info = { /dev/vda1 : <<  partition_type = ext4  partition_space_used_1k = 6415608  partition_space_available_1k = 74674876  percentage_partition_space_used = 8  >> }  process_mem_cpu_usage = { cassandra : <<  mem_virt = 1680228  cpu_share = 0  mem_res = 0  >>zookeeper : <<  mem_virt = 75176  cpu_share = 0  mem_res = 0  >>contrail-config-database-nodemgr : <<  mem_virt = 51668  cpu_share = 0  mem_res = 0  >> }  system_mem_usage = <<  total = 16175632  used = 3111740  free = 6933588  buffers = 211380  cached = 5918924  node_type = config-database-node  >>  system_cpu_usage = <<  one_min_avg = 1.98  five_min_avg = 1.05  fifteen_min_avg = 0.42  cpu_share = 8.0  node_type = config-database-node  >>  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] DatabaseUsage: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  database_usage = [ <<  disk_space_used_1k = 6819652  disk_space_available_1k = 74270832  config_db_size_1k = 1764  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
CRITICAL:root:Exit data: {'ID': '20807fdaa17e7426ff68706ed89c0fe7302fb0ce8bacd957818d133097faf3ca', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 34477}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=6819552, partition_space_available_1k=74270932, percentage_partition_space_used=8, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1709936, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=86044, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52228, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=4450636, free=5126620, buffers=240500, cached=6357876, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.14, five_min_avg=1.31, fifteen_min_avg=0.56, cpu_share=8.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  disk_usage_info = { /dev/vda1 : <<  partition_type = ext4  partition_space_used_1k = 6819552  partition_space_available_1k = 74270932  percentage_partition_space_used = 8  >> }  process_mem_cpu_usage = { cassandra : <<  mem_virt = 1709936  cpu_share = 0  mem_res = 0  >>zookeeper : <<  mem_virt = 86044  cpu_share = 0  mem_res = 0  >>contrail-config-database-nodemgr : <<  mem_virt = 52228  cpu_share = 0  mem_res = 0  >> }  system_mem_usage = <<  total = 16175632  used = 4450636  free = 5126620  buffers = 240500  cached = 6357876  node_type = config-database-node  >>  system_cpu_usage = <<  one_min_avg = 2.14  five_min_avg = 1.31  fifteen_min_avg = 0.56  cpu_share = 8.0  node_type = config-database-node  >>  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.41:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connect Fail
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnectFail] in state[Connect]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnectFail] => State[Connect] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.19:8086,  ]  status = Down  description = Connect to Idle on EvTcpConnectFail  >>,  ]  description = Collector:Collector[Connect to Idle on EvTcpConnectFail] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 0  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.19:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
INFO:contrail-config-database-nodemgr:Session Event: TCP Connected
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnected] in state[Connect]
DEBUG:contrail-config-database-nodemgr:Send sandesh control message. uve type count # 6
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnected] => State[Connect] -> State[ClientInit]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[ClientInit]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[ClientInit]
ERROR:contrail-config-database-nodemgr:Session Event: TCP Connection Closed
INFO:contrail-config-database-nodemgr:Processing event[EvTcpClose] in state[ClientInit]
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpClose] => State[ClientInit] -> State[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.61:8086,  ]  status = Down  description = ClientInit to Idle on EvTcpClose  >>,  ]  description = Collector:Collector[ClientInit to Idle on EvTcpClose] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Idle]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] SandeshModuleClientTrace: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0  client_info = <<  status = Idle  successful_connections = 1  pid = 1  http_port = 8112  start_time = 1748220192493597  collector_name =   collector_ip = 10.0.0.61:8086  collector_list = [ 10.0.0.61:8086, 10.0.0.41:8086, 10.0.0.19:8086,  ]  >>  sm_queue_count = 1  max_sm_queue_count = 2  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Idle]
INFO:contrail-config-database-nodemgr:Processing event[EvIdleHoldTimerExpired] in state[Idle]
INFO:contrail-config-database-nodemgr:Session Event: TCP Connected
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvIdleHoldTimerExpired] => State[Idle] -> State[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[Connect]
ERROR:contrail-config-database-nodemgr:SANDESH: [DROP: WrongClientSMState] NodeStatusUVE: data = <<  name = cn-jenkins-deploy-platform-ansible-os-3335-2.  process_status = [ <<  module_id = contrail-config-database-nodemgr  instance_id = 0  state = Non-Functional  connection_infos = [ <<  type = Collector  name = Collector  server_addrs = [ 10.0.0.41:8086,  ]  status = Initializing  description = Idle to Connect on EvIdleHoldTimerExpired  >>,  ]  description = Collector:Collector[Idle to Connect on EvIdleHoldTimerExpired] connection down  >>,  ]  >>  
INFO:contrail-config-database-nodemgr:Discarding event[EvSandeshUVESend] in state[Connect]
INFO:contrail-config-database-nodemgr:Processing event[EvTcpConnected] in state[Connect]
DEBUG:contrail-config-database-nodemgr:Send sandesh control message. uve type count # 6
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvTcpConnected] => State[Connect] -> State[ClientInit]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[ClientInit]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshUVESend] in state[ClientInit]
DEBUG:contrail-config-database-nodemgr:Extracted sandesh length: 0000001017
DEBUG:contrail-config-database-nodemgr:Received sandesh control message [SandeshCtrlServerToClient]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshCtrlMessageRecv] in state[ClientInit]
DEBUG:contrail-config-database-nodemgr:Number of uve types in sandesh control message is 0
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.: 4> in the [ObjectConfigDatabaseInfo:DatabaseUsage] map
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.: 112> in the [ObjectConfigDatabaseInfo:NodeStatusUVE] map
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0: 52> in the [ObjectGeneratorInfo:SandeshModuleClientTrace] map
INFO:contrail-config-database-nodemgr:Sandesh Client: Event[EvSandeshCtrlMessageRecv] => State[ClientInit] -> State[Established]
INFO:contrail-config-database-nodemgr:Sandesh Send Level [INVALID] -> [SYS_DEBUG]
INFO:contrail-config-database-nodemgr:Sandesh Send Level [SYS_DEBUG] -> [INVALID]
DEBUG:contrail-config-database-nodemgr:Extracted sandesh length: 0000001439
DEBUG:contrail-config-database-nodemgr:Received sandesh control message [SandeshCtrlServerToClient]
INFO:contrail-config-database-nodemgr:Processing event[EvSandeshCtrlMessageRecv] in state[Established]
DEBUG:contrail-config-database-nodemgr:Number of uve types in sandesh control message is 3
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.: 4> in the [ObjectConfigDatabaseInfo:DatabaseUsage] map
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.: 113> in the [ObjectConfigDatabaseInfo:NodeStatusUVE] map
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.:ConfigDatabase:contrail-config-database-nodemgr:0: 53> in the [ObjectGeneratorInfo:SandeshModuleClientTrace] map
INFO:contrail-config-database-nodemgr:Sandesh Send Level [INVALID] -> [SYS_DEBUG]
INFO:contrail-config-database-nodemgr:Sandesh Send Level [SYS_DEBUG] -> [INVALID]
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'd9590884da60d7df37fb10dfe0db1370e5dcdddfcd158f96e6c3318116cb558b', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 40560}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7247640, partition_space_available_1k=73842844, percentage_partition_space_used=9, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1708472, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=164984, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52384, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5621848, free=3451440, buffers=262860, cached=6839484, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.49, five_min_avg=1.85, fifteen_min_avg=0.79, cpu_share=10.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '3fcc2816a99aec643f18909056c8382a3bd36aaea71151439b0e74fb4fd9a55c', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 41084}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7318684, partition_space_available_1k=73771800, percentage_partition_space_used=9, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1708188, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=159408, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52400, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5601072, free=3403496, buffers=263796, cached=6907268, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.5, five_min_avg=2.11, fifteen_min_avg=0.94, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'b493c5bc58054ccf359d97a904203d1b31bd334eafd1a6e72c4a5b1d8ef60cfd', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 41819}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7618176, partition_space_available_1k=73472308, percentage_partition_space_used=9, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1713932, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=151960, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52412, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5724916, free=2780716, buffers=270380, cached=7399620, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.1, five_min_avg=2.26, fifteen_min_avg=1.07, cpu_share=10.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.: 116> in the [ObjectConfigDatabaseInfo:NodeStatusUVE] map
[Introspect:8112]10.0.0.41 - - [2025-05-26 00:49:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 6830 0.001641
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.: 116> in the [ObjectConfigDatabaseInfo:NodeStatusUVE] map
[Introspect:8112]10.0.0.41 - - [2025-05-26 00:49:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 6830 0.001466
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '84c0fe7dbae560a63972517e6501f2bd0198fb33389548ba2dc498d57c5c1e9b', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 42624}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7803800, partition_space_available_1k=73286684, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1723416, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=142976, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52460, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5657700, free=2838512, buffers=271228, cached=7408192, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.31, five_min_avg=2.46, fifteen_min_avg=1.21, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '952aa33597ad82bb4c66431f585c1ef72fc494a69196f5faefdf1d06f859fd14', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 43144}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7804472, partition_space_available_1k=73286012, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1716036, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=146940, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52476, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5785768, free=2697828, buffers=272288, cached=7419748, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.01, five_min_avg=2.52, fifteen_min_avg=1.31, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '2b3d6373d2c5032f71830f04f23a54062b663738a13493156c02f35becb9c9b1', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 43767}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7806644, partition_space_available_1k=73283840, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1849536, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=150792, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52500, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5860020, free=2625728, buffers=273888, cached=7415996, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.83, five_min_avg=2.59, fifteen_min_avg=1.41, cpu_share=10.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '621f6d06c342e5d353a00338b132939d5211655256504ed048f58e78c1eefb2b', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 44331}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7822244, partition_space_available_1k=73268240, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1876116, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=154636, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52528, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5885416, free=2582636, buffers=275072, cached=7432508, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.5, five_min_avg=2.55, fifteen_min_avg=1.47, cpu_share=10.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '552df79742ee04328fa0a9c2de3d40789e5034b15c7b230d241546473274c1d3', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 44912}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7832052, partition_space_available_1k=73258432, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1897172, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=159148, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52544, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5919196, free=2531852, buffers=275764, cached=7448820, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.76, five_min_avg=2.6, fifteen_min_avg=1.56, cpu_share=10.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '6061095f2fc80bb6bea5afc046b844c17edf1edfd0ad4f5714f16d33845cdd5e', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 45486}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7844244, partition_space_available_1k=73246240, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1915444, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=163088, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52564, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5912332, free=2535428, buffers=276348, cached=7451524, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.18, five_min_avg=2.46, fifteen_min_avg=1.58, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'c58ea61ced4fa7869629b7e2cf3b90457e02f4cb525027caca691bbd2c910317', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 46052}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7847956, partition_space_available_1k=73242528, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1950572, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=167076, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52568, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=5936224, free=2496844, buffers=276800, cached=7465764, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.42, five_min_avg=2.5, fifteen_min_avg=1.65, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'dd232281d478216b9b1b0a14a6c6c68c1f6dd80d3aa90ba085259f8558465ab8', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 46622}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7861112, partition_space_available_1k=73229372, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=1980564, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=171148, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52592, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6017064, free=2406900, buffers=277088, cached=7474580, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.11, five_min_avg=2.64, fifteen_min_avg=1.75, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'f0d8889bc09429606cf47cc97b290219f35e282235a20eca43fd9b3a8f1507ae', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 47188}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7869396, partition_space_available_1k=73221088, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2012484, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=175084, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52588, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6050204, free=2364292, buffers=277328, cached=7483808, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.69, five_min_avg=2.6, fifteen_min_avg=1.79, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '52c8102aa541065dd80de05177c66daa8d9bd893da8b3d933edbf62d7b05d8ce', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 47789}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7879344, partition_space_available_1k=73211140, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2042628, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=179428, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52600, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6072072, free=2336476, buffers=277568, cached=7489516, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.69, five_min_avg=2.6, fifteen_min_avg=1.84, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'fa358429d8aacd6720cab8b7627b8d6dcda78fc677cab02afaefab4c8554f083', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 48399}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7888252, partition_space_available_1k=73202232, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2052448, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=183388, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52600, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6136696, free=2262612, buffers=277680, cached=7498644, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.15, five_min_avg=2.47, fifteen_min_avg=1.85, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '324482126d74459342bdc3018fb691c3c4f09fb40ab7cdd0f08790f403d8acb4', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 49015}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7896780, partition_space_available_1k=73193704, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2142584, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=187316, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52608, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6185848, free=2199016, buffers=277796, cached=7512972, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.5, five_min_avg=2.52, fifteen_min_avg=1.9, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '7129bd547019b45ff2ebe0e650580b075a733951ce421ac84bf8a9c3043ee55e', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 49628}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7910148, partition_space_available_1k=73180336, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2161572, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=191216, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52608, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6202152, free=2173828, buffers=277872, cached=7521780, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.0, five_min_avg=2.66, fifteen_min_avg=1.99, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'e937cb36b82451633e62887c7d36209b7cfdce04a10335a6bcb0524af3cbd46e', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 50255}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7921392, partition_space_available_1k=73169092, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2172408, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=195036, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52608, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6213136, free=2155792, buffers=277936, cached=7528768, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.44, five_min_avg=2.86, fifteen_min_avg=2.1, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'a6eb6ce204575e54fbdabf794062c98372430194eb787cf91cc53969fcf9e38e', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 50875}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7933044, partition_space_available_1k=73157440, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2182840, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=198896, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52616, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6206416, free=2150060, buffers=277984, cached=7541172, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.28, five_min_avg=2.95, fifteen_min_avg=2.18, cpu_share=10.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '113c10dd2b5345b94a45da95e747c50f88b7c9c21eddd8ab22dac31177e1babc', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 51435}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7914284, partition_space_available_1k=73176200, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2167196, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=202784, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52620, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6192112, free=2173876, buffers=278004, cached=7531640, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.12, five_min_avg=2.95, fifteen_min_avg=2.23, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'f7bf93bfb22693ecca6efaa9a5321b1b98cc08ceadafa7346cce5e35323c5ee5', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 52008}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7924500, partition_space_available_1k=73165984, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2166180, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=209852, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52624, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6227656, free=2132788, buffers=278016, cached=7537172, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.05, five_min_avg=2.92, fifteen_min_avg=2.26, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '06f85010f193ec0004b5a5bbf2af306a6dad4f3cec1b69929f564c79551a6612', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 52570}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7929760, partition_space_available_1k=73160724, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2169956, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=213752, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52624, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6237596, free=2112164, buffers=278020, cached=7547852, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.66, five_min_avg=2.86, fifteen_min_avg=2.28, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'a3542c2d2e1321859a14a78ffb227645b38b3e80f1718498ae9f64815406eebd', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 53123}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7941260, partition_space_available_1k=73149224, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2172720, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=217704, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52628, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6238944, free=2109028, buffers=278032, cached=7549628, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.63, five_min_avg=2.83, fifteen_min_avg=2.31, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'dc533676a2b7fe7cdf00e00c65c124e2802c4307af6c88ff03b63335f191421c', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 53683}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7949064, partition_space_available_1k=73141420, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2180560, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=221888, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52640, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6252060, free=2082604, buffers=278036, cached=7562932, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.6, five_min_avg=2.78, fifteen_min_avg=2.32, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '4abd4226edcaecf9ad34aa438ad043f3b453ac6817c39c8c7bc7ec7ed44b6cfb', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 54252}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7956740, partition_space_available_1k=73133744, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2186292, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=225940, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52640, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6267496, free=2059360, buffers=278044, cached=7570732, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.14, five_min_avg=2.6, fifteen_min_avg=2.29, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '497107f521052ccbbd9d735b857fa00352f55f74294e479c250b60a87cc61465', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 54842}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7962040, partition_space_available_1k=73128444, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2188556, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=229688, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52656, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6275104, free=2046304, buffers=278056, cached=7576168, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.59, five_min_avg=2.63, fifteen_min_avg=2.31, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '871741286c9c2858cddeb118334566081ec4f8161491c0b4bea5144e8d487607', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 55424}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7965912, partition_space_available_1k=73124572, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2190528, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=233904, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52660, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6286756, free=2025940, buffers=278060, cached=7584876, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.33, five_min_avg=2.56, fifteen_min_avg=2.31, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '9eefc8b9aeb42c823a74edcdaea83b805e1ea81a58e19b021cba16d89e8edd20', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 55988}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7971648, partition_space_available_1k=73118836, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2195484, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=238140, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52668, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6297956, free=2008540, buffers=278060, cached=7591076, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.67, five_min_avg=2.62, fifteen_min_avg=2.35, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '68e6c827798fda95630b761caa6d2abd08a7ea1f98660b2de826791441b33b66', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 56506}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7977524, partition_space_available_1k=73112960, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2196996, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=242120, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52672, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6291992, free=2003524, buffers=278072, cached=7602044, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.63, five_min_avg=2.59, fifteen_min_avg=2.35, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '88c47da9af83a0cbbb1213387050a44d69b245d51e034edaced3df6765913b29', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 57017}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7986116, partition_space_available_1k=73104368, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2197724, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=246128, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52680, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6307136, free=1984724, buffers=278076, cached=7605696, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.16, five_min_avg=2.68, fifteen_min_avg=2.39, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '40a87f6ea67af53602f0363516ed7ed8e575342571c9f086a8f5b9ff164a15ec', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 57534}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=7994340, partition_space_available_1k=73096144, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2197620, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=249776, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=52684, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6315164, free=1968124, buffers=278076, cached=7614268, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.68, five_min_avg=2.61, fifteen_min_avg=2.38, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '7b37b2aae06c9650f1c5698bcde6e57eff1d5b0f418cfbfffb949b160a647fd4', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 58060}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8003656, partition_space_available_1k=73086828, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2197704, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=253620, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53072, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6321820, free=1956832, buffers=278076, cached=7618904, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.65, five_min_avg=2.62, fifteen_min_avg=2.4, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'e222b35cb79123147986fbdd13c61b6e2b4be0d66a016cc25032a922c8fb1de3', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 58577}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8008572, partition_space_available_1k=73081912, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2199748, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=257480, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53156, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6331940, free=1941988, buffers=278076, cached=7623628, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.49, five_min_avg=2.59, fifteen_min_avg=2.41, cpu_share=9.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'd590ff2b68bc368d70bb873bd116550b40407d5e4b98c56d24fe3059ba160337', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 59098}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8014724, partition_space_available_1k=73075760, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2202704, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=261576, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53164, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6338400, free=1929080, buffers=278076, cached=7630076, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.31, five_min_avg=2.5, fifteen_min_avg=2.38, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'f2e0a61567c646c5aa7d209b3551b03733cd32801f33b38eb2fefd004dbd927b', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 59616}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8024624, partition_space_available_1k=73065860, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2199272, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=265932, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53160, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6348460, free=1908476, buffers=278076, cached=7640620, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.56, five_min_avg=2.56, fifteen_min_avg=2.41, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '51ce4dfbbb0023e49f50d4e4a926225b0f97c57d463080d849281d1585f77416', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 60134}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8029128, partition_space_available_1k=73061356, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2199908, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=269632, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53172, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6347996, free=1904952, buffers=278076, cached=7644608, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.06, five_min_avg=2.68, fifteen_min_avg=2.46, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '1ea5ca3e20ac7f62d8490e3c119888b380218a90bf898d6d47d3c1ad65f1704b', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 60653}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8033468, partition_space_available_1k=73057016, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2202264, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=273488, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53172, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6353912, free=1894588, buffers=278076, cached=7649056, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.88, five_min_avg=2.68, fifteen_min_avg=2.47, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'f7179ed7fe99f9e63e4ec3677d8d76fbf46ffb124cdb223513339b0f858cc1f7', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 61166}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8038336, partition_space_available_1k=73052148, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2202832, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=277424, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53180, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6354616, free=1884104, buffers=278076, cached=7658836, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.59, five_min_avg=2.63, fifteen_min_avg=2.47, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '6c8973978dbb6055820f7109b79429437f8feb03f592088dbffdea1911a06f45', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 61686}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8047376, partition_space_available_1k=73043108, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2202016, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=281308, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53180, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6367920, free=1866160, buffers=278080, cached=7663472, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.75, five_min_avg=2.9, fifteen_min_avg=2.56, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'b5836522656d38056e95aa4a4ce133b9ffc5fb10da8452d75023a2df30f62784', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 62207}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8054460, partition_space_available_1k=73036024, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2202840, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=285120, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53188, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6366580, free=1860320, buffers=278080, cached=7670652, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.76, five_min_avg=3.03, fifteen_min_avg=2.63, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'faff64f2c42884cf406847baeafb8be2dbe5f6247a4eae89d5fd8e12e7af5ee0', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 62721}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8058732, partition_space_available_1k=73031752, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2202064, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=292344, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53192, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6372576, free=1844240, buffers=278080, cached=7680736, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.47, five_min_avg=3.06, fifteen_min_avg=2.66, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '7ef224e7259040ff8a771537a1eab45991e3292835bb2e169d90890b68cbcb96', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 63253}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8080440, partition_space_available_1k=73010044, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2203680, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=296396, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53192, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6329020, free=1875864, buffers=278084, cached=7692664, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.6, five_min_avg=2.87, fifteen_min_avg=2.62, cpu_share=10.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '8f4fcc874f42be2b91e2e9dc665661737c086d5f2f36fda8d0252b379b7f70b8', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 63759}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8081280, partition_space_available_1k=73009204, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2202840, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=300268, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53196, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6332688, free=1861440, buffers=278084, cached=7703420, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.18, five_min_avg=2.69, fifteen_min_avg=2.58, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'eaf0d76c165996a32212adc8616eae0a3e5cf5a5b02b0f0e569f0ce7bec1b141', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 64286}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8092932, partition_space_available_1k=72997552, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2204516, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=304212, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53208, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6343808, free=1843344, buffers=278084, cached=7710396, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.68, five_min_avg=2.71, fifteen_min_avg=2.59, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'bffc7b55d887cb2c95cc39ea7e9be4cdce8b5ba3bab8887acc855ab215599886', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 64807}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8094660, partition_space_available_1k=72995824, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2204780, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=308236, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53204, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6343740, free=1836660, buffers=278084, cached=7717148, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.67, five_min_avg=2.68, fifteen_min_avg=2.58, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '9666820f0fefde500a3beb3d178ff024dfc8b9c88c07e4377f9e9ff7c2fc0546', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 65320}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8099696, partition_space_available_1k=72990788, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2215432, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=312572, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53208, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6350808, free=1823928, buffers=278084, cached=7722812, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.48, five_min_avg=2.61, fifteen_min_avg=2.56, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'da241edc1a6d7ba19c37a7cf084342288ae83a2875c89f2cdafffb5566fdc780', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 65844}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8105112, partition_space_available_1k=72985372, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2204012, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=316440, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53212, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6351004, free=1818760, buffers=278084, cached=7727784, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.42, five_min_avg=2.55, fifteen_min_avg=2.54, cpu_share=9.75, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'bf3e332a81ed0800125c9e4d7f596c322f6193e6d9f2c815242f816582ae381c', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 66357}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8109428, partition_space_available_1k=72981056, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2204952, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=320320, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53232, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6356804, free=1803004, buffers=278088, cached=7737736, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.45, five_min_avg=2.52, fifteen_min_avg=2.53, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'd5452c0b5d0bf3fae953d2c04b8e8ea3c3cb4980e119a6795985296030449940', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 66867}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8122032, partition_space_available_1k=72968452, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2207044, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=324300, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53220, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6338748, free=1818324, buffers=278088, cached=7740472, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.58, five_min_avg=2.52, fifteen_min_avg=2.53, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'a4d44c9cca86c2f8687acfddf065e910b83818e6e0df9f09c397011697caa02a', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 67384}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8127384, partition_space_available_1k=72963100, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2213248, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=328164, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53216, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6356952, free=1789932, buffers=278088, cached=7750660, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.12, five_min_avg=2.65, fifteen_min_avg=2.57, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'af393f3bd2d38b1d281753845048d3123d9a95c186a5e7dd0a96b962fef85d2f', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 67899}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8133188, partition_space_available_1k=72957296, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2208024, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=332588, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53228, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6362000, free=1778204, buffers=278088, cached=7757340, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.64, five_min_avg=2.61, fifteen_min_avg=2.57, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '4a56bc06cbfa53ddb7344c3d4453cef67ce0cb662251c83e7f9ccec3db6c7a47', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 68430}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8140364, partition_space_available_1k=72950120, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2206728, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=336528, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53228, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6363144, free=1770084, buffers=278088, cached=7764316, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.51, five_min_avg=2.58, fifteen_min_avg=2.55, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '387eaa3cd00cd46ae5c7da8e4d539d1c63bd7edb657a165e5d07114a6bc1fc77', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 68939}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8146480, partition_space_available_1k=72944004, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2207000, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=340464, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53240, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6367620, free=1759704, buffers=278088, cached=7770220, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.35, five_min_avg=2.51, fifteen_min_avg=2.53, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'ad220882f770fb02d05d5d0e04702563a32f7c8ec8509d1829500890b4a6b316', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 69453}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8153208, partition_space_available_1k=72937276, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2209304, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=344432, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53236, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6368020, free=1752068, buffers=278088, cached=7777456, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.18, five_min_avg=2.44, fifteen_min_avg=2.51, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '9c9fe4dc2b665a25fc975791611860a65487b8ea32de1232e2ca3a3d3edcd6bb', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 69966}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8159548, partition_space_available_1k=72930936, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2209764, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=348548, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53240, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6371464, free=1741784, buffers=278096, cached=7784288, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.86, five_min_avg=2.54, fifteen_min_avg=2.53, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'c682fd4cbf4b9175c422841c5a2a049aa5ba58f1745881543c2ad15aba35af05', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 70492}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8165688, partition_space_available_1k=72924796, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2209732, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=352824, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53248, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6376492, free=1730784, buffers=278096, cached=7790260, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.65, five_min_avg=2.51, fifteen_min_avg=2.52, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '8c4dea4e37d4fea75e01123cc309f2a70cafa11eb04ac52fa540578229c6b637', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 71014}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8171836, partition_space_available_1k=72918648, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2210100, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=356916, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53252, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6381764, free=1719216, buffers=278096, cached=7796556, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.55, five_min_avg=2.48, fifteen_min_avg=2.51, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'a5d375edc6bd28010c873769747097ed8fb94e318138e46aba353cc5849bb05e', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 71527}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8176752, partition_space_available_1k=72913732, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2210536, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=360708, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53256, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6387180, free=1704116, buffers=278096, cached=7806240, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.72, five_min_avg=2.52, fifteen_min_avg=2.52, cpu_share=9.5, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'd38eddd1f0ca16d6c4b7ac72026f9b76f9d7fbb67ae097dc88a247257dace4e8', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 72052}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8188960, partition_space_available_1k=72901524, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2183956, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=364632, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53256, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6357336, free=1725984, buffers=278096, cached=7814216, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.57, five_min_avg=2.48, fifteen_min_avg=2.5, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '470091d9014a0165b0b7968a07fba2d1d71abda3ad3ed8a54576625fe1ef4099', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 72562}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8194228, partition_space_available_1k=72896256, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2197912, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=368560, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53256, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6367100, free=1715932, buffers=278096, cached=7814504, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.01, five_min_avg=2.6, fifteen_min_avg=2.54, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '1385b0335da829b41f7fa5c43d35cb278609c4d911e3ab77a0abc91801431478', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 73103}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8207592, partition_space_available_1k=72882892, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2197504, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=372400, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53264, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6280360, free=1783536, buffers=278096, cached=7833640, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.73, five_min_avg=2.57, fifteen_min_avg=2.54, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '5c5ca0ad472082cef822a2dda257adcd7eff89d3f88884f1ba01a59d6141866b', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 73626}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8213076, partition_space_available_1k=72877408, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2196844, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=376272, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53268, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6301812, free=1751860, buffers=278096, cached=7843864, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.48, five_min_avg=2.53, fifteen_min_avg=2.52, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '458ae926655fb5b2ed64177325dd6ae2709de5f1d34d40a5548a2f58806d8d1d', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 74133}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8222872, partition_space_available_1k=72867612, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2196544, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=380564, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53268, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6305168, free=1743212, buffers=278096, cached=7849156, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.38, five_min_avg=2.46, fifteen_min_avg=2.5, cpu_share=9.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '6afc038f5ddc83f0a433a8838a884cbaa154010937a981cf875c681341761aa3', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 74620}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8229240, partition_space_available_1k=72861244, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2199056, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=384432, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53276, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6313280, free=1728860, buffers=278096, cached=7855396, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.83, five_min_avg=2.55, fifteen_min_avg=2.53, cpu_share=9.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '2139f3e0279ce38ad2a457415edf7090777ce51723450ec4e64770375dff49d4', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 75139}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8238612, partition_space_available_1k=72851872, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2199700, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=388448, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53292, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6300560, free=1736996, buffers=278096, cached=7859980, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=3.16, five_min_avg=2.67, fifteen_min_avg=2.57, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': '66cb9e869da971e6435fdaf34a91f5e1ea34b36e2c2e117c3f52701de6b7de2a', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 75657}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8237376, partition_space_available_1k=72853108, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2199620, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=392144, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53296, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6292112, free=1736524, buffers=278096, cached=7868900, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.81, five_min_avg=2.67, fifteen_min_avg=2.57, cpu_share=9.25, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'e7309ee6deb152a51558b800864f9ac1a4cda0412f2d32a2e4d322119bdff7bc', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 76170}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:DBG: event_tick_60: node_status=NodeStatus(name='cn-jenkins-deploy-platform-ansible-os-3335-2.', deleted=None, status=None, process_status=None, process_info=None, disk_usage_info={'/dev/vda1': DiskPartitionUsageStats(partition_type='ext4', partition_name=None, partition_space_used_1k=8247028, partition_space_available_1k=72843456, percentage_partition_space_used=10, _LinuxSysData__key='/dev/vda1')}, description=None, all_core_file_list=None, build_info=None, process_mem_cpu_usage={'cassandra': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=2199120, cpu_share=0, mem_res=0, _EventManager__key='cassandra'), 'zookeeper': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=395940, cpu_share=0, mem_res=0, _EventManager__key='zookeeper'), 'contrail-config-database-nodemgr': ProcessCpuInfo(module_id=None, inst_id=None, mem_virt=53300, cpu_share=0, mem_res=0, _EventManager__key='contrail-config-database-nodemgr')}, system_cpu_info=None, system_mem_usage=SysMemInfo(total=16175632, used=6314924, free=1708448, buffers=278096, cached=7874164, node_type='config-database-node'), system_cpu_usage=SysCpuInfo(one_min_avg=2.96, five_min_avg=2.69, fifteen_min_avg=2.58, cpu_share=9.0, node_type='config-database-node'), running_package_version=None, installed_package_version=None, _table='ObjectConfigDatabaseInfo')
DEBUG:contrail-config-database-nodemgr:dir for config is /var/lib/cassandra/data
CRITICAL:root:Exit data: {'ID': 'ab328bdfdecd4d14388435f64e31c67887685409ded044739674e32f9ebf53ad', 'Running': False, 'ExitCode': 1, 'ProcessConfig': {'tty': True, 'entrypoint': 'nodetool', 'arguments': ['-p', '7201', 'compactionstats'], 'privileged': False}, 'OpenStdin': False, 'OpenStderr': True, 'OpenStdout': True, 'CanRemove': False, 'ContainerID': 'd51364f1950ceab51629b71a9eda7f6e955d4068fb52adba56a4e4c2f571679e', 'DetachKeys': '', 'Pid': 76689}
ERROR:contrail-config-database-nodemgr:Failed to get nodetool compactionstats: Result: 1
DEBUG:contrail-config-database-nodemgr:send sync_uve <cn-jenkins-deploy-platform-ansible-os-3335-2.: 179> in the [ObjectConfigDatabaseInfo:NodeStatusUVE] map