mirror of
https://github.com/apache/druid.git
synced 2025-03-08 10:30:38 +00:00
Update tasks.md (#15887)
Remove erroneous white space causing render issues on this page.
This commit is contained in:
parent
dad8398a4d
commit
cae9cbd7d7
@ -404,7 +404,7 @@ Logs are created by ingestion tasks as they run. You can configure Druid to push
|
||||
|
||||
Once the task has been submitted to the Overlord it remains `WAITING` for locks to be acquired. Worker slot allocation is then `PENDING` until the task can actually start executing.
|
||||
|
||||
The task then starts creating logs in a local directory of the middle manager (or indexer) in a `log` directory for the specific `taskId` at [`druid.worker.baseTaskDirs`] (../configuration/index.md#middlemanager-configuration).
|
||||
The task then starts creating logs in a local directory of the middle manager (or indexer) in a `log` directory for the specific `taskId` at [`druid.worker.baseTaskDirs`](../configuration/index.md#middlemanager-configuration).
|
||||
|
||||
When the task completes - whether it succeeds or fails - the middle manager (or indexer) will push the task log file into the location specified in [`druid.indexer.logs`](../configuration/index.md#task-logging).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user