2014-09-23 91 views
1

以下是来自RegionServer的调试日志。带有无效数据的HBase响应

 
2014-09-23,14:57:59,107 DEBUG org.apache.hadoop.hbase.client.ClientScanner: Creating scanner over .META. starting at key 'miliao_user_seq,,' 
2014-09-23,14:57:59,107 DEBUG org.apache.hadoop.hbase.client.ClientScanner: Advancing internal scanner to startKey at 'miliao_user_seq,,' 
2014-09-23,14:57:59,107 DEBUG org.apache.hadoop.ipc.HBaseClient: IPC Client (847446306) connection to lg-hadoop-srv-st04.bj/10.2.201.77:13600 from hbase_srv/[email protected] sending #204 
2014-09-23,14:57:59,108 DEBUG org.apache.hadoop.ipc.SecureClient: IPC Client (847446306) connection to lg-hadoop-srv-st04.bj/10.2.201.77:13600 from hbase_srv/[email protected] got value #204 
2014-09-23,14:57:59,108 DEBUG org.apache.hadoop.ipc.SecureClient: call #204 state is 0 
2014-09-23,14:57:59,108 DEBUG org.apache.hadoop.ipc.SecureClient: call #204, response is: 
OW[class=long,value=-16338305647227588] 
2014-09-23,14:57:59,108 DEBUG org.apache.hadoop.ipc.SecureRpcEngine: Call: openScanner 1 
2014-09-23,14:57:59,108 DEBUG org.apache.hadoop.ipc.HBaseClient: IPC Client (847446306) connection to lg-hadoop-srv-st04.bj/10.2.201.77:13600 from hbase_srv/[email protected] sending #205 
2014-09-23,14:57:59,109 DEBUG org.apache.hadoop.ipc.SecureClient: IPC Client (847446306) connection to lg-hadoop-srv-st04.bj/10.2.201.77:13600 from hbase_srv/[email protected] got value #205 
2014-09-23,14:57:59,109 DEBUG org.apache.hadoop.ipc.SecureClient: call #205 state is 0 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureClient: call #205, response is: 
OW[class=class [Lorg.apache.hadoop.hbase.client.Result;,value=[Lorg.apache.hadoop.hbase.client.Result;@2081ca25] 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureRpcEngine: Call: next 2 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.HBaseClient: IPC Client (847446306) connection to lg-hadoop-srv-st04.bj/10.2.201.77:13600 from hbase_srv/[email protected] sending #206 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureClient: IPC Client (847446306) connection to lg-hadoop-srv-st04.bj/10.2.201.77:13600 from hbase_srv/[email protected] got value #206 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureClient: call #206 state is 0 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureClient: call #206, response is: 
OW[class=void,value=null] 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureRpcEngine: Call: close 0 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.hbase.client.HConnectionManager: Try to delete HConnection, connectionKey=HConnectionKey{properties={hbase.zookeeper.property.clientPort=11000, hbase.client.pause=200, zookeeper.znode.parent=/hbase/lgsrv-miliao, hbase.client.retries.number=4, hbase.zookeeper.quorum=10.101.10.66,10.101.10.67,10.2.201.73,10.2.201.74,10.2.201.75}, username='hbase_srv/[email protected]'}, stopProxy=false, staleConnection=false 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.hbase.catalog.CatalogTracker: Stopping catalog tracker [email protected] 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.hbase.client.HConnectionManager: Try to delete HConnection, connectionKey=HConnectionKey{properties={hbase.zookeeper.property.clientPort=11000, hbase.client.pause=200, zookeeper.znode.parent=/hbase/lgsrv-miliao, hbase.client.retries.number=4, hbase.zookeeper.quorum=10.101.10.66,10.101.10.67,10.2.201.73,10.2.201.74,10.2.201.75}, username='hbase_srv/[email protected]'}, stopProxy=false, staleConnection=false 
2014-09-23,14:57:59,111 DEBUG org.apache.zookeeper.ZooKeeper: Closing session: 0x4877f5617edf6d 

你可以看到它得到的数据。这是非常不正常的,我不知道这是为什么。顺便说一下,在扫描表时,我可以在HBase shell中获得正确的结果。

 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureClient: call #205, response is: 
OW[class=class [Lorg.apache.hadoop.hbase.client.Result;,value=[Lorg.apache.hadoop.hbase.client.Result;@2081ca25] 
 
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.ipc.SecureClient: call #206, response is: 
OW[class=void,value=null] 

回答

1

这似乎不是一个问题。我可以扫描META表并获得正确的结果。