You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Abhishek Somani (JIRA)" <ji...@apache.org> on 2019/06/06 04:05:00 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=16857265#comment-16857265 ] 

Abhishek Somani edited comment on HIVE-21513 at 6/6/19 4:04 AM:
----------------------------------------------------------------

[~vgumashta]  Can you please tell which Jira is this a duplicate of?


was (Author: asomani):
Can you please tell [~vgumashta] which Jira is this a duplicate of?

> 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: 4.0.0, 3.1.1
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>            Priority: Major
>             Fix For: 4.0.0
>
>
> 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)