morningman commented on a change in pull request #665: Change routine load task 
sheduler interval to 0
URL: https://github.com/apache/incubator-doris/pull/665#discussion_r260564073
 
 

 ##########
 File path: 
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
 ##########
 @@ -173,6 +180,38 @@ protected RoutineLoadTaskInfo 
reNewTask(RoutineLoadTaskInfo routineLoadTaskInfo)
         return kafkaTaskInfo;
     }
 
+    // if customKafkaPartition is not null, then return false immediately
+    // else if kafka partitions of topic has been changed, return true.
+    // else return false
+    @Override
+    protected boolean needRescheduler() {
 
 Review comment:
   needRescheduler -> needReschedule

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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