546547548549550551552553554555556
try { if( useTimeout && timeToWait <= 0 ) { throw new ConnectionPoolTimeoutException( "Timeout waiting for connection" ); } if( LOG.isDebugEnabled() ) { LOG.debug( "Unable to get a connection, waiting..., hostConfig=" + hostConfiguration );