You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2009/12/01 01:34:20 UTC

[jira] Created: (TS-51) Remove curft: AUTO_PILOT_MODE, BSD_TCP

Remove curft: AUTO_PILOT_MODE, BSD_TCP
--------------------------------------

                 Key: TS-51
                 URL: https://issues.apache.org/jira/browse/TS-51
             Project: Traffic Server
          Issue Type: Improvement
          Components: Cleanup
         Environment: all
            Reporter: John Plevyak
            Priority: Minor


There are a number of compile options for supporting very old experiments which never made it
into the live code.   Given that the supporting code and methods are no longer current (as in 10 years
out of date) it would probably be best to remove them at this point.

These include 
AUTO_PILOT_MODE which was a auto-reenable experiment which is not used along with
a test file: NetTest-simple-proxy.c which still refers to old Inktomi machines by name.
BSD_TCP which was an experimental BSD derived TCP stack for Solaris to correct some
inefficiencies in the Solaris stack which have long since been dealt with by Sun.
inkaio_XXXX which I don't believe was ever used.  It supported batch aio on a thread.  The
actual module code doesn't seem to be present and the interface code is not compiled.

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


[jira] Updated: (TS-51) Remove curft: AUTO_PILOT_MODE, BSD_TCP

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

John Plevyak updated TS-51:
---------------------------

    Attachment: ts-cleanup-jp-v1.patch

This patch cleans up a number of old dead and deprecated INTERNAL (non-API)
options, interfaces and code.

I am sure there are others, but we have to start somewhere.

This is partially in preparation for the VIO patch so that less code will have
to be reviewed.

> Remove curft: AUTO_PILOT_MODE, BSD_TCP
> --------------------------------------
>
>                 Key: TS-51
>                 URL: https://issues.apache.org/jira/browse/TS-51
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>         Environment: all
>            Reporter: John Plevyak
>            Priority: Minor
>         Attachments: ts-cleanup-jp-v1.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There are a number of compile options for supporting very old experiments which never made it
> into the live code.   Given that the supporting code and methods are no longer current (as in 10 years
> out of date) it would probably be best to remove them at this point.
> These include 
> AUTO_PILOT_MODE which was a auto-reenable experiment which is not used along with
> a test file: NetTest-simple-proxy.c which still refers to old Inktomi machines by name.
> BSD_TCP which was an experimental BSD derived TCP stack for Solaris to correct some
> inefficiencies in the Solaris stack which have long since been dealt with by Sun.
> inkaio_XXXX which I don't believe was ever used.  It supported batch aio on a thread.  The
> actual module code doesn't seem to be present and the interface code is not compiled.

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


[jira] Assigned: (TS-51) Remove curft: AUTO_PILOT_MODE, BSD_TCP

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

John Plevyak reassigned TS-51:
------------------------------

    Assignee: John Plevyak

> Remove curft: AUTO_PILOT_MODE, BSD_TCP
> --------------------------------------
>
>                 Key: TS-51
>                 URL: https://issues.apache.org/jira/browse/TS-51
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>         Environment: all
>            Reporter: John Plevyak
>            Assignee: John Plevyak
>            Priority: Minor
>         Attachments: ts-cleanup-jp-v1.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There are a number of compile options for supporting very old experiments which never made it
> into the live code.   Given that the supporting code and methods are no longer current (as in 10 years
> out of date) it would probably be best to remove them at this point.
> These include 
> AUTO_PILOT_MODE which was a auto-reenable experiment which is not used along with
> a test file: NetTest-simple-proxy.c which still refers to old Inktomi machines by name.
> BSD_TCP which was an experimental BSD derived TCP stack for Solaris to correct some
> inefficiencies in the Solaris stack which have long since been dealt with by Sun.
> inkaio_XXXX which I don't believe was ever used.  It supported batch aio on a thread.  The
> actual module code doesn't seem to be present and the interface code is not compiled.

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


[jira] Resolved: (TS-51) Remove curft: AUTO_PILOT_MODE, BSD_TCP

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

John Plevyak resolved TS-51.
----------------------------

    Resolution: Fixed

> Remove curft: AUTO_PILOT_MODE, BSD_TCP
> --------------------------------------
>
>                 Key: TS-51
>                 URL: https://issues.apache.org/jira/browse/TS-51
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>         Environment: all
>            Reporter: John Plevyak
>            Assignee: John Plevyak
>            Priority: Minor
>         Attachments: ts-cleanup-jp-v1.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There are a number of compile options for supporting very old experiments which never made it
> into the live code.   Given that the supporting code and methods are no longer current (as in 10 years
> out of date) it would probably be best to remove them at this point.
> These include 
> AUTO_PILOT_MODE which was a auto-reenable experiment which is not used along with
> a test file: NetTest-simple-proxy.c which still refers to old Inktomi machines by name.
> BSD_TCP which was an experimental BSD derived TCP stack for Solaris to correct some
> inefficiencies in the Solaris stack which have long since been dealt with by Sun.
> inkaio_XXXX which I don't believe was ever used.  It supported batch aio on a thread.  The
> actual module code doesn't seem to be present and the interface code is not compiled.

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


[jira] Commented: (TS-51) Remove curft: AUTO_PILOT_MODE, BSD_TCP

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

John Plevyak commented on TS-51:
--------------------------------

TRANSACTION_ON_A_THREAD and NET_TRUSS are also old

> Remove curft: AUTO_PILOT_MODE, BSD_TCP
> --------------------------------------
>
>                 Key: TS-51
>                 URL: https://issues.apache.org/jira/browse/TS-51
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>         Environment: all
>            Reporter: John Plevyak
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There are a number of compile options for supporting very old experiments which never made it
> into the live code.   Given that the supporting code and methods are no longer current (as in 10 years
> out of date) it would probably be best to remove them at this point.
> These include 
> AUTO_PILOT_MODE which was a auto-reenable experiment which is not used along with
> a test file: NetTest-simple-proxy.c which still refers to old Inktomi machines by name.
> BSD_TCP which was an experimental BSD derived TCP stack for Solaris to correct some
> inefficiencies in the Solaris stack which have long since been dealt with by Sun.
> inkaio_XXXX which I don't believe was ever used.  It supported batch aio on a thread.  The
> actual module code doesn't seem to be present and the interface code is not compiled.

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