makeReplWriterPool ignores threadCount argument

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: