The GitHub Actions job "cargo in /. for tungstenite - Update #870165654" on 
horaedb.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
8a2884052b4c02d132fd2c30fa6169b84a9d2ffd / Draco <[email protected]>
feat: Add a new disk-based WAL implementation for standalone deployment (#1552)

## Rationale

#1279

## Detailed Changes

1. Added a struct `Segment` responsible for reading and writing segment
files, and it records the offset of each record.
2. Add a struct SegmentManager responsible for managing all segments,
including:
        1.      Reading all segments from the folder upon creation.
        2.      Writing only to the segment with the largest ID.
3. Maintaining a cache where segments not in the cache are closed, while
segments in the cache have their files open and are memory-mapped using
mmap.
3. Implement the `WalManager` trait.

## Test Plan

Unit tests.

Report URL: https://github.com/apache/horaedb/actions/runs/10415611703

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to