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 "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2014/07/19 01:54:40 UTC

[jira] [Created] (HDFS-6709) Implement off-heap data structures for NameNode and other HDFS memory optimization

Colin Patrick McCabe created HDFS-6709:
------------------------------------------

             Summary: Implement off-heap data structures for NameNode and other HDFS memory optimization
                 Key: HDFS-6709
                 URL: https://issues.apache.org/jira/browse/HDFS-6709
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: namenode
            Reporter: Colin Patrick McCabe
            Assignee: Colin Patrick McCabe


We should investigate implementing off-heap data structures for NameNode and other HDFS memory optimization.  These data structures could reduce latency by avoiding the long GC times that occur with large Java heaps.  We could also avoid per-object memory overheads and control memory layout a little bit better.  This also would allow us to use the JVM's "compressed oops" optimization even with really large namespaces, if we could get the Java heap below 32 GB for those cases.  This would provide another performance and memory efficiency boost.



--
This message was sent by Atlassian JIRA
(v6.2#6252)