216217218219220221222223224225226
break; } // Return the action handler to the pool try { pool.returnObject(action); } catch (Throwable t) { logger.error("Error returning action {} to pool: {}", new Object[] { action, t.getMessage(), t });