-
Notifications
You must be signed in to change notification settings - Fork 2.2k
channeldb: perform init of top level buckets first #9653
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
base: master
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are limited to specific labels. 🏷️ Labels to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hello, I'm trying to reproduce the error. 1 - Deployed lnd in remote-signer on (0.17.5-beta and 0.18.5-beta) And everything seems to work properly. What was the old release you deployed that led to this error?
|
@MPins I observed it when upgrading the signer from |
Do you mean, creating the set up with a very old old one like (0.14.1) and do all the way upgrade to the 0.19.0? |
Change Description
Resolves #6155 by creating the top level buckets before the potential early return for metadata check.
Steps to Test
The signer LND node should fail to start due to an error:
Pull Request Checklist
Testing
Code Style and Documentation
[skip ci]
in the commit message for small changes.📝 Please see our Contribution Guidelines for further guidance.