arvin0810 opened a new issue #2987:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2987
*description*
Hi there, I've got several shell scripts ( task ) in a workflow instance,
when I directly run the entire workflow, after a few minutes, when I check the
status of the workflow, it's showing `executing` while all of the tasks have
been executed successfully and there are no remaining processes at the server,
the task logs also indicates that the task calling is a success. please help to
give some advice!
job log ( the end of a sqoop import log):
```
Time taken: 9.072 seconds
[INFO] 2020-06-15 18:57:30.635 - [taskAppId=TASK-11-44-111]:[106] - ->
20/06/15 18:57:29 INFO CliDriver: Time taken: 9.072 seconds
20/06/15 18:57:29 INFO conf.HiveConf: Using the default value passed
in for log id: a8909031-313f-4755-9572-96f35a102049
20/06/15 18:57:29 INFO session.SessionState: Resetting thread name
to main
20/06/15 18:57:29 INFO conf.HiveConf: Using the default value passed
in for log id: a8909031-313f-4755-9572-96f35a102049
20/06/15 18:57:29 INFO session.SessionState: Deleted directory:
/tmp/hive/hive/a8909031-313f-4755-9572-96f35a102049 on fs with scheme hdfs
20/06/15 18:57:29 INFO session.SessionState: Deleted directory:
/tmp/hive/a8909031-313f-4755-9572-96f35a102049 on fs with scheme file
20/06/15 18:57:29 INFO hive.metastore: Closed a connection to
metastore, current connections: 0
20/06/15 18:57:29 INFO hive.HiveImport: Hive import complete.
20/06/15 18:57:29 INFO imps.CuratorFrameworkImpl:
backgroundOperationsLoop exiting
20/06/15 18:57:30 INFO zookeeper.ZooKeeper: Session:
0x172310c034fc245 closed
20/06/15 18:57:30 INFO CuratorFrameworkSingleton: Closing ZooKeeper
client.
20/06/15 18:57:30 INFO zookeeper.ClientCnxn: EventThread shut down
```
worker log ( task id is 111 ):
```
/tmp/dolphinscheduler/exec/process/3/11/44/113/11_44_113_node.sh
[INFO] 2020-06-15 18:55:26.797 - [taskAppId=TASK-11-44-113]:[329] - task
run command:
sudo -u hive sh
/tmp/dolphinscheduler/exec/process/3/11/44/113/11_44_113.command
[INFO] 2020-06-15 18:55:26.897 - [taskAppId=TASK-11-44-112]:[158] - process
start, process id is: 46878
[INFO] 2020-06-15 18:55:26.994 - [taskAppId=TASK-11-44-113]:[158] - process
start, process id is: 46902
[INFO] 2020-06-15 18:57:30.132 - [taskAppId=TASK-11-44-112]:[168] - process
has exited, work dir:/tmp/dolphinscheduler/exec/process/3/11/44/112, pid:46878
,exitStatusCode:0
[INFO] 2020-06-15 18:57:30.139 - [taskAppId=TASK-11-44-112]:[231] - process
id is 46878
[INFO] 2020-06-15 18:57:30.140 - [taskAppId=TASK-11-44-112]:[432] - find
app id: application_1591693349720_0153
[INFO] 2020-06-15 18:57:30.141 - [taskAppId=TASK-11-44-112]:[236] - yarn
log url:application_1591693349720_0153
[INFO] 2020-06-15 18:57:30.636 - [taskAppId=TASK-11-44-111]:[168] - process
has exited, work dir:/tmp/dolphinscheduler/exec/process/3/11/44/111, pid:46853
,exitStatusCode:0
[INFO] 2020-06-15 18:57:30.643 - [taskAppId=TASK-11-44-111]:[231] - process
id is 46853
[INFO] 2020-06-15 18:57:30.644 - [taskAppId=TASK-11-44-111]:[432] - find
app id: application_1591693349720_0152
[INFO] 2020-06-15 18:57:30.645 - [taskAppId=TASK-11-44-111]:[236] - yarn
log url:application_1591693349720_0152
[INFO] 2020-06-15 18:57:33.458 - [taskAppId=TASK-11-44-113]:[168] - process
has exited, work dir:/tmp/dolphinscheduler/exec/process/3/11/44/113, pid:46902
,exitStatusCode:0
[INFO] 2020-06-15 18:57:33.464 - [taskAppId=TASK-11-44-113]:[231] - process
id is 46902
[INFO] 2020-06-15 18:57:33.465 - [taskAppId=TASK-11-44-113]:[432] - find
app id: application_1591693349720_0154
[INFO] 2020-06-15 18:57:33.466 - [taskAppId=TASK-11-44-113]:[236] - yarn
log url:application_1591693349720_0154
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]