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

SLB-267: Persisted query cache corruption #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dspachos
Copy link

@dspachos dspachos commented Mar 14, 2024

Fixes an issue where a persisted query suddenly returned the result of a different query. Both queries involved used exactly the same parameters, and changing a parameter in one of them fixed the issue. This suggests that the page cache metadata in persisted queries only includes the variables, but not the query id.

A proper fix (with tests included) is coming for the contributed graphql module.

@dspachos dspachos force-pushed the hotfix/SLB-267-persistent-query-internal-page-cache-issue branch from a1d9dd2 to fcd09ec Compare March 19, 2024 09:10
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.

1 participant