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

makeReplWriterPool ignores threadCount argument

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.0.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Repl 2020-10-19

      One of the makeReplWriterPool functions accepts a threadCount but then ignores it and passes the default value replWriterThreadCount instead.

      std::unique_ptr<ThreadPool> makeReplWriterPool(int threadCount) {
          return makeReplWriterPool(replWriterThreadCount, "ReplWriterWorker"_sd);
      }
      

            Assignee:
            matthew.russotto@mongodb.com Matthew Russotto
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: