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 2010/12/20 05:03:00 UTC

[jira] Created: (TS-601) Eliminate "traffic_net"

Eliminate "traffic_net"
-----------------------

                 Key: TS-601
                 URL: https://issues.apache.org/jira/browse/TS-601
             Project: Traffic Server
          Issue Type: Improvement
          Components: Cleanup
            Reporter: Leif Hedstrom
             Fix For: 2.1.5


There's a number of configurations, that are for a feature that we don't seem to have any more (at least I can't find the code for it). There's also a define, TRAFFIC_NET, that's never enabled (and if it was, it would break builds).

I suggest we eliminate thse configurations for now:

 {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_mode", RECD_INT, "3", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_frequency", RECD_INT, "86400", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_uid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_lid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_server", RECD_STRING, "sm-linux-1.example.com", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_port", RECD_INT, "80", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_path", RECD_STRING, "/traffic-net", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_encryption", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-601) Eliminate "traffic_net"

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

Leif Hedstrom reassigned TS-601:
--------------------------------

    Assignee: Leif Hedstrom

> Eliminate "traffic_net"
> -----------------------
>
>                 Key: TS-601
>                 URL: https://issues.apache.org/jira/browse/TS-601
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>
> There's a number of configurations, that are for a feature that we don't seem to have any more (at least I can't find the code for it). There's also a define, TRAFFIC_NET, that's never enabled (and if it was, it would break builds).
> I suggest we eliminate thse configurations for now:
>  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_mode", RECD_INT, "3", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_frequency", RECD_INT, "86400", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_uid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_lid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_server", RECD_STRING, "sm-linux-1.example.com", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_port", RECD_INT, "80", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_path", RECD_STRING, "/traffic-net", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_encryption", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-601) Eliminate "traffic_net"

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

Leif Hedstrom updated TS-601:
-----------------------------

    Attachment: TS-601.diff

Proposed diff.

> Eliminate "traffic_net"
> -----------------------
>
>                 Key: TS-601
>                 URL: https://issues.apache.org/jira/browse/TS-601
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>         Attachments: TS-601.diff
>
>
> There's a number of configurations, that are for a feature that we don't seem to have any more (at least I can't find the code for it). There's also a define, TRAFFIC_NET, that's never enabled (and if it was, it would break builds).
> I suggest we eliminate thse configurations for now:
>  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_mode", RECD_INT, "3", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_frequency", RECD_INT, "86400", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_uid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_lid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_server", RECD_STRING, "sm-linux-1.example.com", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_port", RECD_INT, "80", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_path", RECD_STRING, "/traffic-net", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_encryption", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-601) Eliminate "traffic_net"

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

Leif Hedstrom resolved TS-601.
------------------------------

    Resolution: Fixed

> Eliminate "traffic_net"
> -----------------------
>
>                 Key: TS-601
>                 URL: https://issues.apache.org/jira/browse/TS-601
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>         Attachments: TS-601.diff
>
>
> There's a number of configurations, that are for a feature that we don't seem to have any more (at least I can't find the code for it). There's also a define, TRAFFIC_NET, that's never enabled (and if it was, it would break builds).
> I suggest we eliminate thse configurations for now:
>  {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_mode", RECD_INT, "3", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_frequency", RECD_INT, "86400", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_uid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_lid", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_server", RECD_STRING, "sm-linux-1.example.com", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_port", RECD_INT, "80", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_path", RECD_STRING, "/traffic-net", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>   {RECT_CONFIG, "proxy.config.traffic_net.traffic_net_encryption", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.