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(query): Avoid race in pipeline delegator #2608

Merged
merged 2 commits into from
Apr 14, 2022
Merged

Commits on Apr 13, 2022

  1. fix(query): Avoid race in pipeline delegator

    This fixes the race in pipeline delegator by making a copy of the query.
    But there is an override mechanism via options wherein we can override
    copying query for certain referrers. These would be the
    subscription and subscriptions_executor referrers since they are
    too sensitive to copying and they would be disallowed from running
    parallel queries.
    nikhars committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    09a6829 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    f69ecf5 View commit details
    Browse the repository at this point in the history