Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-112

Drop followed by create fails

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Resolution: Fixed
    • None
    • WT1.0
    • None

    Description

      Simple scenario:

      Process [1]:
      session->create(session, "table:test", "key_format=S, value_format=S ");
      session->drop(session, "table:test", "");
      session->close(session);

      Process2:
      session->create(session, "table:test", "key_format=S, value_format=S ");
      // Do not drop table
      session->close(session);

      Executing serially [1] [1] [1] [1] ... works fine.
      Executing serially [2] [2] [2] [2] ... works fine.
      Executing serially [1] [2] causes an error. Specifically session->drop replies that table:test does not exist.

      Attachments

        Issue Links

          Activity

            People

              michael.cahill@mongodb.com Michael Cahill
              wiredtiger WiredTiger
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: