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

Change subject: Clarify getLaggedReplicaMode()/laggedReplicaUsed() in 
LoadBalancer
......................................................................

Clarify getLaggedReplicaMode()/laggedReplicaUsed() in LoadBalancer

Change-Id: I4ea9033d2d643c6758c49f34a69c9837598eea33
---
M includes/libs/rdbms/loadbalancer/ILoadBalancer.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/92/348192/1

diff --git a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php 
b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php
index 8b5a98d..69060a3 100644
--- a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php
+++ b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php
@@ -440,13 +440,13 @@
        /**
         * @note This method will trigger a DB connection if not yet done
         * @param string|bool $domain Domain ID, or false for the current domain
-        * @return bool Whether the generic connection for reads is highly 
"lagged"
+        * @return bool Whether the DB for generic connections this request is 
highly "lagged"
         */
        public function getLaggedReplicaMode( $domain = false );
 
        /**
         * @note This method will never cause a new DB connection
-        * @return bool Whether any generic connection used for reads was 
highly "lagged"
+        * @return bool Whether a DB for generic connections this request was 
picked and is "lagged"
         */
        public function laggedReplicaUsed();
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ea9033d2d643c6758c49f34a69c9837598eea33
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to