Skip to content

[vibe-d/mongodb] [critical] [mongo8] No client session support #2854

@gedaiu

Description

@gedaiu

We parse logicalSessionTimeoutMinutes from the handshake but never actually create or use sessions. Without them we can't do transactions, causal consistency, or retryable writes.

Need a startSession() on MongoClient, attach lsid to commands, and clean up with endSession(). Also need implicit sessions for operations that require them.

Blocks transactions and retryable writes.

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