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

wsrep_node_name not automatically set to hostname

Details

    Description

      This was working in the version 5.5.37

      on db-prod--iin-rep1

      MariaDB [(none)]> show global variables like '%name%';

      Variable_name Value
      hostname db-prod--iin-rep1
      wsrep_node_name  
      innodb_version 5.5.38-MariaDB-35.2
      version 5.5.39-MariaDB-1~precise-wsrep-log
      version_comment mariadb.org binary distribution, wsrep_25.10.r4014

      # hostname
      db-prod--iin-rep1

      Because of this wsrep_sst_donor='db-prod--iin-rep1' on another node failed for find the host.

      related: https://github.com/codership/galera/issues/108

      Attachments

        Activity

          danblack Daniel Black created issue -
          elenst Elena Stepanova made changes -
          Field Original Value New Value
          Description This was working in the version 5.5.37

          { noformat}
          on db-prod--iin-rep1
          MariaDB [(none)]> show global variables like '%name%';

          | Variable_name | Value |
          | hostname | db-prod--iin-rep1 |
          | wsrep_node_name | |
          | innodb_version | 5.5.38-MariaDB-35.2 |
          | version | 5.5.39-MariaDB-1~precise-wsrep-log |
          | version_comment | mariadb.org binary distribution, wsrep_25.10.r4014 |

          # hostname
          db-prod--iin-rep1
          {noformat}

          Because of this wsrep_sst_donor='db-prod--iin-rep1' on another node failed for find the host.

          related: https://github.com/codership/galera/issues/108
          This was working in the version 5.5.37

          {noformat}
          on db-prod--iin-rep1
          MariaDB [(none)]> show global variables like '%name%';

          | Variable_name | Value |
          | hostname | db-prod--iin-rep1 |
          | wsrep_node_name | |
          | innodb_version | 5.5.38-MariaDB-35.2 |
          | version | 5.5.39-MariaDB-1~precise-wsrep-log |
          | version_comment | mariadb.org binary distribution, wsrep_25.10.r4014 |

          # hostname
          db-prod--iin-rep1
          {noformat}

          Because of this wsrep_sst_donor='db-prod--iin-rep1' on another node failed for find the host.

          related: https://github.com/codership/galera/issues/108
          elenst Elena Stepanova made changes -
          Description This was working in the version 5.5.37

          {noformat}
          on db-prod--iin-rep1
          MariaDB [(none)]> show global variables like '%name%';

          | Variable_name | Value |
          | hostname | db-prod--iin-rep1 |
          | wsrep_node_name | |
          | innodb_version | 5.5.38-MariaDB-35.2 |
          | version | 5.5.39-MariaDB-1~precise-wsrep-log |
          | version_comment | mariadb.org binary distribution, wsrep_25.10.r4014 |

          # hostname
          db-prod--iin-rep1
          {noformat}

          Because of this wsrep_sst_donor='db-prod--iin-rep1' on another node failed for find the host.

          related: https://github.com/codership/galera/issues/108
          This was working in the version 5.5.37

          on db-prod--iin-rep1
          {code:sql}
          MariaDB [(none)]> show global variables like '%name%';
          {code}

          | Variable_name | Value |
          | hostname | db-prod--iin-rep1 |
          | wsrep_node_name | |
          | innodb_version | 5.5.38-MariaDB-35.2 |
          | version | 5.5.39-MariaDB-1~precise-wsrep-log |
          | version_comment | mariadb.org binary distribution, wsrep_25.10.r4014 |

          {noformat}
          # hostname
          db-prod--iin-rep1
          {noformat}

          Because of this wsrep_sst_donor='db-prod--iin-rep1' on another node failed for find the host.

          related: https://github.com/codership/galera/issues/108
          elenst Elena Stepanova made changes -
          elenst Elena Stepanova made changes -
          Assignee Nirbhay Choubey [ nirbhay_c ]
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Status In Progress [ 3 ] Stalled [ 10000 ]
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Status Stalled [ 10000 ] In Progress [ 3 ]
          nirbhay_c Nirbhay Choubey (Inactive) added a comment - http://lists.askmonty.org/pipermail/commits/2014-September/006493.html
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Assignee Nirbhay Choubey [ nirbhay_c ] Jan Lindström [ jplindst ]
          Status In Progress [ 3 ] In Review [ 10002 ]
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Fix Version/s 5.5.40-galera [ 17001 ]
          Fix Version/s 10.0.14-galera [ 17000 ]
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Summary wsrep_node_name not automaticly set to hostname wsrep_node_name not automatically set to hostname
          danblack Daniel Black added a comment -

          Thank you.

          danblack Daniel Black added a comment - Thank you.

          ok to push.

          jplindst Jan Lindström (Inactive) added a comment - ok to push.
          jplindst Jan Lindström (Inactive) made changes -
          Assignee Jan Lindström [ jplindst ] Nirbhay Choubey [ nirbhay_c ]
          Status In Review [ 10002 ] Stalled [ 10000 ]
          nirbhay_c Nirbhay Choubey (Inactive) added a comment - Pushed to maria-5.5-galera and maria-10.0-galera. http://bazaar.launchpad.net/~maria-captains/maria/maria-5.5-galera/revision/3532 http://bazaar.launchpad.net/~maria-captains/maria/maria-10.0-galera/revision/3886
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Workflow MariaDB v2 [ 53731 ] MariaDB v3 [ 64677 ]

          Hi,

          has the patch been pushed to 10.1 tree ?
          I have same problem with 10.1.10 to 10.1.13

          Joffrey

          joffrey Joffrey MICHAIE (Inactive) added a comment - Hi, has the patch been pushed to 10.1 tree ? I have same problem with 10.1.10 to 10.1.13 Joffrey

          The patch has been cherry-picked into bb-10.1-nirbhay on github@mariadb/server and
          should be available in next 10.1 release (10.1.15)

          nirbhay_c Nirbhay Choubey (Inactive) added a comment - The patch has been cherry-picked into bb-10.1-nirbhay on github@mariadb/server and should be available in next 10.1 release (10.1.15)
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          Fix Version/s 10.1.15 [ 22018 ]
          nirbhay_c Nirbhay Choubey (Inactive) made changes -
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 64677 ] MariaDB v4 [ 148199 ]

          People

            nirbhay_c Nirbhay Choubey (Inactive)
            danblack Daniel Black
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.