mirror of https://github.com/apache/cassandra
Force exit vs trying to cleanup all threads for stress
This commit is contained in:
parent
9873960f3b
commit
67d476d7c3
|
|
@ -108,6 +108,8 @@ public final class Stress
|
|||
StressAction stressAction = new StressAction(settings, logout);
|
||||
stressAction.run();
|
||||
}
|
||||
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue