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

Local query would not work if user chose not to enable schema sync

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.0.7
    • 1.0.7
    • installation
    • None
    • 2017-2

    Description

      Build tested: 1.0.7-1

      For 1.0.7-1, we added a prompt in postConfigure to allow user to enable or disable schema sync. If the user chose not to enable schema sync and enable local query in the next prompt, local query will not work since it requires schema sync enabled. We need to do one of the following:

      1) Prompt for local query first, if the answer is yes, then turn on schema sync without prompt the user. This would be the preferred method

      2) If the user answered n to schema sync, and y to local query, we still enable schema sync, overriding the user's answer (n to the schema sync question)


      ===== Setup System Module Type Configuration =====
      ==> pm1:
      ==> pm1: There are 2 options when configuring the System Module Type: separate and combined
      ==> pm1:
      ==> pm1: 'separate' - User and Performance functionality on separate servers.
      ==> pm1:
      ==> pm1: 'combined' - User and Performance functionality on the same server
      ==> pm1: Select the type of System Module Install [1=separate, 2=combined] (2) > 1
      ==> pm1:
      ==> pm1: NOTE: The MariaDB ColumnStore Schema Sync feature will replicate all of the
      ==> pm1: schemas and InnoDB tables across the User Module nodes. This feature can be enabled
      ==> pm1: or disabled, for example, if you wish to configure your own replication post installation.
      ==> pm1: MariaDB ColumnStore Schema Sync feature, do you want to enable? [y,n] > n
      ==> pm1: Seperate Server Installation will be performed.
      ==> pm1:
      ==> pm1: NOTE: Local Query Feature allows the ability to query data from a single Performance
      ==> pm1: Module. Check MariaDB ColumnStore Admin Guide for additional information.
      ==> pm1: Enable Local Query feature? [y,n] > y
      ==> pm1:
      ==> pm1: NOTE: Local Query Feature is enabled

      Attachments

        Activity

          People

            ben.thompson Ben Thompson (Inactive)
            dleeyh Daniel Lee (Inactive)
            Votes:
            0 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.