leventov 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_r204187389
##########
File path:
indexing-service/src/main/java/io/druid/indexing/overlord/TaskStorage.java
##########
@@ -127,17 +127,20 @@
* Returns a list of currently running or pending tasks as stored in the
storage facility as {@link TaskInfo}. No particular order
* is guaranteed, but implementations are encouraged to return tasks in
ascending order of creation.
*
+ * @param datasource datasource
Review comment:
This line broke TeamCity CI:
https://teamcity.jetbrains.com/viewLog.html?buildId=1531809&tab=Inspection&buildTypeId=OpenSourceProjects_Druid_Inspections
----------------------------------------------------------------
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]