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

Integrate replica asks to leave view msg in replica status msg #1044

Conversation

HristoStaykov
Copy link
Contributor

During Status Reports Replicas indicate from which peers they have complaints for the View they are in.
By doing so peers are able to send them the complaints (ReplicaAsksToLeaveViewMSg-s) they are missing.
Resending of the complaint is disabled, because it can be resend during Status Reports.

Copy link
Contributor

@teoparvanov teoparvanov left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! @yontyon could you also have a look, as this PR addresses a concern you had raised about the safety of the view change protocol modifications?

Copy link
Contributor

@f-squirrel f-squirrel left a comment

Choose a reason for hiding this comment

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

LGTM!

bftengine/src/bftengine/messages/ReplicaStatusMsg.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@yontyon yontyon left a comment

Choose a reason for hiding this comment

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

LGTM!
Thanks!

@HristoStaykov HristoStaykov merged commit d959f25 into vmware:master Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants