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

Commit status of first transaction is lost after recovery #1150

Closed
eddyashton opened this issue May 6, 2020 · 0 comments · Fixed by #1159
Closed

Commit status of first transaction is lost after recovery #1150

eddyashton opened this issue May 6, 2020 · 0 comments · Fixed by #1159
Labels

Comments

@eddyashton
Copy link
Member

After recovery, if we call /tx?view=2&seqno=1, we will get an INVALID response. Before recovery this transaction is correctly recorded as COMMITTED. The issue is presumably with the reconstructed term_history in Raft. I believe this is only ever happening with the first (create) transaction, which is also special in other ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant