You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2018/07/25 10:13:00 UTC

[jira] [Created] (HBASE-20940) HStore.cansplit should not be allow split to happen if it has references

Vishal Khandelwal created HBASE-20940:
-----------------------------------------

             Summary: HStore.cansplit should not be allow split to happen if it has references
                 Key: HBASE-20940
                 URL: https://issues.apache.org/jira/browse/HBASE-20940
             Project: HBase
          Issue Type: Bug
    Affects Versions: 1.3.2
            Reporter: Vishal Khandelwal
            Assignee: Vishal Khandelwal


When split happens ans immediately another split happens, it may result into a split of a region who still has references to its parent. More details about scenario can be found here HBASE-20933

HStore.hasReferences should check from fs.storefile rather than in memory objects.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)