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.git


The following commit(s) were added to refs/heads/elasticity by this push:
     new 5bec92248c update IdleProcessMetricsIT to work w/ recent changes 
(#4326)
5bec92248c is described below

commit 5bec92248ce3c980681dd5925a207eb9b866df3e
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Thu Feb 29 18:40:37 2024 -0500

    update IdleProcessMetricsIT to work w/ recent changes (#4326)
---
 .../org/apache/accumulo/test/functional/IdleProcessMetricsIT.java   | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/functional/IdleProcessMetricsIT.java
 
b/test/src/main/java/org/apache/accumulo/test/functional/IdleProcessMetricsIT.java
index 169d54a3c2..c2d2f649ae 100644
--- 
a/test/src/main/java/org/apache/accumulo/test/functional/IdleProcessMetricsIT.java
+++ 
b/test/src/main/java/org/apache/accumulo/test/functional/IdleProcessMetricsIT.java
@@ -44,11 +44,7 @@ public class IdleProcessMetricsIT extends 
SharedMiniClusterBase {
 
       // Configure all compaction planners to use the default resource group so
       // that only 1 compactor is started by MiniAccumuloCluster
-      cfg.setProperty("compaction.service.root.planner.opts.groups",
-          "[{'group':'default'}]".replaceAll("'", "\""));
-      cfg.setProperty("compaction.service.meta.planner.opts.groups",
-          "[{'group':'default'}]".replaceAll("'", "\""));
-      cfg.setProperty("compaction.service.default.planner.opts.groups",
+      cfg.setProperty(Property.COMPACTION_SERVICE_DEFAULT_GROUPS.getKey(),
           "[{'group':'default'}]".replaceAll("'", "\""));
 
       // Disable the default scan servers and compactors, just start 1

Reply via email to