Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-15450

Add Host Name Field to MariaDB Client Handshake Protocol

Details

    Description

      Why

      In original, one MariaDB server instance is identified by one address (IP + port). That is not enough for a shared proxy for multi servers. Like HTTP HOST header, which enables virtual host in a web server machine [1]. The similar approach is used in Oracle net listener by adding INSTANCE_NAME [2]. Adding the host name field helps the proxy layer to find the backend server, monitor full throughput easily, and can do the specific logic on different host. For cloud service, let server instance can be identified by <server name, address (IP + port)> will help to simplified workflow for the frontend proxy.

      What to do

      Since 10.0.5. MariaDB started supporting applications to pass key/value connection attributes when connecting [3].
      Adding host name field in connection attributes is a good idea. The connection attributes are passed from client to server in the first communication package. The attributes is optional so that it keeps back compatibility.

      MariaDB reserves the attribute names that begin with an underscore (_) for internal use which should not be created by application programs [4]. The proposal is using the same approach to reserve one more name. The attribute is named ‘_host_name’ to record the host name used in the connection string (the connection parameters). This field is used by the server or proxy to figure out which server the client is trying to connect to. The client drivers that support this protocol sends the attribute in the handshake response packet.

      The code change involves:
      1. Add ‘_host_name’ attributes in MariaDB owned client driver.
      2. Add a new document to encourage other community client driver to including this attribute.
      3. Support this protocol in MaxScale proxy.

      [1]. https://stackoverflow.com/questions/43156023/what-is-http-host-header
      [2]. https://docs.oracle.com/cd/E11882_01/network.112/e41945/listenercfg.htm#NETAG299
      [3]. https://mariadb.com/kb/en/library/performance-schema-session_account_connect_attrs-table/
      [4.] https://dev.mysql.com/doc/refman/5.7/en/performance-schema-connection-attribute-tables.html

      Attachments

        Issue Links

          Activity

            elemount Alex Lee created issue -
            xiangyhu xiangyhu made changes -
            Field Original Value New Value
            Attachment hostname.png [ 45612 ]
            svoj Sergey Vojtovich made changes -
            Fix Version/s 10.3 [ 22126 ]
            svoj Sergey Vojtovich made changes -
            Labels client protocol client contribution foundation protocol
            svoj Sergey Vojtovich made changes -
            Assignee Vladislav Vaintroub [ wlad ]
            wlad Vladislav Vaintroub made changes -
            issue.field.resolutiondate 2018-05-11 14:46:53.0 2018-05-11 14:46:53.349
            wlad Vladislav Vaintroub made changes -
            Fix Version/s 10.3.7 [ 23005 ]
            Fix Version/s 10.3 [ 22126 ]
            Resolution Fixed [ 1 ]
            Status Open [ 1 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Stalled [ 10000 ]
            serg Sergei Golubchik made changes -
            Priority Major [ 3 ] Blocker [ 1 ]
            serg Sergei Golubchik made changes -
            Fix Version/s 10.3 [ 22126 ]
            Fix Version/s 10.3.7 [ 23005 ]
            diego dupin Diego Dupin made changes -
            diego dupin Diego Dupin made changes -
            Lawrin Lawrin Novitsky made changes -
            wlad Vladislav Vaintroub made changes -
            Fix Version/s 10.3.7 [ 23005 ]
            Fix Version/s 10.3 [ 22126 ]
            Resolution Fixed [ 1 ]
            Status Stalled [ 10000 ] Closed [ 6 ]
            wlad Vladislav Vaintroub made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Stalled [ 10000 ]
            wlad Vladislav Vaintroub made changes -
            Resolution Fixed [ 1 ]
            Status Stalled [ 10000 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 85801 ] MariaDB v4 [ 133481 ]

            People

              wlad Vladislav Vaintroub
              elemount Alex Lee
              Votes:
              0 Vote for this issue
              Watchers:
              9 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.