Comment 34 for bug 1768475

Revision history for this message
Shivayogi Ugaji (shivayogi123) wrote :

Config team had a look at the setup with the help of ignatious, contrail-api.conf did not have “debug_object_cache_types = application-policy-set” enabled.
Without this logs added by Edouard will not be generated.

(config-api)[root@nodec58 /etc/contrail]$ cat contrail-api.conf
[DEFAULTS]
listen_ip_addr=10.204.217.98
listen_port=8082
http_server_port=8084
log_file=/var/log/contrail/contrail-api.log
log_level=SYS_DEBUG
log_local=1
list_optimization_enabled=True
auth=noauth
aaa_mode=no-auth
cloud_admin_role=admin
global_read_only_role=
cassandra_server_list=10.204.217.52:9161 10.204.217.71:9161 10.204.217.98:9161
zk_server_ip=10.204.217.52:2181,10.204.217.71:2181,10.204.217.98:2181

From the logs, we saw kube manager being restarted multiple times(13 times) and from the code we saw kube manager was trying reconfigure the same config without deleting config setup by the previous kube manager instance. Needs further discussion with kube manager experts.

It will be good if the problem is reproduced with the “debug_object_cache_types = application-policy-set” enabled.