This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
The following commit(s) were added to refs/heads/elasticity by this push:
new 5063a88 updates default config latest 4.0 changes (#285)
5063a88 is described below
commit 5063a88540b6db844f547ef0daccbe9a32103f55
Author: Keith Turner <[email protected]>
AuthorDate: Fri Oct 18 10:36:37 2024 -0400
updates default config latest 4.0 changes (#285)
---
conf/accumulo-testing.properties | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/conf/accumulo-testing.properties b/conf/accumulo-testing.properties
index 54cb38b..c938163 100644
--- a/conf/accumulo-testing.properties
+++ b/conf/accumulo-testing.properties
@@ -44,18 +44,9 @@ test.ci.common.accumulo.num.tablets=20
# Format: a,b|a,b,c|c
test.ci.common.auths=
# Accumulo tserver properties to set when creating a table
-test.ci.common.accumulo.server.props=\
-compaction.service.cs1.planner=org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
\
-compaction.service.cs1.planner.opts.groups=\
-[{"name":"small","maxSize":"16M"},\
-{"name":"medium","maxSize":"128M"},\
-{"name":"large"}]
-
+test.ci.common.accumulo.server.props=
# Accumulo table properties to set when creating table
-test.ci.common.accumulo.table.props=\
-table.compaction.dispatcher=org.apache.accumulo.core.spi.compaction.SimpleCompactionDispatcher
\
-table.compaction.dispatcher.opts.service=cs1
-
+test.ci.common.accumulo.table.props=
# Ingest
# ------
# Number of entries each ingest client should write