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

app-router: fix stale cache handling #49160

Merged
merged 2 commits into from May 3, 2023
Merged

Conversation

feedthejim
Copy link
Contributor

@feedthejim feedthejim commented May 3, 2023

There was a bug reported in #42991 (comment) that would hang on load.

After investigation, I noticed that it was because the cache node never applied the flight payload. It was because the requested flight payload was too deep into the tree whereas it should have been fetched from higher up in the tree because we specifically discarded that branch of the tree because it was stale.

@kodiakhq kodiakhq bot merged commit 1905d14 into canary May 3, 2023
102 checks passed
@kodiakhq kodiakhq bot deleted the feedthejim/hot-fix-cache branch May 3, 2023 17:23
Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

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

Do we have a test case we can add for this?

@feedthejim
Copy link
Contributor Author

yeah it was a hotfix, I was tesitng using the provided project but it didn't repro after the other prefetch changes from #49077

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants