You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Zihan Li (Jira)" <ji...@apache.org> on 2021/01/29 18:03:00 UTC

[jira] [Created] (GOBBLIN-1378) Fix the issue that task Hang after restart

Zihan Li created GOBBLIN-1378:
---------------------------------

             Summary: Fix the issue that task Hang after restart
                 Key: GOBBLIN-1378
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1378
             Project: Apache Gobblin
          Issue Type: Task
            Reporter: Zihan Li


In StreamModelTaskRunner.run() we call Fork.isDone() to determine whether a task finished. And in Fork.isDone() method, it only tread FAILED or SUCCEED as done, but task state COMMITTED should also be treated as done. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)