Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4330

MDB hangs asking data from I_S.columnstore_extents or I_S.columnstore_files

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.4.3-5, 1.5.3
    • 5.4.1
    • None
    • None
    • 2020-8

    Description

      The problem happens when MCS is restarted but MDB isn't. This causes MDB to point to the deleted BRM segments in shmem b/c MCS recreates them.
      4QA To reproduce run MDB+MCS, restart MCS but not MDB and then run this bash snippet to fill ExtentMap

      for e in $(seq 0 50); do mysql -e 'create table cs1(i bigint, i2 bigint, i3 bigint, i4 bigint)engine=columnstore' test; mysql -e 'drop table cs1' test; done
      

      Then try to query from information_schema.columnstore_extents. MDB must hang after this.

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            drrtuy Roman
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.