HBASE-13202 Procedure v2 - core framework (addendum)
This commit is contained in:
parent
e994b491ac
commit
e75c6201c6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue