簡體   English   中英

HBase響應包含無效數據

[英]HBase responses with the invalid data

這是RegionServer的調試日志。

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/hadoop@XIAOMI.HADOOP 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/hadoop@XIAOMI.HADOOP 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/hadoop@XIAOMI.HADOOP 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/hadoop@XIAOMI.HADOOP 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/hadoop@XIAOMI.HADOOP 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/hadoop@XIAOMI.HADOOP 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/hadoop@XIAOMI.HADOOP'}, stopProxy=false, staleConnection=false
2014-09-23,14:57:59,110 DEBUG org.apache.hadoop.hbase.catalog.CatalogTracker: Stopping catalog tracker org.apache.hadoop.hbase.catalog.CatalogTracker@40128340
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/hadoop@XIAOMI.HADOOP'}, 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]

好像沒問題。 而且我可以掃描META表並獲得正確的結果。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM