[
https://issues.apache.org/jira/browse/HBASE-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146502#comment-13146502
]
Nicolas Spiegelberg commented on HBASE-2753:
--------------------------------------------
Assertions are still enabled on 0.90 release candidate builds & 0.92. Is this
intended behavior? Seems like this should be an optional toggle for 'mvn
package' and default enabled for all unit tests. I understand why you'd want
it enabled for non-feature-frozen branches.
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira