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/06/17 02:50:05 UTC

[jira] [Created] (HBASE-16053) Master code is not setting the table in ENABLING state in create table

Enis Soztutar created HBASE-16053:
-------------------------------------

             Summary: Master code is not setting the table in ENABLING state in create table
                 Key: HBASE-16053
                 URL: https://issues.apache.org/jira/browse/HBASE-16053
             Project: HBase
          Issue Type: Bug
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar
             Fix For: 2.0.0


Unit test logs are filled with the following, because in master, unlike branch-1, we are missing the code which sets the table in ENABLING mode before assignment in CreateTableProcedure. 

{code}
2016-06-10 17:48:15,832 ERROR [B.defaultRpcServer.handler=0,queue=0,port=60448] master.TableStateManager(134): Unable to get table testRegionCache state
org.apache.hadoop.hbase.TableNotFoundException: testRegionCache
	at org.apache.hadoop.hbase.master.TableStateManager.getTableState(TableStateManager.java:174)
	at org.apache.hadoop.hbase.master.TableStateManager.isTableState(TableStateManager.java:131)
	at org.apache.hadoop.hbase.master.AssignmentManager.onRegionOpen(AssignmentManager.java:2320)
	at org.apache.hadoop.hbase.master.AssignmentManager.onRegionTransition(AssignmentManager.java:2900)
	at org.apache.hadoop.hbase.master.MasterRpcServices.reportRegionStateTransition(MasterRpcServices.java:1334)
	at org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos$RegionServerStatusService$2.callBlockingMethod(RegionServerStatusProtos.java:8623)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2273)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:116)
	at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:138)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$2.run(RpcExecutor.java:113)
	at java.lang.Thread.run(Thread.java:745)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)