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

Change subject: Switch over the 'sessions' ObjectCache to nutcracker
......................................................................


Switch over the 'sessions' ObjectCache to nutcracker

This will require any users that currently have an edit in progress to
re-login.

Bug: T106986
Change-Id: Iccd317c65a49c7b3378b778c52583d4c691c9967
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 9 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 26fd75b..519d950 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -302,20 +302,12 @@
        ),
 );
 
-// Testing Redis-on-Nutcracker -- OL, 28-Jul-2015
-$wgObjectCaches['nutcracker-redis'] = array(
-       'class' => 'RedisBagOStuff',
-       'servers' => array( '127.0.0.1:6380' ),
-       'password' => $wmgRedisPassword,
-       'loggroup' => 'redis',
-);
-
 if ( $wmgUseClusterSession ) {
        require( getRealmSpecificFilename( "$wmfConfigDir/session.php" ) );
 
        $wgObjectCaches['sessions'] = array(
                'class' => 'RedisBagOStuff',
-               'servers' => $sessionRedis[$wmfDatacenter],
+               'servers' => array( '127.0.0.1:6380' ),
                'password' => $wmgRedisPassword,
                'loggroup' => 'redis',
        );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iccd317c65a49c7b3378b778c52583d4c691c9967
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@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