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

Update the live restore API configuration

    • Storage Engines
    • 5
    • StorEng - 2024-12-10

      Per a discussion on the PoC merge PR we want to update the live restore API. The current api is an "aux_path=" parameter passed to connection open. We want to change this to be a "live_restore" config with the following subconfig:

      • enabled : true|false
      • path : "path/to/source"
      • thread_min
      • thread_max

      The thread_min and max parameters will dictate the allowed number of background worker threads migrating files across.

      Scope:

      • Add the new config items
      • Create a python test that validates them for connection_open
      • Update the other tests: test_live_restore and timestamp abort with the new configuration.

            Assignee:
            luke.pearson@mongodb.com Luke Pearson
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: