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

Hot-fix for the blocking transmission #58

Merged
merged 5 commits into from
Oct 11, 2020
Merged

Conversation

AlexHentschel
Copy link
Member

This will help alleviate some of the symptoms of the consensus algorithm performing poorly when only a small number of nodes are offline.

It will allow the hotstuff alg to not wait for votes to be sent by the network layer and continue its process. This should prevent it from unnecessarily blocking potential block proposals.

The underlying problem still exists, and will be continued to be investigated by @vishalchangrani in https://github.com/dapperlabs/flow-go/issues/4908

Copy link
Member

@zhangchiqing zhangchiqing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

engine/collection/proposal/engine.go Outdated Show resolved Hide resolved
engine/consensus/compliance/engine.go Outdated Show resolved Hide resolved
Copy link
Member

@jordanschalm jordanschalm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with leo on using Launch

@AlexHentschel AlexHentschel self-assigned this Oct 11, 2020
@AlexHentschel AlexHentschel marked this pull request as ready for review October 11, 2020 02:17
@AlexHentschel AlexHentschel merged commit 1d930a1 into master Oct 11, 2020
@AlexHentschel AlexHentschel deleted the alex/block_vote_fix branch October 11, 2020 03:19
@Kay-Zee Kay-Zee added the Bugfix label Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants