Skip to content
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

wonder of function raft_recv_entry #27

Open
tinymindxx opened this issue Sep 1, 2016 · 5 comments
Open

wonder of function raft_recv_entry #27

tinymindxx opened this issue Sep 1, 2016 · 5 comments
Labels

Comments

@tinymindxx
Copy link

tinymindxx commented Sep 1, 2016

first, thanks for your excellent work. I wonder under what situation function raft_recv_entry will be called? this function seems not mentioned in raft paper?

@tinymindxx tinymindxx changed the title wonder 哦发 wonder of function raft_recv_entry Sep 1, 2016
@tinymindxx
Copy link
Author

you have mentioned Receiving the entry (ie. client sends entry to Raft cluster), does that mean the client (not raft node) will send message to raft node and this message is not a message type mentioned in Raft algorithm ?

@niukey
Copy link

niukey commented Sep 1, 2016

client sends entry to raft cluster,the raft server will receive the entry, and then raft_recv_entry will be call for to process the entry

@tinymindxx
Copy link
Author

got it. thanks!

@tinymindxx
Copy link
Author

do you have a simple sample of how to use raft ? the ticketd is a bit hard to understand.

@niukey
Copy link

niukey commented Sep 2, 2016

I have no sample,: ) ,https://github.com/logcabin/logcabin is a good raft sample for how tO use raft .

@willemt willemt added the FAQ label Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants