Ottomata has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/378992 )

Change subject: Set druid.processing.numMergeBuffers: 10 for druid broker and 
historical
......................................................................


Set druid.processing.numMergeBuffers: 10 for druid broker and historical

Allows use of V2 groupBy engine

Change-Id: Ie05d4d07bda1c91f7a5a27d0bbf37117ebb7f447
---
M hieradata/eqiad/druid/broker.yaml
M hieradata/eqiad/druid/historical.yaml
2 files changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  Joal: Looks good to me, but someone else must approve



diff --git a/hieradata/eqiad/druid/broker.yaml 
b/hieradata/eqiad/druid/broker.yaml
index 2d4ca1c..32bfb88 100644
--- a/hieradata/eqiad/druid/broker.yaml
+++ b/hieradata/eqiad/druid/broker.yaml
@@ -1,6 +1,8 @@
 druid::broker::properties:
   druid.processing.numThreads: 10
   druid.processing.buffer.sizeBytes: 2147483647
+  # Set numMergeBuffers to use v2 groupBy engine
+  druid.processing.numMergeBuffers: 10
   druid.server.http.numThreads: 20
   druid.broker.http.numConnections: 20
   druid.broker.http.readTimeout: PT5M
diff --git a/hieradata/eqiad/druid/historical.yaml 
b/hieradata/eqiad/druid/historical.yaml
index 3b5acca..1554085 100644
--- a/hieradata/eqiad/druid/historical.yaml
+++ b/hieradata/eqiad/druid/historical.yaml
@@ -1,6 +1,8 @@
 druid::historical::properties:
   druid.processing.numThreads: 10
   druid.processing.buffer.sizeBytes: 1073741824
+  # Set numMergeBuffers to use v2 groupBy engine
+  druid.processing.numMergeBuffers: 10
   druid.server.http.numThreads: 20
   druid.server.maxSize: 2748779069440 # 2.5 TB
   druid.segmentCache.locations: 
'[{"path":"/var/lib/druid/segment-cache","maxSize"\:2748779069440}]'

-- 
To view, visit https://gerrit.wikimedia.org/r/378992
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie05d4d07bda1c91f7a5a27d0bbf37117ebb7f447
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <ao...@wikimedia.org>
Gerrit-Reviewer: Joal <j...@wikimedia.org>
Gerrit-Reviewer: Ottomata <ao...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to