Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Dirty DB reads on \OC\BackgroundJob\JobList::add #43892

Open
4 of 8 tasks
JohannesGGE opened this issue Feb 28, 2024 · 0 comments
Open
4 of 8 tasks

[Bug]: Dirty DB reads on \OC\BackgroundJob\JobList::add #43892

JohannesGGE opened this issue Feb 28, 2024 · 0 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback 29-feedback bug

Comments

@JohannesGGE
Copy link
Contributor

⚠️ This issue respects the following points: ⚠️

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

  1. Register multiple jobs like \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?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

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

@JohannesGGE JohannesGGE added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback 29-feedback bug
Projects
None yet
Development

No branches or pull requests

3 participants