mirror of https://github.com/apache/druid.git
Merge pull request #1347 from gianm/task-shutdown-doc-fix
Tasks are not actually sigkilled.
This commit is contained in:
commit
8fcc5a2d51
|
@ -41,14 +41,12 @@ http://<OVERLORD_IP>:<port>/druid/indexer/v1/task
|
|||
```
|
||||
this will return the taskId of the submitted task.
|
||||
|
||||
Tasks can be cancelled via POST requests to:
|
||||
Tasks can be shut down via POST requests to:
|
||||
|
||||
```
|
||||
http://<OVERLORD_IP>:<port>/druid/indexer/v1/task/{taskId}/shutdown
|
||||
```
|
||||
|
||||
Issuing the cancel request will kill –9 the task.
|
||||
|
||||
Task statuses can be retrieved via GET requests to:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue