Closed felixjchen closed 1 year ago
@felixjchen this may be related to the raft rev & tokio-1 update, can you try riteraft rev="898a245" and see if things work as you expect?
Possible duplicate of Issue #8.
If that revision works can you consider closing this issue and following developments in issue #8?
Possible duplicate of Issue https://github.com/ritelabs/riteraft/issues/8. If that revision works can you consider closing this issue and following developments in issue https://github.com/ritelabs/riteraft/issues/8?
It is not related to #8. If anyone is interested in resolving this issue, I think refering this https://github.com/lablup/riteraft-py/pull/10 could be helpful.
I'm using the memstore example and starting 3 nodes like so:
When I kill the first process (5001), the last two don't seem to be figuring out a new leader. Elections seem to be triggering over and over, neither (5002, 5003) wins the election, but they do seem to be requesting votes from each other.
Am I passing the wrong arguments ?
Thanks for the help