<?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 how to compute regionserver's normal region count? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-compute-regionserver-s-normal-region-count/m-p/122204#M43090</link>
    <description>&lt;P&gt;hello everyone: &lt;/P&gt;&lt;P&gt; I Want to  know how many rgions on every regionserver is normal？(hbase version :3.2.7.964) &lt;/P&gt;&lt;P&gt;I find one formula in hbase guide  is &lt;/P&gt;&lt;P&gt;((RS Xmx) * hbase.regionserver.global.memstore.size) / (hbase.hregion.memstore.flush.size * (# column families))&lt;/P&gt;&lt;P&gt;
so my regionserver Physical memory is 14G,region server heap is 8G, memstore.size is 0.4, flush.size is 128M. cfs is 1&lt;/P&gt;&lt;P&gt;
so  my regionserver normal region count is   8*1024*0.4/128*1=25.6&lt;/P&gt;&lt;P&gt; 
but  this Does not conform to the actual situation，my regionserver have 2000 region ，read and write  normal. &lt;/P&gt;&lt;P&gt;why? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how to compute regionserver's normal region count?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Oct 2016 13:34:09 GMT</pubDate>
    <dc:creator>panbclc</dc:creator>
    <dc:date>2016-10-09T13:34:09Z</dc:date>
    <item>
      <title>how to compute regionserver's normal region count?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-compute-regionserver-s-normal-region-count/m-p/122204#M43090</link>
      <description>&lt;P&gt;hello everyone: &lt;/P&gt;&lt;P&gt; I Want to  know how many rgions on every regionserver is normal？(hbase version :3.2.7.964) &lt;/P&gt;&lt;P&gt;I find one formula in hbase guide  is &lt;/P&gt;&lt;P&gt;((RS Xmx) * hbase.regionserver.global.memstore.size) / (hbase.hregion.memstore.flush.size * (# column families))&lt;/P&gt;&lt;P&gt;
so my regionserver Physical memory is 14G,region server heap is 8G, memstore.size is 0.4, flush.size is 128M. cfs is 1&lt;/P&gt;&lt;P&gt;
so  my regionserver normal region count is   8*1024*0.4/128*1=25.6&lt;/P&gt;&lt;P&gt; 
but  this Does not conform to the actual situation，my regionserver have 2000 region ，read and write  normal. &lt;/P&gt;&lt;P&gt;why? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how to compute regionserver's normal region count?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2016 13:34:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-compute-regionserver-s-normal-region-count/m-p/122204#M43090</guid>
      <dc:creator>panbclc</dc:creator>
      <dc:date>2016-10-09T13:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to compute regionserver's normal region count?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-compute-regionserver-s-normal-region-count/m-p/122205#M43091</link>
      <description>&lt;P&gt;Hello Pan&lt;/P&gt;&lt;P&gt;This question is about node ressources and data per region. Not reallu sure what your other configuratiosn like handlers or GC or cache or region replicas are so a little in the dark. The usual formula is &lt;/P&gt;&lt;P&gt;(RS memory)*(total memstore fraction)/((memstore size)*(# column families))&lt;/P&gt;&lt;P&gt;This calculation is really about guidelines not a hard truth because it will also depend of actual load and query pattern.Your Regionserver can very well hold much more regionservers but by definition get much more writes since it has the responsibility of more regions. As such it will buffer and flush very often, under heavy load you are prone to having big flush,compaction issues and probably eventually region servers going down because non responsive. Again if out of the 2000 region servers only a couple are actually active it is not as critical, still not a good pattern. Same on the read side if you look at the amount of memory allocated for the cache with that many regions if they are often used you will end up going to disk very often and result in poor read performance. you could look at your hit miss ratio to see how your regions servers go down. Lastly with that kind of distribution if one region server goes down your overall loss is probably very big so not ideal for recovery purposes. Overall 100-200 Regions per RS seems a decent high ball park, depending on ressources too much outside will need some tuning and monitoring.&lt;/P&gt;&lt;P&gt;Hope this sheds some light&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 02:59:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-compute-regionserver-s-normal-region-count/m-p/122205#M43091</guid>
      <dc:creator>nmaillard1</dc:creator>
      <dc:date>2016-10-10T02:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to compute regionserver's normal region count?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-compute-regionserver-s-normal-region-count/m-p/122206#M43092</link>
      <description>&lt;P&gt;I Hear through tools  can find which region is used  in regionserver ?Did you know about tool? what's name about tool?&lt;/P&gt;&lt;P&gt;I think My region server show 3000-4000 region (8G Heap), May be only part region is common used&lt;/P&gt;&lt;P&gt;other 3000 region  3000*2M  =6G  this Impossible&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 13:35:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-compute-regionserver-s-normal-region-count/m-p/122206#M43092</guid>
      <dc:creator>panbclc</dc:creator>
      <dc:date>2016-11-17T13:35:58Z</dc:date>
    </item>
  </channel>
</rss>

