-
Notifications
You must be signed in to change notification settings - Fork 3k
Michal/mnesia/backup and fallback on ext backend/otp-19383 #9152
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
Michal/mnesia/backup and fallback on ext backend/otp-19383 #9152
Conversation
CT Test Results 2 files 57 suites 19m 41s ⏱️ Results for commit 872962e. ♻️ 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 |
8fd2514
to
09177e1
Compare
09177e1
to
872962e
Compare
This version has a big bug, please check the link |
In current code, external backends are only initialized when mnesia finishes initializing schema. This is too late because backup traversal already tried to execute, causing a crash.
Fixes: #8045