-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
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); }