You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes in CI the testcase peer_discovery_classic_config_SUITE:successfully_discovery fails to cluster all 7 nodes.
Six nodes join the same seed, and one other node selects itself as a seed and does not join the rest of the cluster.
The peer discovery seed selection needs to be reviewed
Reproduction steps
It's a CI flake
Expected behavior
The 7 nodes join the cluster
Additional context
No response
The text was updated successfully, but these errors were encountered:
michaelklishin
changed the title
Peer discovery backend might fail to join the whole cluster
Classic config peer discovery still might select two different seed nodes
Nov 7, 2024
This was discussed relatively recently. Given that for this backend, the list of nodes is explicitly listed ahead of time, should we make the seed explicitly configurable, and use it in the tests?
We have tried different approaches over the years, such as "use the first node on a sorted list".
Describe the bug
Sometimes in CI the testcase
peer_discovery_classic_config_SUITE:successfully_discovery
fails to cluster all 7 nodes.Six nodes join the same seed, and one other node selects itself as a seed and does not join the rest of the cluster.
The peer discovery seed selection needs to be reviewed
Reproduction steps
Expected behavior
The 7 nodes join the cluster
Additional context
No response
The text was updated successfully, but these errors were encountered: