You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Yakov Markovitch (JIRA)" <ji...@apache.org> on 2011/05/10 20:33:47 UTC

[jira] [Created] (TS-770) proxy.config.http.doc_in_cache_skip_dns is not being read from records.config

proxy.config.http.doc_in_cache_skip_dns is not being read from records.config
-----------------------------------------------------------------------------

                 Key: TS-770
                 URL: https://issues.apache.org/jira/browse/TS-770
             Project: Traffic Server
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 2.1.6, 2.1.7, 2.1.8
            Reporter: Yakov Markovitch
            Priority: Minor


The value of new configuration option proxy.config.http.doc_in_cache_skip_dns is not read from records.config on TS start. 
This is rather unfortunate, since its default value is 1 and our plugin needs DNS on every transaction, even if the document is served from the cache. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TS-770) proxy.config.http.doc_in_cache_skip_dns is not being read from records.config

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-770:
-----------------------------

    Fix Version/s: 2.1.9

> proxy.config.http.doc_in_cache_skip_dns is not being read from records.config
> -----------------------------------------------------------------------------
>
>                 Key: TS-770
>                 URL: https://issues.apache.org/jira/browse/TS-770
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.1.8, 2.1.7, 2.1.6
>            Reporter: Yakov Markovitch
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.1.9
>
>         Attachments: trafficserver.2.1.8.doc_in_cache_skip_dns.patch
>
>
> The value of new configuration option proxy.config.http.doc_in_cache_skip_dns is not read from records.config on TS start. 
> This is rather unfortunate, since its default value is 1 and our plugin needs DNS on every transaction, even if the document is served from the cache. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TS-770) proxy.config.http.doc_in_cache_skip_dns is not being read from records.config

Posted by "Yakov Markovitch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yakov Markovitch updated TS-770:
--------------------------------

    Attachment: trafficserver.2.1.8.doc_in_cache_skip_dns.patch

Patch that enables reading proxy.config.http.doc_in_cache_skip_dns value from recorda.config at TS start.

> proxy.config.http.doc_in_cache_skip_dns is not being read from records.config
> -----------------------------------------------------------------------------
>
>                 Key: TS-770
>                 URL: https://issues.apache.org/jira/browse/TS-770
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.1.8, 2.1.7, 2.1.6
>            Reporter: Yakov Markovitch
>            Priority: Minor
>         Attachments: trafficserver.2.1.8.doc_in_cache_skip_dns.patch
>
>
> The value of new configuration option proxy.config.http.doc_in_cache_skip_dns is not read from records.config on TS start. 
> This is rather unfortunate, since its default value is 1 and our plugin needs DNS on every transaction, even if the document is served from the cache. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TS-770) proxy.config.http.doc_in_cache_skip_dns is not being read from records.config

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031309#comment-13031309 ] 

Leif Hedstrom commented on TS-770:
----------------------------------

Cool, thanks for the patch. While we are at it, should this configuration be a candidate to be configurable via the plugin APIs? (that's the "oride" struct in the config). That would allow you to turn this on and off from a plugin, or using the standard remap plugin, per remap rule.


> proxy.config.http.doc_in_cache_skip_dns is not being read from records.config
> -----------------------------------------------------------------------------
>
>                 Key: TS-770
>                 URL: https://issues.apache.org/jira/browse/TS-770
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.1.8, 2.1.7, 2.1.6
>            Reporter: Yakov Markovitch
>            Assignee: Leif Hedstrom
>            Priority: Minor
>         Attachments: trafficserver.2.1.8.doc_in_cache_skip_dns.patch
>
>
> The value of new configuration option proxy.config.http.doc_in_cache_skip_dns is not read from records.config on TS start. 
> This is rather unfortunate, since its default value is 1 and our plugin needs DNS on every transaction, even if the document is served from the cache. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (TS-770) proxy.config.http.doc_in_cache_skip_dns is not being read from records.config

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-770:
--------------------------------

    Assignee: Leif Hedstrom

> proxy.config.http.doc_in_cache_skip_dns is not being read from records.config
> -----------------------------------------------------------------------------
>
>                 Key: TS-770
>                 URL: https://issues.apache.org/jira/browse/TS-770
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.1.8, 2.1.7, 2.1.6
>            Reporter: Yakov Markovitch
>            Assignee: Leif Hedstrom
>            Priority: Minor
>         Attachments: trafficserver.2.1.8.doc_in_cache_skip_dns.patch
>
>
> The value of new configuration option proxy.config.http.doc_in_cache_skip_dns is not read from records.config on TS start. 
> This is rather unfortunate, since its default value is 1 and our plugin needs DNS on every transaction, even if the document is served from the cache. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira