Re: WUI - Regionserver shows duplicated entries (IP-name)

2014-02-06 Thread Federico Gaule
Thanks Samir. Does anyone know why it show a duplicated rs not listed in zk? Thanks El feb 6, 2014 9:49 a.m., "Samir Ahmic" escribió: > Hi Federico, > > You can restart master that should clean rs list. > > Regards > > > 2014-02-05 18:15 GMT+01:00 Federico Ga

WUI - Regionserver shows duplicated entries (IP-name)

2014-02-05 Thread Federico Gaule
- [image: http://www.despegar.com/galeria/images/promos/isodespegar1.png] *Ing. Federico Gaule* Líder Técnico - PAM Av. Corrientes 746 - Piso 9 - C.A.B.A. (C1043AAU) tel. +54 (11) 4894-3500 *[image: Seguinos en Twitter!] <http://twitter.com/#!/despegarar> [image: Seguinos en

Re: RPC - Queue Time when handlers are all waiting

2013-12-10 Thread Federico Gaule
ad, "REPL IPC Server > handler N on PORT WAITING Waiting for a call (since 22 hrs, 57mins, 38sec > ago)" looks to me like ReplicationSource setting up IPC with INT_MAX for a > timeout. > > > On Thu, Dec 5, 2013 at 8:49 PM, Federico Gaule > wrote: > > >

Re: RPC - Queue Time when handlers are all waiting

2013-12-10 Thread Federico Gaule
> -- [image: http://www.despegar.com/galeria/images/promos/isodespegar1.png] *Ing. Federico Gaule* Líder Técnico - PAM Av. Corrientes 746 - Piso 9 - C.A.B.A. (C1043AAU) tel. +54 (11) 4894-3500 *[image: Seguinos en Twitter!] <http://twitter.com/#!/despegarar> [image: Seguinos en Fa

Re: RPC - Queue Time when handlers are all waiting

2013-12-10 Thread Federico Gaule
40 JSon files that you can look at to see handlers > status. Also, you this same page, you should see you 30 replication > handlers as well as you 30 "standard" handlers. > > Last, I will recommend you to move back to less replication handlers since > I don't think you

Re: RPC - Queue Time when handlers are all waiting

2013-12-10 Thread Federico Gaule
andler.count > hbase.regionserver.metahandler.count > > Do you have any coprocessor configured on your slave cluster? Ar eyou able > to dump the RPC queues every 5 seconds to see what is in? > > JM > > > > 2013/12/10 Federico Gaule > > > I'm using hbas

Re: RPC - Queue Time when handlers are all waiting

2013-12-10 Thread Federico Gaule
> > On Tue, Dec 10, 2013 at 1:21 PM, Federico Gaule > wrote: > > > There is another set of handler we haven't customized "PRI IPC" (priority > > ?). What are those handlers used for? What is the property used to > increase > > the number of

Re: RPC - Queue Time when handlers are all waiting

2013-12-10 Thread Federico Gaule
There is another set of handler we haven't customized "PRI IPC" (priority ?). What are those handlers used for? What is the property used to increase the number of handlers? hbase.regionserver.custom.priority.handler.count ? Thanks! 2013/12/10 Federico Gaule &

Re: RPC - Queue Time when handlers are all waiting

2013-12-10 Thread Federico Gaule
sted on the results. > > JM > > > 2013/12/9 Federico Gaule > > > Default value for hbase.regionserver.replication.handler.count (can't > find > > what is the default, Is it 3?) > > I'll do a try increasing that property > > > > Fri Dec 0

Re: RPC - Queue Time when handlers are all waiting

2013-12-09 Thread Federico Gaule
s used on the salve cluster are configured by > hbase.regionserver.replication.handler.count. What value do you have for > this property? > > JM > > > 2013/12/9 Federico Gaule > > > Here is a thread saying what i think it should be ( > > http://grokbase.c

Re: RPC - Queue Time when handlers are all waiting

2013-12-09 Thread Federico Gaule
erage of 3 hours is concerning, it basically means that when a call comes into the RegionServer it takes on average 3 hours to start processing, because handlers are all occupied for that amount of time." Is that correct? 2013/12/9 Federico Gaule > Correct me if i'm wrong, but, Que

Re: RPC - Queue Time when handlers are all waiting

2013-12-09 Thread Federico Gaule
hat you think is wrong from your charts? > > Thanks, > > JM > > > 2013/12/9 Federico Gaule > > > Hi JM, > > Cluster B is only receiving replication data (writes), but handlers are > > waiting most of the time (never 50% of them are used). As i have read, >

Re: RPC - Queue Time when handlers are all waiting

2013-12-09 Thread Federico Gaule
Hi, > > When you say that B doesn't get any read/write operation, does it mean you > stopped the replication? Or B is still getting the write operations from A > because of the replication? If so, that's why you RPC queue is used... > > JM > > > 2013/12/9 Federico Gaul

Re: RPC - Queue Time when handlers are all waiting

2013-12-09 Thread Federico Gaule
ee whats happening there. Difficult to guess > from the given information! > > > On Sat, Dec 7, 2013 at 8:52 PM, Federico Gaule > wrote: > > > Any clue? > > El dic 5, 2013 9:49 a.m., "Federico Gaule" > escribió: > > > > > Hi, > >

Re: RPC - Queue Time when handlers are all waiting

2013-12-07 Thread Federico Gaule
Any clue? El dic 5, 2013 9:49 a.m., "Federico Gaule" escribió: > Hi, > > I have 2 clusters, Master (a) - Slave (b) replication. > B doesn't have client write or reads, all handlers (100) are waiting but > rpc.metrics.RpcQueueTime_num_ops and rpc.metrics.RpcQueueTim

RPC - Queue Time when handlers are all waiting

2013-12-05 Thread Federico Gaule
Hi, I have 2 clusters, Master (a) - Slave (b) replication. B doesn't have client write or reads, all handlers (100) are waiting but rpc.metrics.RpcQueueTime_num_ops and rpc.metrics.RpcQueueTime_avg_time reports to be rpc calls to be queued. There are some screenshots below to show ganglia metrics.

Filter - Dynamic Jar Load - FilterList not using DynamicClassLoader

2013-12-02 Thread Federico Gaule
Hi everyone, I've tried to use dynamic jar load ( https://issues.apache.org/jira/browse/HBASE-1936) but seems to have an issue with FilterList. Here is some log from my app where i send a Get with a FilterList containing AFilter and other with BFilter. 2013-12-02 13:55:42,564 DEBUG org.apache.had

Re: Upgrading HBase 0.94.X

2013-11-27 Thread Federico Gaule
mean installation folder where HBase binaries are expanded ? You can > use separate folders for .7 and .13. > > > On Tue, Nov 26, 2013 at 11:24 PM, Federico Gaule >wrote: > > > Hi everyone, > > I have in mind upgrading my productive cluster from 0.94.7 to 0

Upgrading HBase 0.94.X

2013-11-26 Thread Federico Gaule
Hi everyone, I have in mind upgrading my productive cluster from 0.94.7 to 0.94.13. Rolling upgrade is recommended (http://hbase.apache.org/upgrading.html) . What is the step by step for that? I couldn't find it anywhere. In case i would like to keep current (.7) folder and move my installation to

Re: experiencing high latency for few reads in HBase

2013-08-29 Thread Federico Gaule
In 0.94.11 Release, has been included an optimization for MultiGets: https://issues.apache.org/jira/browse/HBASE-9087 What version have you deployed? On 08/29/2013 01:29 AM, lars hofhansl wrote: A 1s SLA is tough in HBase (or any large memory JVM application). Maybe, if you presplit your ta

Re: Performance penalty: Custom Filter names serialization

2013-08-22 Thread Federico Gaule
? Are you facing the same issue with ProtoBuf? JM 2013/8/20 Federico Gaule Hi everyone, I'm facing the same issue as Pablo. Renaming my classes used in HBase context improved network usage more than 20%. It would be really nice to have an improvement around this. On 08/20/2013 01:15 PM

Re: Coprocessors - failure

2013-08-21 Thread Federico Gaule
ug 21, 2013 at 6:56 AM, Federico Gaule wrote: Table A and B are within the same HBase cluster. Can't guarantee they are in the same physical machine. Thanks On 08/21/2013 10:54 AM, Ted Yu wrote: Are tables A and B colocated ? Meaning, is your coprocessor making an RPC call to another server

Re: Coprocessors - failure

2013-08-21 Thread Federico Gaule
00 AM, Federico Gaule wrote: Hi everyone, Let's say, I have a table(A) where every time I write a coprocessor, hooked to postPut, writes in other table (B). I can't find anywhere what happen if the coprocessor fails or can't connect to B Does the client get aware of that? In case i

Coprocessors - failure

2013-08-21 Thread Federico Gaule
Hi everyone, Let's say, I have a table(A) where every time I write a coprocessor, hooked to postPut, writes in other table (B). I can't find anywhere what happen if the coprocessor fails or can't connect to B Does the client get aware of that? In case it doesn't, how can i get noticed about th

Re: Performance penalty: Custom Filter names serialization

2013-08-20 Thread Federico Gaule
Hi everyone, I'm facing the same issue as Pablo. Renaming my classes used in HBase context improved network usage more than 20%. It would be really nice to have an improvement around this. On 08/20/2013 01:15 PM, Jean-Marc Spaggiari wrote: But even if we are using Protobuf, he is going to