You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2017/12/22 17:39:10 UTC

[trafficserver] branch 7.1.x updated: Explain how # of parents relates to fail_threshold total_connect_attempts

This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 628e80b  Explain how # of parents relates to fail_threshold total_connect_attempts
628e80b is described below

commit 628e80bfb4bed9ed5cdb162fe4ae4bc9d716eefa
Author: Miles Libbey <ml...@apache.org>
AuthorDate: Thu Aug 31 12:20:35 2017 -0700

    Explain how # of parents relates to fail_threshold total_connect_attempts
    
    (cherry picked from commit 38d6891dcc4f69cf8a6d79b98b2dc6d20df192ce)
---
 doc/admin-guide/files/records.config.en.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index 71d605a..df76cb2 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1242,7 +1242,9 @@ Parent Proxy Configuration
 
    The total number of connection attempts for a specific transaction allowed to
    a parent cache before Traffic Server bypasses the parent or fails the request
-   (depending on the ``go_direct`` option in the :file:`parent.config` file).
+   (depending on the ``go_direct`` option in the :file:`parent.config` file). The
+   number of parents tried is
+   ``proxy.config.http.parent_proxy.fail_threshold / proxy.config.http.parent_proxy.total_connect_attempts``
 
 .. ts:cv:: CONFIG proxy.config.http.parent_proxy.per_parent_connect_attempts INT 2
    :reloadable:

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].