You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Dewayne Richardson (JIRA)" <ji...@apache.org> on 2017/05/15 19:46:04 UTC

[jira] [Created] (TC-321) Consider Adding Traffic Router Config for Certificate Check Interval GH #1780

Dewayne Richardson created TC-321:
-------------------------------------

             Summary: Consider Adding Traffic Router Config for Certificate Check Interval GH #1780
                 Key: TC-321
                 URL: https://issues.apache.org/jira/browse/TC-321
             Project: Traffic Control
          Issue Type: Improvement
          Components: Traffic Router
            Reporter: Dewayne Richardson


Currently, when Traffic Router doesn't have certificates for delivery services, it sleeps for a hard-coded 1 second and tries again, infinitely.

See b89c9c8#diff-895918d726d34df684cb81881e1b72f9R137

We should consider making the time interval a config, to allow dynamically changing the time between checks.

We may decide this is too small to be worth another config param. But we should think about it and make a decision.

If it is a config, it should probably be a static value, not exponential backoff, because there's no network activity. This checks a data object which is fetched by another thread, so the cost is only a tiny amount of CPU.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)