You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2018/08/23 18:48:35 UTC

hbase git commit: HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

Repository: hbase
Updated Branches:
  refs/heads/master 72b36e1d9 -> 780670ede


HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/780670ed
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/780670ed
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/780670ed

Branch: refs/heads/master
Commit: 780670ede18ea2c4ff08ef703e2fde35536909e6
Parents: 72b36e1
Author: tedyu <yu...@gmail.com>
Authored: Thu Aug 23 11:48:27 2018 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Thu Aug 23 11:48:27 2018 -0700

----------------------------------------------------------------------
 .../regionserver/throttle/TestFlushWithThroughputController.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/780670ed/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
index 1c39646..61f9cd4 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/throttle/TestFlushWithThroughputController.java
@@ -66,7 +66,7 @@ public class TestFlushWithThroughputController {
 
   private static final Logger LOG =
       LoggerFactory.getLogger(TestFlushWithThroughputController.class);
-  private static final double EPSILON = 1E-6;
+  private static final double EPSILON = 1.3E-6;
 
   private HBaseTestingUtility hbtu;
   @Rule public TestName testName = new TestName();