You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rajkumar Singh (JIRA)" <ji...@apache.org> on 2019/03/24 22:07:00 UTC

[jira] [Created] (HIVE-21499) should not remove the function if create command failed with AlreadyExistsException

Rajkumar Singh created HIVE-21499:
-------------------------------------

             Summary: should not remove the function if create command failed with AlreadyExistsException
                 Key: HIVE-21499
                 URL: https://issues.apache.org/jira/browse/HIVE-21499
             Project: Hive
          Issue Type: Bug
          Components: Hive
    Affects Versions: 3.1.0
         Environment: Hive-3.1
            Reporter: Rajkumar Singh


As a part of HIVE-20953 we are removing the function if creation for same failed with any reason, this will yield into the following situation.
1. create function failed since function already exists
2. on #1 failure hive will clear the permanent function from the registry
3. this function will be of no use until hiveserver2 restarted.



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