I have a 2 node cluster (trying to get to 3 but keep running into issues). When I start node 2, it joins the cluster i can query the node. It is in sync with node 1. On the command line the service command doesn’t fully finish.
sudo systemctl start mysql.service
MySQL is up I can query, check cluster size etc. But the command never finishes and I think this causes the node to stop. What would cause this issue?