<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Hbase region servers crash with Out of Memory in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102490#M14936</link>
    <description>&lt;P&gt;it happens when Ambari is upgraded to 2.2&lt;/P&gt;&lt;P&gt;this is a known issue -https://issues.apache.org/jira/browse/AMBARI-13325 &lt;/P&gt;&lt;P&gt;Disable bucket cache by erasing the values from these propeerties from ambari - and restart the Hbase service. 
- hbase.bucketcache.ioengine 
- hbase.bucketcache.percentage.in.combinedcache 
- hbase.bucketcache.size &lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2016 09:17:12 GMT</pubDate>
    <dc:creator>chrsvarma</dc:creator>
    <dc:date>2016-01-14T09:17:12Z</dc:date>
    <item>
      <title>Hbase region servers crash with Out of Memory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102487#M14933</link>
      <description>&lt;P&gt;not sure what parameter i have to change&lt;/P&gt;&lt;PRE&gt;Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.apache.hadoop.hbase.regionserver.HRegionServer.constructRegionServer(HRegionServer.java:2484)
... 5 more
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:658)
at java.nio.DirectByteBuffer.&amp;lt;init&amp;gt;(DirectByteBuffer.java:123)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306)&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:15:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102487#M14933</guid>
      <dc:creator>chrsvarma</dc:creator>
      <dc:date>2016-01-14T08:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase region servers crash with Out of Memory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102488#M14934</link>
      <description>&lt;P&gt;It seems related to the offheap setting. You should look at the -XXMaxDirectMemorySize parameter in hbase-env.sh and make sure that it is large enough to hold the offheap block cache (if configured) and some offset from HDFS client offheap buffers (usually small). &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:19:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102488#M14934</guid>
      <dc:creator>Enis</dc:creator>
      <dc:date>2016-01-14T08:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase region servers crash with Out of Memory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102489#M14935</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/9831/region-servers-crash.html#"&gt;@Enis&lt;/A&gt;
&lt;/P&gt;&lt;P&gt; value is set to 4G isn't big enough? we hardly use hbase&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:20:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102489#M14935</guid>
      <dc:creator>chrsvarma</dc:creator>
      <dc:date>2016-01-14T08:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase region servers crash with Out of Memory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102490#M14936</link>
      <description>&lt;P&gt;it happens when Ambari is upgraded to 2.2&lt;/P&gt;&lt;P&gt;this is a known issue -https://issues.apache.org/jira/browse/AMBARI-13325 &lt;/P&gt;&lt;P&gt;Disable bucket cache by erasing the values from these propeerties from ambari - and restart the Hbase service. 
- hbase.bucketcache.ioengine 
- hbase.bucketcache.percentage.in.combinedcache 
- hbase.bucketcache.size &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 09:17:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102490#M14936</guid>
      <dc:creator>chrsvarma</dc:creator>
      <dc:date>2016-01-14T09:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase region servers crash with Out of Memory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102491#M14937</link>
      <description>&lt;P&gt;It depends on the bucket cache size settings for HBase. If you have configured the bucket cache bigger than 4G (which is all off-heap) you will get this once the cache grows. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 03:14:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102491#M14937</guid>
      <dc:creator>Enis</dc:creator>
      <dc:date>2016-01-15T03:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase region servers crash with Out of Memory</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102492#M14938</link>
      <description>&lt;P&gt;We just encountered this upgrading from 2.1.1 to 2.2.2&lt;/P&gt;&lt;P&gt;We removed the settings referenced and that got us around the issue, but are those settings important?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 21:54:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-region-servers-crash-with-Out-of-Memory/m-p/102492#M14938</guid>
      <dc:creator>zack_riesland</dc:creator>
      <dc:date>2016-05-18T21:54:13Z</dc:date>
    </item>
  </channel>
</rss>

