Skip to content

Commit

Permalink
Update tasks.md (apache#15887)
Browse files Browse the repository at this point in the history
Remove erroneous white space causing render issues on this page.
  • Loading branch information
petermarshallio authored Feb 13, 2024
1 parent dad8398 commit cae9cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ingestion/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit cae9cbd

Please sign in to comment.