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

wsrep_incoming_address status variable prints 0 as port number if the port is not mentioned in wsrep_node_incoming_address system variable

    XMLWordPrintable

Details

    Description

      wsrep_incoming_address status variable prints 0 as port number if the port is not mentioned in wsrep_node_incoming_address system variable.

      MariaDB [(none)]> show status like '%wsrep%add%';
      +--------------------------+------------------+
      | Variable_name            | Value            |
      +--------------------------+------------------+
      | wsrep_incoming_addresses | 192.168.100.10:0 |
      +--------------------------+------------------+
      1 row in set (0.002 sec)
       
      MariaDB [(none)]>
      vagrant@node1:~$ grep address my.cnf 
      bind-address                   = 0.0.0.0
      wsrep_cluster_address=gcomm://192.168.100.10,192.168.100.20,192.168.100.30
      wsrep_sst_receive_address=192.168.100.10
      wsrep_node_address=192.168.100.10
      wsrep_node_incoming_address=192.168.100.10
      vagrant@node1:~$
       
      MariaDB [(none)]> select @@version;
      +--------------------------+
      | @@version                |
      +--------------------------+
      | 10.9.2-MariaDB-debug-log |
      +--------------------------+
      1 row in set (0.000 sec)
       
      MariaDB [(none)]> 
      
      

      Attachments

        Activity

          People

            jplindst Jan Lindström (Inactive)
            ramesh Ramesh Sivaraman
            Votes:
            1 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.