Re: On HBase Read Replicas

2017-03-02 Thread jeff saremi
Thank you Biju From: Biju N <bijuatapa...@gmail.com> Sent: Wednesday, March 1, 2017 2:11:15 PM To: user@hbase.apache.org Subject: Re: On HBase Read Replicas >From the table definition. For e.g. https://hbase.apache.org/apidocs/org/apache/had

Re: On HBase Read Replicas

2017-03-01 Thread Biju N
getting the count of the > replica's for a table or columngroup? thanks > > > From: Enis Söztutar <enis@gmail.com> > Sent: Wednesday, February 22, 2017 1:38:41 PM > To: hbase-user > Subject: Re: On HBase Read Replicas > > If you are

Re: On HBase Read Replicas

2017-02-22 Thread Enis Söztutar
>> > >> Please confirm > >> > >> thanks > >> > >> > >> From: Enis Söztutar <enis@gmail.com> > >> Sent: Friday, February 17, 2017 11:38:42 AM > >> To: hbase-user &g

Re: On HBase Read Replicas

2017-02-19 Thread Anoop John
he option of Sending to one, analyzing response, and then sending to >> another, this bodes well with our scenarios. >> >> Please confirm >> >> thanks >> >> ____ >> From: Enis Söztutar <enis@gmail.com> >> Sent

Re: On HBase Read Replicas

2017-02-17 Thread Enis Söztutar
nse, and then sending to > another, this bodes well with our scenarios. > > Please confirm > > thanks > > > From: Enis Söztutar <enis@gmail.com> > Sent: Friday, February 17, 2017 11:38:42 AM > To: hbase-user > Subject: Re: On

Re: On HBase Read Replicas

2017-02-17 Thread jeff saremi
From: Enis Söztutar <enis@gmail.com> Sent: Friday, February 17, 2017 11:38:42 AM To: hbase-user Subject: Re: On HBase Read Replicas You can use read-replicas to distribute the read-load if you are fine with stale reads. The read replicas normally have a "backup rpc" path,

Re: On HBase Read Replicas

2017-02-17 Thread Enis Söztutar
nt requests or discussions on load balancing by > providing additional replicas in the past? Has anyone else come up with > anything on this? > > thanks > > > > > > From: Anoop John <anoop.hb...@gmail.com> > > Se

Re: On HBase Read Replicas

2017-02-16 Thread Anoop John
st? Has anyone else come up with > anything on this? > thanks > > > From: Anoop John <anoop.hb...@gmail.com> > Sent: Thursday, February 16, 2017 2:35:48 AM > To: user@hbase.apache.org > Subject: Re: On HBase Read Replicas > >

Re: On HBase Read Replicas

2017-02-16 Thread jeff saremi
ursday, February 16, 2017 2:35:48 AM To: user@hbase.apache.org Subject: Re: On HBase Read Replicas The region replica feature came in so as to reduce the MTTR and so increase the data availability. When the master region containing RS dies, the clients can read from the secondary regions. But to keep one

Re: On HBase Read Replicas

2017-02-16 Thread Anoop John
> From: Ted Yu <yuzhih...@gmail.com> > Sent: Saturday, February 11, 2017 3:40:50 PM > To: user@hbase.apache.org > Subject: Re: On HBase Read Replicas > > Please take a look at the design doc attached to > https://issues.apache.org/jira/browse/HBASE-10070.

Re: On HBase Read Replicas

2017-02-11 Thread jeff saremi
Yes indeed. thank you very much Ted From: Ted Yu <yuzhih...@gmail.com> Sent: Saturday, February 11, 2017 3:40:50 PM To: user@hbase.apache.org Subject: Re: On HBase Read Replicas Please take a look at the design doc attached to https://issues.apache.or

Re: On HBase Read Replicas

2017-02-11 Thread Ted Yu
Please take a look at the design doc attached to https://issues.apache.org/jira/browse/HBASE-10070. Your first question would be answered by that document. Cheers On Sat, Feb 11, 2017 at 2:06 PM, jeff saremi wrote: > The first time I heard replicas in HBase the