-
Type: Task
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Workload Scheduling
-
Workload Scheduling 2024-06-24, Workload Scheduling 2024-07-08
ServiceContext::setServiceEntryPoint is called twice in mongod_main.cpp: once in mongod_main(), then again in _initAndListen().
From a quick look, it seems like this patch intended to move the call up but forgot to delete it from the original place.