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

{release} [BUGFIX release] handle dupe relationship entries #5086

Merged
merged 1 commit into from
Jul 24, 2017

Conversation

stefanpenner
Copy link
Member

@stefanpenner stefanpenner commented Jul 24, 2017

If a relationship was setup with duplicate entries, it would enter an
invalid state. Specifically, this.canonicalMembers and
this.canonicalState would be out of sync. Resulting in some sad things.

This was most likely introduced by f8304b2#commitcomment-23256408

If a relationship was setup with duplicate entries, it would enter an
invalid state. Specifically, this.canonicalMembers and
this.canonicalState would be out of sync. Resulting in some sad things.

This was most likely introduced by f8304b2#commitcomment-23256408
@stefanpenner stefanpenner changed the title [BUGFIX release] ensure payloads with duplicate relationships entries… [BUGFIX release] handle dupe relationship entries Jul 24, 2017
@stefanpenner stefanpenner changed the title [BUGFIX release] handle dupe relationship entries {release} [BUGFIX release] handle dupe relationship entries Jul 24, 2017
stefanpenner referenced this pull request Jul 24, 2017
We don't need to go through `computeChanges`, `flushCqnonical` &c. when
initializing relationships.  Treating initial payloads the same as
updated payloads is costly.
Copy link
Member

@hjdivad hjdivad left a comment

Choose a reason for hiding this comment

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

LGTM

comments exactly as #5088 (review)

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

Successfully merging this pull request may close these issues.

None yet

2 participants