You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Dave Latham (JIRA)" <ji...@apache.org> on 2015/05/06 16:44:59 UTC

[jira] [Created] (HBASE-13634) Unsafe reference equality checks to EMPTY_START_ROW

Dave Latham created HBASE-13634:
-----------------------------------

             Summary: Unsafe reference equality checks to EMPTY_START_ROW
                 Key: HBASE-13634
                 URL: https://issues.apache.org/jira/browse/HBASE-13634
             Project: HBase
          Issue Type: Bug
          Components: Compaction, Scanners
            Reporter: Dave Latham


While looking to see if there was a standard method in the code base for testing for the empty start and end row, I noticed some cases that are using unsafe reference equality checks and thus may have incorrect in boundary cases:

ScanQueryMatcher.checkPartialDropDeleteRange
StripeStoreFileManager.findStripeForRow

It looks like both are intended to support stripe compaction



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