-
Notifications
You must be signed in to change notification settings - Fork 793
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
Only accepting ALIVE changes from unknown trusted writers <1.9.x> [7586] #1005
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is a port of #1005 from 1.9.x * Refs #7552. Only accepting changes from unknown writers when they are ALIVE. * Refs #7552. Added blackbox test.
This is a port of #1005 from 1.9.x * Refs #7552. Only accepting changes from unknown writers when they are ALIVE. * Refs #7552. Added blackbox test.
This is a port of #1005 from 1.9.x * Refs #7552. Only accepting changes from unknown writers when they are ALIVE. * Refs #7552. Added blackbox test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should rename m_acceptMessagesFromUnknownWriters
to become m_acceptAliveMessagesFromUnknownWriters
:-)
This is a port of #1005 from 1.9.x * Refs #7552. Only accepting changes from unknown writers when they are ALIVE. * Refs #7552. Added blackbox test.
Reuilding after changes on base branch |
When a participant with a fixed id is deleted and recreated on the same process, other participants may ignore him because:
This PR fixes this behavior by only allowing ALIVE changes from unknown trusted writers. With this PR, the second DATA(p)[UD] will be discarded, and then the history_record will not be modified.