You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/05/23 03:42:01 UTC

[jira] [Resolved] (TS-2648) proxy.config.cache.ram_cache.use_seen_filter missing from RecordsConfig.cc

     [ https://issues.apache.org/jira/browse/TS-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-2648.
-------------------------------

    Resolution: Fixed

This was resolved with another commit, 32e968.

> proxy.config.cache.ram_cache.use_seen_filter missing from RecordsConfig.cc
> --------------------------------------------------------------------------
>
>                 Key: TS-2648
>                 URL: https://issues.apache.org/jira/browse/TS-2648
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management API, Manager
>            Reporter: James Peach
>            Assignee: Leif Hedstrom
>             Fix For: 5.0.0
>
>
> The {{proxy.config.cache.ram_cache.use_seen_filter}} configuration variable is used, but not declared in {{RecordsConfig.cc}}. The {{./ci/tsqa/test-trafficline-metrics}} test demonstrates the problem:
> {code}
> oarfish:trafficserver.git jpeach$ sudo /opt/ats/bin/traffic_line -m proxy.config.cache.ram_cache
> proxy.config.cache.ram_cache.size -1
> proxy.config.cache.ram_cache_cutoff 4194304
> proxy.config.cache.ram_cache.algorithm 0
> proxy.config.cache.ram_cache.use_seen_filter 0
> proxy.config.cache.ram_cache.compress 0
> proxy.config.cache.ram_cache.compress_percent 90
> oarfish:trafficserver.git jpeach$ sudo /opt/ats/bin/traffic_line -r proxy.config.cache.ram_cache.use_seen_filter
> /opt/ats/bin/traffic_line: [12] Generic Fail message (ie. CoreAPI call).
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)