You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2019/09/07 18:49:00 UTC

[jira] [Created] (HBASE-22989) Missing null check for item2RegionMap during bulkload phase

Viraj Jasani created HBASE-22989:
------------------------------------

             Summary: Missing null check for item2RegionMap during bulkload phase
                 Key: HBASE-22989
                 URL: https://issues.apache.org/jira/browse/HBASE-22989
             Project: HBase
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: Viraj Jasani
            Assignee: Viraj Jasani


During BulkLoad phase, Map<LoadQueueItem, ByteBuffer> is updated based on loading groups atomically. null check for map.remove() in case the map is null is missing.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)