-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
3
During sharding initialization for mongod, we are using an opCtx that is related to the shard service to perform all of our initialization. We should think about creating an OperationContext that is related to the router service, since we are initializing things that are usually associated with a router. This way we can ensure that the things that are being initialized are associated with the correct service.