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

Ming LI resolved HAWQ-134.
--------------------------
    Resolution: Fixed

> 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
>
> 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)

Reply via email to