egor-ryashin commented on a change in pull request #11456:
URL: https://github.com/apache/druid/pull/11456#discussion_r689667270
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/overlord/http/OverlordResource.java
##########
@@ -562,6 +563,7 @@ public Response getTasks(
@QueryParam("datasource") final String dataSource,
@QueryParam("createdTimeInterval") final String createdTimeInterval,
@QueryParam("max") final Integer maxCompletedTasks,
+ @QueryParam("maxActiveTasks") final Integer maxActiveTasks,
Review comment:
There're 2 items I'd like to support though:
1. It's more flexible and UI has more control over the backend.
2. It's backward compatible.
--
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]