Tim Starling has submitted this change and it was merged. Change subject: Use consistent hashing for SqlBagOStuff servers ......................................................................
Use consistent hashing for SqlBagOStuff servers Also factor out consistent hash code from Redis and the new application into a class called ArrayUtils. The name "ArrayUtils" is from I0f4e7d7c, I expect that change will be rebased on top of this one at some point. Change-Id: I9375087f4d7a6e8e629d97bfb6b117d9cb7d1bcf --- A includes/ArrayUtils.php M includes/AutoLoader.php M includes/objectcache/RedisBagOStuff.php M includes/objectcache/SqlBagOStuff.php 4 files changed, 55 insertions(+), 23 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved jenkins-bot: Checked -- To view, visit https://gerrit.wikimedia.org/r/42863 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9375087f4d7a6e8e629d97bfb6b117d9cb7d1bcf Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.21wmf7 Gerrit-Owner: Tim Starling <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
