Re: [DISCUSS] Planning changes on RegionServer totalRequestCount metrics

2017-08-07 Thread Anoop John
I see.. Good... Ya +1 On Tue, Aug 8, 2017 at 8:46 AM, Yu Li wrote: > Thanks for chiming in @Anoop. Jerry raised the same question in JIRA and > the patch is already updated there, will rename the metrics to > "totalRowActionRequestCount". Will add release note to make it

Re: [DISCUSS] Planning changes on RegionServer totalRequestCount metrics

2017-08-07 Thread Yu Li
Thanks for chiming in @Anoop. Jerry raised the same question in JIRA and the patch is already updated there, will rename the metrics to "totalRowActionRequestCount". Will add release note to make it clear for user what the final changes are Best Regards, Yu On 7 August 2017 at 15:19, Anoop John

Re: Region remains in FAILED_CLOSE

2017-08-07 Thread jeff saremi
thanks Stephen! From: Stephen Jiang Sent: Monday, August 7, 2017 7:22:52 PM To: user@hbase.apache.org Subject: Re: Region remains in FAILED_CLOSE The easiest way is to restart the region server that hosted this troubled region. Shut

Re: Region remains in FAILED_CLOSE

2017-08-07 Thread Stephen Jiang
The easiest way is to restart the region server that hosted this troubled region. Shut down co4aap80c321419,16020,1502140564865 would force the region to be re-assigned. Thanks Stephen On Mon, Aug 7, 2017 at 5:10 PM, jeff saremi wrote: > How can this be fixed? I have

Re: hbaseconasia2017 slides and a few phtotos

2017-08-07 Thread Anoop John
Thanks for the write up Stack. Thanks Huawei and all sponsors and specially to Jieshan. Few months back, such a conference was just a dream and it is mainly because of him this could happen. Hope we can continue this HBaseconAsia. -Anoop- On Tue, Aug 8, 2017 at 7:02 AM, Bijieshan

RE: hbaseconasia2017 slides and a few phtotos

2017-08-07 Thread Bijieshan
Thanks for uploading all the slides and the good write-up, stackHope more people will join us next year:) Jieshan. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: 2017年8月7日 23:12 To: HBase Dev List ; Hbase-User

Region remains in FAILED_CLOSE

2017-08-07 Thread jeff saremi
How can this be fixed? I have run hbck -repair a few times but it doesnt make a diff. THis is what's reported in hbck log: java.io.IOException: Region {ENCODED => ff1472457c0dba52ca09f464bf691244, NAME =>

Re: HBase connection "expiration" on kerberized cluster

2017-08-07 Thread Biju N
Hi Sebastien, Can you also add these properties in your configuration and give it a try? configuration.set("hadoop.security.authentication", "Kerberos"); configuration.set("hbase.security.authentication", "Kerberos"); configuration.set("hbase.master.kerberos.principal", "hbase/_HOST@realm");

Re: Thrift servers not connecting to RegionServers

2017-08-07 Thread jeff saremi
Just checked THe keys are URLs. The region name has that and also the intended lookup key is a URL. So I think they are consistent From: jeff saremi Sent: Monday, August 7, 2017 11:18:52 AM To: user@hbase.apache.org Subject: Re: Thrift

Re: Thrift servers not connecting to RegionServers

2017-08-07 Thread jeff saremi
Not intended at all. let me investigate that thanks Ted From: Ted Yu Sent: Monday, August 7, 2017 10:52:10 AM To: user@hbase.apache.org Subject: Re: Thrift servers not connecting to RegionServers The formation of row key (starting with

Re: Thrift servers not connecting to RegionServers

2017-08-07 Thread Ted Yu
The formation of row key (starting with http) looks to be different from the region (which starts with table name). Is this expected ? On Mon, Aug 7, 2017 at 10:34 AM, jeff saremi wrote: > This happens so frequently to us and we still haven't figured out why > > We have

Thrift servers not connecting to RegionServers

2017-08-07 Thread jeff saremi
This happens so frequently to us and we still haven't figured out why We have this problem a few times a day where the Thrift server reports errors like: 2017-08-07 10:28:45,686 INFO [thrift-worker-54] client.RpcRetryingCaller: Call exception, tries=31, retries=35, started=452454 ms ago,

Re: HBase connection "expiration" on kerberized cluster

2017-08-07 Thread Robert Yokota
I don't know if it's related to your issue, but if you're using Java 8 you'll need to use Hadoop 2.6.1 or later. https://issues.apache.org/jira/browse/HADOOP-10786 On Mon, Aug 7, 2017 at 12:55 AM, schausson wrote: > Hi Sean, > > Unfortunately, couldn't solve my issue

hbaseconasia2017 slides and a few phtotos

2017-08-07 Thread Stack
We had a nice day out in Shenzhen at HBaseCon Asia last friday [0] (August 4th). There were a bunch of great talks [1] by the likes of jd.com, huawei, xiaomi, alibaba and others. Those given in Chinese had best attendance. A good few folks graciously had slides in English for the language-dumb

Re: HBase connection "expiration" on kerberized cluster

2017-08-07 Thread schausson
Hi Sean, Unfortunately, couldn't solve my issue ... Below is the code of my utility class in charge of logging in and creating an HBase connection. I added the AuthUtil stuff as suggested in your answer, but probably missed something :( My web service basically invokes GetHBaseConnection()

Re: [DISCUSS] Planning changes on RegionServer totalRequestCount metrics

2017-08-07 Thread Anoop John
Sorry for being late here Yu Li. Regarding counting the rows (for the new metric) in multi.. There might be 2 Actions in multi request for the same row. This is possible some time. I dont think we should check that and try to make it perfect. That will have perf penalty also. So just saying