HBASE-13202 Procedure v2 - core framework (addendum)

This commit is contained in:
Matteo Bertozzi 2015-04-11 08:53:09 +01:00
parent e994b491ac
commit e75c6201c6
1 changed files with 1 additions and 1 deletions

View File

@ -67,8 +67,8 @@ public class ProcedureTestingUtility {
int execThreads = procExecutor.getNumThreads();
// stop
procExecutor.stop();
procStore.stop(false);
procExecutor.join();
procStore.stop(false);
// nothing running...
if (beforeStartAction != null) {
beforeStartAction.run();