Phil Yang created HBASE-18113:
---------------------------------

             Summary: Handle old client without include_stop_row flag when 
startRow equals endRow
                 Key: HBASE-18113
                 URL: https://issues.apache.org/jira/browse/HBASE-18113
             Project: HBase
          Issue Type: Bug
            Reporter: Phil Yang
            Assignee: Phil Yang


Now we have include_start_row/include_stop_row flag in new version. Before it, 
startRow is include and stopRow is exclude, but when startRow=endRow there is a 
special logic that we consider it as a get and we should return the value of 
this row to client.
In the new client, if user set start=end we will change include_stop_row to 
true for behavior compatibility. 

We should also do a special logic if old client access new server for 
compatibility at server.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to