mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
elevate scenario shutting down error to ERROR
This commit is contained in:
parent
c5b4afe719
commit
acb3efa10d
@ -321,7 +321,7 @@ public class Scenario implements Callable<ScenarioResult> {
|
||||
System.out.flush();
|
||||
} catch (Exception e) {
|
||||
this.state = State.Errored;
|
||||
logger.warn("Error in scenario, shutting down.");
|
||||
logger.error("Error in scenario, shutting down. (" + e.toString() + ")");
|
||||
this.scenarioController.forceStopScenario(5000, false);
|
||||
this.error = e;
|
||||
throw new RuntimeException(e);
|
||||
|
Loading…
Reference in New Issue
Block a user