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
{{ message }}
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
I we ever fail to commit to the shadow WAL after we already have committed to sqlite wal, then we end up with a dirty WAL, and abort the process. On startup, we need to detect that and patch the shadow WAL to be consistent with the sqlite database.