André Falk is facing connectivity issues in the cluster and wants to verify the connection between the meta node and etcd. Peng Chen suggests checking the connection health.
André Falk
Asked on Jan 05, 2024
# Run this command on the meta node to check the connection to etcd
ping <etcd_ip_address>
# Check the status of the etcd node
etcdctl endpoint health
# Use tools like tcpdump or Wireshark to monitor network traffic between the meta node and etcd
# Check the etcd logs for any errors or warnings related to connectivity
journalctl -u etcd.service
# Modify configuration settings like meta_leader_lease_secs to address connectivity timeouts