You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by francisco-perez-sorrosal <gi...@git.apache.org> on 2016/08/16 01:21:42 UTC

[GitHub] incubator-omid pull request #7: [OMID-39] Implement coprocessor metrics in H...

GitHub user francisco-perez-sorrosal opened a pull request:

    https://github.com/apache/incubator-omid/pull/7

    [OMID-39] Implement coprocessor metrics in Hadoop

    Discuss with the community if this is the right thing to do when adding metrics to a coprocessor.
    
    Histograms added:
    -time on compactions
    -time on processing a cell
    -time on contacting commit table for retrieve a commit TS (RPC)
    
    Counters added:
    -major & minor compactions
    -scanned rows (in all compactions)
    -total cells explored (in all compactions)
    -retained cells (in all compactions)
    -shadow cells healed (in all compactions)
    -discarded cells (in all compactions)
    -tombstone cells found (in all compactions)
    
    Change-Id: I4a3607f1992505896e674ddb073a51ebf2582550

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

    $ git pull https://github.com/francisco-perez-sorrosal/incubator-omid omid-39

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

    https://github.com/apache/incubator-omid/pull/7.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 #7
    
----
commit bc883f81187a9c7f92e6d2995cc83e7b43de59bc
Author: Francisco Perez-Sorrosal <fp...@yahoo-inc.com>
Date:   2015-07-08T20:58:29Z

    [OMID-39] Implement coprocessor metrics in Hadoop
    
    Histograms added:
    -time on compactions
    -time on processing a cell
    -time on contacting commit table for retrieve a commit TS (RPC)
    
    Counters added:
    -major & minor compactions
    -scanned rows (in all compactions)
    -total cells explored (in all compactions)
    -retained cells (in all compactions)
    -shadow cells healed (in all compactions)
    -discarded cells (in all compactions)
    -tombstone cells found (in all compactions)
    
    Change-Id: I4a3607f1992505896e674ddb073a51ebf2582550

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---