From 74eb98c6fcf2daef0098161a9d6d2042b798a622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Sat, 3 Dec 2022 15:48:01 +0100 Subject: [PATCH] Enable Beam metrics in Samza per default (this is the default setting but may impact performance) --- .../uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml | 2 +- .../uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml | 2 +- .../uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml | 2 +- .../uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml index 05eb8a777..53c664879 100644 --- a/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml @@ -26,7 +26,7 @@ spec: - name: MAX_SOURCE_PARALLELISM value: "1024" - name: ENABLE_METRICS - value: "false" + value: "true" - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" - name: SCHEMA_REGISTRY_URL diff --git a/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml index 8f078fc0a..e8aff588e 100644 --- a/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml @@ -26,7 +26,7 @@ spec: - name: MAX_SOURCE_PARALLELISM value: "1024" - name: ENABLE_METRICS - value: "false" + value: "true" - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" - name: SCHEMA_REGISTRY_URL diff --git a/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml index 0b87a4da7..cb26a449b 100644 --- a/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml @@ -26,7 +26,7 @@ spec: - name: MAX_SOURCE_PARALLELISM value: "1024" - name: ENABLE_METRICS - value: "false" + value: "true" - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" - name: SCHEMA_REGISTRY_URL diff --git a/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml index fcd93394d..f2a00fa85 100644 --- a/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml @@ -26,7 +26,7 @@ spec: - name: MAX_SOURCE_PARALLELISM value: "1024" - name: ENABLE_METRICS - value: "false" + value: "true" - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" - name: SCHEMA_REGISTRY_URL -- GitLab