// NodeOpArg arg = new NodeOpArg(result._manager, result._thread);
// TestCommand command = new TestCommand(CommandType.STOP, new TestTrigger(beginTime), arg);
// List<TestCommand> commandList = new ArrayList<TestCommand>();
// commandList.add(command);
// TestExecutor.executeTestAsync(commandList, ZK_ADDR);
participant.syncStop();
}
}
public static void setIdealState(String uniqClusterName, long beginTime, int percentage)
throws Exception {