-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Always consider ROOT_{QUERY,MUTATION,...} IDs to be GC roots. #7333
Conversation
@hwillson @jcreighton On second thought, I'd like to get this mitigation out ASAP in v3.2.6, and do the rest of the work (preserving |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - thanks for addressing this @benjamn!
7dc33c5
to
a2ab26b
Compare
a2ab26b
to
28e0d6e
Compare
Partial solution for #7323, as we still need to decide the best way to persist retainment counts for non-ROOT_* entity objects written directly with cache.writeFragment.
3d1a517
to
8fa17f5
Compare
Partial solution for #7323, as we still need to decide the best way to persist retainment counts for non-
ROOT_*
entity objects written directly withcache.writeFragment
.