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

Compression Support #13344

Closed
bansalvinayak opened this issue Apr 13, 2021 · 0 comments
Closed

Compression Support #13344

bansalvinayak opened this issue Apr 13, 2021 · 0 comments
Assignees
Labels
P2 We'll consider working on this in future. (Assignee optional) team-Remote-Exec Issues and PRs for the Execution (Remote) team type: feature request

Comments

@bansalvinayak
Copy link

ATTENTION! Please read and follow:

  • if this is a question about how to build / test / query / deploy using Bazel, or a discussion starter, send it to bazel-discuss@googlegroups.com
  • if this is a bug or feature request, fill the form below as best as you can.

Description of the problem / feature request:

Remote Execution API has released support for Compressed Transfer (bazelbuild/remote-apis#168), and it would be good for bazel to take advantage of it

Feature requests: what underlying problem are you trying to solve with this feature?

Save network bytes and speed up upload and download transfers for network constrained clients

Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

NA

What operating system are you running Bazel on?

NA

What's the output of bazel info release?

All versions are in scope

If bazel info release returns "development version" or "(@non-git)", tell us how you built Bazel.

NA

What's the output of git remote get-url origin ; git rev-parse master ; git rev-parse HEAD ?

NA

Have you found anything relevant by searching the web?

Replace these lines with your answer.
NA

Any other information, logs, or outputs that you want to share?

Replace these lines with your answer.

If the files are large, upload as attachment or provide link.

@bansalvinayak bansalvinayak changed the title Compression SUp Compression Support Apr 13, 2021
@philwo philwo added team-Remote-Exec Issues and PRs for the Execution (Remote) team type: feature request labels Apr 13, 2021
@coeuvre coeuvre added the P2 We'll consider working on this in future. (Assignee optional) label Apr 14, 2021
coeuvre pushed a commit to coeuvre/bazel that referenced this issue Nov 15, 2021
Add support for compressed transfers from/to gRPC remote caches with flag --experimental_remote_cache_compression.

Fixes bazelbuild#13344.

Closes bazelbuild#14041.

PiperOrigin-RevId: 409328001
Wyverald pushed a commit that referenced this issue Nov 15, 2021
* Add patch files for zstd-jni

Partial commit for third_party/*, see #14203.

Closes #14203

Signed-off-by: Yun Peng <pcloudy@google.com>

* Remote: Add support for compression on gRPC cache

Add support for compressed transfers from/to gRPC remote caches with flag --experimental_remote_cache_compression.

Fixes #13344.

Closes #14041.

PiperOrigin-RevId: 409328001

Co-authored-by: Alessandro Patti <ale812@yahoo.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We'll consider working on this in future. (Assignee optional) team-Remote-Exec Issues and PRs for the Execution (Remote) team type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants