You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Samarth Jain (JIRA)" <ji...@apache.org> on 2016/04/21 19:16:25 UTC

[jira] [Created] (PHOENIX-2848) Make reverse scan checks consistent

Samarth Jain created PHOENIX-2848:
-------------------------------------

             Summary: Make reverse scan checks consistent
                 Key: PHOENIX-2848
                 URL: https://issues.apache.org/jira/browse/PHOENIX-2848
             Project: Phoenix
          Issue Type: Bug
            Reporter: Samarth Jain
            Assignee: Samarth Jain
         Attachments: reversescan.patch

I noticed that we have two ways of setting and checking a reverse scan - methods in ScanUtil.java and the standard HBase Api - scan.isReversed(), scan.setReversed(). However, just changing to use the standard HBase API isn't working correctly. I am seeing StaleRegionBoundaryCacheException being thrown for tests doing DESC on row key. This needs to be investigated further.



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