Merge branch 'dev' of github.com:apache/incubator-dolphinscheduler into dev

This commit is contained in:
zhangzy 2020-02-07 16:32:31 +08:00
commit 5a8cb0fb21
1 changed files with 0 additions and 3 deletions

View File

@ -147,9 +147,6 @@ public abstract class AbstractCommandExecutor {
// get process id
int pid = getProcessId(process);
// task instance id
int taskInstId = Integer.parseInt(taskAppId.split("_")[2]);
processDao.updatePidByTaskInstId(taskInstId, pid, "");
logger.info("process start, process id is: {}", pid);