Skip to content

Make in-memory fs growth allocation-fallible #1324

Description

@wdcui

InMem writes and extending truncates currently rely on infallible Vec/Cow growth, which may panic or abort on capacity or allocation failure. Define failure atomicity and the appropriate fs error, then use fallible reservation before mutation. Deferred from #1318 to keep allocation behavior unchanged during the broker refactor.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions