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

fix(ui): race condition when filtering causing errors/stuck filter #6923

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

psychedelicious
Copy link
Collaborator

Summary

There's a situation in which the enqueue response comes after the graph actually executes. This was unexpected when I first wrote the logic. I suppose it has to do with the async endpoint handling.

Related Issues / Discussions

offline discussion

QA Instructions

Really hammer filtering. Use the fastest filter you can - probably color map? - as this is expected to trigger the race condition the most reliably.

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

There's a situation in which the enqueue response comes after the graph actually executes. This was unexpected when I first wrote the logic. I suppose it has to do with the async endpoint handling.
@github-actions github-actions bot added the frontend PRs that change frontend files label Sep 23, 2024
@hipsterusername hipsterusername merged commit 6e6bbc5 into main Sep 23, 2024
14 checks passed
@hipsterusername hipsterusername deleted the psyche/fix/filter-race-condition branch September 23, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants