We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This needs to be done before #7738, but it's not a ticket template.
Everything that goes in the docs doesn't need to go in the ticket template, I can just link to the docs from the template.
This should document the typed column families from PR #8112.
The text was updated successfully, but these errors were encountered:
From PR #7972:
Document how to avoid this happening again in the state upgrade docs.
In particular, don't concurrently read and write the same keys in the same column family:
If we need to do that, we should make the upgrade happen before syncing. (That is, block on the upgrade when the state is opened.)
And make sure the read and write methods have compatible conditions.
Sorry, something went wrong.
The typed column families from PR #8112 might also help with some common database bugs.
Successfully merging a pull request may close this issue.
This needs to be done before #7738, but it's not a ticket template.
Everything that goes in the docs doesn't need to go in the ticket template, I can just link to the docs from the template.
This should document the typed column families from PR #8112.
The text was updated successfully, but these errors were encountered: