You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: