vincentchenjl commented on a change in pull request #4777: [TE] add event 
driven scheduler
URL: https://github.com/apache/incubator-pinot/pull/4777#discussion_r344404529
 
 

 ##########
 File path: 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/task/TaskDriver.java
 ##########
 @@ -123,7 +123,6 @@ public void start() throws Exception {
                 TaskType taskType = anomalyTaskSpec.getTaskType();
                 TaskRunner taskRunner = 
TaskRunnerFactory.getTaskRunnerFromTaskType(taskType);
                 TaskInfo taskInfo = 
TaskInfoFactory.getTaskInfoFromTaskType(taskType, 
anomalyTaskSpec.getTaskInfo());
-                updateTaskStartTime(anomalyTaskSpec.getId());
 
 Review comment:
   I have it update the start time when it updates the worker id. 
https://github.com/apache/incubator-pinot/pull/4777/files/33c0ae859250442aa9585a6a6867f87114860323#diff-6f7e9ed6a4d01cdcba67ed4cfcd69cdaR125

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to