[ 
https://issues.apache.org/jira/browse/HBASE-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400192#comment-13400192
 ] 

Hudson commented on HBASE-4391:
-------------------------------

Integrated in HBase-TRUNK #3064 (See 
[https://builds.apache.org/job/HBase-TRUNK/3064/])
    HBASE-4391 Add ability to start RS as root and call mlockall (Matteo 
Bertozzi) (Revision 1353289)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/bin/hbase-config.sh
* /hbase/trunk/hbase-server/pom.xml
* /hbase/trunk/hbase-server/src/main/native
* /hbase/trunk/hbase-server/src/main/native/CMakeLists.txt
* /hbase/trunk/hbase-server/src/main/native/src
* /hbase/trunk/hbase-server/src/main/native/src/mlockall_agent
* /hbase/trunk/hbase-server/src/main/native/src/mlockall_agent/mlockall_agent.c
* /hbase/trunk/src/assembly/all.xml

                
> Add ability to start RS as root and call mlockall
> -------------------------------------------------
>
>                 Key: HBASE-4391
>                 URL: https://issues.apache.org/jira/browse/HBASE-4391
>             Project: HBase
>          Issue Type: New Feature
>          Components: regionserver
>    Affects Versions: 0.94.0
>            Reporter: Todd Lipcon
>            Assignee: Matteo Bertozzi
>             Fix For: 0.96.0
>
>         Attachments: 4391-v4.patch, HBASE-4391-v0.patch, HBASE-4391-v1.patch, 
> HBASE-4391-v2.patch, HBASE-4391-v3.patch
>
>
> A common issue we've seen in practice is that users oversubscribe their 
> region servers with too many MR tasks, etc. As soon as the machine starts 
> swapping, the RS grinds to a halt, loses ZK session, aborts, etc.
> This can be combatted by starting the RS as root, calling mlockall(), and 
> then setuid down to the hbase user. We should not require this, but we should 
> provide it as an option.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to