we have consul cluster of 3 servers. As part of testing, we have done below steps.
1.our team has stopped consul1 and consul2 same time @13:48, with this consul3 became leader.
2. started consul2 @13:57.
3. stopped consul3@13:59, now the leader is consul2.
4.at 14:22 we have started consul1 and consul3. Here consul1 became the leader before the replication from consul2 ->consul1.
5.stopped consul1 @14:53 and restarted it @15:40
after we stopped consul@14:53, we have observed that no consul functionalities are responding, including writing log, health checks and any events.
after this restarting of consul server containers resolved the issue.
Can you please suggest, how to overcome this issue in future? and why the consul agents and servers are not responding after restart?
Thanks,
Rajesh K