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

Integrate CancelationTokens with PrimaryOnlyService

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Internal Code
    • Fully Compatible
    • v5.0
    • Sharding 2020-11-16, Sharding 2020-11-30
    • 0

      Use CancelationTokens for PrimaryOnlyService to help with the cancelation of running instances.

      There are three aspects of this:

      • Make PrimaryOnlyService and instances own a CancelationSource, and pass tokens from the source to the Instance::run function
      • Remove the usage of ScopedTaskExecutor in favor of using the base executor and CancelationToken-accepting functions on TaskExecutor (SERVER-52750)
      • Remove the interrupt() function from PrimaryOnlyService::Instance and use CancelationToken cancelation to handle interruptions instead (SERVER-52751)

      This ticket tracks the first bullet point.

            Assignee:
            jason.zhang@mongodb.com Jason Zhang
            Reporter:
            matthew.saltz@mongodb.com Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: