You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/07/05 11:43:12 UTC

[accumulo-testing] branch main updated: Update cluster.yaml.tftpl (#210)

This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new be75b7f  Update cluster.yaml.tftpl (#210)
be75b7f is described below

commit be75b7f638255d6339cb2e7772e5f5890678bab5
Author: Dave Marion <dl...@apache.org>
AuthorDate: Tue Jul 5 07:43:08 2022 -0400

    Update cluster.yaml.tftpl (#210)
    
    Remove compaction.compactor.queue element to align with changes made recently in accumulo's main branch
---
 .../modules/config-files/templates/cluster.yaml.tftpl                  | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
index ce33571..815d854 100644
--- a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
+++ b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
@@ -16,9 +16,6 @@ compaction:
   coordinator:
     - ${manager_ip}
   compactor:
-    - queue:
-      - q1
-      - q2
     - q1:
 %{ for ip in worker_ips ~}
         - ${ip}