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/03 21:27:46 UTC

[19/23] incubator-omid git commit: Merge pull request #110 from yahoo/omid-35

Merge pull request #110 from yahoo/omid-35

[OMID-35] Fix and improve TSO metrics

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

Branch: refs/heads/master
Commit: 323690052f1c8909e6e398264df40f068d879f4a
Parents: 1f989f8 c4c65ac
Author: ikatkov <ik...@gmail.com>
Authored: Wed May 25 13:15:17 2016 -0700
Committer: ikatkov <ik...@gmail.com>
Committed: Wed May 25 13:15:17 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/omid/tso/Batch.java    | 25 ++++++----
 .../org/apache/omid/tso/MonitoringContext.java  |  2 +-
 .../omid/tso/PersistenceProcessorHandler.java   | 48 ++++++++++++++------
 .../org/apache/omid/tso/ReplyProcessorImpl.java | 46 ++++++++-----------
 .../apache/omid/tso/RequestProcessorImpl.java   | 25 +++++-----
 .../org/apache/omid/tso/RetryProcessorImpl.java | 27 +++++++----
 .../java/org/apache/omid/tso/TestBatch.java     |  7 +++
 .../org/apache/omid/tso/TestReplyProcessor.java | 26 ++++-------
 8 files changed, 117 insertions(+), 89 deletions(-)
----------------------------------------------------------------------