This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 00aec74 PHOENIX-5699 Investigate reducing chore intervals in
MiniCluster to speed up tests
00aec74 is described below
commit 00aec741b4654db11d7bb3dadd46236ccc7cde10
Author: Richard Antal <[email protected]>
AuthorDate: Tue Feb 25 14:30:04 2020 +0100
PHOENIX-5699 Investigate reducing chore intervals in MiniCluster to speed
up tests
---
phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
b/phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
index c36155c..b003053 100644
--- a/phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
+++ b/phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
@@ -618,6 +618,7 @@ public abstract class BaseTest {
conf.setInt("ipc.server.read.threadpool.size", 2);
conf.setInt("ipc.server.handler.threadpool.size", 2);
conf.setInt("hbase.regionserver.hlog.syncer.count", 2);
+ conf.setInt("hbase.hfile.compaction.discharger.interval", 5000);
conf.setInt("hbase.hlog.asyncer.number", 2);
conf.setInt("hbase.assignment.zkevent.workers", 5);
conf.setInt("hbase.assignment.threads.max", 5);