.setHost(getHost())
.setLatency(System.currentTimeMillis() - startTime);
}
catch (InterruptedException e) {
Thread.currentThread().interrupt();
throw new InterruptedOperationException("Thread interrupted waiting for connection")
.setHost(getHost())
.setLatency(System.currentTimeMillis() - startTime);
}
finally {
blockedThreads.decrementAndGet();