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

The Maxadmin and the CLI Router in default config

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 2.3.10
    • 2.3.10
    • maxadmin
    • None

    Description

      Folks,

      I've just compiled MaxScale using the current source on Github, and I yet see the `MaxAdmin-Service` and CLI Router configurations on the maxscale.cnf template file - maybe it's time to remove that as maxadmin is deprecated and will be removed on 2.4?

      [root@mxs01 build]# maxscale --version
      MaxScale 2.3.10
       
      [root@mxs01 build]# maxctrl list services
      ┌────────────────────┬────────────────┬─────────────┬───────────────────┬─────────┐
      │ Service            │ Router         │ Connections │ Total Connections │ Servers │
      ├────────────────────┼────────────────┼─────────────┼───────────────────┼─────────┤
      │ Read-Only-Service  │ readconnroute  │ 11                 │ server1 │
      ├────────────────────┼────────────────┼─────────────┼───────────────────┼─────────┤
      │ MaxAdmin-Service   │ cli            │ 11                 │         │
      ├────────────────────┼────────────────┼─────────────┼───────────────────┼─────────┤
      │ Read-Write-Service │ readwritesplit │ 11                 │ server1 │
      └────────────────────┴────────────────┴─────────────┴───────────────────┴─────────┘
      

      Below is what I think should be removed from the maxscale.cnf file added to the environment after finishing compiling MaxScale:

      # This service enables the use of the MaxAdmin interface
      # MaxScale administration guide:
      # https://mariadb.com/kb/en/mariadb-maxscale-23-maxadmin-admin-interface/
       
      [MaxAdmin-Service]
      type=service
      router=cli
       
      [MaxAdmin-Listener]
      type=listener
      service=MaxAdmin-Service
      protocol=maxscaled
      socket=default
      

      Thanks!!

      Attachments

        Activity

          People

            markus makela markus makela
            wagnerbianchi Wagner Bianchi (Inactive)
            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.