Skip to content

Docs still reference removed --multi_exec_mode flag #519

@EDeijl

Description

@EDeijl

The documentation at https://www.dragonflydb.io/docs/managing-dragonfly/flags#--multi_exec_mode still lists --multi_exec_mode as a valid flag, but it has been fully removed from the codebase.

Timeline

Date Commit Change
2025-01-05 ff4add0c (dragonflydb/dragonfly#4405) Flag deprecated — changed to ABSL_RETIRED_FLAG, hardcoded to LOCK_AHEAD (mode 2)
2025-12-07 8d0154d8 (dragonflydb/dragonfly#6174) Flag removed entirely — ABSL_RETIRED_FLAG line deleted
  • Passing --multi_exec_mode at startup will crash the application

Impact

When we tried to update our (pretty old) dragonfly instances to a newer version we had to hunt through the code why setting this flag didn't work anymore as both the docs, and the release notes do not state either the deprecation of this flag, or the removal of it.

Fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions