Remove isResumable arg. from persistResumeState and abortWithoutCleanup

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Storage Execution 2026-05-11
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Remove the isResumable parameter from MultiIndexBlock::persistResumeState and
      MultiIndexBlock::abortWithoutCleanup, since the value is now stored on the
      MultiIndexBlock itself via setIsResumable().

      SERVER-125654 made IndexBuildsManager::setUpIndexBuild call
      builder->setIsResumable(options.isResumable), so the _isResumable member is
      populated from the same source (replState->isResumable()) that callers pass into
      persistResumeState / abortWithoutCleanup. The parameter is now redundant.

            Assignee:
            Stephanie Eristoff
            Reporter:
            Stephanie Eristoff
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: