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

HDFS Client's direct memory leaks with erasure coding enabled

Add voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            Eungsop Yoo Eungsop Yoo

            Dates

              Created:
              Updated:

              Slack

                Issue deployment