| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
32 (0.145s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Handling regionserver crashes in production cluster - HBase - [mail # user]
|
|
...Its a simple kill... Scan is used using startrow and stoprow Scan scan = new Scan(Bytes.toBytes("adidas"), Bytes.toBytes("adidas1")); Our cluster size is 15. The load average when I s...
|
|
|
Author: kiran,
2013-06-13, 03:43
|
|
|
Re: Handling regionserver crashes in production cluster - HBase - [mail # user]
|
|
...Yes we killed the region server but datanode is still running on the node... Sample Test scenario: Assume, I have table with pre-splits a upto z (about 26 regions). I brought down regi...
|
|
|
Author: kiran,
2013-06-12, 16:11
|
|
|
Re: Handling regionserver crashes in production cluster - HBase - [mail # user]
|
|
...It is not possible for us to migrate to new version immediately. @Anoop we purposefully brought down one regionserver, then we observed the website is taking too much time to respond. ...
|
|
|
Author: kiran,
2013-06-12, 12:10
|
|
|
Handling regionserver crashes in production cluster - HBase - [mail # user]
|
|
...Dear All, We have production cluster that runs on hbase 0.94.1. The issue we are facing is whenever one regionserver goes down, the cluster becomes unresponsive until all the regions a...
|
|
|
Author: kiran,
2013-06-05, 17:20
|
|
|
Re: Miserable Performance of gets - HBase - [mail # user]
|
|
...And the regions are well distributed acroos the 12 regionservers..... On Wed, Mar 6, 2013 at 12:30 PM, kiran wrote: Thank you Kiran Sarvabhotla ...
|
|
|
Author: kiran,
2013-03-06, 07:01
|
|
|
Re: Miserable Performance of gets - HBase - [mail # user]
|
|
...Yes we profiled the gets after completing the scan only. We have 12 regionservers. Each table i am doing gets has 40 regions. On Wed, Mar 6, 2013 at 12:21 PM, Stack wrote:  ...
|
|
|
Author: kiran,
2013-03-06, 07:00
|
|
|
Re: Miserable Performance of gets - HBase - [mail # user]
|
|
...Describe output of the table on which I am doing batch gets {NAME => 'XXXXXXX', FAMILIES => [{NAME => 'XXXXX', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'ROW', true ...
|
|
|
Author: kiran,
2013-03-06, 06:42
|
|
|
Re: Miserable Performance of gets - HBase - [mail # user]
|
|
...Yes I have mistaken for regionsize. The regionsize was set to 20GB instead of default 10GB. Our blocksize is default 64KB. Our hdfs block size is 128MB. Our memstore flush size is 512MB. &nb...
|
|
|
Author: kiran,
2013-03-06, 06:38
|
|
|
Re: Miserable Performance of gets - HBase - [mail # user]
|
|
...But bloomfilter was set to ROW on the second table... On Wed, Mar 6, 2013 at 10:54 AM, kiran wrote: Thank you Kiran Sarvabhotla ...
|
|
|
Author: kiran,
2013-03-06, 05:26
|
|
|
Re: Miserable Performance of gets - HBase - [mail # user]
|
|
...Lars, The hbase block size we set to 20GB.... Anoop, We have about 13 regionservers and in the worst case these gets may be distributed across all the regionservers... &nbs...
|
|
|
Author: kiran,
2013-03-06, 05:24
|
|
|
|