Have you checked region server log ?
Please take a look at the following method in HRegion:

  private void checkResources() throws RegionTooBusyException {

...

    if (this.memstoreDataSize.get() > this.blockingMemStoreSize) {

      blockedRequestsCount.increment();

      requestFlush();

      throw new RegionTooBusyException("Above memstore limit, " +

Which hbase release are you using ?

Cheers

On Fri, May 19, 2017 at 3:59 PM, jeff saremi <[email protected]> wrote:

> We're getting errors like this. Where should we be looking into to solve
> this?
>
>
> Failed 69261 actions: RegionTooBusyException: 12695 times,
> RemoteWithExtrasException: 56566 times
>
> thanks
>
> Jeff
>
>

Reply via email to