+ ex.toString());
return false;
}
if (permit == false) {
// thread didn't get a permit in time
callback.receive(new IdleTimeoutException("oti(ms)=" + oti + " expired. operation - could not be completed."));
LOGGER.warn("thread didn't get a permit in time service=" + cascClient.getServiceName() + " time(ms)=" + oti);
cascClient.incrementAndCheckSemaphorePermitDenialCounter();
return false;
}
// reset the denial counter - we got a permit in time!