-
Notifications
You must be signed in to change notification settings - Fork 35
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
Leader election issues? #6
Comments
Hi @prologic I just tested on my side and I wasn't able to get a blank result. I think that this issue was addresses in v0.8.0. |
Though unlikely, perhaps there's an inconsistency in the library due to the platform. |
I noticed that your '0.0.0.0:4920' is advertising both as '[::]:4920' and '0.0.0.0:4920' in your logs. |
Yes. https://github.com/prologic/bitraft/tree/upgrade_finn_uhaha |
Okay I'll try upgrading the version of uhaha I'm using and report back. Thanks! |
That was the issue for me. Upgrading fixed it. |
HI @tidwall 👋
Getting back to playing with your library again and making some updates/fixes to my bitraft I noticed some strange behaviour I'm wondering if you can help figure out.
I form a 3-node cluster:
Node 1:
Node 2:
Node 3:
Then I query the cluster with
RAFT LEADER
andRAFT SERVER LIST
:It would appear nobody knows who the leader is? However writes do work as well as reads and there no obvious errors on Node 1 (besides what you see above).
The text was updated successfully, but these errors were encountered: