Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF00A1068B for ; Thu, 22 Aug 2013 20:59:52 +0000 (UTC) Received: (qmail 83788 invoked by uid 500); 22 Aug 2013 20:59:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 83753 invoked by uid 500); 22 Aug 2013 20:59:52 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 83714 invoked by uid 99); 22 Aug 2013 20:59:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 20:59:52 +0000 Date: Thu, 22 Aug 2013 20:59:52 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9303) Snapshot restore of table which splits after snapshot was taken encounters 'Region is not online' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-9303: ----------------------------------- Status: Patch Available (was: In Progress) > Snapshot restore of table which splits after snapshot was taken encounters 'Region is not online' > ------------------------------------------------------------------------------------------------- > > Key: HBASE-9303 > URL: https://issues.apache.org/jira/browse/HBASE-9303 > Project: HBase > Issue Type: Bug > Affects Versions: 0.95.2 > Reporter: Ted Yu > Assignee: Matteo Bertozzi > Attachments: 9303.shell-output, HBASE-9303-trunk-v0.patch, hbase-hbase-master-hor15n02.log, hbase-hbase-regionserver-hor15n02.log > > > Take snapshot of a table ('tablethree' in the log). > Put some data in the table and split the table. > Restore snapshot. > Table cannot be enabled due to: > {code} > Thu Aug 22 19:37:20 UTC 2013, org.apache.hadoop.hbase.client.RpcRetryingCaller@47a6ac39, org.apache.hadoop.hbase.NotServingRegionException: org.apache.hadoop.hbase.NotServingRegionException: Region is not online: c32e63d8c8a1a94b68966645b956d86d > at org.apache.hadoop.hbase.regionserver.HRegionServer.getRegionByEncodedName(HRegionServer.java:2557) > at org.apache.hadoop.hbase.regionserver.HRegionServer.getRegion(HRegionServer.java:3921) > at org.apache.hadoop.hbase.regionserver.HRegionServer.scan(HRegionServer.java:2996) > at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:26847) > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira