You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Lei Chang (JIRA)" <ji...@apache.org> on 2015/11/21 04:32:11 UTC

[jira] [Closed] (HAWQ-134) Multiple session drop table concurrently will cause the table dropped twice successfully

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

Lei Chang closed HAWQ-134.
--------------------------

> Multiple session drop table concurrently will cause the table dropped twice successfully
> ----------------------------------------------------------------------------------------
>
>                 Key: HAWQ-134
>                 URL: https://issues.apache.org/jira/browse/HAWQ-134
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Transaction
>            Reporter: Ming LI
>            Assignee: Ming LI
>             Fix For: 2.0.0-beta-incubating
>
>
> The application issued 20 session on the same time to drop the table and it should only one session successful. however there are 2 session report successfully.
> Session 1:
> start transaction;
> START TRANSACTION
> drop table tran_test;
> DROP TABLE
> commit;
> COMMIT
> session 4: 
> start transaction;
> START TRANSACTION
> drop table tran_test;
> DROP TABLE
> commit;
> COMMIT



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)