You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/07/07 06:03:00 UTC

[jira] [Work logged] (HIVE-23780) Fail dropTable if acid cleanup fails

     [ https://issues.apache.org/jira/browse/HIVE-23780?focusedWorklogId=455243&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-455243 ]

ASF GitHub Bot logged work on HIVE-23780:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jul/20 06:02
            Start Date: 07/Jul/20 06:02
    Worklog Time Spent: 10m 
      Work Description: mustafaiman commented on pull request #1192:
URL: https://github.com/apache/hive/pull/1192#issuecomment-654621572


   @pvary can you review again? The existing tests used a hack to create transactional metastore tables on the spot when they were accessed the first time. When this happened during a dropDatabase call, it would lead to a deadlock. So I had to move the creating of these tables to initialization part of such tests. The hack was purely for testing, therefore it is safe to remove.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 455243)
    Time Spent: 20m  (was: 10m)

> Fail dropTable if acid cleanup fails
> ------------------------------------
>
>                 Key: HIVE-23780
>                 URL: https://issues.apache.org/jira/browse/HIVE-23780
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Standalone Metastore, Transactions
>            Reporter: Mustafa Iman
>            Assignee: Mustafa Iman
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Acid cleanup happens after dropTable is committed. If cleanup fails for some reason, there are leftover entries in acid tables. This later causes dropped table's name to be unusable by new tables.
> [~pvary] [~ngangam]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)