mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
minor fixes on cqld4
This commit is contained in:
@@ -228,6 +228,12 @@ public class ScenariosExecutor {
|
||||
return name;
|
||||
}
|
||||
|
||||
public synchronized void shutdownNow() {
|
||||
if (!executor.isShutdown()) {
|
||||
executor.shutdownNow();
|
||||
}
|
||||
}
|
||||
|
||||
private static class SubmittedScenario {
|
||||
private final Scenario scenario;
|
||||
private final Future<ScenarioResult> resultFuture;
|
||||
|
||||
Reference in New Issue
Block a user