Thanks Ted. I will look deeper as you suggested
________________________________
From: Ted Yu <[email protected]>
Sent: Friday, May 19, 2017 4:18:12 PM
To: [email protected]
Subject: Re: What is the cause for RegionTooBusyException?
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
>
>