Manual:$wgJobSerialCommitThreshold/de

Category:MediaWiki configuration settings/de#JobSerialCommitThresholdCategory:MediaWiki configuration settings introduced in version 1.26.0/de#JobSerialCommitThresholdCategory:MediaWiki configuration settings removed in version 1.42.0/de#JobSerialCommitThresholdCategory:MediaWiki deprecated or obsolete features/de#JobSerialCommitThresholdCategory:Extension variables/de#JobSerialCommitThreshold
Erweiterungen: $wgJobSerialCommitThreshold
Make job runners commit changes for replica DB-lag prone jobs one job at a time.
Eingeführt in Version:1.26.0 (Gerrit change 205825; git #7c821cae)
Entfernt in Version:1.42.0 (Gerrit change 974677; git #I19043e7)
Erlaubte Werte:(float or boolean)
Standardwert:false

Details

Make job runners commit changes for replica DB-lag prone jobs one job at a time. This is useful if there are many job workers that race on replica DB lag checks. If set, jobs taking this many seconds of DB write time have serialized commits.

Note that affected jobs may have worse lock contention. Also, if they affect several DBs at once they may have a smaller chance of being atomic due to the possibility of connection loss while queueing up to commit. Affected jobs may also fail due to the commit lock acquisition timeout.

Category:Extension variables/de Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.26.0/de Category:MediaWiki configuration settings removed in version 1.42.0/de Category:MediaWiki deprecated or obsolete features/de