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

Revert sync ordering logic #3107

Closed
wlthomson opened this issue Aug 19, 2020 · 1 comment
Closed

Revert sync ordering logic #3107

wlthomson opened this issue Aug 19, 2020 · 1 comment
Assignees
Labels
Docs: not needed Effort: small Small effort story/task, estimated 0-2 days Priority: normal Type: Feature From a new button to whole new systems
Milestone

Comments

@wlthomson
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Bug fixed in #3106 is likely to have been the cause of the unordered sync queue. Although sorting logic fixed the immediate symptoms of the bug, it does not correctly sort all records (recordType comparisons only define a partial order). For these reasons the changes should be reverted.

Describe the solution you'd like

Remove the sync queue isParentOf ordering logic.

Implementation

See above.

Describe alternatives you've considered

Leave as is?

Additional context

@andreievg.

@wlthomson wlthomson added Priority: normal Type: Feature From a new button to whole new systems Effort: small Small effort story/task, estimated 0-2 days Docs: not needed labels Aug 19, 2020
@wlthomson wlthomson added this to the 5.1.X milestone Aug 19, 2020
@wlthomson wlthomson self-assigned this Aug 19, 2020
wlthomson added a commit that referenced this issue Aug 20, 2020
…ering-logic

Revert sync queue ordering by record type
@josh-griffin
Copy link
Contributor

Closed by #3111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs: not needed Effort: small Small effort story/task, estimated 0-2 days Priority: normal Type: Feature From a new button to whole new systems
Projects
None yet
Development

No branches or pull requests

2 participants