Looks like you need the fix from HBASE-6018 On Mon, Sep 3, 2012 at 7:37 PM, [email protected] <[email protected]>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 >
