You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Geoffrey Jacoby (JIRA)" <ji...@apache.org> on 2019/03/11 18:43:00 UTC

[jira] [Created] (HBASE-22032) KeyValue validation should check for null byte array

Geoffrey Jacoby created HBASE-22032:
---------------------------------------

             Summary: KeyValue validation should check for null byte array
                 Key: HBASE-22032
                 URL: https://issues.apache.org/jira/browse/HBASE-22032
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 2.1.3, 2.0.4, 3.0.0
            Reporter: Geoffrey Jacoby
            Assignee: Geoffrey Jacoby


HBASE-21401 added some nice validation checks to throw precise errors if a KeyValue is constructed using invalid parameters. However it implicitly assumes that the KeyValue buffer is not null. It should validate this assumption and alert accordingly rather than throwing an NPE from an unrelated check. 



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