gianm commented on a change in pull request #6185: 'shutdownAllTasks' API for a 
dataSource
URL: https://github.com/apache/incubator-druid/pull/6185#discussion_r210685730
 
 

 ##########
 File path: docs/content/operations/api-reference.md
 ##########
 @@ -378,6 +378,9 @@ Endpoint for submitting tasks and supervisor specs to the 
overlord. Returns the
 
 Shuts down a task.
 
+* `druid/indexer/v1/task/{dataSource}/shutdown`
 
 Review comment:
   This namespace collides with `{taskId}`. It's not likely that anyone will 
actually create a task with the same name as a datasource, but you never know, 
so let's use a different URL here. How about: 
`/druid/indexer/v1/dataSource/{dataSource}/shutdownAllTasks`

----------------------------------------------------------------
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]

Reply via email to