[
https://issues.apache.org/jira/browse/HBASE-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148232#comment-13148232
]
Hudson commented on HBASE-4769:
-------------------------------
Integrated in HBase-TRUNK #2427 (See
[https://builds.apache.org/job/HBase-TRUNK/2427/])
HBASE-4769 Abort RegionServer Immediately on OOME
nspiegelberg :
Files :
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
> Abort RegionServer Immediately on OOME
> --------------------------------------
>
> Key: HBASE-4769
> URL: https://issues.apache.org/jira/browse/HBASE-4769
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.0
> Reporter: Nicolas Spiegelberg
> Assignee: Nicolas Spiegelberg
> Fix For: 0.94.0
>
> Attachments: HBASE-4769.patch, HBASE-4769.patch
>
>
> Currently, when the HRegionServer runs out of the memory, it will call
> master, which will cause more heap allocations and throw a second exception
> that it's run out of memory again. The easiest & safest way to avoid this
> OOME storm is to abort the RegionServer immediately when it hits the memory
> boundary. Part of the 89-fb to trunk port.
--
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