surekhasaharan commented on a change in pull request #6592: tasks tables in 
metadata storage are not cleared
URL: https://github.com/apache/incubator-druid/pull/6592#discussion_r233188817
 
 

 ##########
 File path: 
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskStorage.java
 ##########
 @@ -75,6 +75,13 @@
    */
   void removeLock(String taskid, TaskLock taskLock);
 
+  /**
+   * Remove the tasks created order than the given createdTime.
+   *
+   * @param timestamp timestamp to check the {@code created_date} of tasks
+   */
 
 Review comment:
   Agree, please change "order" to "older" here as well.

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