Aaron Schulz has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/403238 )

Change subject: Disable cpPosTime injection to LBFactory in Setup.php for now
......................................................................

Disable cpPosTime injection to LBFactory in Setup.php for now

This avoids triggering an old timeout bug in ChrolonologyProtector.

Bug: T182322
Change-Id: I24a3380650febd09a410a717425747ac5a60d162
---
M includes/Setup.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/38/403238/1

diff --git a/includes/Setup.php b/includes/Setup.php
index 4936b0b..18f6e25 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -742,7 +742,8 @@
        'IPAddress' => $wgRequest->getIP(),
        'UserAgent' => $wgRequest->getHeader( 'User-Agent' ),
        'ChronologyProtection' => $wgRequest->getHeader( 'ChronologyProtection' 
),
-       'ChronologyPositionTime' => $cpPosTime
+       # Disabled; bug T182322. No replication waiting for single DC stripped 
main-stash anyway.
+       #'ChronologyPositionTime' => $cpPosTime
 ] );
 // Make sure that caching does not compromise the consistency improvements
 if ( $cpPosTime ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24a3380650febd09a410a717425747ac5a60d162
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.31.0-wmf.16
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

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

Reply via email to