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

fix(store): ignore operation with illegal argument in recovery process #429

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

ShadowySpirits
Copy link
Contributor

fix #416 #423

The state machine may try to replay illegal operations because we log operations before executing them. I propose to ignore any operation with illegal arguments in the recovery process.

Signed-off-by: SSpirits <admin@lv5.moe>
@codecov
Copy link

codecov bot commented Oct 23, 2023

The author of this PR, ShadowySpirits, is not an activated member of this organization on Codecov.
Please activate this user on Codecov to display this PR comment.
Coverage data is still being uploaded to Codecov.io for purposes of overall coverage calculations.
Please don't hesitate to email us at support@codecov.io with any questions.

@github-actions
Copy link

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@ShadowySpirits ShadowySpirits merged commit edced8b into main Oct 23, 2023
7 of 9 checks passed
@ShadowySpirits ShadowySpirits deleted the fix_revcover branch October 23, 2023 07:18
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.

Snapshot recover failed
2 participants