[ 
https://issues.apache.org/jira/browse/HDDS-6053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-6053:
---------------------------------
    Labels: pull-request-available  (was: )

> Fix too short container scrubber data scan interval.
> ----------------------------------------------------
>
>                 Key: HDDS-6053
>                 URL: https://issues.apache.org/jira/browse/HDDS-6053
>             Project: Apache Ozone
>          Issue Type: Improvement
>            Reporter: Mark Gui
>            Assignee: Mark Gui
>            Priority: Minor
>              Labels: pull-request-available
>
> I've found that the datanode container data scrubber defaults to have an scan 
> interval if 1minute:
> {code:java}
> // ContainerScrubberConfiguration.java
> @Config(key = "data.scan.interval",
>     type = ConfigType.TIME,
>     defaultValue = "1m", 
> ...{code}
> It is too short since data scan is a heavy read load which may make normal IO 
> slow,
> so a longer interval should be used as default, for example 1d.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to