wsrep_node_name blank for servers with 3rd level domain name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I am not sure if it is strictly 3rd level or there are other issues.
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
ii percona-
<email address hidden>:~# hostname -f
sql07.atl.
mysql> SHOW VARIABLES LIKE 'wsrep_node_name';
+------
| Variable_name | Value |
+------
| wsrep_node_name | |
+------
1 row in set (0.11 sec)
CVE References
Mike EKlund (meklund-launchpad) wrote : | #1 |
Kenn Takara (kenn-takara) wrote : | #2 |
Hmm. Looking through the code, I don't think the hostname is ever used as a default (it looks like we look it up, but then overwrite it during initialization).
Mike EKlund (meklund-launchpad) wrote : | #3 |
well, before CVE-2015-7547 glibc updates it had a value then after it did not.
Changed in percona-xtradb-cluster: | |
status: | New → Fix Committed |
Changed in percona-xtradb-cluster: | |
milestone: | none → 5.6.29-25.15 |
Changed in percona-xtradb-cluster: | |
status: | Fix Committed → Fix Released |
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #4 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #5 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
it appears to be related to the glibc updates for https:/ /cve.mitre. org/cgi- bin/cvename. cgi?name= CVE-2015- 7547
root@atl-userdb3:~# hostname -f domain. com
atl-userdb3.
mysql> SHOW VARIABLES LIKE 'wsrep_node_name'; ------- ----+-- -----+ ------- ----+-- -----+ ------- ----+-- -----+
+------
| Variable_name | Value |
+------
| wsrep_node_name | |
+------
1 row in set (0.00 sec)