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

Properly shut down executors in these files owned by Replication

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Replication
    • ALL
    • v7.0
    • Repl 2023-06-12
    • 113
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      In the following files, there exist executors that may not be properly shutdown by calling both join and shutdown.

      • db/repl/replication_coordinator_external_state_impl.cpp
        • 360,19:     _writerPool = makeReplWriterPool();
      • db/repl/replication_recovery.cpp
        • 715,23:     auto writerPool = makeReplWriterPool();
      • db/repl/replication_coordinator_external_state_impl.cpp
        • 355,30:     _oplogApplierTaskExecutor->startup();
      • db/read_write_concern_defaults.cpp
        • 335,16:     _threadPool.startup();

      To reference the full list of files/executors combed, please refer to the linked BF ticket.

            Assignee:
            xuerui.fa@mongodb.com Xuerui Fa
            Reporter:
            blake.oler@mongodb.com Blake Oler
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: