Use case : Node not able to join the cluster ,Percona XtraDB Cluster 8.0.27
Hi there,
I configured 3 node(n1,n2 & n3) cluster ,all the three nodes are online.
Due to huge connections ,the ‘node n3’ is down.In the meantime n1 and n2 nodes are processing the workloads.
When iam trying to add the ‘node-n3’ to cluster , iam facing the below error.
Please let me know how do i bring the ‘node-n3’ online.
2022-05-26T17:22:58.778759+05:30 0 [Note] [MY-000000] [Galera] (b5351f19-a07a, 'ssl://0.0.0.0:4567') connection to peer 00000000-0000 with addr ssl://192.168.1.2:4567 timed out, no messages seen in PT3S, socket stats: rtt: 132 rttvar: 66 rto: 3216000 lost: 1 last_data_recv: 26619706 cwnd: 1 last_queued_since: 26919705827915 last_delivered_since: 26919705827915 send_queue_length: 0 send_queue_bytes: 0 (gmcast.peer_timeout)
2022-05-26T17:23:02.279023+05:30 0 [Note] [MY-000000] [Galera] (b5351f19-a07a, 'ssl://0.0.0.0:4567') connection to peer 00000000-0000 with addr ssl://192.168.1.1:4567 timed out, no messages seen in PT3S, socket stats: rtt: 137 rttvar: 68 rto: 3216000 lost: 1 last_data_recv: 26623207 cwnd: 1 last_queued_since: 26923206088048 last_delivered_since: 26923206088048 send_queue_length: 0 send_queue_bytes: 0 (gmcast.peer_timeout)
There are very few details of the issue for anyone to try and help you. Please provide more details of how your cluster is setup, samples of the my.cnf from the nodes pay special attention to the cluster settings.
Fix node2 and node3 so they can ping both ways. Once you have the networking issues sorted out, then you can try to start node3 like you started node2.