Uploaded image for project: 'Apache HAWQ'
  1. Apache HAWQ
  2. HAWQ-134

Multiple session drop table concurrently will cause the table dropped twice successfully

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0.0-incubating
    • Transaction
    • None

    Description

      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

      Attachments

        Activity

          People

            mli Ming Li
            mli Ming Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: