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 2011/05/06 04:52:03 UTC

[jira] [Created] (TS-760) Should we eliminate old MgmtType etc?

Should we eliminate old MgmtType etc?
-------------------------------------

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


There seems to be remnants left of what I think is the old "management" type system. e.g.

MgmtType
MgmtFloat
MgmtInt
MgmtIntCounter
MgmtString

INK_INT
INK_FLOAT
INK_STRING
INK_COUNTER
INK_STAT_CONST
INK_STAT_FX

I believe these are (or should) be replaced with e.g.

RecDataT
RecFloat
RecInt
RecCounter
RecString

RECD_INT
RECD_FLOAT
RECD_STRING
RECD_COUNTER
RECD_STAT_CONST
RECD_STAT_FX


At the same time, we should eliminate the remnants of #ifdef MODULARIZED  (not a lot left though).

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

[jira] [Resolved] (TS-760) Clean up management types

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

Leif Hedstrom resolved TS-760.
------------------------------

    Resolution: Fixed

> Clean up management types
> -------------------------
>
>                 Key: TS-760
>                 URL: https://issues.apache.org/jira/browse/TS-760
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Management
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 3.1.0
>
>
> There seems to be remnants left of what I think is the old "management" type system. e.g.
> MgmtType
> MgmtFloat
> MgmtInt
> MgmtIntCounter
> MgmtString
> INK_INT
> INK_FLOAT
> INK_STRING
> INK_COUNTER
> INK_STAT_CONST
> INK_STAT_FX
> I believe these are (or should) be replaced with e.g.
> RecDataT
> RecFloat
> RecInt
> RecCounter
> RecString
> RECD_INT
> RECD_FLOAT
> RECD_STRING
> RECD_COUNTER
> RECD_STAT_CONST
> RECD_STAT_FX
> At the same time, we should eliminate the remnants of #ifdef MODULARIZED  (not a lot left though).

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

        

[jira] [Updated] (TS-760) Should we eliminate old MgmtType etc?

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

Leif Hedstrom updated TS-760:
-----------------------------

    Assignee: Leif Hedstrom

Taking a few bugs to work on.

> Should we eliminate old MgmtType etc?
> -------------------------------------
>
>                 Key: TS-760
>                 URL: https://issues.apache.org/jira/browse/TS-760
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Management
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 3.1.0
>
>
> There seems to be remnants left of what I think is the old "management" type system. e.g.
> MgmtType
> MgmtFloat
> MgmtInt
> MgmtIntCounter
> MgmtString
> INK_INT
> INK_FLOAT
> INK_STRING
> INK_COUNTER
> INK_STAT_CONST
> INK_STAT_FX
> I believe these are (or should) be replaced with e.g.
> RecDataT
> RecFloat
> RecInt
> RecCounter
> RecString
> RECD_INT
> RECD_FLOAT
> RECD_STRING
> RECD_COUNTER
> RECD_STAT_CONST
> RECD_STAT_FX
> At the same time, we should eliminate the remnants of #ifdef MODULARIZED  (not a lot left though).

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

[jira] [Updated] (TS-760) Clean up management types

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

Leif Hedstrom updated TS-760:
-----------------------------

    Summary: Clean up management types  (was: Should we eliminate old MgmtType etc?)

> Clean up management types
> -------------------------
>
>                 Key: TS-760
>                 URL: https://issues.apache.org/jira/browse/TS-760
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Management
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 3.1.0
>
>
> There seems to be remnants left of what I think is the old "management" type system. e.g.
> MgmtType
> MgmtFloat
> MgmtInt
> MgmtIntCounter
> MgmtString
> INK_INT
> INK_FLOAT
> INK_STRING
> INK_COUNTER
> INK_STAT_CONST
> INK_STAT_FX
> I believe these are (or should) be replaced with e.g.
> RecDataT
> RecFloat
> RecInt
> RecCounter
> RecString
> RECD_INT
> RECD_FLOAT
> RECD_STRING
> RECD_COUNTER
> RECD_STAT_CONST
> RECD_STAT_FX
> At the same time, we should eliminate the remnants of #ifdef MODULARIZED  (not a lot left though).

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