Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-2173

Introduce Cluster Concept

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • 2.4.0
    • N/A
    • N/A
    • None

    Description

      Introduce a cluster concept for specifying the servers of services and monitors. So, instead of

      [Server1]
      type=server
      ...
      [Service1]
      type=service
      servers=Server1,Server2,Server3,...
      ...
      [Monitor1]
      type=monitor
      module=mariadbmon
      servers=Server1,Server2,Server3,...
      ...
      

      you would be able to express it like

      [Cluster1]
      type=cluster
      monitor=mariadbmon
      servers=Server1,Server2,Server3,...
      ...
      [Service1]
      type=service
      cluster=Cluster1
      ...
      

      With this change it is possible to introduce monitors that autonomously and dynamically at runtime provide the list of servers. For instance, a monitor for Clustrix.

      Attachments

        Issue Links

          Activity

            People

              johan.wikman Johan Wikman
              johan.wikman Johan Wikman
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.