Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-17670

HDFS Client's direct memory leaks with erasure coding enabled

    XMLWordPrintableJSON

Details

    Description

      We are testing erasure coding with HBase. But we faced that the size of direct memory of HBase RegionServer keep growing.

      It is caused by that the direct memory allocated by ElasticByteBufferPool of HDFS client is never released.

      https://issues.apache.org/jira/browse/HADOOP-18105
      We found that we already have the solution, WeakReferencedElasticByteBufferPool.

      Just replace ElasticByteBufferPool with WeakReferencedElasticByteBufferPool.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Eungsop Yoo Eungsop Yoo
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: