2023-10-24T11:54:28.980520Z 2 [Note] [MY-000000] [WSREP] DONOR thread signaled with 0
2023-10-24T11:54:29.262908Z 20 [Warning] [MY-013712] [Server] No suitable 'keyring_component_metadata_query' service implementation found to fulfill the request.
2023-10-24T11:54:29.287393Z 0 [Note] [MY-000000] [WSREP-SST] 2023/10/24 19:54:29 socat[34844] E SSL_connect(): Connection refused
I test connecting to port 4444 of node2 by telnet:
[root@node2:2 ~]# telnet node2 4444
Trying fd15:4ba5:5a2b:1008:f814:e50e:acbd:12...
telnet: connect to address fd15:4ba5:5a2b:1008:f814:e50e:acbd:12: Connection refused
Trying 192.168.222.12...
Connected to node2.
Escape character is '^]'.
Connection closed by foreign host.
From mysqld.log I have found port 4567 and 4568 on IPv6 works well, but port 4444 can’t work using IPv6. Who can tell me why?
I am sure I had closed firewall, and there is no access limit.
Many thanks!
mysql Ver 8.0.32-24.2 for Linux on x86_64 (Percona XtraDB Cluster (GPL), Release rel24, Revision 2119e75, WSREP version 26.1.4.3)
CentOS Linux release 7.6.1810 (Core)
Linux node1 3.10.0-1160.15.2.el7.x86_64 #1 SMP Wed Feb 3 15:06:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
wsrep_cluster_address=gcomm://
wsrep_node_address=[2600:1f18:3f4:7c00:ab2b:a674:73aa:d15f]:4567
wsrep_node_incoming_address=[2600:1f18:3f4:7c00:ab2b:a674:73aa:d15f]:3306
wsrep_provider_options="gmcast.listen_addr=tcp://[2600:1f18:3f4:7c00:ab2b:a674:73aa:d15f]:4567"
# just for simplicity
pxc_encrypt_cluster_traffic=OFF
Hi @liking , thank you for your feedback. Could you please create a Jira ticket for this? Please provide all the information that would help to setup the test environment where the issue can be reproduced. It should work with pxc_encrypt_cluster_traffic=ON as well. If it doesn’t, there is apparently a bug there
Edit: Just to be sure: you are using the same certificate files on all nodes, right? (this would help)