Ottomata has submitted this change and it was merged.
Change subject: Parallelize 12 eventlogging client side processors on
eventlog1001
......................................................................
Parallelize 12 eventlogging client side processors on eventlog1001
Bug: T104228
Change-Id: I16b8ad57baca9f6c0899e57dc33c165c6434a68a
---
M hieradata/eqiad.yaml
M manifests/role/eventlogging.pp
2 files changed, 20 insertions(+), 4 deletions(-)
Approvals:
Ottomata: Looks good to me, approved
jenkins-bot: Verified
diff --git a/hieradata/eqiad.yaml b/hieradata/eqiad.yaml
index 83968c7..9a7d83e 100644
--- a/hieradata/eqiad.yaml
+++ b/hieradata/eqiad.yaml
@@ -70,6 +70,24 @@
labs_nova_api_host: "labnet1002.eqiad.wmnet"
# Eventlogging
-eventlogging_host: 10.64.32.167
+eventlogging_host: 10.64.32.167 # eventlog1001
+
+# Kafka Topic eventlogging-client-side with
+# raw eventlogging events has 12 partitions
+# in production. Run 12 processors.
+eventlogging_client_side_processors:
+ - client-side-00
+ - client-side-01
+ - client-side-02
+ - client-side-03
+ - client-side-04
+ - client-side-05
+ - client-side-06
+ - client-side-07
+ - client-side-08
+ - client-side-09
+ - client-side-10
+ - client-side-11
+
labs_certmanager_hostname: "holmium.wikimedia.org"
diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index a82cf7d..99f4095 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -158,9 +158,7 @@
# These will auto balance amongst themselves.
$client_side_processors = hiera(
'eventlogging_client_side_processors',
- [
- 'client-side-0',
- ]
+ ['client-side-0']
)
eventlogging::service::processor { $client_side_processors:
format => '%q %{recvFrom}s %{seqId}d %t %h %{userAgent}i',
--
To view, visit https://gerrit.wikimedia.org/r/237494
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I16b8ad57baca9f6c0899e57dc33c165c6434a68a
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits