autumnust commented on a change in pull request #2640: [GOBBLIN-775] Add job 
level retries for gobblin service
URL: https://github.com/apache/incubator-gobblin/pull/2640#discussion_r287053928
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
 ##########
 @@ -391,6 +392,10 @@ private void pollAndAdvanceDag()
             jobExecutionPlan.setExecutionStatus(RUNNING);
             break;
         }
+
+        if (jobStatus.isShouldRetry()) {
 
 Review comment:
   Only failed job's status will have this flag turned on? 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to