You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/02/09 05:18:18 UTC

[jira] [Created] (HBASE-15237) NumberFormatException in create table if HBase version is of form X.Y.Z-BBB

Enis Soztutar created HBASE-15237:
-------------------------------------

             Summary: NumberFormatException in create table if HBase version is of form X.Y.Z-BBB
                 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}} 
{code}
2016-02-08 20:10:38,494 ERROR [B.defaultRpcServer.handler=1,queue=1,port=52622] ipc.RpcServer: Unexpected throwable object·
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.currentClientHasMinimumVersion(ProcedurePrepareLatch.java:61)
  at org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.hasProcedureSupport(ProcedurePrepareLatch.java:47)
  at org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.createLatch(ProcedurePrepareLatch.java:43)
  at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1530)
  at org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterRpcServices.java:449)
  at org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$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.java: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)