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

Implement a feedback mechanism in the consensus protocol code #34

Closed
sidutta opened this issue Jan 9, 2018 · 1 comment
Closed

Implement a feedback mechanism in the consensus protocol code #34

sidutta opened this issue Jan 9, 2018 · 1 comment

Comments

@sidutta
Copy link
Contributor

sidutta commented Jan 9, 2018

Currently if the leader proposes some value and the other nodes don't agree, consensus fails(just stalls under current code). We need a way for the other nodes to communicate to the leader on why they don't agree with the value so that the leader can propose an adjusted value that will pass the super-majority test.

@ansnunez
Copy link
Contributor

This is already addressed by the Consensus CommitFailure message. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants