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

Columnstore Install succeeds but cannot be used when mysql user was created prior to install

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 6.4.4-dompe
    • Icebox
    • None
    • None

    Description

      Run the useradd -m mysql command before install:

      useradd -m mysql
      apt -y install mariadb-server mariadb-backup* socat mariadb-plugin-columnstore
      

      After install completes, all commands that would use the columnstore engine fail. Examples:

      root@cs00:~$ mariadb -ABNe "select * from calpontsys.systable;"
      ERROR 1815 (HY000) at line 1: Internal error: pColStep: BRM lookup error. Could not get extents for OID 1001
      root@cs00:~$ mariadb -ABNe "create schema t; create table t.test (col1 varchar(10)) engine=columnstore;"
      ERROR 1815 (HY000) at line 1: Internal error: CAL0009: Error occured when calling makeJobList
      root@cs00:~$
      

      Tested on:
      10.6.8-4-MariaDB-enterprise-log / Columnstore_version 6.4.4

      Attachments

        Activity

          People

            Unassigned Unassigned
            edward Edward Stoever
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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