[
https://issues.apache.org/jira/browse/HBASE-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924759#action_12924759
]
HBase Review Board commented on HBASE-2753:
-------------------------------------------
Message from: "Ryan Rawson" <[email protected]>
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/1092/
-----------------------------------------------------------
Review request for hbase.
Summary
-------
the last hurrah, removing the sorting from Result. sorted() is already
@deprecated
This addresses bug HBASE-2753.
http://issues.apache.org/jira/browse/HBASE-2753
Diffs
-----
trunk/src/main/java/org/apache/hadoop/hbase/client/Result.java 1026537
Diff: http://review.cloudera.org/r/1092/diff
Testing
-------
Thanks,
Ryan
> Remove sorted() methods from Result now that Gets are Scans
> -----------------------------------------------------------
>
> Key: HBASE-2753
> URL: https://issues.apache.org/jira/browse/HBASE-2753
> Project: HBase
> Issue Type: Improvement
> Components: client
> Affects Versions: 0.90.0
> Reporter: Jonathan Gray
> Assignee: ryan rawson
> Fix For: 0.90.0
>
>
> With the old Get codepath, we used to sometimes get results sent to the
> client that weren't fully sorted. Now that Gets are Scans, results should
> always be sorted.
> Confirm that we always get back sorted results and if so drop the
> Result.sorted() method and update javadoc accordingly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.