AmatyaAvadhanula commented on code in PR #12404:
URL: https://github.com/apache/druid/pull/12404#discussion_r897972354


##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskStorage.java:
##########
@@ -150,6 +151,21 @@
    */
   List<Task> getActiveTasksByDatasource(String datasource);
 
+  /**
+   * Returns tasks stored in the storage facility as a List of TaskStatusPlus
+   * particular order is guaranteed, but implementations are encouraged to 
return tasks in ascending order of creation.

Review Comment:
   Done



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to