vtlim commented on code in PR #13131:
URL: https://github.com/apache/druid/pull/13131#discussion_r1091330107


##########
docs/operations/clean-metadata-store.md:
##########
@@ -143,7 +143,9 @@ Datasource cleanup uses the following configuration:
 
 ### Indexer task logs
 
-You can configure the Overlord to delete indexer task log metadata and the 
indexer task logs from local disk or from cloud storage.
+You can configure the Overlord to periodically delete indexer task logs and 
associated metadata. During cleanup, the Overlord removes the following:
+* Indexer task logs from deep storage.
+* Indexer task log metadata from the `druid_tasks` and `druid_tasklogs` tables 
in [metadata storage](../configuration/index.md#metadata-storage). Druid no 
longer uses the `druid_tasklogs` table, and the table is always empty.
 Set these properties in the `overlord/runtime.properties` file.

Review Comment:
   ```suggestion
   
   To configure cleanup of task logs by the Overlord, set the following 
properties in the `overlord/runtime.properties` file.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to