Dilip Joseph created HIVE-4004:
----------------------------------

             Summary: Incorrect status for AddPartition metastore event if 
RawStore commit fails
                 Key: HIVE-4004
                 URL: https://issues.apache.org/jira/browse/HIVE-4004
             Project: Hive
          Issue Type: Bug
          Components: Metastore
    Affects Versions: 0.10.0
            Reporter: Dilip Joseph
            Assignee: Dilip Joseph
            Priority: Minor


For ADD PARTITION operations, the AddPartitionEvent does not care if the 
RawStore commit succeeded or not.  This means that an AddPartitionEvent with 
status=true is fired even if the the actual ADD PARTITION operation failed.  
This will confuse any AddPartitionEvent listeners.

Other MetastoreListenerEvents like CreateTableEvent correctly incorporate the 
status of the RawStore commit.  Only AddPartitionEvent has this problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to