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 "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2018/07/25 21:15:00 UTC

[jira] [Created] (HDDS-293) Reduce memory usage in KeyData

Tsz Wo Nicholas Sze created HDDS-293:
----------------------------------------

             Summary: Reduce memory usage in KeyData
                 Key: HDDS-293
                 URL: https://issues.apache.org/jira/browse/HDDS-293
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
            Reporter: Tsz Wo Nicholas Sze
            Assignee: Tsz Wo Nicholas Sze


Currently, the field chunks is declared as a List<ChunkInfo> in KeyData as shown below.
{code}
//KeyData.java
  private List<ContainerProtos.ChunkInfo> chunks;
{code}
It is expected that many KeyData objects only have a single chunk.  We could reduce the memory usage.



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