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

K8s CAS config should support compression out of the box #861

Open
aaronmondal opened this issue Apr 17, 2024 · 1 comment
Open

K8s CAS config should support compression out of the box #861

aaronmondal opened this issue Apr 17, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers

Comments

@aaronmondal
Copy link
Contributor

aaronmondal commented Apr 17, 2024

When you run a build against the K8s example with the --experimental_remote_cache_compression flag, it complains that the remote store doesn't support compression. This could give off a false impression that NativeLink doesn't support compression.

NativeLink does support compression, but the config we currently use in the examples doesn't. We should change the config to a better default to prevent this confusion.

@aaronmondal aaronmondal added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Apr 18, 2024
@allada
Copy link
Collaborator

allada commented Apr 18, 2024

We don't support compression yet:
#260

That flag enables compression on the blob level. We support compression on the network level (gzip) with a config. This is not enabled by default because it slows things down, but better if you have slow network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants