MediaWiki REL1_34
|
An interface for generating database load balancers. More...
Public Member Functions | |
__construct (array $conf) | |
Construct a manager of ILoadBalancer objects. | |
__destruct () | |
appendShutdownCPIndexAsQuery ( $url, $index) | |
Append ?cpPosIndex parameter to a URL for ChronologyProtector purposes if needed. | |
beginMasterChanges ( $fname=__METHOD__) | |
Flush any master transaction snapshots and set DBO_TRX (if DBO_DEFAULT is set) | |
closeAll () | |
Close all open database connections on all open load balancers. | |
commitAll ( $fname=__METHOD__, array $options=[]) | |
Commit open transactions on all connections. | |
commitAndWaitForReplication ( $fname, $ticket, array $opts=[]) | |
Convenience method for safely running commitMasterChanges()/waitForReplication() | |
commitMasterChanges ( $fname=__METHOD__, array $options=[]) | |
Commit changes and clear view snapshots on all master connections. | |
destroy () | |
Disables all load balancers. | |
disableChronologyProtection () | |
Disable the ChronologyProtector for all load balancers. | |
flushReplicaSnapshots ( $fname=__METHOD__) | |
Commit all replica DB transactions so as to flush any REPEATABLE-READ or SSI snapshot. | |
getChronologyProtectorClientId () | |
Get the client ID of the ChronologyProtector instance. | |
getChronologyProtectorTouched ( $dbName) | |
getEmptyTransactionTicket ( $fname) | |
Get a token asserting that no transaction writes are active. | |
getLocalDomainID () | |
Get the local (and default) database domain ID of connection handles. | |
hasMasterChanges () | |
Determine if any master connection has pending changes. | |
hasOrMadeRecentMasterChanges ( $age=null) | |
Determine if any master connection has pending/written changes from this request. | |
hasTransactionRound () | |
Check if an explicit transaction round is active. | |
isReadyForRoundOperations () | |
Check if transaction rounds can be started, committed, or rolled back right now. | |
laggedReplicaUsed () | |
Detemine if any lagged replica DB connection was used. | |
redefineLocalDomain ( $domain) | |
Close all connection and redefine the local domain for testing or schema creation. | |
resolveDomainID ( $domain) | |
rollbackMasterChanges ( $fname=__METHOD__) | |
Rollback changes on all master connections. | |
setAgentName ( $agent) | |
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. | |
setRequestInfo (array $info) | |
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. | |
setWaitForReplicationListener ( $name, callable $callback=null) | |
Add a callback to be run in every call to waitForReplication() before waiting. | |
shutdown ( $mode=self::SHUTDOWN_CHRONPROT_SYNC, callable $workCallback=null, &$cpIndex=null, &$cpClientId=null) | |
Prepare all currently tracked (instantiated) load balancers for shutdown. | |
waitForReplication (array $opts=[]) | |
Waits for the replica DBs to catch up to the current master position. | |
Public Member Functions inherited from Wikimedia\Rdbms\ILBFactory | |
forEachLB ( $callback, array $params=[]) | |
Execute a function for each currently tracked (instantiated) load balancer. | |
getAllExternalLBs () | |
Get cached (tracked) load balancers for all external database clusters. | |
getAllMainLBs () | |
Get cached (tracked) load balancers for all main database clusters. | |
getExternalLB ( $cluster) | |
Get a cached (tracked) load balancer for external storage. | |
getMainLB ( $domain=false) | |
Get a cached (tracked) load balancer object. | |
newExternalLB ( $cluster, $owner=null) | |
Create a new load balancer for external storage. | |
newMainLB ( $domain=false, $owner=null) | |
Create a new load balancer object. | |
Static Public Member Functions | |
static | getCPInfoFromCookieValue ( $value, $minTimestamp) |
static | makeCookieValueFromCPIndex ( $index, $time, $clientId) |
Public Attributes | |
const | ROUND_BEGINNING = 'within-begin' |
const | ROUND_COMMIT_CALLBACKS = 'within-commit-callbacks' |
const | ROUND_COMMITTING = 'within-commit' |
const | ROUND_CURSORY = 'cursory' |
const | ROUND_ROLLBACK_CALLBACKS = 'within-rollback-callbacks' |
const | ROUND_ROLLING_BACK = 'within-rollback' |
Protected Member Functions | |
baseLoadBalancerParams ( $owner) | |
Get parameters to ILoadBalancer::__construct() | |
forEachLBCallMethod ( $methodName, array $args=[]) | |
Call a method of each tracked load balancer. | |
getChronologyProtector () | |
getOwnershipId () | |
initLoadBalancer (ILoadBalancer $lb) | |
shutdownChronologyProtector (ChronologyProtector $cp, $workCallback, $mode, &$cpIndex=null) | |
Get and record all of the staged DB positions into persistent memory storage. | |
Protected Attributes | |
DatabaseDomain | $localDomain |
Local domain. | |
int null | $maxLag |
BagOStuff | $memStash |
string bool | $readOnlyReason = false |
Reason all LBs are read-only or false if not. | |
BagOStuff | $srvCache |
WANObjectCache | $wanCache |
Private Member Functions | |
assertTransactionRoundStage ( $stage) | |
executePostTransactionCallbacks () | |
logIfMultiDbTransaction () | |
Log query info if multi DB transactions are going to be committed now. | |
Private Attributes | |
string | $agent |
Agent name for query profiling. | |
ChronologyProtector | $chronProt |
bool | $cliMode |
Whether this PHP instance is for a CLI script. | |
LoggerInterface | $connLogger |
string null | $defaultGroup = null |
callable | $deprecationLogger |
Deprecation logger. | |
callable | $errorLogger |
Error logger. | |
string | $hostname |
Local hostname of the app server. | |
$id | |
var int An identifier for this class instance | |
string[] | $indexAliases = [] |
Map of (index alias => index) | |
LoggerInterface | $perfLogger |
object string | $profiler |
Class name or object With profileIn/profileOut methods. | |
LoggerInterface | $queryLogger |
callable[] | $replicationWaitCallbacks = [] |
LoggerInterface | $replLogger |
array | $requestInfo |
Web request information about the client. | |
string | $secret |
Secret string for HMAC hashing. | |
array[] | $tableAliases = [] |
$aliases Map of (table => (dbname, schema, prefix) map) | |
int null | $ticket |
Ticket used to delegate transaction ownership. | |
TransactionProfiler | $trxProfiler |
string bool | $trxRoundId = false |
String if a requested DBO_TRX transaction round is active. | |
string | $trxRoundStage = self::ROUND_CURSORY |
One of the ROUND_* class constants. | |
Static Private Attributes | |
static | $loggerFields |
An interface for generating database load balancers.
Definition at line 40 of file LBFactory.php.
Wikimedia\Rdbms\LBFactory::__construct | ( | array | $conf | ) |
Construct a manager of ILoadBalancer objects.
Sub-classes will extend the required keys in $conf with additional parameters
array | $conf | Array with keys:
|
InvalidArgumentException |
Implements Wikimedia\Rdbms\ILBFactory.
Reimplemented in Wikimedia\Rdbms\LBFactoryMulti, Wikimedia\Rdbms\LBFactorySimple, and Wikimedia\Rdbms\LBFactorySingle.
Definition at line 116 of file LBFactory.php.
References Wikimedia\Rdbms\DatabaseDomain\newFromId(), and Wikimedia\Rdbms\DatabaseDomain\newUnspecified().
Wikimedia\Rdbms\LBFactory::__destruct | ( | ) |
Definition at line 755 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\destroy().
Wikimedia\Rdbms\LBFactory::appendShutdownCPIndexAsQuery | ( | $url, | |
$index | |||
) |
Append ?cpPosIndex parameter to a URL for ChronologyProtector purposes if needed.
Note that unlike cookies, this works across domains
string | $url | |
int | $index | Write counter index |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 674 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), and Wikimedia\Rdbms\ILoadBalancer\hasStreamingReplicaServers().
|
private |
string | $stage |
Definition at line 746 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\beginMasterChanges(), and Wikimedia\Rdbms\LBFactory\commitMasterChanges().
|
finalprotected |
Get parameters to ILoadBalancer::__construct()
int | null | $owner | Use getOwnershipId() if this is for getMainLB()/getExternalLB() |
Definition at line 585 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$agent, Wikimedia\Rdbms\LBFactory\$cliMode, Wikimedia\Rdbms\LBFactory\$connLogger, Wikimedia\Rdbms\LBFactory\$defaultGroup, Wikimedia\Rdbms\LBFactory\$deprecationLogger, Wikimedia\Rdbms\LBFactory\$errorLogger, Wikimedia\Rdbms\LBFactory\$hostname, Wikimedia\Rdbms\LBFactory\$localDomain, Wikimedia\Rdbms\LBFactory\$maxLag, Wikimedia\Rdbms\LBFactory\$profiler, Wikimedia\Rdbms\LBFactory\$queryLogger, Wikimedia\Rdbms\LBFactory\$readOnlyReason, Wikimedia\Rdbms\LBFactory\$replLogger, Wikimedia\Rdbms\LBFactory\$srvCache, Wikimedia\Rdbms\LBFactory\$trxProfiler, Wikimedia\Rdbms\LBFactory\$wanCache, and Wikimedia\Rdbms\LBFactory\getChronologyProtector().
Referenced by Wikimedia\Rdbms\LBFactorySingle\__construct(), Wikimedia\Rdbms\LBFactoryMulti\newLoadBalancer(), and Wikimedia\Rdbms\LBFactorySimple\newLoadBalancer().
|
final |
Flush any master 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:
This allows for custom transaction rounds from any outer transaction scope.
string | $fname |
DBTransactionError |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 230 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\assertTransactionRoundStage(), Wikimedia\Rdbms\LBFactory\forEachLBCallMethod(), Wikimedia\Rdbms\LBFactory\ROUND_BEGINNING, and Wikimedia\Rdbms\LBFactory\ROUND_CURSORY.
Referenced by Wikimedia\Rdbms\LBFactory\commitAndWaitForReplication(), and JobRunner\executeJob().
Wikimedia\Rdbms\LBFactory::closeAll | ( | ) |
Close all open database connections on all open load balancers.
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 663 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\forEachLBCallMethod().
Referenced by Wikimedia\Rdbms\LBFactory\redefineLocalDomain().
|
final |
Commit open transactions on all connections.
This is useful for two main cases:
string | $fname | Caller name |
array | $options | Options map: |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 224 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\commitMasterChanges(), and Wikimedia\Rdbms\LBFactory\forEachLBCallMethod().
|
final |
Convenience method for safely running commitMasterChanges()/waitForReplication()
This will commit and wait unless $ticket indicates it is unsafe to do so
string | $fname | Caller name (e.g. METHOD) |
mixed | $ticket | Result of getEmptyTransactionTicket() |
array | $opts | Options to waitForReplication() |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 467 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$ticket, Wikimedia\Rdbms\LBFactory\$trxRoundId, Wikimedia\Rdbms\LBFactory\beginMasterChanges(), Wikimedia\Rdbms\LBFactory\commitMasterChanges(), and Wikimedia\Rdbms\LBFactory\waitForReplication().
Referenced by CategoryMembershipChangeJob\notifyUpdatesForRevision().
|
final |
Commit changes and clear view snapshots on all master connections.
string | $fname | Caller name |
array | $options | Options map:
|
DBTransactionError |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 248 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\assertTransactionRoundStage(), Wikimedia\Rdbms\LBFactory\executePostTransactionCallbacks(), Wikimedia\Rdbms\ILoadBalancer\finalizeMasterChanges(), Wikimedia\Rdbms\ILBFactory\forEachLB(), Wikimedia\Rdbms\LBFactory\forEachLBCallMethod(), Wikimedia\Rdbms\LBFactory\logIfMultiDbTransaction(), Wikimedia\Rdbms\LBFactory\ROUND_COMMIT_CALLBACKS, Wikimedia\Rdbms\LBFactory\ROUND_COMMITTING, and Wikimedia\Rdbms\LBFactory\ROUND_CURSORY.
Referenced by Wikimedia\Rdbms\LBFactory\commitAll(), Wikimedia\Rdbms\LBFactory\commitAndWaitForReplication(), JobRunner\commitMasterChanges(), JobRunner\executeJob(), and Wikimedia\Rdbms\LBFactory\shutdown().
Wikimedia\Rdbms\LBFactory::destroy | ( | ) |
Disables all load balancers.
All connections are closed, and any attempt to open a new connection will result in a DBAccessError.
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 163 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\forEachLBCallMethod().
Referenced by Wikimedia\Rdbms\LBFactory\__destruct().
Wikimedia\Rdbms\LBFactory::disableChronologyProtection | ( | ) |
Disable the ChronologyProtector for all load balancers.
This can be called at the start of special API entry points
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 501 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\getChronologyProtector().
|
private |
Definition at line 301 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), Wikimedia\Rdbms\LBFactory\hasMasterChanges(), Wikimedia\Rdbms\ILoadBalancer\runMasterTransactionIdleCallbacks(), and Wikimedia\Rdbms\ILoadBalancer\runMasterTransactionListenerCallbacks().
Referenced by Wikimedia\Rdbms\LBFactory\commitMasterChanges(), and Wikimedia\Rdbms\LBFactory\rollbackMasterChanges().
Wikimedia\Rdbms\LBFactory::flushReplicaSnapshots | ( | $fname = __METHOD__ | ) |
Commit all replica DB transactions so as to flush any REPEATABLE-READ or SSI snapshot.
This is useful for getting rid of stale data from an implicit transaction round
string | $fname | Caller name |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 214 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\forEachLBCallMethod().
Referenced by JobRunner\executeJob().
|
protected |
Call a method of each tracked load balancer.
string | $methodName | |
array | $args |
Definition at line 205 of file LBFactory.php.
References $args, and Wikimedia\Rdbms\ILBFactory\forEachLB().
Referenced by Wikimedia\Rdbms\LBFactory\beginMasterChanges(), Wikimedia\Rdbms\LBFactory\closeAll(), Wikimedia\Rdbms\LBFactory\commitAll(), Wikimedia\Rdbms\LBFactory\commitMasterChanges(), Wikimedia\Rdbms\LBFactory\destroy(), Wikimedia\Rdbms\LBFactory\flushReplicaSnapshots(), and Wikimedia\Rdbms\LBFactory\rollbackMasterChanges().
|
protected |
Definition at line 508 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$chronProt, Wikimedia\Rdbms\LBFactory\$secret, and Wikimedia\Rdbms\ChronologyProtector\setLogger().
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams(), Wikimedia\Rdbms\LBFactory\disableChronologyProtection(), Wikimedia\Rdbms\LBFactory\getChronologyProtectorClientId(), Wikimedia\Rdbms\LBFactory\getChronologyProtectorTouched(), and Wikimedia\Rdbms\LBFactory\shutdown().
Wikimedia\Rdbms\LBFactory::getChronologyProtectorClientId | ( | ) |
Get the client ID of the ChronologyProtector instance.
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 687 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\getChronologyProtector().
Wikimedia\Rdbms\LBFactory::getChronologyProtectorTouched | ( | $dbName | ) |
string | $dbName | DB master name (e.g. "db1052") |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 497 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\getChronologyProtector().
|
static |
string | $value | Possible result of LBFactory::makeCookieValueFromCPIndex() |
int | $minTimestamp | Lowest UNIX timestamp that a non-expired value can have |
Definition at line 708 of file LBFactory.php.
Wikimedia\Rdbms\LBFactory::getEmptyTransactionTicket | ( | $fname | ) |
Get a token asserting that no transaction writes are active.
string | $fname | Caller name (e.g. METHOD) |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 454 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$ticket, and Wikimedia\Rdbms\LBFactory\hasMasterChanges().
Wikimedia\Rdbms\LBFactory::getLocalDomainID | ( | ) |
Get the local (and default) database domain ID of connection handles.
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 170 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\resolveDomainID().
|
finalprotected |
Definition at line 739 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$id.
Referenced by Wikimedia\Rdbms\LBFactorySingle\__construct(), Wikimedia\Rdbms\LBFactoryMulti\getExternalLB(), Wikimedia\Rdbms\LBFactorySimple\getExternalLB(), Wikimedia\Rdbms\LBFactoryMulti\getMainLB(), and Wikimedia\Rdbms\LBFactorySimple\getMainLB().
Wikimedia\Rdbms\LBFactory::hasMasterChanges | ( | ) |
Determine if any master connection has pending changes.
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 351 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), and Wikimedia\Rdbms\ILoadBalancer\hasMasterChanges().
Referenced by Wikimedia\Rdbms\LBFactory\executePostTransactionCallbacks(), and Wikimedia\Rdbms\LBFactory\getEmptyTransactionTicket().
Wikimedia\Rdbms\LBFactory::hasOrMadeRecentMasterChanges | ( | $age = null | ) |
Determine if any master connection has pending/written changes from this request.
float | null | $age | How many seconds ago is "recent" [defaults to LB lag wait timeout] |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 369 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), and Wikimedia\Rdbms\ILoadBalancer\hasOrMadeRecentMasterChanges().
Wikimedia\Rdbms\LBFactory::hasTransactionRound | ( | ) |
Check if an explicit transaction round is active.
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 320 of file LBFactory.php.
|
protected |
ILoadBalancer | $lb |
Definition at line 624 of file LBFactory.php.
References Wikimedia\Rdbms\ILoadBalancer\beginMasterChanges(), Wikimedia\Rdbms\ILoadBalancer\setIndexAliases(), and Wikimedia\Rdbms\ILoadBalancer\setTableAliases().
Referenced by Wikimedia\Rdbms\LBFactorySingle\__construct(), Wikimedia\Rdbms\LBFactoryMulti\newLoadBalancer(), and Wikimedia\Rdbms\LBFactorySimple\newLoadBalancer().
Wikimedia\Rdbms\LBFactory::isReadyForRoundOperations | ( | ) |
Check if transaction rounds can be started, committed, or rolled back right now.
This can be used as a recusion guard to avoid exceptions in transaction callbacks
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 324 of file LBFactory.php.
Wikimedia\Rdbms\LBFactory::laggedReplicaUsed | ( | ) |
Detemine if any lagged replica DB connection was used.
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 360 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), and Wikimedia\Rdbms\ILoadBalancer\laggedReplicaUsed().
|
private |
Log query info if multi DB transactions are going to be committed now.
Definition at line 331 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), Wikimedia\Rdbms\ILoadBalancer\getServerName(), Wikimedia\Rdbms\ILoadBalancer\getWriterIndex(), and Wikimedia\Rdbms\ILoadBalancer\pendingMasterChangeCallers().
Referenced by Wikimedia\Rdbms\LBFactory\commitMasterChanges().
|
static |
int | $index | Write index |
int | $time | UNIX timestamp; can be used to detect stale cookies (T190082) |
string | $clientId | Agent ID hash from ILBFactory::shutdown() |
Definition at line 698 of file LBFactory.php.
Wikimedia\Rdbms\LBFactory::redefineLocalDomain | ( | $domain | ) |
Close all connection and redefine the local domain for testing or schema creation.
DatabaseDomain | string | $domain |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 653 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\closeAll(), Wikimedia\Rdbms\ILBFactory\forEachLB(), Wikimedia\Rdbms\DatabaseDomain\newFromId(), and Wikimedia\Rdbms\ILoadBalancer\redefineLocalDomain().
Wikimedia\Rdbms\LBFactory::resolveDomainID | ( | $domain | ) |
DatabaseDomain | string | bool | $domain | Database domain |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 174 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\getLocalDomainID().
|
final |
Rollback changes on all master connections.
string | $fname | Caller name |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 284 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\executePostTransactionCallbacks(), Wikimedia\Rdbms\LBFactory\forEachLBCallMethod(), Wikimedia\Rdbms\LBFactory\ROUND_CURSORY, Wikimedia\Rdbms\LBFactory\ROUND_ROLLBACK_CALLBACKS, and Wikimedia\Rdbms\LBFactory\ROUND_ROLLING_BACK.
Referenced by DeferredUpdates\jobify(), and DeferredUpdates\run().
Wikimedia\Rdbms\LBFactory::setAgentName | ( | $agent | ) |
string | $agent | Agent name for query profiling |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 670 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$agent.
Wikimedia\Rdbms\LBFactory::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\ILBFactory.
Definition at line 637 of file LBFactory.php.
Wikimedia\Rdbms\LBFactory::setLocalDomainPrefix | ( | $prefix | ) |
Set a new table prefix for the existing local domain ID for testing.
string | $prefix |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 641 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), and Wikimedia\Rdbms\ILoadBalancer\setLocalDomainPrefix().
Wikimedia\Rdbms\LBFactory::setRequestInfo | ( | array | $info | ) |
array | $info | Map of fields, including:
|
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 727 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$requestInfo.
Wikimedia\Rdbms\LBFactory::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\ILBFactory.
Definition at line 633 of file LBFactory.php.
Wikimedia\Rdbms\LBFactory::setWaitForReplicationListener | ( | $name, | |
callable | $callback = null |
||
) |
Add a callback to be run in every call to waitForReplication() before waiting.
Callbacks must clear any transactions that they start
string | $name | Callback name |
callable | null | $callback | Use null to unset a callback |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 446 of file LBFactory.php.
Wikimedia\Rdbms\LBFactory::shutdown | ( | $mode = self::SHUTDOWN_CHRONPROT_SYNC , |
|
callable | $workCallback = null , |
||
& | $cpIndex = null , |
||
& | $cpClientId = null |
||
) |
Prepare all currently tracked (instantiated) load balancers for shutdown.
int | $mode | One of the class SHUTDOWN_* constants |
callable | null | $workCallback | Work to mask ChronologyProtector writes |
int | null | &$cpIndex | Position key write counter for ChronologyProtector |
string | null | &$cpClientId | Client ID hash for ChronologyProtector |
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 178 of file LBFactory.php.
References Wikimedia\Rdbms\LBFactory\$chronProt, Wikimedia\Rdbms\LBFactory\commitMasterChanges(), Wikimedia\Rdbms\LBFactory\getChronologyProtector(), Wikimedia\Rdbms\ChronologyProtector\getClientId(), and Wikimedia\Rdbms\LBFactory\shutdownChronologyProtector().
|
protected |
Get and record all of the staged DB positions into persistent memory storage.
ChronologyProtector | $cp | |
callable | null | $workCallback | Work to do instead of waiting on syncing positions |
string | $mode | One of (sync, async); whether to wait on remote datacenters |
int | null | &$cpIndex | DB position key write counter; incremented on update |
Definition at line 553 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), Wikimedia\Rdbms\ILoadBalancer\getServerName(), Wikimedia\Rdbms\ILoadBalancer\getWriterIndex(), Wikimedia\Rdbms\ChronologyProtector\shutdown(), Wikimedia\Rdbms\ChronologyProtector\storeSessionReplicationPosition(), and Wikimedia\Rdbms\ILoadBalancer\waitForAll().
Referenced by Wikimedia\Rdbms\LBFactory\shutdown().
Wikimedia\Rdbms\LBFactory::waitForReplication | ( | array | $opts = [] | ) |
Waits for the replica DBs to catch up to the current master position.
Use this when updating very large numbers of rows, as in maintenance scripts, to avoid causing too much lag. Of course, this is a no-op if there are no replica DBs.
By default this waits on all DB clusters actually used in this request. This makes sense when lag being waiting on is caused by the code that does this check. In that case, setting "ifWritesSince" can avoid the overhead of waiting for clusters that were not changed since the last wait check. To forcefully wait on a specific cluster for a given domain, use the 'domain' parameter. To forcefully wait on an "external" cluster, use the "cluster" parameter.
Never call this function after a large DB write that is still in a transaction. It only makes sense to call this after the possible lag inducing changes were committed.
array | $opts | Optional fields that include:
|
Implements Wikimedia\Rdbms\ILBFactory.
Definition at line 377 of file LBFactory.php.
References Wikimedia\Rdbms\ILBFactory\forEachLB(), Wikimedia\Rdbms\ILBFactory\getExternalLB(), and Wikimedia\Rdbms\ILBFactory\getMainLB().
Referenced by Wikimedia\Rdbms\LBFactory\commitAndWaitForReplication().
|
private |
Agent name for query profiling.
Definition at line 77 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams(), and Wikimedia\Rdbms\LBFactory\setAgentName().
|
private |
Definition at line 42 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\getChronologyProtector(), and Wikimedia\Rdbms\LBFactory\shutdown().
|
private |
Whether this PHP instance is for a CLI script.
Definition at line 75 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
Definition at line 50 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
Definition at line 101 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
Deprecation logger.
Definition at line 58 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
Error logger.
Definition at line 56 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
Local hostname of the app server.
Definition at line 71 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
var int An identifier for this class instance
Definition at line 89 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\getOwnershipId().
|
private |
Map of (index alias => index)
Definition at line 84 of file LBFactory.php.
|
protected |
Local domain.
Definition at line 68 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
staticprivate |
Definition at line 113 of file LBFactory.php.
|
protected |
Definition at line 104 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
protected |
Definition at line 63 of file LBFactory.php.
|
private |
Definition at line 54 of file LBFactory.php.
|
private |
Class name or object With profileIn/profileOut methods.
Definition at line 44 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
Definition at line 52 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
protected |
Reason all LBs are read-only or false if not.
Definition at line 98 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams(), and Wikimedia\Rdbms\LBFactoryMulti\newLoadBalancer().
|
private |
Definition at line 86 of file LBFactory.php.
|
private |
Definition at line 48 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
Web request information about the client.
Definition at line 73 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\setRequestInfo().
|
private |
Secret string for HMAC hashing.
Definition at line 79 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\getChronologyProtector().
|
protected |
Definition at line 61 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
$aliases Map of (table => (dbname, schema, prefix) map)
Definition at line 82 of file LBFactory.php.
|
private |
Ticket used to delegate transaction ownership.
Definition at line 91 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\commitAndWaitForReplication(), and Wikimedia\Rdbms\LBFactory\getEmptyTransactionTicket().
|
private |
Definition at line 46 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
|
private |
String if a requested DBO_TRX transaction round is active.
Definition at line 93 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\commitAndWaitForReplication().
|
private |
One of the ROUND_* class constants.
Definition at line 95 of file LBFactory.php.
|
protected |
Definition at line 65 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\baseLoadBalancerParams().
const Wikimedia\Rdbms\LBFactory::ROUND_BEGINNING = 'within-begin' |
Definition at line 107 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\beginMasterChanges().
const Wikimedia\Rdbms\LBFactory::ROUND_COMMIT_CALLBACKS = 'within-commit-callbacks' |
Definition at line 110 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\commitMasterChanges().
const Wikimedia\Rdbms\LBFactory::ROUND_COMMITTING = 'within-commit' |
Definition at line 108 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\commitMasterChanges().
const Wikimedia\Rdbms\LBFactory::ROUND_CURSORY = 'cursory' |
Definition at line 106 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\beginMasterChanges(), Wikimedia\Rdbms\LBFactory\commitMasterChanges(), and Wikimedia\Rdbms\LBFactory\rollbackMasterChanges().
const Wikimedia\Rdbms\LBFactory::ROUND_ROLLBACK_CALLBACKS = 'within-rollback-callbacks' |
Definition at line 111 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\rollbackMasterChanges().
const Wikimedia\Rdbms\LBFactory::ROUND_ROLLING_BACK = 'within-rollback' |
Definition at line 109 of file LBFactory.php.
Referenced by Wikimedia\Rdbms\LBFactory\rollbackMasterChanges().