Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.94.0
-
None
-
Reviewed
-
-
0.96notable
Description
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.
Attachments
Attachments
Issue Links
- is superceded by
-
HBASE-6567 make memory locking configuration of regioservers more flexible
- Closed