Node hosting a stream replica performs no peer discovery after reset #7139
-
Problem descriptionA node hosting a stream replica fails to rejoin its cluster after reset. There is no peer discovery attempt because the node is not considered virgin in case the ProposalProbably the EnvironmentRabbitMQ 3.11.3 Steps to reproduce
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
|
Streams are entirely orthogonal to peer discovery. Nodes perform peer discovery when they are blank, that is, their data store directory is blank. Unless reset does not remove stream data — which I doubt — streams cannot possibly affect peer discovery. |
Beta Was this translation helpful? Give feedback.
-
|
Implemented in #7222 |
Beta Was this translation helpful? Give feedback.
Implemented in #7222