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
[v2int/7.4] GC: Follow-up changes to support successful roll-out of GC Sweep #19598
Merged
markfields
merged 2 commits into
microsoft:release/v2int/7.4
from
markfields:v2int/7.4/gc-sweep
Feb 12, 2024
Merged
[v2int/7.4] GC: Follow-up changes to support successful roll-out of GC Sweep #19598
markfields
merged 2 commits into
microsoft:release/v2int/7.4
from
markfields:v2int/7.4/gc-sweep
Feb 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…enable sweep (microsoft#19204) This PR ports the following changes to internal-7.4 branch. internal-7.4 contains changes that will help enable sweep and these are follow ups that did not make it to the branch. - [Initialize GC state as soon as possible and update it on (re)connecti… · microsoft/FluidFramework@40ad2d4 (github.com)](microsoft@40ad2d4) - [GC: Fix GC deleted stats not correctly updated for data stores by agarwal-navin · Pull Request microsoft#18890 · microsoft/FluidFramework (github.com)](microsoft#18890) - [GC: Added whether tombstone is enabled to GarbageCollection_end event by agarwal-navin · Pull Request microsoft#18927 · microsoft/FluidFramework (github.com)](https://github.com/microsoft/FluidFramework/pull/18927/files)
…crosoft#19591) Porting 15bce65 and f46c5dc to `release/client/2.0.0-rc.1.0.0`. Related port PRs: * microsoft#19589
markfields
commented
Feb 12, 2024
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.
I reviewed the diff myself just now, looks as expected
tyler-cai-microsoft
approved these changes
Feb 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: build
Build related issues
area: dds: propertydds
area: dds: sharedstring
area: dds: tree
area: dds
Issues related to distributed data structures
area: dev experience
Improving the experience of devs building on top of fluid
area: driver
Driver related issues
area: examples
Changes that focus on our examples
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: loader
Loader related issues
area: odsp-driver
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
base: main
PRs targeted against main branch
dependencies
Pull requests that update a dependency file
public api change
Changes to a public API
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR brings over some GC fixes and minor features requested by a 1P partner who is preparing to ship GC Sweep:
Porting the following commits to the
release/v2int/7.4branch to be released in internal.7.4.7:main:Related port PRs for other releases:
Reviewer Guidance
FYI no merge conflicts when cherry-picking these 2 commits (one Navin had previously merged to this branch, the other I had merged to the
release/v2int/8.0branch)