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

log_throttling is hard to modify via MaxCtrl

    XMLWordPrintable

Details

    Description

      The "documented" syntax for configuring the parameter is not accepted when used with MaxCtrl:

      maxctrl alter maxscale log_throttling=1,2s,3s
      Error: Server at http://127.0.0.1:8989 responded with 400 Bad Request to `PATCH maxscale`
      {
          "errors": [
              {
                  "detail": "log_throttling: Expected a json object, but got a json string."
              }
          ]
      }
      

      This is because parameter expects a JSON object and is lacking the string conversion fallback.

      Attachments

        Activity

          People

            markus makela markus makela
            markus makela markus makela
            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.