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

Address log delete races #4768

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Address log delete races #4768

wants to merge 2 commits into from

Conversation

morgando
Copy link
Contributor

There are a few places where the log deletion lock isn't held over backend_update_sync. The changes in this PR update the implementation of backend_update_sync to acquire the lock for the duration of the call instead of requiring the caller to hold the lock.

Signed-off-by: Morgan Douglas <mdouglas47@bloomberg.net>
Signed-off-by: Morgan Douglas <mdouglas47@bloomberg.net>
Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 7/584 tests failed ⚠.

The first 10 failing tests are:
timepart_constraints [setup failure]
verify_error_partial_index_off_generated [setup failure]
sc_remsql_fdbpushredirect_generated [setup failure]
analyze_partial_index_off_generated
commit_lsn_map_delete_generated
snap_ha_retry_newsi_generated
dbcreate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants