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 C00C0105AB for ; Fri, 31 Jan 2014 13:06:54 +0000 (UTC) Received: (qmail 22165 invoked by uid 500); 31 Jan 2014 13:06:51 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 21895 invoked by uid 500); 31 Jan 2014 13:06:50 -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 21083 invoked by uid 99); 31 Jan 2014 13:06:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jan 2014 13:06:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ogdude@googlemail.com designates 209.85.220.50 as permitted sender) Received: from [209.85.220.50] (HELO mail-pa0-f50.google.com) (209.85.220.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jan 2014 13:06:43 +0000 Received: by mail-pa0-f50.google.com with SMTP id kp14so4423078pab.9 for ; Fri, 31 Jan 2014 05:06:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TjL2gJtncXfQeW8U7fPB6/G8zOeNW1KypgXnfFQZQTY=; b=jijycCVkWOolYlJrfRmUAEjU6wDusIGdtqNXF4DCil3ZDxQ/d7hTz8NAZdiHSdlETX 7i7UKkcpLBr0WfulW3RL+PbGKIMqkxsQNF6gB1NYoMM3lz/SrG5CLKF8Z6pgUDBDvOo4 6UHWr4uqqrRkVcNFrmKtTnIot0GdG/s7M26FopH14ZsbZEDjR53hm62SiWClSfdUrsv2 kZk8zLT8+UGPj2veiCWGE1uAFogBcCc2tfYxohZrG1syfptYmsZ7qtWc2UAzPmXjmm0V rVHcVsIagW4rIxVfi5D6pDYGn5MxrRacQ/JpIaLqZUyYKEArhXDt+77OZdSxIax/N02b PUug== MIME-Version: 1.0 X-Received: by 10.68.0.35 with SMTP id 3mr20535088pbb.52.1391173582197; Fri, 31 Jan 2014 05:06:22 -0800 (PST) Received: by 10.70.81.33 with HTTP; Fri, 31 Jan 2014 05:06:22 -0800 (PST) Date: Fri, 31 Jan 2014 14:06:22 +0100 Message-ID: Subject: Snapshot clone error From: David Koch To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec5215bcb30194104f143d742 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5215bcb30194104f143d742 Content-Type: text/plain; charset=ISO-8859-1 Hello, We export an online snapshot of a table to a different cluster, when attempting a clone on the destination cluster using: clone_snapshot 'table_source_snapshot', 'table_dest' it does not work. The operation times out after a a while ERROR: java.io.IOException: Table 'table_dest' not yet enabled, after 1996939ms. and I see only a fraction of the number of regions in the destination table. Table is indicated as "enabled" but I cannot perform any scans on it. The snapshot info returns the following: Snapshot Info ---------------------------------------- Name: table_source_snapshot Type: FLUSH Table: table_source Format: 0 Created: 2014-01-30T13:05:02 Snapshot seems to be intact. What could be the error? Should I take an offline snapshot instead? Going via restore/enable instead of clone does not seem to work either. Also, I see the following in the region servers: 2:24:35.807 PM ERROR org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler Failed open of region= table_source,\x82\x12Y\x00\xE98C\xEE\xBC\xCC\xE3h\xDAPt\xA6,1366259070788.63ca017ac7cd03e68c35a4da8b56421d., starting to roll back the global memstore size. java.io.IOException: java.io.IOException: java.io.FileNotFoundException: Unable to open link: org.apache.hadoop.hbase.io.HFileLink locations=[hdfs://nameservice1/hbase/table_source/816bb88c6f3524a877f4cb7ce747fec1/t/c3b37dc11e684626a5b464a25a75735c, hdfs://nameservice1/hbase/.tmp/table_source/816bb88c6f3524a877f4cb7ce747fec1/t/c3b37dc11e684626a5b464a25a75735c, hdfs://nameservice1/hbase/.archive/table_source/816bb88c6f3524a877f4cb7ce747fec1/t/c3b37dc11e684626a5b464a25a75735c] None of these parts actually exist, however: hdfs://nameservice1/hbase/.snapshot/table_source_snapshot/816bb88c6f3524a877f4cb7ce747fec1/t/c3b37dc11e684626a5b464a25a75735c does exist. I don't think that's the issue though, since I applied the same steps to a smaller table and it worked. Any advice is appreciated, Regards, /David --bcaec5215bcb30194104f143d742--