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
tapdb: add SQLITE_BUSY_SNAPSHOT err code to re-tryable errors
During a trace run we noticed that sometimes there's a conflict in
transactions that return the (517) SQLITE_BUSY_SNAPSHOT error code.
See https://www.sqlite.org/rescode.html#busy_snapshot.
We add this error to the list of re-tryable errors so the database
transaction re-try mechanism will simply try again.
0 commit comments