Mark Gui created HDDS-6053:
------------------------------

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


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