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)