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
fix: replciation issue local log and seal corruption (#34)
When replicating the remote log file and the remote seal to local disc
the files must be opened in O_TRUNC mode.
The single corner case where this happens required file system based
tests and we only have those in veracity.
Follow on work required if we want those tests to exist in this repo.
AB#10163
Co-authored-by: Robin Bryce <[email protected]>
0 commit comments