false, Thread.MAX_PRIORITY, true);
List<AsyncLoopThread> allThreads = new ArrayList<AsyncLoopThread>();
allThreads.add(executor_threads);
TaskHeartbeatRunable.registerTaskStats(taskid, new TaskStats(componentType, taskStats));
LOG.info("Finished loading task " + componentid + ":" + taskid);
return getShutdown(allThreads, deserializeQueue, baseExecutor);
}