Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-14259

Disallow wiretiger configs with live restore enabled but statistics disabled

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Live Restore
    • None
    • Storage Engines
    • 5

      Users of live restore depend on statistics being enabled to know when live restore has completed, but it's possible to start wiredtiger with statistics disabled (we default to none), or worse with statistics=clear which will reset the live restore state on each access by a cursor.

      We need to add configuration logic that checks statistics is set to one of (fast, all) when live restore is enabled. We need to check this behaviour on start up, and when either stats or live restore are reconfigured.

       

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            andrew.morton@mongodb.com Andrew Morton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: