GitHub user jyates opened a pull request:

    https://github.com/apache/phoenix/pull/5

    Implement HTrace based tracing

    Small issue in that not everyone serializes htrace annotations, but that's 
an
    open question of the right way to do that anyways
    
    Adding tracing to:
     - MutationState
     - query plan tracing
     - iterators
    
    Metrics writing is generalized to support eventual hadoop1 implementation.
    Also, supporting test-skipping with a custom Hadoop1 test runner + 
annotation
    
    Default builds to hadoop2, rather than hadoop1 (particularly as hadoop1 is
    now a second-class citizen).

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

    $ git pull https://github.com/jyates/phoenix tracing

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

    https://github.com/apache/phoenix/pull/5.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 #5
    
----
commit 59b1ad2e6cb90e4906ca29bd1964617b2ac7f6c9
Author: Jesse Yates <[email protected]>
Date:   2014-06-06T23:11:32Z

    Implement HTrace based tracing
    
    Small issue in that not everyone serializes htrace annotations, but that's 
an
    open question of the right way to do that anyways
    
    Adding tracing to:
     - MutationState
     - query plan tracing
     - iterators
    
    Metrics writing is generalized to support eventual hadoop1 implementation.
    Also, supporting test-skipping with a custom Hadoop1 test runner + 
annotation
    
    Default builds to hadoop2, rather than hadoop1 (particularly as hadoop1 is
    now a second-class citizen).

----


---
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