Details
Description
The opCtx we were under when the handler was created is not valid during commit. What is the prescribed way to access the current opCtx? The approach we are currently using is to retrieve the opCtx from the current client:
auto opCtx = cc().getOperationContext();
Attachments
Issue Links
- is depended on by
-
SERVER-68265 Add namespace to catalogId mapping in CollectionCatalog
-
- Closed
-