[ 
https://issues.apache.org/jira/browse/TS-4518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348670#comment-15348670
 ] 

ASF GitHub Bot commented on TS-4518:
------------------------------------

Github user zwoop commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/736#discussion_r68464791
  
    --- Diff: proxy/Main.cc ---
    @@ -1674,6 +1674,9 @@ main(int /* argc ATS_UNUSED */, const char **argv)
         machine_addr.assign(HttpConfig::m_master.inbound_ip6);
       Machine::init(0, &machine_addr.sa);
     
    +  RecRegisterStatString(RECT_PROCESS, "proxy.process.version.server.uuid", 
(char *)Machine::instance()->uuid.getString(),
    +                        RECP_NON_PERSISTENT);
    --- End diff --
    
    Sure :).


> UUID and HttpSM ID APIs and Machine support for a process UUID
> --------------------------------------------------------------
>
>                 Key: TS-4518
>                 URL: https://issues.apache.org/jira/browse/TS-4518
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Core, TS API
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 7.0.0
>
>
> As was discussed on https://github.com/apache/trafficserver/pull/199, I've 
> started the work to generalize this, and breaking it up in various parts.
> This first Jira is about adding four things:
> 1) An internal process UUID, which goes into Machine. It's accessible from 
> the core.
> 2) An API to get this Machine UUID.
> 3) A set of generic UUID APIs, to do things like stringification, Copy() etc.
> 4) A very simple API that exposes the HttpSM's sequences number (sm_id).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to