mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Add more verbose error indicator for scenario
This commit is contained in:
parent
5a3ac64977
commit
5f5c08d77d
@ -263,7 +263,8 @@ public class Scenario implements Callable<ScenarioResult> {
|
||||
System.out.flush();
|
||||
} catch (Exception e) {
|
||||
this.state = State.Errored;
|
||||
this.scenarioController.forceStopScenario(5000,false);
|
||||
logger.warn("Error in scenario, shutting down.");
|
||||
this.scenarioController.forceStopScenario(5000, false);
|
||||
throw new RuntimeException(e);
|
||||
} finally {
|
||||
if (this.state==State.Running) {
|
||||
|
Loading…
Reference in New Issue
Block a user