Description
testSwapUnderContention counts the calls and then interrupts as shown below. There could be call after counting the call but before interrupt.
for (Taker t : consumers) {
totalCallsConsumed += t.callsTaken;
threads.get(t).interrupt();
}
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-10395 TestCallQueueManager is flaky
- Closed