Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-22167

RocksDB: cannot create a default zone just twice

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Invalid
    • 3.0
    • None
    • persistence
    • Docs Required, Release Notes Required

    Description

      Steps to reproduce:

      1. Start AI3 cluster of 1 node
      2. Run few simple SQL queries:
      create zone if not exists "ROCKSDB" with storage_profiles='default_rocksdb';
      create table ...  with PRIMARY_ZONE='ROCKSDB';
      insert into table ... values();             -- probably, unneeded
      create zone if not exists "ROCKSDB" with storage_profiles='default_rocksdb'; -- absolutely the same query as the 1st one
      

      Expected behavior: the 2nd "create zone" query must be executed successfully (because a zone is already created).
      Actual behavior: the 2nd "create zone" query simply hangs.

      Found on commit 654a11a4a00919ce2b3ff4ca0e59e83377124dea (recent AI3 at the time).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              akhitrin Andrey Khitrin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: