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
Commitlog compression is coordinated externally, and it is safe to
compress the same segment concurrently. Therefore, we can release the
lock before starting the actual compression work, thereby avoiding to
interfere with writes.
Also, return an error if the mutable segment is requested to be
compressed, instead of panicking.
Co-authored-by: joshua-spacetime <josh@clockworklabs.io>
0 commit comments