Remove temporary circuit breaker suppression.
This commit is contained in:
parent
3bca856e87
commit
06190286ec
|
@ -62,7 +62,7 @@ public class ClusterLuaScript {
|
||||||
}
|
}
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
log.warn("Failed to execute script", e);
|
log.warn("Failed to execute script", e);
|
||||||
return null;
|
throw e;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue