You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/03/27 18:43:45 UTC

[GitHub] [incubator-pinot] xiaohui-sun commented on a change in pull request #4021: [TE] add exceptions for detector API

xiaohui-sun commented on a change in pull request #4021: [TE] add exceptions for detector API
URL: https://github.com/apache/incubator-pinot/pull/4021#discussion_r269715658
 
 

 ##########
 File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DetectionPipelineJob.java
 ##########
 @@ -95,6 +95,7 @@ public void execute(JobExecutionContext jobExecutionContext) throws JobExecution
     taskDTO.setJobName(jobName);
     taskDTO.setStatus(TaskConstants.TaskStatus.WAITING);
     taskDTO.setTaskInfo(taskInfoJson);
+    taskDTO.setJobId(id);
 
 Review comment:
   Reverted this change.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org