Remove temporary circuit breaker suppression.

This commit is contained in:
Jon Chambers
2020-07-07 15:47:44 -04:00
committed by Jon Chambers
parent 3bca856e87
commit 06190286ec

View File

@@ -62,7 +62,7 @@ public class ClusterLuaScript {
}
} catch (final Exception e) {
log.warn("Failed to execute script", e);
return null;
throw e;
}
});
}