Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Log archiver block size can only be specified at creation time #9

Description

@caetanosauer

Current code allows the block size to be passed to the constructor of each LogArchiver component. However, if we try to open an archive with an incompatible block size, things will go wrong. Changing the block size while a run is being generated is also not possible.

As a solution, each run file could include the block size as header information. To make our live easier, we could enforce that all runu files have the same block size. Furthermore, a block size passed to the constructor should only be used if the archive is empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions