MediaWiki REL1_37
|
Database connection, tracking, load balancing, and transaction manager for a cluster. More...
Public Member Functions | |
__construct (array $params) | |
Construct a manager of IDatabase connection objects. | |
__destruct () | |
allowLagged ( $mode=null) | |
Disables/enables lag checks. | |
approveMasterChanges (array $options, $fname=__METHOD__, $owner=null) | |
approvePrimaryChanges (array $options, $fname=__METHOD__, $owner=null) | |
Perform all pre-commit checks for things like replication safety. | |
beginMasterChanges ( $fname=__METHOD__, $owner=null) | |
beginPrimaryChanges ( $fname=__METHOD__, $owner=null) | |
Flush any primary transaction snapshots and set DBO_TRX (if DBO_DEFAULT is set) | |
closeAll ( $fname=__METHOD__, $owner=null) | |
Close all open connections. | |
closeConnection (IDatabase $conn) | |
Close a connection. | |
commitAll ( $fname=__METHOD__, $owner=null) | |
Commit transactions on all open connections. | |
commitMasterChanges ( $fname=__METHOD__, $owner=null) | |
commitPrimaryChanges ( $fname=__METHOD__, $owner=null) | |
Issue COMMIT on all open primary connections to flush changes and view snapshots. | |
disable ( $fname=__METHOD__, $owner=null) | |
Close all connections and disable this load balancer. | |
finalizeMasterChanges ( $fname=__METHOD__, $owner=null) | |
finalizePrimaryChanges ( $fname=__METHOD__, $owner=null) | |
Run pre-commit callbacks and defer execution of post-commit callbacks. | |
flushMasterSnapshots ( $fname=__METHOD__, $owner=null) | |
flushPrimarySnapshots ( $fname=__METHOD__, $owner=null) | |
Commit all primary DB transactions so as to flush any REPEATABLE-READ or SSI snapshots. | |
flushReplicaSnapshots ( $fname=__METHOD__, $owner=null) | |
Commit all replica DB transactions so as to flush any REPEATABLE-READ or SSI snapshots. | |
forEachOpenConnection ( $callback, array $params=[]) | |
Call a function with each open connection object. | |
forEachOpenMasterConnection ( $callback, array $params=[]) | |
forEachOpenPrimaryConnection ( $callback, array $params=[]) | |
Call a function with each open connection object to a primary. | |
forEachOpenReplicaConnection ( $callback, array $params=[]) | |
Call a function with each open replica DB connection object. | |
getAnyOpenConnection ( $i, $flags=0) | |
Get an existing live handle to the given server index (on any domain) | |
getClusterName () | |
Get the logical name of the database cluster. | |
getConnection ( $i, $groups=[], $domain=false, $flags=0) | |
Get a live handle for a specific or virtual (DB_PRIMARY/DB_REPLICA) server index. | |
getConnectionRef ( $i, $groups=[], $domain=false, $flags=0) | |
Get a live database handle reference for a server index. | |
getLaggedReplicaMode ( $domain=false) | |
getLagTimes ( $domain=false) | |
Get an estimate of replication lag (in seconds) for each server. | |
getLazyConnectionRef ( $i, $groups=[], $domain=false, $flags=0) | |
Get a lazy-connecting database handle reference for a server index. | |
getLocalDomainID () | |
Get the local (and default) database domain ID of connection handles. | |
getMaintenanceConnectionRef ( $i, $groups=[], $domain=false, $flags=0) | |
Get a live database handle, suitable for migrations and schema changes, for a server index. | |
getMasterPos () | |
getMaxLag ( $domain=false) | |
Get the name and lag time of the most-lagged replica server. | |
getPrimaryPos () | |
Get the current primary replication position. | |
getReaderIndex ( $group=false, $domain=false) | |
Get the specific server index of the reader connection for a given group. | |
getReadOnlyReason ( $domain=false) | |
getReplicaResumePos () | |
Get the highest DB replication position for chronology control purposes. | |
getServerAttributes ( $i) | |
Get basic attributes of the server with the specified index without connecting. | |
getServerConnection ( $i, $domain, $flags=0) | |
Get a live handle for a specific server index. | |
getServerCount () | |
Get the number of servers defined in configuration. | |
getServerInfo ( $i) | |
Return the server configuration map for the server with the specified index. | |
getServerName ( $i) | |
Get the readable name of the server with the specified index. | |
getServerType ( $i) | |
Get the RDBMS type of the server with the specified index (e.g. | |
getTransactionRoundStage () | |
getWriterIndex () | |
Get the specific server index of the primary server. | |
hasMasterChanges () | |
hasMasterConnection () | |
hasOrMadeRecentMasterChanges ( $age=null) | |
hasOrMadeRecentPrimaryChanges ( $age=null) | |
Check if this load balancer object had any recent or still pending writes issued against it by this PHP thread. | |
hasPrimaryChanges () | |
Whether there are pending changes or callbacks in a transaction by this thread. | |
hasPrimaryConnection () | |
hasReplicaServers () | |
Whether there are any replica servers configured. | |
hasStreamingReplicaServers () | |
Whether any replica servers use streaming replication from the primary server. | |
haveIndex ( $i) | |
Returns true if the specified index is a valid server index. | |
isNonZeroLoad ( $i) | |
Returns true if the specified index is valid and has non-zero load. | |
laggedReplicaUsed () | |
Checks whether the database for generic connections this request was both: | |
lastMasterChangeTimestamp () | |
lastPrimaryChangeTimestamp () | |
Get the timestamp of the latest write query done by this thread. | |
openConnection ( $i, $domain=false, $flags=0) | |
pendingMasterChangeCallers () | |
pendingPrimaryChangeCallers () | |
Get the list of callers that have pending primary changes. | |
pingAll () | |
redefineLocalDomain ( $domain) | |
Close all connection and redefine the local domain for testing or schema creation. | |
resolveDomainID ( $domain) | |
reuseConnection (IDatabase $conn) | |
Mark a live handle as being available for reuse under a different database domain. | |
rollbackMasterChanges ( $fname=__METHOD__, $owner=null) | |
rollbackPrimaryChanges ( $fname=__METHOD__, $owner=null) | |
Issue ROLLBACK only on primary, only if queries were done on connection. | |
runMasterTransactionIdleCallbacks ( $fname=__METHOD__, $owner=null) | |
runMasterTransactionListenerCallbacks ( $fname=__METHOD__, $owner=null) | |
runPrimaryTransactionIdleCallbacks ( $fname=__METHOD__, $owner=null) | |
Consume and run all pending post-COMMIT/ROLLBACK callbacks and commit dangling transactions. | |
runPrimaryTransactionListenerCallbacks ( $fname=__METHOD__, $owner=null) | |
Run all recurring post-COMMIT/ROLLBACK listener callbacks. | |
safeGetLag (IDatabase $conn) | |
Get the lag in seconds for a given connection, or zero if this load balancer does not have replication enabled. | |
setDomainAliases (array $aliases) | |
Convert certain database domains to alternative ones. | |
setIndexAliases (array $aliases) | |
Convert certain index names to alternative names before querying the DB. | |
setLocalDomainPrefix ( $prefix) | |
Set a new table prefix for the existing local domain ID for testing. | |
setTableAliases (array $aliases) | |
Make certain table names use their own database, schema, and table prefix when passed into SQL queries pre-escaped and without a qualified database name. | |
setTempTablesOnlyMode ( $value, $domain) | |
Indicate whether the tables on this domain are only temporary tables for testing. | |
setTransactionListener ( $name, callable $callback=null) | |
Set a callback via IDatabase::setTransactionListener() on all current and future primary connections of this load balancer. | |
waitFor ( $pos) | |
Set the primary position to reach before the next generic group DB handle query. | |
waitForAll ( $pos, $timeout=null) | |
Set the primary wait position and wait for ALL replica DBs to catch up to it. | |
waitForMasterPos (IDatabase $conn, $pos=false, $timeout=null) | |
waitForOne ( $pos, $timeout=null) | |
Set the primary wait position and wait for a generic replica DB to catch up to it. | |
waitForPrimaryPos (IDatabase $conn, $pos=false, $timeout=null) | |
Wait for a replica DB to reach a specified primary position. | |
Public Attributes | |
const | MAX_LAG_DEFAULT = 6 |
Default 'maxLag' when unspecified. | |
Public Attributes inherited from Wikimedia\Rdbms\ILoadBalancer | |
const | CONN_INTENT_WRITABLE = 4 |
Caller is requesting the primary DB server for possibly writes. | |
const | CONN_REFRESH_READ_ONLY = 8 |
Bypass and update any server-side read-only mode state cache. | |
const | CONN_SILENCE_ERRORS = 2 |
Return null on connection failure instead of throwing an exception. | |
const | CONN_TRX_AUTOCOMMIT = 1 |
DB handle should have DBO_TRX disabled and the caller will leave it as such. | |
const | DB_MASTER = self::DB_PRIMARY |
Request a primary, write-enabled DB connection. | |
const | DB_PRIMARY = -2 |
Request a primary, write-enabled DB connection. | |
const | DB_REPLICA = -1 |
Request a replica DB connection. | |
const | DOMAIN_ANY = '' |
Domain specifier when no specific database needs to be selected. | |
const | GROUP_GENERIC = '' |
The generic query group. | |
const | STAGE_POSTCOMMIT_CALLBACKS = 'stage-postcommit-callbacks' |
Manager of ILoadBalancer instances is running post-commit callbacks. | |
const | STAGE_POSTROLLBACK_CALLBACKS = 'stage-postrollback-callbacks' |
Manager of ILoadBalancer instances is running post-rollback callbacks. | |
Protected Member Functions | |
getConnLogContext (IDatabase $conn, array $extras=[]) | |
Create a log context to pass to PSR-3 logger functions. | |
getExistingReaderIndex ( $group) | |
Get the server index chosen by the load balancer for use with the given query group. | |
reallyOpenConnection ( $i, DatabaseDomain $domain, array $lbInfo) | |
Open a new network connection to a server (uncached) | |
resolveDomainInstance ( $domain) | |
Private Member Functions | |
applyTransactionRoundFlags (Database $conn) | |
Make all DB servers with DBO_DEFAULT/DBO_TRX set join the transaction round. | |
assertOwnership ( $fname, $owner) | |
Assure that if this instance is owned, the caller is either the owner or is internal. | |
assertTransactionRoundStage ( $stage) | |
doWait ( $index, $timeout=null) | |
Wait for a given replica DB to catch up to the primary DB pos stored in "waitForPos". | |
enforceConnectionFlags (IDatabase $conn, $flags) | |
fieldHasBit (int $flags, int $bit) | |
getConnectionIndex ( $i, array $groups, $domain) | |
Get the server index to use for a specified server index and query group list. | |
getCurrentConnectionCount () | |
getForeignConnection ( $i, $domain, $flags=0) | |
Open a connection to a foreign DB, or return one if it is already open. | |
getLoadMonitor () | |
Get a LoadMonitor instance. | |
getLocalConnection ( $i, $flags=0) | |
Open a connection to a local DB, or return one if it is already open. | |
getPrimaryServerName () | |
getRandomNonLagged (array $loads, string $domain, $maxLag=INF) | |
getRoleFromIndex ( $i) | |
getServerInfoStrict ( $i, $field=null) | |
getStreamingReplicaIndexes () | |
getTopologyRole ( $i, array $server) | |
initConnFlags ( $flags) | |
isOpen ( $index) | |
Test if the specified index represents an open connection. | |
isPrimaryConnectionReadOnly (IDatabase $conn, $flags=0) | |
isPrimaryRunningReadOnly (DatabaseDomain $domain) | |
lazyLoadReplicationPositions () | |
Make sure that any "waitForPos" positions are loaded and available to doWait() | |
pickAnyOpenConnection (array $connsByServer, $autoCommitOnly) | |
pickReaderIndex (array $loads, string $domain) | |
Pick a server that is reachable, preferably non-lagged, and return its server index. | |
reportConnectionError () | |
resolveGroups ( $groups, $i) | |
Resolve $groups into a list of query groups defining as having database servers. | |
sanitizeConnectionFlags ( $flags, $i, $domain) | |
serverHasLoadInAnyGroup ( $i) | |
setExistingReaderIndex ( $group, $index) | |
Set the server index chosen by the load balancer for use with the given query group. | |
setLocalDomain (DatabaseDomain $domain) | |
setWaitForPositionIfHigher ( $pos) | |
undoTransactionRoundFlags (Database $conn) | |
Static Private Member Functions | |
static | newTrackedConnectionsArray () |
Private Attributes | |
string | $agent |
Agent name for query profiling. | |
bool | $allowLagged = false |
Whether to disregard replica DB lag as a factor in replica DB selection. | |
callable null | $chronologyCallback |
Callback to run before the first connection attempt. | |
bool | $chronologyCallbackTriggered = false |
Whether the session consistency callback already executed. | |
bool | $cliMode |
Whether this PHP instance is for a CLI script. | |
string null | $clusterName |
The name of the DB cluster. | |
int | $connectionCounter = 0 |
Total number of new connections ever made with this instance. | |
LoggerInterface | $connLogger |
IDatabase[][][] | $conns |
Map of (pool category => server index => domain => IDatabase) | |
CriticalSectionProvider null | $csProvider |
string null | $defaultGroup |
Default query group to use with getConnection() | |
callable | $deprecationLogger |
Deprecation logger. | |
bool | $disabled = false |
DatabaseDomain[] string[] | $domainAliases = [] |
Map of (domain alias => DB domain) | |
Database | $errorConnection |
Connection handle that caused a problem. | |
callable | $errorLogger |
Exception logger. | |
array[] | $groupLoads |
Map of (group => server index => weight) | |
$id | |
var int An identifier for this class instance | |
string[] | $indexAliases = [] |
Map of (index alias => index) | |
bool | $laggedReplicaMode = false |
Whether the generic reader fell back to a lagged replica DB. | |
string | $lastError = 'Unknown error' |
The last DB selection or connection error. | |
ILoadMonitor | $loadMonitor |
array | $loadMonitorConfig |
The LoadMonitor configuration. | |
DatabaseDomain | $localDomain |
Local DB domain ID and default for selectDB() calls. | |
int | $maxLag |
int[] | $maxLagByIndex |
Map of (server index => seconds of lag considered "high") | |
DatabaseDomain[] | $nonLocalDomainCache = [] |
Map of (domain ID => domain instance) | |
int null | $ownerId |
Integer ID of the managing LBFactory instance or null if none. | |
LoggerInterface | $perfLogger |
callable null | $profiler |
An optional callback that returns a ScopedCallback instance, meant to profile the actual query execution in {. | |
LoggerInterface | $queryLogger |
int[] | $readIndexByGroup = [] |
The group replica server indexes keyed by group. | |
string bool | $readOnlyReason = false |
Reason this instance is read-only or false if not. | |
LoggerInterface | $replLogger |
array[] | $servers |
Map of (server index => server config array) | |
BagOStuff | $srvCache |
array[] | $tableAliases = [] |
$aliases Map of (table => (dbname, schema, prefix) map) | |
bool[] | $tempTablesOnlyMode = [] |
Map of (domain => whether to use "temp tables only" mode) | |
TransactionProfiler | $trxProfiler |
callable[] | $trxRecurringCallbacks = [] |
Map of (name => callable) | |
string bool | $trxRoundId = false |
Explicit DBO_TRX transaction round active or false if none. | |
string | $trxRoundStage = self::ROUND_CURSORY |
Stage of the current transaction round in the transaction round life-cycle. | |
bool DBPrimaryPos | $waitForPos |
Replication sync position or false if not set. | |
int | $waitTimeout |
Seconds to spend waiting on replica DB lag to resolve. | |
WANObjectCache | $wanCache |
const | CONN_HELD_WARN_THRESHOLD = 10 |
Warn when this many connection are held. | |
const | INFO_AUTOCOMMIT_ONLY = 'autoCommitOnly' |
const | INFO_FOREIGN_REF_COUNT = 'foreignPoolRefCount' |
const | INFO_FORIEGN = 'foreign' |
const | INFO_SERVER_INDEX = 'serverIndex' |
const | KEY_FOREIGN_FREE = 'foreignFree' |
const | KEY_FOREIGN_FREE_NOROUND = 'foreignFreeAutoCommit' |
const | KEY_FOREIGN_INUSE = 'foreignInUse' |
const | KEY_FOREIGN_INUSE_NOROUND = 'foreignInUseAutoCommit' |
const | KEY_LOCAL = 'local' |
const | KEY_LOCAL_DOMAIN = '__local__' |
const | KEY_LOCAL_NOROUND = 'localAutoCommit' |
const | MAX_WAIT_DEFAULT = 10 |
Default 'waitTimeout' when unspecified. | |
const | ROUND_APPROVED = 'approved' |
Transaction round passed final pre-commit checks. | |
const | ROUND_COMMIT_CALLBACKS = 'commit-callbacks' |
Transaction round was committed and post-commit callbacks must be run. | |
const | ROUND_CURSORY = 'cursory' |
Transaction round, explicit or implicit, has not finished writing. | |
const | ROUND_ERROR = 'error' |
Transaction round encountered an error. | |
const | ROUND_FINALIZED = 'finalized' |
Transaction round writes are complete and ready for pre-commit checks. | |
const | ROUND_ROLLBACK_CALLBACKS = 'rollback-callbacks' |
Transaction round was rolled back and post-rollback callbacks must be run. | |
const | TTL_CACHE_READONLY = 5 |
Seconds to cache primary DB server read-only status. | |
Database connection, tracking, load balancing, and transaction manager for a cluster.
Definition at line 43 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::__construct | ( | array | $params | ) |
Construct a manager of IDatabase connection objects.
array | $params | Parameter map with keys:
|
InvalidArgumentException |
Implements Wikimedia\Rdbms\ILoadBalancer.
Reimplemented in Wikimedia\Rdbms\LoadBalancerSingle.
Definition at line 191 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$localDomain, Wikimedia\Rdbms\LoadBalancer\$maxLag, Wikimedia\Rdbms\ILoadBalancer\GROUP_GENERIC, Wikimedia\Rdbms\LoadBalancer\MAX_LAG_DEFAULT, Wikimedia\Rdbms\LoadBalancer\MAX_WAIT_DEFAULT, Wikimedia\Rdbms\DatabaseDomain\newFromId(), Wikimedia\Rdbms\LoadBalancer\newTrackedConnectionsArray(), Wikimedia\Rdbms\DatabaseDomain\newUnspecified(), Wikimedia\Rdbms\LoadBalancer\ROUND_COMMIT_CALLBACKS, Wikimedia\Rdbms\LoadBalancer\ROUND_ROLLBACK_CALLBACKS, and Wikimedia\Rdbms\LoadBalancer\setLocalDomain().
Wikimedia\Rdbms\LoadBalancer::__destruct | ( | ) |
Reimplemented in Wikimedia\Rdbms\LoadBalancerSingle.
Definition at line 2631 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::allowLagged | ( | $mode = null | ) |
Disables/enables lag checks.
null | bool | $mode |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2308 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\pickReaderIndex().
|
private |
Make all DB servers with DBO_DEFAULT/DBO_TRX set join the transaction round.
Some servers may have neither flag enabled, meaning that they opt out of such transaction rounds and remain in auto-commit mode. Such behavior might be desired when a DB server is used for something like simple key/value storage.
Database | $conn |
Definition at line 2058 of file LoadBalancer.php.
References Wikimedia\Rdbms\Database\getFlag(), Wikimedia\Rdbms\Database\getLBInfo(), Wikimedia\Rdbms\Database\setFlag(), and Wikimedia\Rdbms\Database\setLBInfo().
Wikimedia\Rdbms\LoadBalancer::approveMasterChanges | ( | array | $options, |
$fname = __METHOD__ , |
|||
$owner = null |
|||
) |
array | $options | Includes:
|
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBTransactionError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1785 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::approvePrimaryChanges | ( | array | $options, |
$fname = __METHOD__ , |
|||
$owner = null |
|||
) |
Perform all pre-commit checks for things like replication safety.
Use this only for mutli-database commits
array | $options | Includes:
|
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBTransactionError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1742 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\assertNoOpenTransactions(), Wikimedia\Rdbms\IDatabase\pendingWriteQueryDuration(), Wikimedia\Rdbms\IDatabase\ping(), and Wikimedia\Rdbms\IDatabase\writesOrCallbacksPending().
|
private |
Assure that if this instance is owned, the caller is either the owner or is internal.
If an LBFactory owns the LoadBalancer, then certain methods should only called through that LBFactory to avoid broken contracts. Otherwise, those methods can publically be called by anything. In any case, internal methods from the LoadBalancer itself should always be allowed.
string | $fname | |
int | null | $owner | Owner ID of the caller |
DBTransactionError |
Definition at line 2040 of file LoadBalancer.php.
|
private |
string | string[] | $stage |
DBTransactionError |
Definition at line 2011 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::beginMasterChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBExpectedError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1819 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::beginPrimaryChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Flush any primary transaction snapshots and set DBO_TRX (if DBO_DEFAULT is set)
The DBO_TRX setting will be reverted to the default in each of these methods:
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBExpectedError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1790 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::closeAll | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Close all open connections.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1649 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\close(), and Wikimedia\Rdbms\IDatabase\getServerName().
Wikimedia\Rdbms\LoadBalancer::closeConnection | ( | IDatabase | $conn | ) |
Close a connection.
Using this function makes sure the LoadBalancer knows the connection is closed. If you use $conn->close() directly, the load balancer won't update its state.
IDatabase | $conn |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1664 of file LoadBalancer.php.
References $type, Wikimedia\Rdbms\IDatabase\close(), Wikimedia\Rdbms\IDatabase\getDomainID(), and Wikimedia\Rdbms\IDatabase\getLBInfo().
Referenced by Wikimedia\Rdbms\LoadBalancer\doWait().
Wikimedia\Rdbms\LoadBalancer::commitAll | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Commit transactions on all open connections.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBExpectedError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1702 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::commitMasterChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBExpectedError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1864 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::commitPrimaryChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Issue COMMIT on all open primary connections to flush changes and view snapshots.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBExpectedError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1824 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\commit().
Wikimedia\Rdbms\LoadBalancer::disable | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Close all connections and disable this load balancer.
Any attempt to open a new connection will result in a DBAccessError.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1643 of file LoadBalancer.php.
|
private |
Wait for a given replica DB to catch up to the primary DB pos stored in "waitForPos".
int | $index | Specific server index |
int | null | $timeout | Max seconds to wait; default is "waitTimeout" |
Definition at line 889 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$waitTimeout, Wikimedia\Rdbms\LoadBalancer\closeConnection(), Wikimedia\Rdbms\ILoadBalancer\CONN_SILENCE_ERRORS, Wikimedia\Rdbms\LoadBalancer\getAnyOpenConnection(), Wikimedia\Rdbms\LoadBalancer\getConnLogContext(), Wikimedia\Rdbms\LoadBalancer\getServerConnection(), Wikimedia\Rdbms\LoadBalancer\getServerName(), and Wikimedia\Rdbms\DBPrimaryPos\hasReached().
Referenced by Wikimedia\Rdbms\LoadBalancer\getReaderIndex(), Wikimedia\Rdbms\LoadBalancer\waitFor(), Wikimedia\Rdbms\LoadBalancer\waitForAll(), and Wikimedia\Rdbms\LoadBalancer\waitForOne().
|
private |
IDatabase | $conn | |
int | $flags |
DBUnexpectedError |
Definition at line 402 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\clearFlag(), and Wikimedia\Rdbms\IDatabase\trxLevel().
Referenced by Wikimedia\Rdbms\LoadBalancer\getAnyOpenConnection(), and Wikimedia\Rdbms\LoadBalancer\getServerConnection().
|
private |
int | $flags | A bitfield of flags |
int | $bit | Bit flag constant |
Definition at line 2610 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getAnyOpenConnection().
Wikimedia\Rdbms\LoadBalancer::finalizeMasterChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1737 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::finalizePrimaryChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Run pre-commit callbacks and defer execution of post-commit callbacks.
Use this only for mutli-database commits
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1708 of file LoadBalancer.php.
References Wikimedia\Rdbms\Database\runOnTransactionPreCommitCallbacks(), and Wikimedia\Rdbms\Database\setTrxEndCallbackSuppression().
Wikimedia\Rdbms\LoadBalancer::flushMasterSnapshots | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2105 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::flushPrimarySnapshots | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Commit all primary DB transactions so as to flush any REPEATABLE-READ or SSI snapshots.
An error will be thrown if a connection has pending writes or callbacks
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2098 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\flushSnapshot().
Wikimedia\Rdbms\LoadBalancer::flushReplicaSnapshots | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Commit all replica DB transactions so as to flush any REPEATABLE-READ or SSI snapshots.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2091 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\flushSnapshot().
Wikimedia\Rdbms\LoadBalancer::forEachOpenConnection | ( | $callback, | |
array | $params = [] |
||
) |
Call a function with each open connection object.
callable | $callback | |
array | $params |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2328 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::forEachOpenMasterConnection | ( | $callback, | |
array | $params = [] |
||
) |
callable | $callback | |
array | $params |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2350 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::forEachOpenPrimaryConnection | ( | $callback, | |
array | $params = [] |
||
) |
Call a function with each open connection object to a primary.
callable | $callback | |
array | $params |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2338 of file LoadBalancer.php.
Referenced by DeferredUpdates\areDatabaseTransactionsActive().
Wikimedia\Rdbms\LoadBalancer::forEachOpenReplicaConnection | ( | $callback, | |
array | $params = [] |
||
) |
Call a function with each open replica DB connection object.
callable | $callback | |
array | $params |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2355 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::getAnyOpenConnection | ( | $i, | |
$flags = 0 |
|||
) |
Get an existing live handle to the given server index (on any domain)
Use the CONN_TRX_AUTOCOMMIT flag to only look for connections opened with that flag.
Avoid the use of begin()/commit() and startAtomic()/endAtomic() on any handle returned. This method is largely intended for internal by RDBMs callers that issue queries that do not affect any current transaction.
int | $i | Specific or virtual (DB_PRIMARY/DB_REPLICA) server index |
int | $flags | Bitfield of CONN_* class constants |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 806 of file LoadBalancer.php.
References $type, Wikimedia\Rdbms\ILoadBalancer\DB_PRIMARY, Wikimedia\Rdbms\LoadBalancer\enforceConnectionFlags(), Wikimedia\Rdbms\LoadBalancer\fieldHasBit(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), and Wikimedia\Rdbms\LoadBalancer\pickAnyOpenConnection().
Referenced by Wikimedia\Rdbms\LoadBalancer\doWait().
Wikimedia\Rdbms\LoadBalancer::getClusterName | ( | ) |
Get the logical name of the database cluster.
This is useful for identifying a cluster or replicated dataset, even when:
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 284 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$clusterName, Wikimedia\Rdbms\LoadBalancer\getServerName(), and Wikimedia\Rdbms\LoadBalancer\getWriterIndex().
Wikimedia\Rdbms\LoadBalancer::getConnection | ( | $i, | |
$groups = [] , |
|||
$domain = false , |
|||
$flags = 0 |
|||
) |
Get a live handle for a specific or virtual (DB_PRIMARY/DB_REPLICA) server index.
The server index, $i, can be one of the following:
Handles acquired by this method, getConnectionRef(), getLazyConnectionRef(), and getMaintenanceConnectionRef() use the same set of shared connection pools. Callers that get a local DB domain handle for the same server will share one handle for all of those callers using CONN_TRX_AUTOCOMMIT (via $flags) and one handle for all of those callers not using CONN_TRX_AUTOCOMMIT. Callers that get a foreign DB domain handle (via $domain) will share any handle that has the right CONN_TRX_AUTOCOMMIT mode and is already on the right DB domain. Otherwise, one of the "free for reuse" handles will be claimed or a new handle will be made if there are none.
Handle sharing is particularly useful when callers get local DB domain (the default), transaction round aware (the default), DB_PRIMARY handles. All such callers will operate within a single database transaction as a consequence. Handle sharing is also useful when callers get local DB domain (the default), transaction round aware (the default), samely query grouped (the default), DB_REPLICA handles. All such callers will operate within a single database transaction as a consequence.
Callers of this function that use a non-local $domain must call reuseConnection() after their last query on this handle executed. This lets the load balancer share the handle with other callers requesting connections on different database domains.
Use CONN_TRX_AUTOCOMMIT to use a separate pool of only auto-commit handles. This flag is ignored for databases with ATTR_DB_LEVEL_LOCKING (e.g. sqlite) in order to avoid deadlocks. getServerAttributes() can be used to check such attributes beforehand. Avoid using IDatabase::begin() and IDatabase::commit() on such handles. If it is not possible to avoid using methods like IDatabase::startAtomic() and IDatabase::endAtomic(), callers should at least make sure that the atomic sections are closed on failure via try/catch and IDatabase::cancelAtomic().
int | $i | Specific (overrides $groups) or virtual (DB_PRIMARY/DB_REPLICA) server index |
string[] | string | $groups | Query group(s) in preference order; [] for the default group |
string | bool | $domain | DB domain ID or false for the local domain |
int | $flags | Bitfield of CONN_* class constants |
DBError | If no live handle could be obtained and CONN_SILENCE_ERRORS is not set |
DBAccessError | If disable() was previously called |
InvalidArgumentException |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 953 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\getConnectionIndex(), Wikimedia\Rdbms\LoadBalancer\getExistingReaderIndex(), Wikimedia\Rdbms\LoadBalancer\getLaggedReplicaMode(), Wikimedia\Rdbms\LoadBalancer\getServerConnection(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), Wikimedia\Rdbms\LoadBalancer\resolveDomainID(), Wikimedia\Rdbms\LoadBalancer\resolveGroups(), and Wikimedia\Rdbms\LoadBalancer\sanitizeConnectionFlags().
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnectionRef().
|
private |
Get the server index to use for a specified server index and query group list.
int | $i | Specific server index or DB_PRIMARY/DB_REPLICA |
string[] | $groups | Non-empty query group list in preference order |
string | bool | $domain |
Definition at line 505 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$lastError, Wikimedia\Rdbms\LoadBalancer\getReaderIndex(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), and Wikimedia\Rdbms\LoadBalancer\reportConnectionError().
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnection().
Wikimedia\Rdbms\LoadBalancer::getConnectionRef | ( | $i, | |
$groups = [] , |
|||
$domain = false , |
|||
$flags = 0 |
|||
) |
Get a live database handle reference for a server index.
The CONN_TRX_AUTOCOMMIT flag is ignored for databases with ATTR_DB_LEVEL_LOCKING (e.g. sqlite) in order to avoid deadlocks. The getServerAttributes() method can be used to check such flags beforehand. Avoid the use of begin() or startAtomic() on any CONN_TRX_AUTOCOMMIT connections.
int | $i | Specific or virtual (DB_PRIMARY/DB_REPLICA) server index |
string[] | string | $groups | Query group(s) in preference order; [] for the default group |
string | bool | $domain | DB domain ID or false for the local domain |
int | $flags | Bitfield of CONN_* class constants (e.g. CONN_TRX_AUTOCOMMIT) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1087 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\getConnection(), Wikimedia\Rdbms\LoadBalancer\getRoleFromIndex(), and Wikimedia\Rdbms\LoadBalancer\resolveDomainID().
|
protected |
Create a log context to pass to PSR-3 logger functions.
IDatabase | $conn | |
array | $extras | Additional data to add to context |
Definition at line 2621 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\getDomainID(), and Wikimedia\Rdbms\IDatabase\getServerName().
Referenced by Wikimedia\Rdbms\LoadBalancer\doWait(), and Wikimedia\Rdbms\LoadBalancer\pickAnyOpenConnection().
|
private |
Definition at line 2371 of file LoadBalancer.php.
|
protected |
Get the server index chosen by the load balancer for use with the given query group.
string | $group | Query group; use false for the generic group |
Definition at line 591 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnection(), Wikimedia\Rdbms\LoadBalancer\getReaderIndex(), Wikimedia\Rdbms\LoadBalancer\waitFor(), and Wikimedia\Rdbms\LoadBalancer\waitForOne().
|
private |
Open a connection to a foreign DB, or return one if it is already open.
Increments a reference count on the returned connection which locks the connection to the requested domain. This reference count can be decremented by calling reuseConnection().
If a connection is open to the appropriate server already, but with the wrong database, it will be switched to the right database and returned, as long as it has been freed first with reuseConnection().
On error, returns false, and the connection which caused the error will be available via $this->errorConnection.
int | $i | Specific server index |
string | $domain | Domain ID to open |
int | $flags | Class CONN_* constant bitfield |
DBError | When database selection fails |
InvalidArgumentException | When the server index is invalid |
UnexpectedValueException | When the DB domain of the connection is corrupted |
Definition at line 1231 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getServerConnection().
Wikimedia\Rdbms\LoadBalancer::getLaggedReplicaMode | ( | $domain = false | ) |
string | bool | $domain | DB domain ID or false for the local domain |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2181 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnection().
Wikimedia\Rdbms\LoadBalancer::getLagTimes | ( | $domain = false | ) |
Get an estimate of replication lag (in seconds) for each server.
Results are cached for a short time in memcached/process cache
Values may be "false" if replication is too broken to estimate
string | bool | $domain |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2403 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getRandomNonLagged().
Wikimedia\Rdbms\LoadBalancer::getLazyConnectionRef | ( | $i, | |
$groups = [] , |
|||
$domain = false , |
|||
$flags = 0 |
|||
) |
Get a lazy-connecting database handle reference for a server index.
The handle's methods simply proxy to those of an underlying IDatabase handle which takes care of the actual connection and query logic.
The CONN_TRX_AUTOCOMMIT flag is ignored for databases with ATTR_DB_LEVEL_LOCKING (e.g. sqlite) in order to avoid deadlocks. getServerAttributes() can be used to check such flags beforehand. Avoid the use of begin() or startAtomic() on any CONN_TRX_AUTOCOMMIT connections.
int | $i | Specific or virtual (DB_PRIMARY/DB_REPLICA) server index |
string[] | string | $groups | Query group(s) in preference order; [] for the default group |
string | bool | $domain | DB domain ID or false for the local domain |
int | $flags | Bitfield of CONN_* class constants |
DBError | If no live handle could be obtained |
DBAccessError | If disable() was previously called |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1101 of file LoadBalancer.php.
|
private |
Get a LoadMonitor instance.
Definition at line 420 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$loadMonitor.
Referenced by Wikimedia\Rdbms\LoadBalancer\getReaderIndex().
|
private |
Open a connection to a local DB, or return one if it is already open.
On error, returns false, and the connection which caused the error will be available via $this->errorConnection.
int | $i | Specific server index |
int | $flags | Class CONN_* constant bitfield |
InvalidArgumentException | When the server index is invalid |
UnexpectedValueException | When the DB domain of the connection is corrupted |
Definition at line 1168 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getServerConnection().
Wikimedia\Rdbms\LoadBalancer::getLocalDomainID | ( | ) |
Get the local (and default) database domain ID of connection handles.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 295 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::getMaintenanceConnectionRef | ( | $i, | |
$groups = [] , |
|||
$domain = false , |
|||
$flags = 0 |
|||
) |
Get a live database handle, suitable for migrations and schema changes, for a server index.
The handle's methods simply proxy to those of an underlying IDatabase handle which takes care of the actual connection and query logic.
The CONN_TRX_AUTOCOMMIT flag is ignored for databases with ATTR_DB_LEVEL_LOCKING (e.g. sqlite) in order to avoid deadlocks. getServerAttributes() can be used to check such flags beforehand. Avoid the use of begin() or startAtomic() on any CONN_TRX_AUTOCOMMIT connections.
int | $i | Specific or virtual (DB_PRIMARY/DB_REPLICA) server index |
string[] | string | $groups | Query group(s) in preference order; [] for the default group |
string | bool | $domain | DB domain ID or false for the local domain |
int | $flags | Bitfield of CONN_* class constants (e.g. CONN_TRX_AUTOCOMMIT) |
DBError | If no live handle could be obtained |
DBAccessError | If disable() was previously called |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1114 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::getMasterPos | ( | ) |
DBError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1613 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::getMaxLag | ( | $domain = false | ) |
Get the name and lag time of the most-lagged replica server.
This is useful for maintenance scripts that need to throttle their updates. May attempt to open connections to replica DBs on the default DB. If there is no lag, the maximum lag will be reported as -1.
bool | string | $domain | Domain ID or false for the default database |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2382 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::getPrimaryPos | ( | ) |
Get the current primary replication position.
DBError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1593 of file LoadBalancer.php.
|
private |
Definition at line 2601 of file LoadBalancer.php.
|
private |
array | $loads | |
string | $domain | Resolved DB domain |
int | $maxLag | Restrict the maximum allowed lag to this many seconds |
Definition at line 447 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$maxLag, Wikimedia\Rdbms\LoadBalancer\getLagTimes(), Wikimedia\Rdbms\LoadBalancer\getServerName(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), and ArrayUtils\pickRandom().
Referenced by Wikimedia\Rdbms\LoadBalancer\pickReaderIndex().
Wikimedia\Rdbms\LoadBalancer::getReaderIndex | ( | $group = false , |
|
$domain = false |
|||
) |
Get the specific server index of the reader connection for a given group.
This takes into account load ratios and lag times. It should return a consistent index during the life time of the load balancer. This initially checks replica DBs for connectivity to avoid returning an unusable server. This means that connections might be attempted by calling this method (usally one at the most but possibly more). Subsequent calls with the same $group will not need to make new connection attempts since the acquired connection for each group is preserved.
string | bool | $group | Query group or false for the generic group |
string | bool | $domain | DB domain ID or false for the local domain |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 529 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$laggedReplicaMode, Wikimedia\Rdbms\LoadBalancer\doWait(), Wikimedia\Rdbms\LoadBalancer\getExistingReaderIndex(), Wikimedia\Rdbms\LoadBalancer\getLoadMonitor(), Wikimedia\Rdbms\LoadBalancer\getServerCount(), Wikimedia\Rdbms\LoadBalancer\getServerName(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), Wikimedia\Rdbms\ILoadBalancer\GROUP_GENERIC, Wikimedia\Rdbms\LoadBalancer\lazyLoadReplicationPositions(), Wikimedia\Rdbms\LoadBalancer\pickReaderIndex(), Wikimedia\Rdbms\LoadBalancer\resolveDomainID(), and Wikimedia\Rdbms\LoadBalancer\setExistingReaderIndex().
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnectionIndex().
Wikimedia\Rdbms\LoadBalancer::getReadOnlyReason | ( | $domain = false | ) |
string | bool | $domain | DB domain ID or false for the local domain |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2201 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::getReplicaResumePos | ( | ) |
Get the highest DB replication position for chronology control purposes.
If there is only a primary server then this returns false. If replication is present and correctly configured, then this returns the highest replication position of any server with an open connection. That position can later be passed to waitFor() on a new load balancer instance to make sure that queries on the new connections see data at least as up-to-date as queries (prior to this method call) on the old connections.
This can be useful for implementing session consistency, where the session will be resumed accross multiple HTTP requests or CLI script instances.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1618 of file LoadBalancer.php.
|
private |
int | $i | Server index or DB_PRIMARY/DB_REPLICA |
Definition at line 1137 of file LoadBalancer.php.
References DB_PRIMARY, and DB_REPLICA.
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnectionRef().
Wikimedia\Rdbms\LoadBalancer::getServerAttributes | ( | $i | ) |
Get basic attributes of the server with the specified index without connecting.
int | $i | Specific server index |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1327 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\sanitizeConnectionFlags().
Wikimedia\Rdbms\LoadBalancer::getServerConnection | ( | $i, | |
$domain, | |||
$flags = 0 |
|||
) |
Get a live handle for a specific server index.
This is a simpler version of getConnection() that does not accept virtual server indexes (e.g. DB_PRIMARY/DB_REPLICA), does not assure that primary DB handles have read-only mode when there is high replication lag, and can only trigger attempts to connect to a single server (the one with the specified server index).
int | $i | Specific server index |
string | $domain | Resolved DB domain |
int | $flags | Bitfield of class CONN_* constants |
DBError | If no live handle could be obtained and CONN_SILENCE_ERRORS is not set |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 981 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$connectionCounter, Wikimedia\Rdbms\LoadBalancer\$readOnlyReason, Wikimedia\Rdbms\LoadBalancer\enforceConnectionFlags(), Wikimedia\Rdbms\LoadBalancer\getForeignConnection(), Wikimedia\Rdbms\LoadBalancer\getLocalConnection(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), Wikimedia\Rdbms\LoadBalancer\isPrimaryConnectionReadOnly(), and Wikimedia\Rdbms\LoadBalancer\reportConnectionError().
Referenced by Wikimedia\Rdbms\LoadBalancer\doWait(), Wikimedia\Rdbms\LoadBalancer\getConnection(), and Wikimedia\Rdbms\LoadBalancer\pickReaderIndex().
Wikimedia\Rdbms\LoadBalancer::getServerCount | ( | ) |
Get the number of servers defined in configuration.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1553 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getReaderIndex().
Wikimedia\Rdbms\LoadBalancer::getServerInfo | ( | $i | ) |
Return the server configuration map for the server with the specified index.
int | $i | Specific server index |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1585 of file LoadBalancer.php.
|
private |
int | $i | Server index |
string | null | $field | Server index field [optional] |
InvalidArgumentException |
Definition at line 2582 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::getServerName | ( | $i | ) |
Get the readable name of the server with the specified index.
int | $i | Specific server index |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1579 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\doWait(), Wikimedia\Rdbms\LoadBalancer\getClusterName(), Wikimedia\Rdbms\LoadBalancer\getRandomNonLagged(), Wikimedia\Rdbms\LoadBalancer\getReaderIndex(), and Wikimedia\Rdbms\LoadBalancer\pickReaderIndex().
Wikimedia\Rdbms\LoadBalancer::getServerType | ( | $i | ) |
Get the RDBMS type of the server with the specified index (e.g.
"mysql", "sqlite")
int | $i | Specific server index |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1589 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\sanitizeConnectionFlags().
|
private |
Definition at line 1564 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\waitForAll().
|
private |
int | $i | Specific server index |
array | $server | Server config map |
Definition at line 1457 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::getTransactionRoundStage | ( | ) |
Wikimedia\Rdbms\LoadBalancer::getWriterIndex | ( | ) |
Get the specific server index of the primary server.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1527 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getAnyOpenConnection(), Wikimedia\Rdbms\LoadBalancer\getClusterName(), Wikimedia\Rdbms\LoadBalancer\getConnection(), Wikimedia\Rdbms\LoadBalancer\getConnectionIndex(), Wikimedia\Rdbms\LoadBalancer\getRandomNonLagged(), Wikimedia\Rdbms\LoadBalancer\getReaderIndex(), Wikimedia\Rdbms\LoadBalancer\getServerConnection(), Wikimedia\Rdbms\LoadBalancer\sanitizeConnectionFlags(), Wikimedia\Rdbms\LoadBalancer\waitFor(), and Wikimedia\Rdbms\LoadBalancer\waitForOne().
Wikimedia\Rdbms\LoadBalancer::hasMasterChanges | ( | ) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2136 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::hasMasterConnection | ( | ) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2122 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::hasOrMadeRecentMasterChanges | ( | $age = null | ) |
float | null | $age | How many seconds ago is "recent" [defaults to mWaitTimeout] |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2162 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::hasOrMadeRecentPrimaryChanges | ( | $age = null | ) |
Check if this load balancer object had any recent or still pending writes issued against it by this PHP thread.
float | null | $age | How many seconds ago is "recent" [defaults to mWaitTimeout] |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2155 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::hasPrimaryChanges | ( | ) |
Whether there are pending changes or callbacks in a transaction by this thread.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2127 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\writesOrCallbacksPending().
Wikimedia\Rdbms\LoadBalancer::hasPrimaryConnection | ( | ) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2118 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::hasReplicaServers | ( | ) |
Whether there are any replica servers configured.
This counts both servers using streaming replication from the primary server and servers that just have a clone of the static dataset found on the primary server
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1557 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::hasStreamingReplicaServers | ( | ) |
Whether any replica servers use streaming replication from the primary server.
Generally this is one less than getServerCount(), though it might otherwise return a lower number if some of the servers are configured with "is static". That flag is used when both the server has no active replication setup and the dataset is either read-only or occasionally updated out-of-band. For example, a script might import a new geographic information dataset each week by writing it to each server and later directing the application to use the new version.
It is possible for some replicas to be configured with "is static" but not others, though it generally should either be set for all or none of the replicas.
If this returns zero, this means that there is generally no reason to execute replication wait logic for session consistency and lag reduction.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1575 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::haveIndex | ( | $i | ) |
Returns true if the specified index is a valid server index.
int | $i |
Definition at line 1538 of file LoadBalancer.php.
|
private |
int | $flags | Bit field of IDatabase::DBO_* constants from configuration |
Definition at line 1472 of file LoadBalancer.php.
References DBO_TRX.
Wikimedia\Rdbms\LoadBalancer::isNonZeroLoad | ( | $i | ) |
Returns true if the specified index is valid and has non-zero load.
int | $i |
Definition at line 1549 of file LoadBalancer.php.
|
private |
Test if the specified index represents an open connection.
int | $index | Server index |
Definition at line 1340 of file LoadBalancer.php.
|
private |
IDatabase | $conn | Primary connection |
int | $flags | Bitfield of class CONN_* constants |
Definition at line 2225 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\dbSchema(), Wikimedia\Rdbms\IDatabase\getDBname(), Wikimedia\Rdbms\IDatabase\getServerName(), and Wikimedia\Rdbms\IDatabase\serverIsReadOnly().
Referenced by Wikimedia\Rdbms\LoadBalancer\getServerConnection().
|
private |
DatabaseDomain | $domain |
Definition at line 2267 of file LoadBalancer.php.
References Wikimedia\Rdbms\DatabaseDomain\getDatabase(), Wikimedia\Rdbms\DatabaseDomain\getId(), and Wikimedia\Rdbms\DatabaseDomain\getSchema().
Wikimedia\Rdbms\LoadBalancer::laggedReplicaUsed | ( | ) |
Checks whether the database for generic connections this request was both:
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2197 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::lastMasterChangeTimestamp | ( | ) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2150 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::lastPrimaryChangeTimestamp | ( | ) |
Get the timestamp of the latest write query done by this thread.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2141 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\lastDoneWrites().
|
private |
Make sure that any "waitForPos" positions are loaded and available to doWait()
Definition at line 1487 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getReaderIndex().
|
staticprivate |
Definition at line 271 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct().
Wikimedia\Rdbms\LoadBalancer::openConnection | ( | $i, | |
$domain = false , |
|||
$flags = 0 |
|||
) |
int | $i | |
string | bool | $domain | |
int | $flags |
Definition at line 1150 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::pendingMasterChangeCallers | ( | ) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2176 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::pendingPrimaryChangeCallers | ( | ) |
Get the list of callers that have pending primary changes.
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2167 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\pendingWriteCallers().
|
private |
Database[][] | $connsByServer | Map of (server index => array of DB handles) |
bool | $autoCommitOnly | Whether to only look for auto-commit connections |
Definition at line 843 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$conns, and Wikimedia\Rdbms\LoadBalancer\getConnLogContext().
Referenced by Wikimedia\Rdbms\LoadBalancer\getAnyOpenConnection().
|
private |
Pick a server that is reachable, preferably non-lagged, and return its server index.
This will leave the server connection open within the pool for reuse
array | $loads | List of server weights |
string | $domain | Resolved DB domain |
Definition at line 617 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$laggedReplicaMode, Wikimedia\Rdbms\LoadBalancer\allowLagged(), Wikimedia\Rdbms\LoadBalancer\getRandomNonLagged(), Wikimedia\Rdbms\LoadBalancer\getServerConnection(), Wikimedia\Rdbms\LoadBalancer\getServerName(), ArrayUtils\pickRandom(), and Wikimedia\Rdbms\LoadBalancer\reuseConnection().
Referenced by Wikimedia\Rdbms\LoadBalancer\getReaderIndex().
Wikimedia\Rdbms\LoadBalancer::pingAll | ( | ) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2317 of file LoadBalancer.php.
References $success, and Wikimedia\Rdbms\IDatabase\ping().
|
protected |
Open a new network connection to a server (uncached)
Returns a Database object whether or not the connection was successful.
int | $i | Specific server index |
DatabaseDomain | $domain | Domain the connection is for, possibly unspecified |
array | $lbInfo | Additional information for setLBInfo() |
DBAccessError | |
InvalidArgumentException |
Reimplemented in Wikimedia\Rdbms\LoadBalancerSingle.
Definition at line 1356 of file LoadBalancer.php.
References Wikimedia\Rdbms\DatabaseDomain\getDatabase(), Wikimedia\Rdbms\DatabaseDomain\getId(), Wikimedia\Rdbms\DatabaseDomain\getSchema(), and Wikimedia\Rdbms\DatabaseDomain\getTablePrefix().
Wikimedia\Rdbms\LoadBalancer::redefineLocalDomain | ( | $domain | ) |
Close all connection and redefine the local domain for testing or schema creation.
DatabaseDomain | string | $domain |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2552 of file LoadBalancer.php.
|
private |
DBConnectionError |
Definition at line 1499 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnectionIndex(), and Wikimedia\Rdbms\LoadBalancer\getServerConnection().
Wikimedia\Rdbms\LoadBalancer::resolveDomainID | ( | $domain | ) |
DatabaseDomain | string | bool | $domain | Database domain |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 299 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\resolveDomainInstance().
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnection(), Wikimedia\Rdbms\LoadBalancer\getConnectionRef(), and Wikimedia\Rdbms\LoadBalancer\getReaderIndex().
|
finalprotected |
DatabaseDomain | string | bool | $domain |
Definition at line 307 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$localDomain, and Wikimedia\Rdbms\DatabaseDomain\newFromId().
Referenced by Wikimedia\Rdbms\LoadBalancer\resolveDomainID().
|
private |
Resolve $groups into a list of query groups defining as having database servers.
string[] | string | bool | $groups | Query group(s) in preference order, [], or false |
int | $i | Specific server index or DB_PRIMARY/DB_REPLICA |
Definition at line 335 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$defaultGroup.
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnection().
Wikimedia\Rdbms\LoadBalancer::reuseConnection | ( | IDatabase | $conn | ) |
Mark a live handle as being available for reuse under a different database domain.
This mechanism is reference-counted, and must be called the same number of times as getConnection() to work. Never call this on handles acquired via getConnectionRef(), getLazyConnectionRef(), and getMaintenanceConnectionRef(), as they already manage the logic of calling this method when they fall out of scope in PHP.
IDatabase | $conn |
LogicException |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1035 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\getDomainID(), Wikimedia\Rdbms\IDatabase\getLBInfo(), Wikimedia\Rdbms\LoadBalancer\KEY_FOREIGN_FREE, Wikimedia\Rdbms\LoadBalancer\KEY_FOREIGN_FREE_NOROUND, Wikimedia\Rdbms\LoadBalancer\KEY_FOREIGN_INUSE, and Wikimedia\Rdbms\LoadBalancer\KEY_FOREIGN_INUSE_NOROUND.
Referenced by Wikimedia\Rdbms\LoadBalancer\pickReaderIndex().
Wikimedia\Rdbms\LoadBalancer::rollbackMasterChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBExpectedError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2002 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::rollbackPrimaryChanges | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Issue ROLLBACK only on primary, only if queries were done on connection.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
DBExpectedError |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1980 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\rollback().
Wikimedia\Rdbms\LoadBalancer::runMasterTransactionIdleCallbacks | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1941 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::runMasterTransactionListenerCallbacks | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1975 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::runPrimaryTransactionIdleCallbacks | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Consume and run all pending post-COMMIT/ROLLBACK callbacks and commit dangling transactions.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1869 of file LoadBalancer.php.
References $type, Wikimedia\Rdbms\Database\runOnTransactionIdleCallbacks(), Wikimedia\Rdbms\Database\setTrxEndCallbackSuppression(), Wikimedia\Rdbms\Database\trxLevel(), and Wikimedia\Rdbms\Database\writesPending().
Wikimedia\Rdbms\LoadBalancer::runPrimaryTransactionListenerCallbacks | ( | $fname = __METHOD__ , |
|
$owner = null |
|||
) |
Run all recurring post-COMMIT/ROLLBACK listener callbacks.
string | $fname | Caller name |
int | null | $owner | ID of the calling instance (e.g. the LBFactory ID) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 1946 of file LoadBalancer.php.
References $type, and Wikimedia\Rdbms\Database\runTransactionListenerCallbacks().
Wikimedia\Rdbms\LoadBalancer::safeGetLag | ( | IDatabase | $conn | ) |
Get the lag in seconds for a given connection, or zero if this load balancer does not have replication enabled.
This should be used in preference to Database::getLag() in cases where replication may not be in use, since there is no way to determine if replication is in use at the connection level without running potentially restricted queries such as SHOW SLAVE STATUS. Using this function instead of Database::getLag() avoids a fatal error in this case on many installations.
IDatabase | $conn |
Definition at line 2438 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\getLag().
|
private |
int | $flags | Bitfield of class CONN_* constants |
int | $i | Specific server index or DB_PRIMARY/DB_REPLICA |
string | $domain | Database domain |
Definition at line 364 of file LoadBalancer.php.
References $type, Wikimedia\Rdbms\ILoadBalancer\CONN_INTENT_WRITABLE, Wikimedia\Rdbms\ILoadBalancer\CONN_TRX_AUTOCOMMIT, Wikimedia\Rdbms\LoadBalancer\getServerAttributes(), Wikimedia\Rdbms\LoadBalancer\getServerType(), and Wikimedia\Rdbms\LoadBalancer\getWriterIndex().
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnection().
|
private |
int | $i | Specific server index |
Definition at line 783 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\waitForAll().
Wikimedia\Rdbms\LoadBalancer::setDomainAliases | ( | array | $aliases | ) |
Convert certain database domains to alternative ones.
This can be used for backwards compatibility logic.
DatabaseDomain[] | string[] | $aliases | Map of (domain alias => domain) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2516 of file LoadBalancer.php.
|
private |
Set the server index chosen by the load balancer for use with the given query group.
string | $group | Query group; use false for the generic group |
int | $index | The index of a specific server |
Definition at line 601 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getReaderIndex().
Wikimedia\Rdbms\LoadBalancer::setIndexAliases | ( | array | $aliases | ) |
Convert certain index names to alternative names before querying the DB.
Note that this applies to indexes regardless of the table they belong to.
This can be employed when an index was renamed X => Y in code, but the new Y-named indexes were not yet built on all DBs. After all the Y-named ones are added by the DBA, the aliases can be removed, and then the old X-named indexes dropped.
string[] | $aliases |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2512 of file LoadBalancer.php.
|
private |
DatabaseDomain | $domain |
Definition at line 2572 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct().
Wikimedia\Rdbms\LoadBalancer::setLocalDomainPrefix | ( | $prefix | ) |
Set a new table prefix for the existing local domain ID for testing.
string | $prefix |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2520 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\getLBInfo().
Wikimedia\Rdbms\LoadBalancer::setTableAliases | ( | array | $aliases | ) |
Make certain table names use their own database, schema, and table prefix when passed into SQL queries pre-escaped and without a qualified database name.
For example, "user" can be converted to "myschema.mydbname.user" for convenience. Appearances like user
, somedb.user, somedb.someschema.user will used literally.
Calling this twice will completely clear any old table aliases. Also, note that callers are responsible for making sure the schemas and databases actually exist.
array[] | $aliases | Map of (table => (dbname, schema, prefix) map) |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2508 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::setTempTablesOnlyMode | ( | $value, | |
$domain | |||
) |
Indicate whether the tables on this domain are only temporary tables for testing.
In "temporary tables mode", the ILoadBalancer::CONN_TRX_AUTOCOMMIT flag is ignored
bool | $value | |
string | $domain |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2558 of file LoadBalancer.php.
Wikimedia\Rdbms\LoadBalancer::setTransactionListener | ( | $name, | |
callable | $callback = null |
||
) |
Set a callback via IDatabase::setTransactionListener() on all current and future primary connections of this load balancer.
string | $name | Callback name |
callable | null | $callback |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2495 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\setTransactionListener().
|
private |
DBPrimaryPos | bool | $pos |
Definition at line 796 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\waitFor().
|
private |
Database | $conn |
Definition at line 2077 of file LoadBalancer.php.
References Wikimedia\Rdbms\Database\getFlag(), Wikimedia\Rdbms\Database\getLBInfo(), Wikimedia\Rdbms\Database\restoreFlags(), and Wikimedia\Rdbms\Database\setLBInfo().
Wikimedia\Rdbms\LoadBalancer::waitFor | ( | $pos | ) |
Set the primary position to reach before the next generic group DB handle query.
If a generic replica DB connection is already open then this immediately waits for that DB to catch up to the specified replication position. Otherwise, it will do so once such a connection is opened.
If a timeout happens when waiting, then getLaggedReplicaMode()/laggedReplicaUsed() will return true. This is useful for discouraging clients from taking further actions if session consistency could not be maintained with respect to their last actions.
DBPrimaryPos | bool | $pos | Primary position or false |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 705 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$waitForPos, Wikimedia\Rdbms\LoadBalancer\doWait(), Wikimedia\Rdbms\LoadBalancer\getExistingReaderIndex(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), and Wikimedia\Rdbms\LoadBalancer\setWaitForPositionIfHigher().
Wikimedia\Rdbms\LoadBalancer::waitForAll | ( | $pos, | |
$timeout = null |
|||
) |
Set the primary wait position and wait for ALL replica DBs to catch up to it.
This method is only intented for use a throttling mechanism for high-volume updates. Unlike waitFor(), failure does not effect getLaggedReplicaMode()/laggedReplicaUsed().
DBPrimaryPos | bool | $pos | Primary position or false |
int | null | $timeout | Max seconds to wait; default is mWaitTimeout |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 753 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$waitForPos, Wikimedia\Rdbms\LoadBalancer\$waitTimeout, Wikimedia\Rdbms\LoadBalancer\doWait(), Wikimedia\Rdbms\LoadBalancer\getStreamingReplicaIndexes(), and Wikimedia\Rdbms\LoadBalancer\serverHasLoadInAnyGroup().
Wikimedia\Rdbms\LoadBalancer::waitForMasterPos | ( | IDatabase | $conn, |
$pos = false , |
|||
$timeout = null |
|||
) |
IDatabase | $conn | Replica DB |
DBPrimaryPos | bool | $pos | Primary position; default: current position |
int | $timeout | Timeout in seconds [optional] |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2490 of file LoadBalancer.php.
References wfDeprecated().
Wikimedia\Rdbms\LoadBalancer::waitForOne | ( | $pos, | |
$timeout = null |
|||
) |
Set the primary wait position and wait for a generic replica DB to catch up to it.
This method is only intented for use a throttling mechanism for high-volume updates. Unlike waitFor(), failure does not effect getLaggedReplicaMode()/laggedReplicaUsed().
This can be used a faster proxy for waitForAll()
DBPrimaryPos | bool | $pos | Primary position or false |
int | null | $timeout | Max seconds to wait; default is mWaitTimeout |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 723 of file LoadBalancer.php.
References Wikimedia\Rdbms\LoadBalancer\$waitForPos, Wikimedia\Rdbms\LoadBalancer\doWait(), Wikimedia\Rdbms\LoadBalancer\getExistingReaderIndex(), Wikimedia\Rdbms\LoadBalancer\getWriterIndex(), Wikimedia\Rdbms\ILoadBalancer\GROUP_GENERIC, and ArrayUtils\pickRandom().
Wikimedia\Rdbms\LoadBalancer::waitForPrimaryPos | ( | IDatabase | $conn, |
$pos = false , |
|||
$timeout = null |
|||
) |
Wait for a replica DB to reach a specified primary position.
If $conn is not a replica server connection, then this will return true. Otherwise, if $pos is not provided, this will connect to the primary server to get an accurate position.
IDatabase | $conn | Replica DB |
DBPrimaryPos | bool | $pos | Primary position; default: current position |
int | $timeout | Timeout in seconds [optional] |
Implements Wikimedia\Rdbms\ILoadBalancer.
Definition at line 2442 of file LoadBalancer.php.
References Wikimedia\Rdbms\IDatabase\getLBInfo(), and Wikimedia\Rdbms\IDatabase\primaryPosWait().
|
private |
Agent name for query profiling.
Definition at line 100 of file LoadBalancer.php.
|
private |
Whether to disregard replica DB lag as a factor in replica DB selection.
Definition at line 124 of file LoadBalancer.php.
|
private |
Callback to run before the first connection attempt.
Definition at line 49 of file LoadBalancer.php.
|
private |
Whether the session consistency callback already executed.
Definition at line 136 of file LoadBalancer.php.
|
private |
Whether this PHP instance is for a CLI script.
Definition at line 98 of file LoadBalancer.php.
|
private |
The name of the DB cluster.
Definition at line 81 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getClusterName().
|
private |
Total number of new connections ever made with this instance.
Definition at line 132 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getServerConnection().
|
private |
Definition at line 62 of file LoadBalancer.php.
|
private |
Map of (pool category => server index => domain => IDatabase)
Definition at line 78 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\pickAnyOpenConnection().
|
private |
Definition at line 47 of file LoadBalancer.php.
|
private |
Default query group to use with getConnection()
Definition at line 95 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\resolveGroups().
|
private |
Deprecation logger.
Definition at line 72 of file LoadBalancer.php.
|
private |
Definition at line 134 of file LoadBalancer.php.
|
private |
Map of (domain alias => DB domain)
Definition at line 107 of file LoadBalancer.php.
|
private |
Connection handle that caused a problem.
Definition at line 118 of file LoadBalancer.php.
|
private |
Exception logger.
Definition at line 70 of file LoadBalancer.php.
|
private |
Map of (group => server index => weight)
Definition at line 85 of file LoadBalancer.php.
|
private |
var int An identifier for this class instance
Definition at line 139 of file LoadBalancer.php.
|
private |
Map of (index alias => index)
Definition at line 105 of file LoadBalancer.php.
|
private |
Whether the generic reader fell back to a lagged replica DB.
Definition at line 126 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getReaderIndex(), and Wikimedia\Rdbms\LoadBalancer\pickReaderIndex().
|
private |
The last DB selection or connection error.
Definition at line 128 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getConnectionIndex().
|
private |
Definition at line 45 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getLoadMonitor().
|
private |
The LoadMonitor configuration.
Definition at line 91 of file LoadBalancer.php.
|
private |
Local DB domain ID and default for selectDB() calls.
Definition at line 75 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct(), and Wikimedia\Rdbms\LoadBalancer\resolveDomainInstance().
|
private |
Definition at line 93 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct(), and Wikimedia\Rdbms\LoadBalancer\getRandomNonLagged().
|
private |
Map of (server index => seconds of lag considered "high")
Definition at line 87 of file LoadBalancer.php.
|
private |
Map of (domain ID => domain instance)
Definition at line 144 of file LoadBalancer.php.
|
private |
Integer ID of the managing LBFactory instance or null if none.
Definition at line 141 of file LoadBalancer.php.
|
private |
Definition at line 68 of file LoadBalancer.php.
|
private |
An optional callback that returns a ScopedCallback instance, meant to profile the actual query execution in {.
Definition at line 58 of file LoadBalancer.php.
|
private |
Definition at line 64 of file LoadBalancer.php.
|
private |
The group replica server indexes keyed by group.
Definition at line 120 of file LoadBalancer.php.
|
private |
Reason this instance is read-only or false if not.
Definition at line 130 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\getServerConnection().
|
private |
Definition at line 66 of file LoadBalancer.php.
|
private |
Map of (server index => server config array)
Definition at line 83 of file LoadBalancer.php.
|
private |
Definition at line 51 of file LoadBalancer.php.
|
private |
$aliases Map of (table => (dbname, schema, prefix) map)
Definition at line 103 of file LoadBalancer.php.
|
private |
Map of (domain => whether to use "temp tables only" mode)
Definition at line 111 of file LoadBalancer.php.
|
private |
Definition at line 60 of file LoadBalancer.php.
|
private |
Map of (name => callable)
Definition at line 109 of file LoadBalancer.php.
|
private |
Explicit DBO_TRX transaction round active or false if none.
Definition at line 114 of file LoadBalancer.php.
|
private |
Stage of the current transaction round in the transaction round life-cycle.
Definition at line 116 of file LoadBalancer.php.
|
private |
Replication sync position or false if not set.
Definition at line 122 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\waitFor(), Wikimedia\Rdbms\LoadBalancer\waitForAll(), and Wikimedia\Rdbms\LoadBalancer\waitForOne().
|
private |
Seconds to spend waiting on replica DB lag to resolve.
Definition at line 89 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\doWait(), and Wikimedia\Rdbms\LoadBalancer\waitForAll().
|
private |
Definition at line 53 of file LoadBalancer.php.
|
private |
Warn when this many connection are held.
Definition at line 158 of file LoadBalancer.php.
|
private |
Definition at line 147 of file LoadBalancer.php.
|
private |
Definition at line 149 of file LoadBalancer.php.
|
private |
Definition at line 148 of file LoadBalancer.php.
|
private |
Definition at line 146 of file LoadBalancer.php.
|
private |
Definition at line 166 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\reuseConnection().
|
private |
Definition at line 170 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\reuseConnection().
|
private |
Definition at line 167 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\reuseConnection().
|
private |
Definition at line 171 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\reuseConnection().
|
private |
Definition at line 165 of file LoadBalancer.php.
|
private |
Definition at line 173 of file LoadBalancer.php.
|
private |
Definition at line 169 of file LoadBalancer.php.
const Wikimedia\Rdbms\LoadBalancer::MAX_LAG_DEFAULT = 6 |
Default 'maxLag' when unspecified.
Definition at line 155 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct(), and Wikimedia\Rdbms\LoadMonitor\__construct().
|
private |
Default 'waitTimeout' when unspecified.
Definition at line 161 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct().
|
private |
Transaction round passed final pre-commit checks.
Definition at line 180 of file LoadBalancer.php.
|
private |
Transaction round was committed and post-commit callbacks must be run.
Definition at line 182 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct().
|
private |
Transaction round, explicit or implicit, has not finished writing.
Definition at line 176 of file LoadBalancer.php.
|
private |
Transaction round encountered an error.
Definition at line 186 of file LoadBalancer.php.
|
private |
Transaction round writes are complete and ready for pre-commit checks.
Definition at line 178 of file LoadBalancer.php.
|
private |
Transaction round was rolled back and post-rollback callbacks must be run.
Definition at line 184 of file LoadBalancer.php.
Referenced by Wikimedia\Rdbms\LoadBalancer\__construct().
|
private |
Seconds to cache primary DB server read-only status.
Definition at line 163 of file LoadBalancer.php.