You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/18 20:14:06 UTC

[GitHub] surekhasaharan commented on a change in pull request #5998: Add support to filter on datasource for active tasks

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

 ##########
 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:
   replaced at all the places.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org