You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/05/25 16:24:01 UTC

[jira] [Created] (HBASE-11249) Missing null check in finally block of HRegion#processRowsWithLocks()

Ted Yu created HBASE-11249:
------------------------------

             Summary: Missing null check in finally block of HRegion#processRowsWithLocks()
                 Key: HBASE-11249
                 URL: https://issues.apache.org/jira/browse/HBASE-11249
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


At line 4883:
{code}
            Store store = getStore(kv);
            if (store == null) {
              checkFamily(CellUtil.cloneFamily(kv));
              // unreachable
            }
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)