running RaftNode example in tcp mode. All nodes become leader #80
-
When attempting to run the unmodified RaftNode example for tcp nodes I encounter problems. Upon closer inspection, I have found that the memberlist of each node only contains itself. I suspect that the problem may be because the node is configured with coldstart = true. Could this be the case? Upon reading the documentation I am in doubt whether only a single node should be configured with coldstart = true. When running the example with http configuration everything runs flawlessly. commands run in seperate teminals when starting example in tcp mode |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @AntonWerenberg , thanks for bug report. 4.x is beta, so bugs are possible. All further activities will be tracked in #81 . |
Beta Was this translation helpful? Give feedback.
Hi @AntonWerenberg , thanks for bug report. 4.x is beta, so bugs are possible. All further activities will be tracked in #81 .