GitHub user jpeach opened a pull request:

    https://github.com/apache/trafficserver/pull/936

    TS-4793: Make the C++ API reattach to existing stats.

    Sometimes you want multiple plugins to increment the same stats,
    or you create transient objects that emit stats. In these cases,
    we should reattach to an existing stat rather than trigerring
    assertions trying to recreate them.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jpeach/trafficserver fix/4793

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/936.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #936
    
----
commit 98d0246494d681a6249153adf8311164f53502a2
Author: James Peach <[email protected]>
Date:   2016-08-26T22:04:49Z

    TS-4793: Make the C++ API reattach to existing stats.
    
    Sometimes you want multiple plugins to increment the same stats,
    or you create transient objects that emit stats. In these cases,
    we should reattach to an existing stat rather than trigerring
    assertions trying to recreate them.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to