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

mnesia: Discard old irrelevant msgs #9499

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

dgud
Copy link
Contributor

@dgud dgud commented Feb 26, 2025

During startup we postpone handling certain messages until after schema merge, they may be invalid and if so discard them.

For example the {i_have_tab, Tab, Node} where the table copy have been deleted on the Node, should not be handled.

During startup we postpone handling certain messages until after
schema merge, they may be invalid and if so discard them.

For example the {i_have_tab, Tab, Node} where the table copy have been deleted
on the Node, should not be handled.
@dgud dgud added the team:PS Assigned to OTP team PS label Feb 26, 2025
@dgud dgud requested a review from Mikaka27 February 26, 2025 09:34
@dgud dgud self-assigned this Feb 26, 2025
Copy link
Contributor

github-actions bot commented Feb 26, 2025

CT Test Results

  2 files   58 suites   19m 45s ⏱️
681 tests 533 ✅ 148 💤 0 ❌
735 runs  572 ✅ 163 💤 0 ❌

Results for commit ec9a108.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@dgud dgud merged commit 2bc5510 into erlang:maint Feb 26, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants