You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2020/03/17 22:35:47 UTC

[GitHub] [incubator-gobblin] sv2000 commented on a change in pull request #2927: Add job orchestrated time, use job start/prepare time to set job start time in GaaS jobs

sv2000 commented on a change in pull request #2927: Add job orchestrated time, use job start/prepare time to set job start time in GaaS jobs
URL: https://github.com/apache/incubator-gobblin/pull/2927#discussion_r394009787
 
 

 ##########
 File path: gobblin-runtime/src/main/java/org/apache/gobblin/service/monitoring/JobStatusRetriever.java
 ##########
 @@ -74,6 +74,7 @@ protected JobStatus getJobStatus(State jobState) {
     String jobTag = jobState.getProp(TimingEvent.FlowEventConstants.JOB_TAG_FIELD);
     long jobExecutionId = Long.parseLong(jobState.getProp(TimingEvent.FlowEventConstants.JOB_EXECUTION_ID_FIELD, "0"));
     String eventName = jobState.getProp(JobStatusRetriever.EVENT_NAME_FIELD);
+    long orchestrationTime = Long.parseLong(jobState.getProp(TimingEvent.JOB_ORCHESTRATED_TIME, "0"));
 
 Review comment:
   Nit: orchestratedTime.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services