Integrate CancelationTokens with PrimaryOnlyService

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: 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
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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 (Inactive)
            Reporter:
            Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: