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

Refactor incremental backup config parsing functions

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      In reviewing WT-6215 keith.smith noticed that there is overlap in parsing the configuration lines for backup information.

      cursor/cur_backup_incr.c:curbackup_incr_blkmod and meta/meta_ckpt.c:ckpt_load_blk_mods have very similar parsing code paths.

      These two functions have subtle differences. They compare against different strings and they fill in different data structures. A review of these function should be done to figure out a way to factor that out into one function.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: