[Bug]: Dirty DB reads on \OC\BackgroundJob\JobList::add
#43892
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
28-feedback
29-feedback
bug
Bug description
There are dirty db reads that may have an impact on clustered db setups when adding multilple jobs (
\OC\BackgroundJob\JobList::add
) of the same type.Steps to reproduce
\OCA\Mail\Service\AccountService::save
Can cause dirty reads and addition of multiple same jobs
Expected behavior
No dirty readys of the db.
Installation method
None
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Found in nextcloud/groupware#24
The text was updated successfully, but these errors were encountered: