You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "ablozhou@gmail.com" <ab...@gmail.com> on 2012/09/04 04:37:23 UTC

hbase hbck -fixMeta error:RejectException

[zhouhh@h185 ~]$ hbase hbck -fixMeta
...
Number of Tables: 1731
Number of live region servers: 4
Number of dead region servers: 0
Master: h185,61000,1346659732168
Number of backup masters: 0

Exception in thread "main" java.util.concurrent.RejectedExecutionException:
Task org.apache.hadoop.hbase.util.HBaseFsck$WorkItemHdfsDir@2bfe605crejected
from java.util.concurrent.ThreadPoolExecutor@49684e94[Running,
pool size = 50, active threads = 49, queued tasks = 0, completed tasks = 7]
        at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2001)
        at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:816)
        at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1337)
        at
org.apache.hadoop.hbase.util.HBaseFsck.loadHdfsRegionDirs(HBaseFsck.java:1059)
        at
org.apache.hadoop.hbase.util.HBaseFsck.onlineConsistencyRepair(HBaseFsck.java:353)
        at
org.apache.hadoop.hbase.util.HBaseFsck.onlineHbck(HBaseFsck.java:382)
        at org.apache.hadoop.hbase.util.HBaseFsck.main(HBaseFsck.java:3120)

any one know how to fix this problem?

thanks.
Andy

Re: hbase hbck -fixMeta error:RejectException

Posted by Jonathan Hsieh <jo...@cloudera.com>.
Is there anymore stack exception information?  Also what version is this?

Jon.

On Mon, Sep 3, 2012 at 7:37 PM, ablozhou@gmail.com <ab...@gmail.com>wrote:

> [zhouhh@h185 ~]$ hbase hbck -fixMeta
> ...
> Number of Tables: 1731
> Number of live region servers: 4
> Number of dead region servers: 0
> Master: h185,61000,1346659732168
> Number of backup masters: 0
>
> Exception in thread "main" java.util.concurrent.RejectedExecutionException:
> Task
> org.apache.hadoop.hbase.util.HBaseFsck$WorkItemHdfsDir@2bfe605crejected
> from java.util.concurrent.ThreadPoolExecutor@49684e94[Running,
> pool size = 50, active threads = 49, queued tasks = 0, completed tasks = 7]
>         at
>
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2001)
>         at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:816)
>         at
>
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1337)
>         at
>
> org.apache.hadoop.hbase.util.HBaseFsck.loadHdfsRegionDirs(HBaseFsck.java:1059)
>         at
>
> org.apache.hadoop.hbase.util.HBaseFsck.onlineConsistencyRepair(HBaseFsck.java:353)
>         at
> org.apache.hadoop.hbase.util.HBaseFsck.onlineHbck(HBaseFsck.java:382)
>         at org.apache.hadoop.hbase.util.HBaseFsck.main(HBaseFsck.java:3120)
>
> any one know how to fix this problem?
>
> thanks.
> Andy
>



-- 
// Jonathan Hsieh (shay)
// Software Engineer, Cloudera
// jon@cloudera.com

Re: hbase hbck -fixMeta error:RejectException

Posted by Ted Yu <yu...@gmail.com>.
Looks like you need the fix from HBASE-6018

On Mon, Sep 3, 2012 at 7:37 PM, ablozhou@gmail.com <ab...@gmail.com>wrote:

> [zhouhh@h185 ~]$ hbase hbck -fixMeta
> ...
> Number of Tables: 1731
> Number of live region servers: 4
> Number of dead region servers: 0
> Master: h185,61000,1346659732168
> Number of backup masters: 0
>
> Exception in thread "main" java.util.concurrent.RejectedExecutionException:
> Task
> org.apache.hadoop.hbase.util.HBaseFsck$WorkItemHdfsDir@2bfe605crejected
> from java.util.concurrent.ThreadPoolExecutor@49684e94[Running,
> pool size = 50, active threads = 49, queued tasks = 0, completed tasks = 7]
>         at
>
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2001)
>         at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:816)
>         at
>
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1337)
>         at
>
> org.apache.hadoop.hbase.util.HBaseFsck.loadHdfsRegionDirs(HBaseFsck.java:1059)
>         at
>
> org.apache.hadoop.hbase.util.HBaseFsck.onlineConsistencyRepair(HBaseFsck.java:353)
>         at
> org.apache.hadoop.hbase.util.HBaseFsck.onlineHbck(HBaseFsck.java:382)
>         at org.apache.hadoop.hbase.util.HBaseFsck.main(HBaseFsck.java:3120)
>
> any one know how to fix this problem?
>
> thanks.
> Andy
>