-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2023-03-20
-
None
-
None
-
None
-
None
-
None
-
None
-
None
TicketHolder::resize currently takes an OperationContext* because internally PriorityTicketHolder::_resize uses PriorityTicketHolder:: _waitForTicketUntilImpl, but for this function call we can instead just use a nullptr since we are calling it with WaitMode::kUninterruptible.