Mukul Kumar Singh created HDDS-1706:
---------------------------------------

             Summary: Replication Manager thread running too frequently
                 Key: HDDS-1706
                 URL: https://issues.apache.org/jira/browse/HDDS-1706
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: SCM
    Affects Versions: 0.4.0
            Reporter: Mukul Kumar Singh


Replication manager is running too frequnently at a 3s interval in place of 
300s.

{code}
host: vc1337.halxg.cloudera.com, networkLocation: /default-rack, certSerialId: 
null}.
2019-06-18 03:11:51,687 INFO 
org.apache.hadoop.hdds.scm.container.ReplicationManager: Replication Monitor 
Thread took 4 milliseconds for processing 739 containers.
.........
2019-06-18 03:11:54,692 INFO 
org.apache.hadoop.hdds.scm.container.ReplicationManager: Replication Monitor 
Thread took 4 milliseconds for processing 739 containers.
{code}

It is because of the following lines

{code}
    @Config(key = "thread.interval",
        type = ConfigType.TIME,
        defaultValue = "3s",
        tags = {SCM, OZONE},
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to