Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-37645

Add parsing for new index build fields in index catalog entries

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.8
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Fully Compatible
    • Storage NYC 2019-01-28, Storage NYC 2019-02-11
    • 5

      Probably should upgrade the parsing to an IDL while we're at it. Update: or not, because that actually sounds like a potential black hole given how much we pass around BSON elsewhere in the index building layer.

      // Defaults to false in-memory if absent
      runTwoPhaseIndexBuild: <bool>,

      // Defaults to "scanning" if absent. Can only be set to "scanning", "verifying" or "committing"
      buildPhase: <string>,

      // Defaults to 1 if absent.
      versionOfBuild: <integer>,

      // No default if absent. Should have a bool function to say whether it is present.
      buildConstraintViolationsFile: <string>,

      newWritesInterceptorTable: <string> (pick a field name that seems suitable for this)

      Check in with the design before finalizing.

            Assignee:
            louis.williams@mongodb.com Louis Williams
            Reporter:
            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: