Podręcznik:$wgJobSerialCommitThreshold

This page is a translated version of the page Manual:$wgJobSerialCommitThreshold and the translation is 20% complete.
Rozszerzenia: $wgJobSerialCommitThreshold
Make job runners commit changes for replica DB-lag prone jobs one job at a time.
Wprowadzono w wersji:1.26.0 (Gerrit change 205825; git #7c821cae)
Usunięto w wersji:1.42.0 (Gerrit change 974677; git #I19043e7)
Dozwolone wartości:(float or boolean)
Domyślna wartość:false

Szczegóły

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.