-
Notifications
You must be signed in to change notification settings - Fork 202
[v1.0.0 Feature] introduce safe warm workers #2050
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
base: main
Are you sure you want to change the base?
[v1.0.0 Feature] introduce safe warm workers #2050
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
a508e28 to
4202683
Compare
|
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
|
@palfrey if you can ascertain why these tests have been so flakey (all musl-related), that would be greatly appreciated.
|
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