HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

This commit is contained in:
tedyu 2018-08-23 11:48:27 -07:00
parent 72b36e1d9a
commit 780670ede1
1 changed files with 1 additions and 1 deletions

View File

@ -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();