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 2015/06/09 00:46:12 UTC

[4/6] trafficserver git commit: Describe consistent hash parent selection feature

Describe consistent hash parent selection feature


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/90024998
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/90024998
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/90024998

Branch: refs/heads/master
Commit: 90024998b1b48c260d2cec520926fbff2d4939a6
Parents: 6047a8d
Author: Miles Libbey <ml...@apache.org>
Authored: Mon Jun 8 15:29:36 2015 -0700
Committer: Miles Libbey <ml...@apache.org>
Committed: Mon Jun 8 15:44:47 2015 -0700

----------------------------------------------------------------------
 doc/reference/configuration/parent.config.en.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/90024998/doc/reference/configuration/parent.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/parent.config.en.rst b/doc/reference/configuration/parent.config.en.rst
index 91905d0..83668cb 100644
--- a/doc/reference/configuration/parent.config.en.rst
+++ b/doc/reference/configuration/parent.config.en.rst
@@ -140,11 +140,11 @@ The following list shows the possible actions and their allowed values.
        turn. For example: machine ``proxy1`` serves the first request,
        ``proxy2`` serves the second request, and so on.
     -  ``false`` - Round robin selection does not occur.
-    -  ``consistent_hash`` - consistent hash of the url so that one parent 
-       is chosen for a given url. If a parent is down, the traffic that 
+    -  ``consistent_hash`` - consistent hash of the url so that one parent
+       is chosen for a given url. If a parent is down, the traffic that
        would go to the down parent is rehashed amongst the remaining parents.
-       The other traffic is unaffected. Once the downed parent becomes 
-       available, the traffic distribution returns to the pre-down 
+       The other traffic is unaffected. Once the downed parent becomes
+       available, the traffic distribution returns to the pre-down
        state.
 
 .. _parent-config-format-go-direct: