Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13A8DDFAB for ; Tue, 4 Sep 2012 02:38:15 +0000 (UTC) Received: (qmail 25472 invoked by uid 500); 4 Sep 2012 02:38:13 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 25413 invoked by uid 500); 4 Sep 2012 02:38:13 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 25404 invoked by uid 99); 4 Sep 2012 02:38:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 02:38:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ablozhou@gmail.com designates 209.85.160.41 as permitted sender) Received: from [209.85.160.41] (HELO mail-pb0-f41.google.com) (209.85.160.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 02:38:05 +0000 Received: by pbbro12 with SMTP id ro12so9288821pbb.14 for ; Mon, 03 Sep 2012 19:37:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=C+uQVcrOdLTlgDxeLULsqhJIm3S38V4dkD6ug6n4DjM=; b=JRm5dO0oX9y3ppDigbSASXEJIxEkDl55Noqhm7ZdNVD3qoUidwXElnjR676Di6uw41 jDjkEjBfrG71MXZ8VLxyHYroOgRkPBw/8BCsJ4HxkwvxEkoivDy/HpD+sX/6nmw1sbE6 EOk8jlFEA4hYv2hG5femCRWj7sN5FdRgoloy+tPLeLKixj2b6y6x8flN5678OdPJZmse 7F8NAqQSZxJg3ofo85yP3jUeZ4oaLI7RGv380RNuaIA80LmEz+C2VF2uy8CWsGZYAyYl 95IiMSZjuqrQLJ00waOv1/xTs5iNWIywaXr0RDje8JQAxhDw4/sEBVBtnRJj5tnWLaV8 HZBg== Received: by 10.66.83.8 with SMTP id m8mr37836266pay.48.1346726263727; Mon, 03 Sep 2012 19:37:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.44.66 with HTTP; Mon, 3 Sep 2012 19:37:23 -0700 (PDT) From: "ablozhou@gmail.com" Date: Tue, 4 Sep 2012 10:37:23 +0800 Message-ID: Subject: hbase hbck -fixMeta error:RejectException To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d042ef4678f276304c8d724e7 --f46d042ef4678f276304c8d724e7 Content-Type: text/plain; charset=ISO-8859-1 [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 --f46d042ef4678f276304c8d724e7--