gianm commented on a change in pull request #5998: Add support to filter on datasource for active tasks URL: https://github.com/apache/incubator-druid/pull/5998#discussion_r203491384
########## File path: indexing-service/src/main/java/io/druid/indexing/overlord/HeapMemoryTaskStorage.java ########## @@ -170,7 +170,7 @@ public void setStatus(TaskStatus status) } @Override - public List<TaskInfo<Task>> getActiveTaskInfo() + public List<TaskInfo<Task>> getActiveTaskInfo(@Nullable String datasource) Review comment: Please spell it "dataSource". Similar comment elsewhere. ---------------------------------------------------------------- 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]
