Description
When we test HBase 2.4.14 on our cluster...
I find we scan a table is slow when enter hbase shell first time.
step like this:
hbase shell
scan 'hbase:meta',{LIMIT=>1}
the cost time is more than HBase 1.3
Any one can help compare the two versions(HBase 2.x vs HBase 1.x) in first scan process?
thanks~
-------
I find the the “Future<Result> f = cs.poll(timeBeforeReplicas, TimeUnit.MICROSECONDS);” in org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas#call
cost above 200+ms
Attachments
Issue Links
- is related to
-
HBASE-19260 Add lock back to avoid parallel accessing meta to locate region
- Resolved
-
HBASE-27228 Client connection warming API
- Open
-
HBASE-26590 Hbase-client Meta lookup performance regression between hbase-1 and hbase-2
- Resolved