You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Dan Burkert (JIRA)" <ji...@apache.org> on 2017/07/01 00:21:00 UTC

[jira] [Created] (HIVE-17008) HiveMetastore.drop_database can return NPE if database does not exist

Dan Burkert created HIVE-17008:
----------------------------------

             Summary: HiveMetastore.drop_database can return NPE if database does not exist
                 Key: HIVE-17008
                 URL: https://issues.apache.org/jira/browse/HIVE-17008
             Project: Hive
          Issue Type: Bug
          Components: HBase Metastore
            Reporter: Dan Burkert


When dropping a non-existent database, the HMS will still fire registered {{DROP_DATABASE}} event listeners.  This results in an NPE when the listeners attempt to deref the {{null}} database parameter.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)