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/06/30 11:34:59 UTC

[accumulo-testing] 01/01: Update cluster.yaml.tftpl

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

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

commit ff9938129d2c3e3f96568ee912f9889af11f1379
Author: Dave Marion <dl...@apache.org>
AuthorDate: Thu Jun 30 07:34:54 2022 -0400

    Update cluster.yaml.tftpl
    
    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}