HBase GET operation max row size - partial results

2017-07-26 Thread Veerraju Tadimeti
Hi, If i use GET operation, is there any chance of getting partial result? If Yes, under what circumstances. Is there any way to reproduce it? I am using GET operation in my coProcessor ( to the same region), adding the resut to the List . I am afraid that any chance of partial result when

Re: HBase GET operation max row size - partial results

2017-07-26 Thread Anoop John
You mean within your RegionObserver you are doing the get? Within which hook? What is the way you are doing the get? Can u paste that sample code. -Anoop- On Wed, Jul 26, 2017 at 8:02 PM, Veerraju Tadimeti wrote: > Hi, > > If i use GET operation, is there any chance of

Re: EndpointCoprocessors with multi-region access

2017-07-26 Thread Anoop John
You got it correct. Within your EP (this handles one region), you can get that Region memstore size and add them all at client side. -Anoop- On Tue, Jul 25, 2017 at 12:10 AM, Dave Birdsall wrote: > Hi, > > I think I understand the answer. > > My question was based on