jihoonson commented on a change in pull request #6510: Added support for filtering by unused parameter URL: https://github.com/apache/incubator-druid/pull/6510#discussion_r233231675
########## File path: indexing-service/src/main/java/org/apache/druid/indexing/overlord/MetadataTaskStorage.java ########## @@ -208,15 +208,15 @@ public void setStatus(final TaskStatus status) } @Override - public List<TaskInfo<Task, TaskStatus>> getRecentlyFinishedTaskInfo( + public List<TaskInfo<Task, TaskStatus>> getFinishedTaskInfoByCreatedTimeDuration( Review comment: Thanks, sounds good to me. ---------------------------------------------------------------- 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]
