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

Remote downloader cannot be used with --remote-executor #11913

Closed
Qinusty opened this issue Aug 10, 2020 · 1 comment
Closed

Remote downloader cannot be used with --remote-executor #11913

Qinusty opened this issue Aug 10, 2020 · 1 comment
Assignees
Labels
team-Remote-Exec Issues and PRs for the Execution (Remote) team type: bug untriaged

Comments

@Qinusty
Copy link
Contributor

Qinusty commented Aug 10, 2020

Description of the problem / feature request:

When trying to use the --experimental_remote_downloader flag with remote execution, bazel reports the following error:

ERROR: The remote downloader can only be used in combination with gRPC caching

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

bazel build //... --remote-executor="grpc://localhost:8980" --experimental_remote_downloader="grpc://localhost:8981"

What version of bazel are you running?

Release 3.3.1

What operating system are you running Bazel on?

Linux

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

A workaround for this is to also provide --remote_cache="grpc://localhost:8980" assuming your remote execution endpoint is also your cache endpoint.

@jmillikin-stripe
Copy link
Contributor

I'm not sure exactly what your setup is, but here at Stripe we're using the remote downloader and remote executor together in dozens of workspaces.

Is it possible that this is a flag validation issue? If so, could the title be made more precise?

@jin jin added team-Remote-Exec Issues and PRs for the Execution (Remote) team untriaged labels Aug 11, 2020
@coeuvre coeuvre self-assigned this Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Remote-Exec Issues and PRs for the Execution (Remote) team type: bug untriaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants