-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Workload Scheduling
-
ALL
When waiting to acquire a ticket, the semaphore ticket holder uses an internal interval of 500ms. However, if the timeout provided by the caller is less than this interval and is not able to acquire the ticket within that time, we immediately return instead of checking for interrupt first. Note that this differs from the behavior of the priority ticket holder which always checks for interrupt after waiting.
- related to
-
SERVER-74082 Remove SemaphoreTicketHolder
- Closed