-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Etcd join does not expose MemberList errors when node is joining the cluster #7370
Milestone
Comments
brandond
changed the title
Etcd join does not expose errors when
Etcd join does not expose MemberList errors when node is joining the cluster
Apr 27, 2023
Validated on with /
Environment DetailsInfrastructure
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Testing Steps
Validation Results:
Additional context / logs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the member joining the cluster cannot reach an existing cluster member on the etcd client port to list the current cluster members, it will log an error reporting
Failed to get member list from etcd cluster. Will assume this member is already added
. The underlying error is not reported, so it is not possible to diagnose the problem. The observed behavior suggests that the MemberList is failing both on the remote node (in the infoHandler function), and on the joining node. The underlying error is not logged in either location.The text was updated successfully, but these errors were encountered: