mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
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.
|
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
|
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:
|
Task statuses can be retrieved via GET requests to:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user