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

Separate activations for queries #603

Merged

Conversation

Sushisource
Copy link
Member

What was changed

Queries now always go in their own activation

Why?

We agreed this is the most reasonable way to disambiguate the is_replaying flag.

Checklist

  1. Closes [Bug] Queries should always come in their own activation #600

  2. How was this tested:
    Existing / new tests

  3. Any docs updates needed?

@Sushisource Sushisource requested a review from a team as a code owner September 1, 2023 17:31
Copy link
Contributor

@mjameswh mjameswh left a comment

Choose a reason for hiding this comment

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

LGTM

@Sushisource Sushisource merged commit b20293b into temporalio:master Sep 8, 2023
3 checks passed
@Sushisource Sushisource deleted the separate-acts-for-queries branch September 8, 2023 16:03
mjameswh pushed a commit that referenced this pull request Sep 8, 2023
* Always issue queries in their own activation
* Fix replay flag when signal exists in final WFT + Query

(cherry picked from commit b20293b)
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.

[Bug] Queries should always come in their own activation
2 participants