Initial load config loading is timing out

Hi,
During loading of initial config , time out is happening . Currently we have increased cdb_set_timeout. Is there any other mechanism available , to inform confd that, did not time out and still processing the config. (kind of keep alive mechanism )

Thanks
Phani

Have you tried setting the cdb’s clientTimeout value to infinity in confd.conf? With that setting, CDB will never timeout waiting for a response from a client.

You can also refer to this cdb-client-tmeout-interval related posting for more information.