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

A raft barrier should be run before preparing stements #210

Closed
freeekanayaka opened this issue Feb 19, 2020 · 0 comments · Fixed by #395
Closed

A raft barrier should be run before preparing stements #210

freeekanayaka opened this issue Feb 19, 2020 · 0 comments · Fixed by #395
Labels
Bug Confirmed to be a bug

Comments

@freeekanayaka
Copy link
Contributor

If the raft log is not yet replayed by the time a query-sql or prepare command is run, then sqlite3_prepare might fail because the table is not there. We should run a barrier as appropriate.

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

Successfully merging a pull request may close this issue.

2 participants