Details

    Description

      https://mariadb.com/kb/en/mariadb/server-system-variables/#back_log

      besides that the value is completly ignored - from where comes the 110 when the docs say it would be the same as "max_connections" which is on 300?

      max_connections  = 300
      back_log  = 1000
      

      MariaDB [(none)]> show GLOBAL variables like 'back_log';
      +---------------+-------+
      | Variable_name | Value |
      +---------------+-------+
      | back_log      | 110   |
      +---------------+-------+
      1 row in set (0.00 sec)
      

      Default Value:

      The lower of 150 or the value of max_connections (>= MariaDB 10.0.8)
      50 (<= MariaDB 10.0.8)

      Attachments

        Activity

          hreindl Reindl Harald created issue -
          elenst Elena Stepanova made changes -
          Field Original Value New Value
          Description https://mariadb.com/kb/en/mariadb/server-system-variables/#back_log

          besides that the value is completly ignored - from where comes the 110 when the docs say it would be the same as "max_connections" which is on 300?

          max_connections = 300
          back_log = 1000

          MariaDB [(none)]> show GLOBAL variables like 'back_log';
          +---------------+-------+
          | Variable_name | Value |
          +---------------+-------+
          | back_log | 110 |
          +---------------+-------+
          1 row in set (0.00 sec)

          Default Value:

              The lower of 150 or the value of max_connections (>= MariaDB 10.0.8)
              50 (<= MariaDB 10.0.8)
          https://mariadb.com/kb/en/mariadb/server-system-variables/#back_log

          besides that the value is completly ignored - from where comes the 110 when the docs say it would be the same as "max_connections" which is on 300?

          {noformat}
          max_connections = 300
          back_log = 1000
          {noformat}

          {code:sql}
          MariaDB [(none)]> show GLOBAL variables like 'back_log';
          +---------------+-------+
          | Variable_name | Value |
          +---------------+-------+
          | back_log | 110 |
          +---------------+-------+
          1 row in set (0.00 sec)
          {code}

          {quote}
          Default Value:

              The lower of 150 or the value of max_connections (>= MariaDB 10.0.8)
              50 (<= MariaDB 10.0.8)
          {quote}
          elenst Elena Stepanova made changes -
          Status Open [ 1 ] Confirmed [ 10101 ]
          elenst Elena Stepanova made changes -
          Component/s Documentation [ 10903 ]
          Fix Version/s 10.2 [ 14601 ]
          Assignee Sergei Golubchik [ serg ]
          Priority Critical [ 2 ] Major [ 3 ]
          serg Sergei Golubchik made changes -
          Status Confirmed [ 10101 ] In Progress [ 3 ]
          serg Sergei Golubchik made changes -
          Status In Progress [ 3 ] Stalled [ 10000 ]
          serg Sergei Golubchik made changes -
          Fix Version/s 10.2.8 [ 22544 ]
          Fix Version/s 10.2 [ 14601 ]
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 81754 ] MariaDB v4 [ 152522 ]

          People

            serg Sergei Golubchik
            hreindl Reindl Harald
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.