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
* Acquire lock before unmapping vlog files
When we truncate the vlog file, we unmap and remap it. This leaves a
window for segfault. This PR reintroduces the lock that got removed in
commit afa8faea.
0 commit comments