[ 
https://issues.apache.org/jira/browse/HBASE-16731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChiaPing Tsai updated HBASE-16731:
----------------------------------
    Description: 
RSRpcServices#get() convert the GET to SCAN without 
scan#setLoadColumnFamiliesOnDemand. So it causes two disadvantage: 
1) There are different result retrieved from Get and Scan if we use the empty 
filter. No data is retrieved from SCAN.
see [HBASE-16729 |https://issues.apache.org/jira/browse/HBASE-16729]
2) unable to read CF data lazily for GET operation.

Any comments? Thanks.

  was:
RSRpcServices#get() convert the GET to SCAN without 
scan#setLoadColumnFamiliesOnDemand. So it causes two disadvantage: 
1) inconsistent behavior of Get and Scan which add the empty FilterList. No 
data is retrieved from SCAN. see [HBASE-16729 
|https://issues.apache.org/jira/browse/HBASE-16729]
2) unable to read CF data lazily for GET operation.

Any comments? Thanks.


> Add Scan#setLoadColumnFamiliesOnDemand method to Get.
> -----------------------------------------------------
>
>                 Key: HBASE-16731
>                 URL: https://issues.apache.org/jira/browse/HBASE-16731
>             Project: HBase
>          Issue Type: Bug
>            Reporter: ChiaPing Tsai
>            Priority: Minor
>
> RSRpcServices#get() convert the GET to SCAN without 
> scan#setLoadColumnFamiliesOnDemand. So it causes two disadvantage: 
> 1) There are different result retrieved from Get and Scan if we use the empty 
> filter. No data is retrieved from SCAN.
> see [HBASE-16729 |https://issues.apache.org/jira/browse/HBASE-16729]
> 2) unable to read CF data lazily for GET operation.
> Any comments? Thanks.



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

Reply via email to