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

Ensure forceSync is provided when constructing chunk coordinators #3657

Merged
merged 3 commits into from
Jun 12, 2022

Conversation

dordsor21
Copy link
Member

@dordsor21 dordsor21 commented Jun 7, 2022

  • Fixes asyncCatchOp errors due to chunk coordinators defaulting to forceSync "true"
  • Details that forceSync is not necessarily synchronous to the server main thread, and instead sets that enqueue/start methods are synchronous (blocking)
  • Fixes Async catcher prevents plot clear #3667

@dordsor21 dordsor21 requested a review from a team as a code owner June 7, 2022 15:25
@github-actions github-actions bot added the Bugfix This PR fixes a bug label Jun 7, 2022
@dordsor21 dordsor21 added Major bug fix This PR fixes a major bug Priority This issue has priority over backburner issues and should be fixed as soon as possible. Ready for Review labels Jun 7, 2022
@dordsor21 dordsor21 requested a review from NotMyFault June 7, 2022 15:42
@NotMyFault NotMyFault requested a review from a team June 7, 2022 15:42
@dordsor21 dordsor21 mentioned this pull request Jun 10, 2022
2 tasks
@NotMyFault NotMyFault added Ready for merge and removed Priority This issue has priority over backburner issues and should be fixed as soon as possible. Bugfix This PR fixes a bug labels Jun 11, 2022
@NotMyFault NotMyFault merged commit b947940 into v6 Jun 12, 2022
@NotMyFault NotMyFault deleted the fix/v6/set-forcesync-to-chunk-coordinator branch June 12, 2022 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Major bug fix This PR fixes a major bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Async catcher prevents plot clear
3 participants