[ 
https://issues.apache.org/jira/browse/TS-4707?focusedWorklogId=28739&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-28739
 ]

ASF GitHub Bot logged work on TS-4707:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Sep/16 01:47
            Start Date: 11/Sep/16 01:47
    Worklog Time Spent: 10m 
      Work Description: Github user PSUdaemon commented on a diff in the pull 
request:

    https://github.com/apache/trafficserver/pull/834#discussion_r78286643
  
    --- Diff: proxy/ParentSelection.cc ---
    @@ -570,6 +572,18 @@ ParentRecord::Init(matcher_line *line_info)
             this->ignore_query = false;
           }
           used = true;
    +    } else if (strcasecmp(label, "fname") == 0) {
    +      // fname=ignore | consider
    +      if (strcasecmp(val, "ignore") == 0) {
    --- End diff --
    
    I thought the same thing when I read that, but if you look at the 
surrounding code it's all in the style @pbchou did. I think we should leave 
this as is. Perhaps a different clean up effort.


Issue Time Tracking
-------------------

    Worklog Id:     (was: 28739)
    Time Spent: 8.5h  (was: 8h 20m)

> Parent Consistent Hash Selection - add fname and maxdirs options.
> -----------------------------------------------------------------
>
>                 Key: TS-4707
>                 URL: https://issues.apache.org/jira/browse/TS-4707
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Parent Proxy
>            Reporter: Peter Chou
>            Assignee: Peter Chou
>             Fix For: 7.0.0
>
>          Time Spent: 8.5h
>  Remaining Estimate: 0h
>
> This enhancement adds two options, "fname" and "maxdirs", which can be used 
> to exclude the file-name and some of the directories in the path. The 
> remaining portions of the path are then used as part of the hash computation 
> for selecting among multiple parent caches.
> For our usage, it was desirable from an operational perspective to direct all 
> components of particular sub-tree to a single parent cache (to simplify 
> trouble-shooting, pre-loading, etc.). This can be achieved by excluding the 
> query-string, file-name, and right-most portions of the path from the hash 
> computation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to