You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2014/07/09 23:45:05 UTC

[jira] [Created] (HADOOP-10808) Remove unused native code for munlock.

Chris Nauroth created HADOOP-10808:
--------------------------------------

             Summary: Remove unused native code for munlock.
                 Key: HADOOP-10808
                 URL: https://issues.apache.org/jira/browse/HADOOP-10808
             Project: Hadoop Common
          Issue Type: Bug
          Components: native
    Affects Versions: 3.0.0, 2.5.0
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth
            Priority: Minor


The Centralized Cache Management project added a native function for calling {{munlock}}.  This function is unused though, because Centralized Cache Management calls {{munmap}}, which implicitly unlocks the memory too.  Let's remove the unused code.  This is a private/unstable class, so there is no backwards-compatibility concern.



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