You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2019/03/26 20:29:00 UTC

[jira] [Assigned] (HIVE-21513) ACID: Running merge concurrently with minor compaction causes a later select * to throw exception

     [ https://issues.apache.org/jira/browse/HIVE-21513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vaibhav Gumashta reassigned HIVE-21513:
---------------------------------------

    Assignee: Vaibhav Gumashta

> ACID: Running merge concurrently with minor compaction causes a later select * to throw exception 
> --------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-21513
>                 URL: https://issues.apache.org/jira/browse/HIVE-21513
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 3.1.1
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>            Priority: Major
>
> Repro steps:
> - Create table 
> - Load some data 
> - Run merge so records gets updated and delete_delta dirs are created
> - Manually initiate minor compaction: ALTER TABLE ... COMPACT 'minor';
> - While the compaction is running keep executing the merge statement
> - After some time try to do simple select *;



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