kfaraz commented on code in PR #18124:
URL: https://github.com/apache/druid/pull/18124#discussion_r2141606452


##########
docs/configuration/index.md:
##########
@@ -1186,6 +1191,15 @@ The following properties pertain to segment metadata 
caching on the Overlord tha
 |`druid.manager.segments.useIncrementalCache`|Denotes the usage mode of the 
segment metadata incremental cache. Possible modes are: (a) `never`: Cache is 
disabled. (b) `always`: Reads are always done from the cache. Service start-up 
will be blocked until cache has synced with the metadata store at least once. 
Transactions will block until cache has synced with the metadata store at least 
once after becoming leader. (c) `ifSynced`: Reads are done from the cache only 
if it has already synced with the metadata store. This mode does not block 
service start-up or transactions.|`never`|
 |`druid.manager.segments.pollDuration`|Duration (in ISO 8601 format) between 
successive syncs of the cache with the metadata store. This property is used 
only when `druid.manager.segments.useIncrementalCache` is set to `always` or 
`ifSynced`.|`PT1M` (1 minute)|
 
+##### Auto-kill unused segments (Experimental)
+
+These configs pertain to the new embedded mode of running [kill tasks on the 
Overlord](../data-management/delete.md#auto-kill-data-on-the-overlord-experimental).
+

Review Comment:
   updated



-- 
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