Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 268EE18A0C for ; Tue, 9 Feb 2016 04:28:19 +0000 (UTC) Received: (qmail 29029 invoked by uid 500); 9 Feb 2016 04:28:18 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 28861 invoked by uid 500); 9 Feb 2016 04:28:18 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 28826 invoked by uid 99); 9 Feb 2016 04:28:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2016 04:28:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 192912C1F58 for ; Tue, 9 Feb 2016 04:28:18 +0000 (UTC) Date: Tue, 9 Feb 2016 04:28:18 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-15237) NumberFormatException in create table if HBase version is of form X.Y.Z-BBB MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15237?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-15237. ----------------------------------- Resolution: Not A Problem Reading the code, I think the version was 1.1-dal, not 1.1.1-dal. Resolving= for now.=20 > NumberFormatException in create table if HBase version is of form X.Y.Z-B= BB > -------------------------------------------------------------------------= -- > > Key: HBASE-15237 > URL: https://issues.apache.org/jira/browse/HBASE-15237 > Project: HBase > Issue Type: Bug > Reporter: Enis Soztutar > Assignee: Enis Soztutar > > Just ran into this while testing with a custom build with made up version= {{1.1.1-dal}}=20 > {code} > 2016-02-08 20:10:38,494 ERROR [B.defaultRpcServer.handler=3D1,queue=3D1,p= ort=3D52622] ipc.RpcServer: Unexpected throwable object=C2=B7 > java.lang.NumberFormatException: For input string: "1-dal" > at java.lang.NumberFormatException.forInputString(NumberFormatException= .java:65) > at java.lang.Integer.parseInt(Integer.java:492) > at java.lang.Integer.parseInt(Integer.java:527) > at org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.curre= ntClientHasMinimumVersion(ProcedurePrepareLatch.java:61) > at org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.hasPr= ocedureSupport(ProcedurePrepareLatch.java:47) > at org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.creat= eLatch(ProcedurePrepareLatch.java:43) > at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1530= ) > at org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterR= pcServices.java:449) > at org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterServic= e$2.callBlockingMethod(MasterProtos.java:51097) > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2114) > at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:101) > at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.jav= a:130) > at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107) > at java.lang.Thread.run(Thread.java:745) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)