[ 
https://issues.apache.org/jira/browse/GOBBLIN-775?focusedWorklogId=247561&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247561
 ]

ASF GitHub Bot logged work on GOBBLIN-775:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/May/19 17:30
            Start Date: 23/May/19 17:30
    Worklog Time Spent: 10m 
      Work Description: autumnust commented on pull request #2640: 
[GOBBLIN-775] Add job level retries for gobblin service
URL: https://github.com/apache/incubator-gobblin/pull/2640#discussion_r287050503
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagerUtils.java
 ##########
 @@ -75,8 +75,10 @@ static String getJobName(DagNode<JobExecutionPlan> dagNode) 
{
    * @return a fully qualified name of the underlying job.
    */
   static String getFullyQualifiedJobName(DagNode<JobExecutionPlan> dagNode) {
-    Config jobConfig = dagNode.getValue().getJobSpec().getConfig();
+    return 
getFullyQualifiedJobName(dagNode.getValue().getJobSpec().getConfig());
+  }
 
+  public static String getFullyQualifiedJobName(Config jobConfig) {
 
 Review comment:
   Let's give it an another name instead.
 
----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 247561)
    Time Spent: 40m  (was: 0.5h)

> Add job level retry for gobblin service
> ---------------------------------------
>
>                 Key: GOBBLIN-775
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-775
>             Project: Apache Gobblin
>          Issue Type: New Feature
>          Components: gobblin-service
>            Reporter: Jack Moseley
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to