maytasm commented on a change in pull request #11084:
URL: https://github.com/apache/druid/pull/11084#discussion_r615144436



##########
File path: docs/configuration/index.md
##########
@@ -742,6 +742,15 @@ These Coordinator static configurations can be defined in 
the `coordinator/runti
 |`druid.coordinator.asOverlord.enabled`|Boolean value for whether this 
Coordinator process should act like an Overlord as well. This configuration 
allows users to simplify a druid cluster by not having to deploy any standalone 
Overlord processes. If set to true, then Overlord console is available at 
`http://coordinator-host:port/console.html` and be sure to set 
`druid.coordinator.asOverlord.overlordService` also. See next.|false|
 |`druid.coordinator.asOverlord.overlordService`| Required, if 
`druid.coordinator.asOverlord.enabled` is `true`. This must be same value as 
`druid.service` on standalone Overlord processes and 
`druid.selectors.indexing.serviceName` on Middle Managers.|NULL|
 
+##### Metadata Management
+
+|Property|Description|Required?|Default|
+|--------|-----------|---------|-------|
+|`druid.coordinator.period.metadataStoreManagementPeriod`|How often to run 
metadata management tasks. |No |PT3600S (1 hour)|

Review comment:
       Done

##########
File path: docs/configuration/index.md
##########
@@ -742,6 +742,15 @@ These Coordinator static configurations can be defined in 
the `coordinator/runti
 |`druid.coordinator.asOverlord.enabled`|Boolean value for whether this 
Coordinator process should act like an Overlord as well. This configuration 
allows users to simplify a druid cluster by not having to deploy any standalone 
Overlord processes. If set to true, then Overlord console is available at 
`http://coordinator-host:port/console.html` and be sure to set 
`druid.coordinator.asOverlord.overlordService` also. See next.|false|
 |`druid.coordinator.asOverlord.overlordService`| Required, if 
`druid.coordinator.asOverlord.enabled` is `true`. This must be same value as 
`druid.service` on standalone Overlord processes and 
`druid.selectors.indexing.serviceName` on Middle Managers.|NULL|
 
+##### Metadata Management
+
+|Property|Description|Required?|Default|
+|--------|-----------|---------|-------|
+|`druid.coordinator.period.metadataStoreManagementPeriod`|How often to run 
metadata management tasks. |No |PT3600S (1 hour)|
+|`druid.coordinator.kill.audit.on`| Boolean value for whether to enable 
automatic deletion of audit logs. If set to true, Coordinator will periodically 
remove audit logs from the audit table entries in metadata storage.| No | 
False| 
+|`druid.coordinator.kill.audit.period`| How often to do automatic deletion of 
audit logs. Value must be greater than 
`druid.coordinator.period.metadataStoreManagementPeriod`. Only applies if 
`druid.coordinator.kill.audit.on` is set to True.| Yes if 
`druid.coordinator.kill.audit.on` is set to True| None|
+|`druid.coordinator.kill.audit.durationToRetain`| In milliseconds, audit logs 
to be retained created in last x milliseconds. Only applies if 
`druid.coordinator.kill.audit.on` is set to True.| Yes if 
`druid.coordinator.kill.audit.on` is set to True| None|

Review comment:
       Done




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

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