79663330

Date: 2025-06-12 10:21:00
Score: 1
Natty:
Report link

After test, I find the answer is --

in the /etc/patroni.yml, it used to be --

etcd:
  hosts:
    - <node1_IP>:2379
    - <node2_IP>:2379

After change it to --

etcd3:
  hosts:
    - <node1_IP>:2379
    - <node2_IP>:2379

Then issue fixed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: EisenWang