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
feat(block-wal): use version V1 and support sequential return (#2682)
* feat(s3stream/block-wal): complete appends sequentially (#2665)
* feat(s3stream/block-wal): complete appends sequentially
* fix: use a lock to ensure there is at most one callback thread
---------
* feat(s3stream/wal): write a padding record when no space at the end of device (#2673)
* refactor(RecordHeader): remove useless methods
* feat(SlidingWindowService): write a padding block when not enough space
* feat(recovery): handle padding records
* fix: fix incorrect assertion
---------
* feat(s3stream/wal): defaults to using version V1 and forward compatible (#2676)
* feat: introduce the Block WAL V1
* feat: impl `RecoverIteratorV1` which only recovers continuous records
* feat: wal forward compatibility
* test: fix tests
* test: test recover from WAL V1
* test: test upgrade
---------
---------
Signed-off-by: Ning Yu <[email protected]>
0 commit comments