"no messages seen in" from itself when starting
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
5.6 |
Confirmed
|
Low
|
Kenn Takara | |||
5.7 |
Confirmed
|
Low
|
Kenn Takara |
Bug Description
When node's own IP address is defined in in wsrep_cluter_
wsrep_
the node is blacklisting itself
[Warning] WSREP: (cd1938a2, 'tcp://
however later is trying to connect itself:
[Note] WSREP: (cd1938a2, 'tcp://
An output of `ip a l`:
# ip a l
1: lo: <LOOPBACK,
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,
link/ether 08:00:27:25:19:38 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.14/24 brd 192.168.1.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::a00:
valid_lft forever preferred_lft forever
Tested against PXC 5.7.19-29.22.3 and PXC 5.6.37-26.21-3.
The node is reporting that it hasn't heard from that address in 3 seconds (gmcast. peer.timeout) , which is valid since that address has been blacklisted.
The issue would be that the liveness check is reporting on blacklisted entries.