You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Mukul Kumar Singh (JIRA)" <ji...@apache.org> on 2018/11/13 16:26:00 UTC

[jira] [Created] (HDDS-834) Datanode goes OOM based because of segment size

Mukul Kumar Singh created HDDS-834:
--------------------------------------

             Summary: Datanode goes OOM based because of segment size
                 Key: HDDS-834
                 URL: https://issues.apache.org/jira/browse/HDDS-834
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: Ozone Datanode
    Affects Versions: 0.3.0
            Reporter: Mukul Kumar Singh
            Assignee: Mukul Kumar Singh


Currently ratis segment size is set to 1GB. After RATIS-253, the entry size for a write Chunk is not  counted towards the entry being written to Raft Log.

This jira controls the segment size to 16KB which makes sure that the number of entries with WriteChunk is limited to 64. This means with 16MB chunk, the total data pending in the segment is 1GB.



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

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