[ 
https://issues.apache.org/jira/browse/TS-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759142#comment-13759142
 ] 

ASF subversion and git services commented on TS-2168:
-----------------------------------------------------

Commit 03b88fca6fa6e2d5561a78ed055ed247d8001799 in branch refs/heads/master 
from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=03b88fc ]

TS-2168 Clean up the verbose comments

There's not much purpose to repeat the same thing 4 times :). This
also fixes a potential problem with debug_filter, since it currently
has two bit fields in use, we should allow for values 0-3, right?

There's still a huge problem with this code as it is now, because
it would make it impossible to implement features that does
consistency checks on records.config (see TS-1882).

                
> Confusion about proxy.config.allocator.enable_reclaim setting
> -------------------------------------------------------------
>
>                 Key: TS-2168
>                 URL: https://issues.apache.org/jira/browse/TS-2168
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: David Carlin
>            Assignee: Leif Hedstrom
>             Fix For: 4.1.0
>
>         Attachments: 
> 0001-TS-2168-Use-if-condition-to-control-reclaimable-free.patch
>
>
> The default records.config in 4.0.1 says the following which is contradictory:
> {noformat}
> # The value of enable_reclaim should be 0 or 1. Default 1, reclaim enabled.
> CONFIG proxy.config.allocator.enable_reclaim INT 0
> {noformat}
> mgmt/RecordsConfig.cc shows the following:
> {RECT_CONFIG, "proxy.config.allocator.enable_reclaim", RECD_INT, "1", 
> RECU_NULL, RR_NULL, RECC_NULL, "[0-1]", RECA_NULL}
> So the default is 1, but records.config changes it to 0.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to