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
tracking snapshots are written at the start of new segments, if the max segment size is very small and is smaller than the tracking snapshot osiris_log will enter a loop where it will continuously reach the max size by just writing the snapshot (or even header).
Reproduction steps
...
Expected behavior
only user and tracking delta chunks should trigger the max size.