jenkins-bot has submitted this change and it was merged.

Change subject: logging: Require acknowledgment of kafka logging
......................................................................


logging: Require acknowledgment of kafka logging

A new patch to core, I859dc7910, enables the kafka logging pipeline to
require acknowledgement from the kafka servers that the messages were
recieved. If the messages are not received it will log an error (to a
non-kafka channel).

Bug: T135159
Change-Id: Idb8af549acd17fb4450a4eaeae9b1cbb6cb876e2
---
M wmf-config/logging.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  DCausse: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/logging.php b/wmf-config/logging.php
index e0d4665..45a8eb4 100644
--- a/wmf-config/logging.php
+++ b/wmf-config/logging.php
@@ -245,6 +245,7 @@
                                                'logExceptions' => 
'wfDebugLogFile',
                                                'sendTimeout' => 0.01,
                                                'recvTimeout' => 0.5,
+                                               'requireAck' => 1,
                                        ],
                                ],
                                'formatter' => 'avro'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idb8af549acd17fb4450a4eaeae9b1cbb6cb876e2
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: DCausse <dcau...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
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