Skip to content

Replace static methods in Translog with instance methods #5679

Open
@sachinpkale

Description

Is your feature request related to a problem? Please describe.

  • Static methods in Translog class allows accessing translog files without creating an instance of Translog.
  • Even though this makes things convenience in recovery flow, it breaks the separation of concerns and with these static methods, maintaining Translog implementations becomes non-trivial.
  • This feature request proposes changing all these static methods to instance methods.

Metadata

Assignees

No one assigned

    Labels

    Storage:DurabilityIssues and PRs related to the durability frameworkenhancementEnhancement or improvement to existing feature or request

    Type

    No type

    Projects

    • Status

      🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions