URL: https://github.com/SSSD/sssd/pull/636 Title: #636: failover: tune up default timeouts
pbrezina commented: """ Yes. 1. dns_resolver_op_timeout -- timeout for single dns query 2. dns_resolver_timeout -- timeout for service resolution (it may include multiple dns queries) 3. ldap_opt_timeout -- timeout for LDAP connection in sdap_id_op code The third one is actually used in more contexts but this one is the one that fails the failover prematurely (together with the second one). So perhaps instead of increasing the timeouts we should rework the code so we are able to failover correctly (perhaps do not use 2. and 3. at all). But this is much bigger task. """ See the full comment at https://github.com/SSSD/sssd/pull/636#issuecomment-480198226
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org