Assert in cdb_set_namespace

Hi All!

We are getting following crash…

#0 0x00007f045e5e982d in read () from /lib64/libpthread.so.0
#0 0x00007f045e5e982d in read () from /lib64/libpthread.so.0
#1 0x0000000002472e5d in read_fill ()
#2 0x000000000247563a in term_read ()
#3 0x0000000002475ae4 in op_request_term ()
#4 0x000000000246adc7 in cdb_set_namespace ()

this process gets killed via signal, since it has been hanging in set namespace for more than 5 secs. Is their anyways I can set timeout selectively at that instance so that we don’t hit this issue ?.

rgds
Balaji Kamal Kannadassan

Hi,

See:
int cdb_set_timeout(int sock, int timeout_secs);
in the confd_lib_cdb(3) man pages, and:
/confdConfig/cdb/clientTimeout
in the confd.conf(5) man pages.

Thanks Will check the same.