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 F09D61748E for ; Tue, 24 Feb 2015 08:12:14 +0000 (UTC) Received: (qmail 84688 invoked by uid 500); 24 Feb 2015 08:12:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 84621 invoked by uid 500); 24 Feb 2015 08:12:12 -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 84551 invoked by uid 99); 24 Feb 2015 08:12:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2015 08:12:12 +0000 Date: Tue, 24 Feb 2015 08:12:12 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13087) branch-1 isn't rolling upgradable from 0.98 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-13087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14334572#comment-14334572 ] Enis Soztutar commented on HBASE-13087: --------------------------------------- Luckily, the table state in meta patch is only in 1.1, not 1.0. We have also tested 0.98 -> 1.0 route (although not with the latest RC, maybe RC2 or 3). > branch-1 isn't rolling upgradable from 0.98 > ------------------------------------------- > > Key: HBASE-13087 > URL: https://issues.apache.org/jira/browse/HBASE-13087 > Project: HBase > Issue Type: Bug > Reporter: Elliott Clark > Priority: Blocker > > {code}org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: Column family table does not exist in region hbase:meta,,1.1588230740 in table 'hbase:meta', {TABLE_ATTRIBUTES => {IS_META => 'true', coprocessor$1 => '|org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint|536870911|'}, {NAME => 'info', BLOOMFILTER => 'NONE', VERSIONS => '10', IN_MEMORY => 'true', KEEP_DELETED_CELLS => 'FALSE', DATA_BLOCK_ENCODING => 'NONE', TTL => 'FOREVER', COMPRESSION => 'NONE', MIN_VERSIONS => '0', BLOCKCACHE => 'true', BLOCKSIZE => '8192', REPLICATION_SCOPE => '0'} > at org.apache.hadoop.hbase.regionserver.HRegionServer.doBatchOp(HRegionServer.java:4513) > at org.apache.hadoop.hbase.regionserver.HRegionServer.doNonAtomicRegionMutation(HRegionServer.java:3687) > at org.apache.hadoop.hbase.regionserver.HRegionServer.multi(HRegionServer.java:3576) > at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:30816) > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2029) > at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107) > at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:130) > at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107) > at java.lang.Thread.run(Thread.java:745) > : 1 time, > at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:228) > at org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1700(AsyncProcess.java:208) > at org.apache.hadoop.hbase.client.AsyncProcess.waitForAllPreviousOpsAndReset(AsyncProcess.java:1689) > at org.apache.hadoop.hbase.client.BufferedMutatorImpl.backgroundFlushCommits(BufferedMutatorImpl.java:208) > at org.apache.hadoop.hbase.client.BufferedMutatorImpl.flush(BufferedMutatorImpl.java:183) > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1404) > at org.apache.hadoop.hbase.client.HTable.put(HTable.java:1017) > at org.apache.hadoop.hbase.MetaTableAccessor.put(MetaTableAccessor.java:1123) > at org.apache.hadoop.hbase.MetaTableAccessor.putToMetaTable(MetaTableAccessor.java:1113) > at org.apache.hadoop.hbase.MetaTableAccessor.updateTableState(MetaTableAccessor.java:1436) > at org.apache.hadoop.hbase.MetaTableAccessor.updateTableState(MetaTableAccessor.java:948) > at org.apache.hadoop.hbase.master.TableStateManager.writeMetaState(TableStateManager.java:195) > at org.apache.hadoop.hbase.master.TableStateManager.setTableState(TableStateManager.java:69) > at org.apache.hadoop.hbase.master.AssignmentManager.setEnabledTable(AssignmentManager.java:3427) > at org.apache.hadoop.hbase.master.HMaster.assignMeta(HMaster.java:903) > at org.apache.hadoop.hbase.master.HMaster.finishActiveMasterInitialization(HMaster.java:698) > at org.apache.hadoop.hbase.master.HMaster.access$500(HMaster.java:166) > at org.apache.hadoop.hbase.master.HMaster$1.run(HMaster.java:1494) > at java.lang.Thread.run(Thread.java:745) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)