You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by fp...@apache.org on 2016/06/08 18:38:00 UTC

[08/14] incubator-omid git commit: Merge pull request #114 from yahoo/omid-39

Merge pull request #114 from yahoo/omid-39

[OMID-39] Implement coprocessor metrics in Hadoop

Project: http://git-wip-us.apache.org/repos/asf/incubator-omid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-omid/commit/d72a4e0d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/d72a4e0d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/d72a4e0d

Branch: refs/heads/master
Commit: d72a4e0d952e4c8d9478548c5bd10ff8eaaf2226
Parents: 19063a7 2b2ed44
Author: ikatkov <ik...@gmail.com>
Authored: Mon Jun 6 13:04:35 2016 -0700
Committer: ikatkov <ik...@gmail.com>
Committed: Mon Jun 6 13:04:35 2016 -0700

----------------------------------------------------------------------
 hbase-coprocessor/pom.xml                       |   5 +
 .../hbase/regionserver/CompactorScanner.java    |  32 +++-
 .../metrics/CompactorCoprocessorMetrics.java    | 178 +++++++++++++++++++
 .../CompactorCoprocessorMetricsSource.java      |  90 ++++++++++
 .../apache/omid/transaction/OmidCompactor.java  |  41 ++++-
 .../TestCompactorCoprocessorMetrics.java        | 102 +++++++++++
 .../omid/transaction/TestCompactorScanner.java  |  13 +-
 7 files changed, 445 insertions(+), 16 deletions(-)
----------------------------------------------------------------------