-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
-
Fully Compatible
We have the option to provide an OperationContext with a RemoteCommandRequest here. However, we do not require that OperationContext pointer be valid. We should start making progress towards requiring that OperationContext. If we do so, we can make use of operation deadlines and better trace the state of remote operations.
Evaluating places where RemoteCommandRequest is used, they tend to lack an explicit OperationContext. However, I'm nearly certain most possess a Client on thread. This ticket may involve investigation and submitting child tickets to other teams.