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:
@@ -263,6 +263,7 @@ public class Scenario implements Callable<ScenarioResult> {
|
||||
System.out.flush();
|
||||
} catch (Exception e) {
|
||||
this.state = State.Errored;
|
||||
logger.warn("Error in scenario, shutting down.");
|
||||
this.scenarioController.forceStopScenario(5000, false);
|
||||
throw new RuntimeException(e);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user