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

fix(db): Let dirty writes cool off #43297

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

ChristophWurst
Copy link
Member

Summary

We can assume that after a few seconds a read will be clean again. This is helpful for false warnings in long running processes.

TODO

  • Track timestamp of table access

Checklist

@ChristophWurst ChristophWurst force-pushed the fix/db/dirty-read-cool-off branch 2 times, most recently from b13d328 to 1c6d07f Compare February 19, 2024 09:13
We can assume that after a few seconds a read will be clean again.
This is helpful for false warnings in long running processes.

Signed-off-by: Christoph Wurst <[email protected]>
@ChristophWurst ChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Feb 19, 2024
@ChristophWurst ChristophWurst merged commit d52ebaa into master Feb 19, 2024
159 checks passed
@ChristophWurst ChristophWurst deleted the fix/db/dirty-read-cool-off branch February 19, 2024 09:53
@blizzz blizzz mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug
Projects
Development

Successfully merging this pull request may close these issues.

3 participants