-
Type:
Sub-task
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
N&O 2026-07-06, N&O 2026-07-20
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Since there is a new IDL based type for `TelemetryContext`, we can not add this type as a stack based attribute on `OpMsg` (or even include the header for `TelemetryContext`) because all IDL types include `op_msg.h`. If we did the compiler would be trapped in a circular reference.
For now `OpMsg` uses an incomplete type to `TelemetryContext` and heap allocates the instance. Once the circular reference is broken, we should move `TelemetryContext` to be an optional instead.
- duplicates
-
SERVER-130226 Separate command-specific idl parsing code from general idl parser library
-
- Closed
-