[v1.0.0 Feature] introduce safe warm workers#2050
Open
MarcusSorealheis wants to merge 12 commits intoTraceMachina:mainfrom
Open
[v1.0.0 Feature] introduce safe warm workers#2050MarcusSorealheis wants to merge 12 commits intoTraceMachina:mainfrom
MarcusSorealheis wants to merge 12 commits intoTraceMachina:mainfrom
Conversation
98a4b68 to
b3e4746
Compare
a379a41 to
bb0ee8e
Compare
bb0ee8e to
43e6d51
Compare
43e6d51 to
728670e
Compare
728670e to
fba2c05
Compare
fba2c05 to
8281391
Compare
8281391 to
94924a0
Compare
27e3274 to
77debd7
Compare
77debd7 to
2873846
Compare
Collaborator
Author
|
If you'd like to preview the docs, you may need to install some prerequisites on your machine. Then you can execute the following commands: cd web/platform
bun setup
bun docs
rm -r dist && bun run build
bun preview |
b1478a7 to
7003259
Compare
Collaborator
Author
|
@palfrey if you can ascertain why these tests have been so flakey (all musl-related), that would be greatly appreciated.
|
Collaborator
Author
|
/build-image |
1 similar comment
Collaborator
Author
|
/build-image |
|
Image built and pushed! |
1 similar comment
|
Image built and pushed! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Implements Copy-on-Write (COW) isolation for warm worker pools to prevent cross-tenant state contamination in multi-tenant RBE deployments.
Fixes #2049
Type of change
How Has This Been Tested?
Locally. Needs to be tested by the community.
Checklist
bazel test //...passes locallygit amendsee some docsThis change is