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)
